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
637 DEBUG_PREFIX_CFLAGS_FOR_TARGET
638 SYSROOT_CFLAGS_FOR_TARGET
648 extra_mpc_mpfr_configure_flags
649 extra_mpc_gmp_configure_flags
650 extra_mpfr_configure_flags
692 TOPLEVEL_CONFIGURE_ARGUMENTS
720 program_transform_name
731 ac_subst_files
='serialization_dependencies
737 enable_option_checking
742 enable_build_with_cxx
762 enable_ppl_version_check
766 enable_cloog_version_check
767 enable_stage1_languages
770 with_debug_prefix_map
773 enable_serial_configure
774 with_build_time_tools
775 enable_maintainer_mode
776 enable_stage1_checking
779 ac_precious_vars
='build_alias
820 # Initialize some variables set by options.
822 ac_init_version
=false
823 ac_unrecognized_opts
=
825 # The variables have the same names as the options, with
826 # dashes changed to underlines.
834 program_transform_name
=s
,x
,x
,
842 # Installation directory options.
843 # These are left unexpanded so users can "make install exec_prefix=/foo"
844 # and all the variables that are supposed to be based on exec_prefix
845 # by default will actually change.
846 # Use braces instead of parens because sh, perl, etc. also accept them.
847 # (The list follows the same order as the GNU Coding Standards.)
848 bindir
='${exec_prefix}/bin'
849 sbindir
='${exec_prefix}/sbin'
850 libexecdir
='${exec_prefix}/libexec'
851 datarootdir
='${prefix}/share'
852 datadir
='${datarootdir}'
853 sysconfdir
='${prefix}/etc'
854 sharedstatedir
='${prefix}/com'
855 localstatedir
='${prefix}/var'
856 includedir
='${prefix}/include'
857 oldincludedir
='/usr/include'
858 docdir
='${datarootdir}/doc/${PACKAGE}'
859 infodir
='${datarootdir}/info'
864 libdir
='${exec_prefix}/lib'
865 localedir
='${datarootdir}/locale'
866 mandir
='${datarootdir}/man'
872 # If the previous option needs an argument, assign it.
873 if test -n "$ac_prev"; then
874 eval $ac_prev=\
$ac_option
880 *=*) ac_optarg
=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
884 # Accept the important Cygnus configure options, so we can diagnose typos.
886 case $ac_dashdash$ac_option in
890 -bindir |
--bindir |
--bindi |
--bind |
--bin |
--bi)
892 -bindir=* |
--bindir=* |
--bindi=* |
--bind=* |
--bin=* |
--bi=*)
895 -build |
--build |
--buil |
--bui |
--bu)
896 ac_prev
=build_alias
;;
897 -build=* |
--build=* |
--buil=* |
--bui=* |
--bu=*)
898 build_alias
=$ac_optarg ;;
900 -cache-file |
--cache-file |
--cache-fil |
--cache-fi \
901 |
--cache-f |
--cache- |
--cache |
--cach |
--cac |
--ca |
--c)
902 ac_prev
=cache_file
;;
903 -cache-file=* |
--cache-file=* |
--cache-fil=* |
--cache-fi=* \
904 |
--cache-f=* |
--cache-=* |
--cache=* |
--cach=* |
--cac=* |
--ca=* |
--c=*)
905 cache_file
=$ac_optarg ;;
908 cache_file
=config.cache
;;
910 -datadir |
--datadir |
--datadi |
--datad)
912 -datadir=* |
--datadir=* |
--datadi=* |
--datad=*)
913 datadir
=$ac_optarg ;;
915 -datarootdir |
--datarootdir |
--datarootdi |
--datarootd |
--dataroot \
916 |
--dataroo |
--dataro |
--datar)
917 ac_prev
=datarootdir
;;
918 -datarootdir=* |
--datarootdir=* |
--datarootdi=* |
--datarootd=* \
919 |
--dataroot=* |
--dataroo=* |
--dataro=* |
--datar=*)
920 datarootdir
=$ac_optarg ;;
922 -disable-* |
--disable-*)
923 ac_useropt
=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
924 # Reject names that are not valid shell variable names.
925 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev
/null
&&
926 as_fn_error
"invalid feature name: $ac_useropt"
927 ac_useropt_orig
=$ac_useropt
928 ac_useropt
=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
929 case $ac_user_opts in
933 *) ac_unrecognized_opts
="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig"
934 ac_unrecognized_sep
=', ';;
936 eval enable_
$ac_useropt=no
;;
938 -docdir |
--docdir |
--docdi |
--doc |
--do)
940 -docdir=* |
--docdir=* |
--docdi=* |
--doc=* |
--do=*)
943 -dvidir |
--dvidir |
--dvidi |
--dvid |
--dvi |
--dv)
945 -dvidir=* |
--dvidir=* |
--dvidi=* |
--dvid=* |
--dvi=* |
--dv=*)
948 -enable-* |
--enable-*)
949 ac_useropt
=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
950 # Reject names that are not valid shell variable names.
951 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev
/null
&&
952 as_fn_error
"invalid feature name: $ac_useropt"
953 ac_useropt_orig
=$ac_useropt
954 ac_useropt
=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
955 case $ac_user_opts in
959 *) ac_unrecognized_opts
="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig"
960 ac_unrecognized_sep
=', ';;
962 eval enable_
$ac_useropt=\
$ac_optarg ;;
964 -exec-prefix |
--exec_prefix |
--exec-prefix |
--exec-prefi \
965 |
--exec-pref |
--exec-pre |
--exec-pr |
--exec-p |
--exec- \
966 |
--exec |
--exe |
--ex)
967 ac_prev
=exec_prefix
;;
968 -exec-prefix=* |
--exec_prefix=* |
--exec-prefix=* |
--exec-prefi=* \
969 |
--exec-pref=* |
--exec-pre=* |
--exec-pr=* |
--exec-p=* |
--exec-=* \
970 |
--exec=* |
--exe=* |
--ex=*)
971 exec_prefix
=$ac_optarg ;;
973 -gas |
--gas |
--ga |
--g)
974 # Obsolete; use --with-gas.
977 -help |
--help |
--hel |
--he |
-h)
979 -help=r
* |
--help=r
* |
--hel=r
* |
--he=r
* |
-hr*)
980 ac_init_help
=recursive
;;
981 -help=s
* |
--help=s
* |
--hel=s
* |
--he=s
* |
-hs*)
982 ac_init_help
=short
;;
984 -host |
--host |
--hos |
--ho)
985 ac_prev
=host_alias
;;
986 -host=* |
--host=* |
--hos=* |
--ho=*)
987 host_alias
=$ac_optarg ;;
989 -htmldir |
--htmldir |
--htmldi |
--htmld |
--html |
--htm |
--ht)
991 -htmldir=* |
--htmldir=* |
--htmldi=* |
--htmld=* |
--html=* |
--htm=* \
993 htmldir
=$ac_optarg ;;
995 -includedir |
--includedir |
--includedi |
--included |
--include \
996 |
--includ |
--inclu |
--incl |
--inc)
997 ac_prev
=includedir
;;
998 -includedir=* |
--includedir=* |
--includedi=* |
--included=* |
--include=* \
999 |
--includ=* |
--inclu=* |
--incl=* |
--inc=*)
1000 includedir
=$ac_optarg ;;
1002 -infodir |
--infodir |
--infodi |
--infod |
--info |
--inf)
1004 -infodir=* |
--infodir=* |
--infodi=* |
--infod=* |
--info=* |
--inf=*)
1005 infodir
=$ac_optarg ;;
1007 -libdir |
--libdir |
--libdi |
--libd)
1009 -libdir=* |
--libdir=* |
--libdi=* |
--libd=*)
1010 libdir
=$ac_optarg ;;
1012 -libexecdir |
--libexecdir |
--libexecdi |
--libexecd |
--libexec \
1013 |
--libexe |
--libex |
--libe)
1014 ac_prev
=libexecdir
;;
1015 -libexecdir=* |
--libexecdir=* |
--libexecdi=* |
--libexecd=* |
--libexec=* \
1016 |
--libexe=* |
--libex=* |
--libe=*)
1017 libexecdir
=$ac_optarg ;;
1019 -localedir |
--localedir |
--localedi |
--localed |
--locale)
1020 ac_prev
=localedir
;;
1021 -localedir=* |
--localedir=* |
--localedi=* |
--localed=* |
--locale=*)
1022 localedir
=$ac_optarg ;;
1024 -localstatedir |
--localstatedir |
--localstatedi |
--localstated \
1025 |
--localstate |
--localstat |
--localsta |
--localst |
--locals)
1026 ac_prev
=localstatedir
;;
1027 -localstatedir=* |
--localstatedir=* |
--localstatedi=* |
--localstated=* \
1028 |
--localstate=* |
--localstat=* |
--localsta=* |
--localst=* |
--locals=*)
1029 localstatedir
=$ac_optarg ;;
1031 -mandir |
--mandir |
--mandi |
--mand |
--man |
--ma |
--m)
1033 -mandir=* |
--mandir=* |
--mandi=* |
--mand=* |
--man=* |
--ma=* |
--m=*)
1034 mandir
=$ac_optarg ;;
1036 -nfp |
--nfp |
--nf)
1037 # Obsolete; use --without-fp.
1040 -no-create |
--no-create |
--no-creat |
--no-crea |
--no-cre \
1041 |
--no-cr |
--no-c |
-n)
1044 -no-recursion |
--no-recursion |
--no-recursio |
--no-recursi \
1045 |
--no-recurs |
--no-recur |
--no-recu |
--no-rec |
--no-re |
--no-r)
1048 -oldincludedir |
--oldincludedir |
--oldincludedi |
--oldincluded \
1049 |
--oldinclude |
--oldinclud |
--oldinclu |
--oldincl |
--oldinc \
1050 |
--oldin |
--oldi |
--old |
--ol |
--o)
1051 ac_prev
=oldincludedir
;;
1052 -oldincludedir=* |
--oldincludedir=* |
--oldincludedi=* |
--oldincluded=* \
1053 |
--oldinclude=* |
--oldinclud=* |
--oldinclu=* |
--oldincl=* |
--oldinc=* \
1054 |
--oldin=* |
--oldi=* |
--old=* |
--ol=* |
--o=*)
1055 oldincludedir
=$ac_optarg ;;
1057 -prefix |
--prefix |
--prefi |
--pref |
--pre |
--pr |
--p)
1059 -prefix=* |
--prefix=* |
--prefi=* |
--pref=* |
--pre=* |
--pr=* |
--p=*)
1060 prefix
=$ac_optarg ;;
1062 -program-prefix |
--program-prefix |
--program-prefi |
--program-pref \
1063 |
--program-pre |
--program-pr |
--program-p)
1064 ac_prev
=program_prefix
;;
1065 -program-prefix=* |
--program-prefix=* |
--program-prefi=* \
1066 |
--program-pref=* |
--program-pre=* |
--program-pr=* |
--program-p=*)
1067 program_prefix
=$ac_optarg ;;
1069 -program-suffix |
--program-suffix |
--program-suffi |
--program-suff \
1070 |
--program-suf |
--program-su |
--program-s)
1071 ac_prev
=program_suffix
;;
1072 -program-suffix=* |
--program-suffix=* |
--program-suffi=* \
1073 |
--program-suff=* |
--program-suf=* |
--program-su=* |
--program-s=*)
1074 program_suffix
=$ac_optarg ;;
1076 -program-transform-name |
--program-transform-name \
1077 |
--program-transform-nam |
--program-transform-na \
1078 |
--program-transform-n |
--program-transform- \
1079 |
--program-transform |
--program-transfor \
1080 |
--program-transfo |
--program-transf \
1081 |
--program-trans |
--program-tran \
1082 |
--progr-tra |
--program-tr |
--program-t)
1083 ac_prev
=program_transform_name
;;
1084 -program-transform-name=* |
--program-transform-name=* \
1085 |
--program-transform-nam=* |
--program-transform-na=* \
1086 |
--program-transform-n=* |
--program-transform-=* \
1087 |
--program-transform=* |
--program-transfor=* \
1088 |
--program-transfo=* |
--program-transf=* \
1089 |
--program-trans=* |
--program-tran=* \
1090 |
--progr-tra=* |
--program-tr=* |
--program-t=*)
1091 program_transform_name
=$ac_optarg ;;
1093 -pdfdir |
--pdfdir |
--pdfdi |
--pdfd |
--pdf |
--pd)
1095 -pdfdir=* |
--pdfdir=* |
--pdfdi=* |
--pdfd=* |
--pdf=* |
--pd=*)
1096 pdfdir
=$ac_optarg ;;
1098 -psdir |
--psdir |
--psdi |
--psd |
--ps)
1100 -psdir=* |
--psdir=* |
--psdi=* |
--psd=* |
--ps=*)
1103 -q |
-quiet |
--quiet |
--quie |
--qui |
--qu |
--q \
1104 |
-silent |
--silent |
--silen |
--sile |
--sil)
1107 -sbindir |
--sbindir |
--sbindi |
--sbind |
--sbin |
--sbi |
--sb)
1109 -sbindir=* |
--sbindir=* |
--sbindi=* |
--sbind=* |
--sbin=* \
1111 sbindir
=$ac_optarg ;;
1113 -sharedstatedir |
--sharedstatedir |
--sharedstatedi \
1114 |
--sharedstated |
--sharedstate |
--sharedstat |
--sharedsta \
1115 |
--sharedst |
--shareds |
--shared |
--share |
--shar \
1117 ac_prev
=sharedstatedir
;;
1118 -sharedstatedir=* |
--sharedstatedir=* |
--sharedstatedi=* \
1119 |
--sharedstated=* |
--sharedstate=* |
--sharedstat=* |
--sharedsta=* \
1120 |
--sharedst=* |
--shareds=* |
--shared=* |
--share=* |
--shar=* \
1122 sharedstatedir
=$ac_optarg ;;
1124 -site |
--site |
--sit)
1126 -site=* |
--site=* |
--sit=*)
1129 -srcdir |
--srcdir |
--srcdi |
--srcd |
--src |
--sr)
1131 -srcdir=* |
--srcdir=* |
--srcdi=* |
--srcd=* |
--src=* |
--sr=*)
1132 srcdir
=$ac_optarg ;;
1134 -sysconfdir |
--sysconfdir |
--sysconfdi |
--sysconfd |
--sysconf \
1135 |
--syscon |
--sysco |
--sysc |
--sys |
--sy)
1136 ac_prev
=sysconfdir
;;
1137 -sysconfdir=* |
--sysconfdir=* |
--sysconfdi=* |
--sysconfd=* |
--sysconf=* \
1138 |
--syscon=* |
--sysco=* |
--sysc=* |
--sys=* |
--sy=*)
1139 sysconfdir
=$ac_optarg ;;
1141 -target |
--target |
--targe |
--targ |
--tar |
--ta |
--t)
1142 ac_prev
=target_alias
;;
1143 -target=* |
--target=* |
--targe=* |
--targ=* |
--tar=* |
--ta=* |
--t=*)
1144 target_alias
=$ac_optarg ;;
1146 -v |
-verbose |
--verbose |
--verbos |
--verbo |
--verb)
1149 -version |
--version |
--versio |
--versi |
--vers |
-V)
1150 ac_init_version
=: ;;
1153 ac_useropt
=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
1154 # Reject names that are not valid shell variable names.
1155 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev
/null
&&
1156 as_fn_error
"invalid package name: $ac_useropt"
1157 ac_useropt_orig
=$ac_useropt
1158 ac_useropt
=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1159 case $ac_user_opts in
1163 *) ac_unrecognized_opts
="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig"
1164 ac_unrecognized_sep
=', ';;
1166 eval with_
$ac_useropt=\
$ac_optarg ;;
1168 -without-* |
--without-*)
1169 ac_useropt
=`expr "x$ac_option" : 'x-*without-\(.*\)'`
1170 # Reject names that are not valid shell variable names.
1171 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev
/null
&&
1172 as_fn_error
"invalid package name: $ac_useropt"
1173 ac_useropt_orig
=$ac_useropt
1174 ac_useropt
=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1175 case $ac_user_opts in
1179 *) ac_unrecognized_opts
="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig"
1180 ac_unrecognized_sep
=', ';;
1182 eval with_
$ac_useropt=no
;;
1185 # Obsolete; use --with-x.
1188 -x-includes |
--x-includes |
--x-include |
--x-includ |
--x-inclu \
1189 |
--x-incl |
--x-inc |
--x-in |
--x-i)
1190 ac_prev
=x_includes
;;
1191 -x-includes=* |
--x-includes=* |
--x-include=* |
--x-includ=* |
--x-inclu=* \
1192 |
--x-incl=* |
--x-inc=* |
--x-in=* |
--x-i=*)
1193 x_includes
=$ac_optarg ;;
1195 -x-libraries |
--x-libraries |
--x-librarie |
--x-librari \
1196 |
--x-librar |
--x-libra |
--x-libr |
--x-lib |
--x-li |
--x-l)
1197 ac_prev
=x_libraries
;;
1198 -x-libraries=* |
--x-libraries=* |
--x-librarie=* |
--x-librari=* \
1199 |
--x-librar=* |
--x-libra=* |
--x-libr=* |
--x-lib=* |
--x-li=* |
--x-l=*)
1200 x_libraries
=$ac_optarg ;;
1202 -*) as_fn_error
"unrecognized option: \`$ac_option'
1203 Try \`$0 --help' for more information."
1207 ac_envvar
=`expr "x$ac_option" : 'x\([^=]*\)='`
1208 # Reject names that are not valid shell variable names.
1209 case $ac_envvar in #(
1210 '' |
[0-9]* |
*[!_
$as_cr_alnum]* )
1211 as_fn_error
"invalid variable name: \`$ac_envvar'" ;;
1213 eval $ac_envvar=\
$ac_optarg
1214 export $ac_envvar ;;
1217 # FIXME: should be removed in autoconf 3.0.
1218 $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2
1219 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev
/null
&&
1220 $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2
1221 : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}
1227 if test -n "$ac_prev"; then
1228 ac_option
=--`echo $ac_prev | sed 's/_/-/g'`
1229 as_fn_error
"missing argument to $ac_option"
1232 if test -n "$ac_unrecognized_opts"; then
1233 case $enable_option_checking in
1235 fatal
) as_fn_error
"unrecognized options: $ac_unrecognized_opts" ;;
1236 *) $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
1240 # Check all directory arguments for consistency.
1241 for ac_var
in exec_prefix prefix bindir sbindir libexecdir datarootdir \
1242 datadir sysconfdir sharedstatedir localstatedir includedir \
1243 oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
1244 libdir localedir mandir
1246 eval ac_val
=\$
$ac_var
1247 # Remove trailing slashes.
1250 ac_val
=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
1251 eval $ac_var=\
$ac_val;;
1253 # Be sure to have absolute directory names.
1255 [\\/$
]* | ?
:[\\/]* ) continue;;
1256 NONE |
'' ) case $ac_var in *prefix
) continue;; esac;;
1258 as_fn_error
"expected an absolute directory name for --$ac_var: $ac_val"
1261 # There might be people who depend on the old broken behavior: `$host'
1262 # used to hold the argument of --host etc.
1263 # FIXME: To remove some day.
1266 target
=$target_alias
1268 # FIXME: To remove some day.
1269 if test "x$host_alias" != x
; then
1270 if test "x$build_alias" = x
; then
1271 cross_compiling
=maybe
1272 $as_echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host.
1273 If a cross compiler is detected then cross compile mode will be used." >&2
1274 elif test "x$build_alias" != "x$host_alias"; then
1280 test -n "$host_alias" && ac_tool_prefix
=$host_alias-
1282 test "$silent" = yes && exec 6>/dev
/null
1285 ac_pwd
=`pwd` && test -n "$ac_pwd" &&
1286 ac_ls_di
=`ls -di .` &&
1287 ac_pwd_ls_di
=`cd "$ac_pwd" && ls -di .` ||
1288 as_fn_error
"working directory cannot be determined"
1289 test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
1290 as_fn_error
"pwd does not report name of working directory"
1293 # Find the source files, if location was not specified.
1294 if test -z "$srcdir"; then
1295 ac_srcdir_defaulted
=yes
1296 # Try the directory containing this script, then the parent directory.
1297 ac_confdir
=`$as_dirname -- "$as_myself" ||
1298 $as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1299 X"$as_myself" : 'X\(//\)[^/]' \| \
1300 X"$as_myself" : 'X\(//\)$' \| \
1301 X"$as_myself" : 'X\(/\)' \| . 2>/dev/null ||
1302 $as_echo X"$as_myself" |
1303 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1321 if test ! -r "$srcdir/$ac_unique_file"; then
1325 ac_srcdir_defaulted
=no
1327 if test ! -r "$srcdir/$ac_unique_file"; then
1328 test "$ac_srcdir_defaulted" = yes && srcdir
="$ac_confdir or .."
1329 as_fn_error
"cannot find sources ($ac_unique_file) in $srcdir"
1331 ac_msg
="sources are in $srcdir, but \`cd $srcdir' does not work"
1333 cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error "$ac_msg"
1335 # When building in place, set srcdir=.
1336 if test "$ac_abs_confdir" = "$ac_pwd"; then
1339 # Remove unnecessary trailing slashes from srcdir.
1340 # Double slashes in file names in object file debugging info
1341 # mess up M-x gdb in Emacs.
1343 */) srcdir
=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
1345 ac_subdirs_all
=`cd $srcdir && echo */configure | sed 's,/configure,,g'`
1347 for ac_var
in $ac_precious_vars; do
1348 eval ac_env_
${ac_var}_set=\${${ac_var}+set}
1349 eval ac_env_
${ac_var}_value
=\$
${ac_var}
1350 eval ac_cv_env_
${ac_var}_set=\${${ac_var}+set}
1351 eval ac_cv_env_
${ac_var}_value
=\$
${ac_var}
1355 # Report the --help message.
1357 if test "$ac_init_help" = "long"; then
1358 # Omit some internal or obsolete options to make the list less imposing.
1359 # This message is too long to be a string in the A/UX 3.1 sh.
1361 \`configure' configures this package to adapt to many kinds of systems.
1363 Usage: $0 [OPTION]... [VAR=VALUE]...
1365 To assign environment variables (e.g., CC, CFLAGS...), specify them as
1366 VAR=VALUE. See below for descriptions of some of the useful variables.
1368 Defaults for the options are specified in brackets.
1371 -h, --help display this help and exit
1372 --help=short display options specific to this package
1373 --help=recursive display the short help of all the included packages
1374 -V, --version display version information and exit
1375 -q, --quiet, --silent do not print \`checking...' messages
1376 --cache-file=FILE cache test results in FILE [disabled]
1377 -C, --config-cache alias for \`--cache-file=config.cache'
1378 -n, --no-create do not create output files
1379 --srcdir=DIR find the sources in DIR [configure dir or \`..']
1381 Installation directories:
1382 --prefix=PREFIX install architecture-independent files in PREFIX
1383 [$ac_default_prefix]
1384 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
1387 By default, \`make install' will install all the files in
1388 \`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify
1389 an installation prefix other than \`$ac_default_prefix' using \`--prefix',
1390 for instance \`--prefix=\$HOME'.
1392 For better control, use the options below.
1394 Fine tuning of the installation directories:
1395 --bindir=DIR user executables [EPREFIX/bin]
1396 --sbindir=DIR system admin executables [EPREFIX/sbin]
1397 --libexecdir=DIR program executables [EPREFIX/libexec]
1398 --sysconfdir=DIR read-only single-machine data [PREFIX/etc]
1399 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
1400 --localstatedir=DIR modifiable single-machine data [PREFIX/var]
1401 --libdir=DIR object code libraries [EPREFIX/lib]
1402 --includedir=DIR C header files [PREFIX/include]
1403 --oldincludedir=DIR C header files for non-gcc [/usr/include]
1404 --datarootdir=DIR read-only arch.-independent data root [PREFIX/share]
1405 --datadir=DIR read-only architecture-independent data [DATAROOTDIR]
1406 --infodir=DIR info documentation [DATAROOTDIR/info]
1407 --localedir=DIR locale-dependent data [DATAROOTDIR/locale]
1408 --mandir=DIR man documentation [DATAROOTDIR/man]
1409 --docdir=DIR documentation root [DATAROOTDIR/doc/PACKAGE]
1410 --htmldir=DIR html documentation [DOCDIR]
1411 --dvidir=DIR dvi documentation [DOCDIR]
1412 --pdfdir=DIR pdf documentation [DOCDIR]
1413 --psdir=DIR ps documentation [DOCDIR]
1419 --program-prefix=PREFIX prepend PREFIX to installed program names
1420 --program-suffix=SUFFIX append SUFFIX to installed program names
1421 --program-transform-name=PROGRAM run
sed PROGRAM on installed program names
1424 --build=BUILD configure
for building on BUILD
[guessed
]
1425 --host=HOST cross-compile to build programs to run on HOST
[BUILD
]
1426 --target=TARGET configure
for building compilers
for TARGET
[HOST
]
1430 if test -n "$ac_init_help"; then
1435 --disable-option-checking ignore unrecognized
--enable/--with options
1436 --disable-FEATURE do not include FEATURE
(same as
--enable-FEATURE=no
)
1437 --enable-FEATURE[=ARG
] include FEATURE
[ARG
=yes]
1438 --enable-gold use gold instead of ld
1439 --enable-libada build libada directory
1440 --enable-libssp build libssp directory
1441 --enable-build-with-cxx build with C
++ compiler instead of C compiler
1442 --disable-ppl-version-check disable check
for PPL version
1443 --disable-cloog-version-check disable check
for CLooG version
1444 --enable-stage1-languages[=all
] choose additional languages to build during
1445 stage1. Mostly useful
for compiler development.
1446 --enable-objc-gc enable use of Boehm
's garbage collector with the
1447 GNU Objective-C runtime
1448 --enable-bootstrap enable bootstrapping [yes if native build]
1449 --enable-serial-[{host,target,build}-]configure
1450 force sequential configuration of
1451 sub-packages for the host, target or build
1452 machine, or all sub-packages
1453 --enable-maintainer-mode enable make rules and dependencies not useful
1454 (and sometimes confusing) to the casual installer
1455 --enable-stage1-checking[=all] choose additional checking for stage1
1457 --enable-werror enable -Werror in bootstrap stage2 and later
1460 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
1461 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
1462 --with-build-libsubdir=DIR Directory where to find libraries for build system
1463 --with-mpc=PATH specify prefix directory for installed MPC package.
1464 Equivalent to --with-mpc-include=PATH/include
1465 plus --with-mpc-lib=PATH/lib
1466 --with-mpc-include=PATH
1467 specify directory for installed MPC include files
1468 --with-mpc-lib=PATH specify directory for the installed MPC library
1469 --with-mpfr-dir=PATH this option has been REMOVED
1470 --with-mpfr=PATH specify prefix directory for installed MPFR package.
1471 Equivalent to --with-mpfr-include=PATH/include
1472 plus --with-mpfr-lib=PATH/lib
1473 --with-mpfr-include=PATH
1474 specify directory for installed MPFR include files
1475 --with-mpfr-lib=PATH specify directory for the installed MPFR library
1476 --with-gmp-dir=PATH this option has been REMOVED
1477 --with-gmp=PATH specify prefix directory for the installed GMP package.
1478 Equivalent to --with-gmp-include=PATH/include
1479 plus --with-gmp-lib=PATH/lib
1480 --with-gmp-include=PATH specify directory for installed GMP include files
1481 --with-gmp-lib=PATH specify directory for the installed GMP library
1482 --with-host-libstdcxx=L Use linker arguments L to link with libstdc++
1483 when linking with PPL
1484 --with-stage1-ldflags=FLAGS Linker flags for stage1
1485 -with-stage1-libs=LIBS Libraries for stage1
1486 --with-boot-ldflags=FLAGS Linker flags for stage2 and later
1487 --with-boot-libs=LIBS Libraries for stage2 and later
1488 --with-ppl=PATH Specify prefix directory for the installed PPL package
1489 Equivalent to --with-ppl-include=PATH/include
1490 plus --with-ppl-lib=PATH/lib
1491 --with-ppl-include=PATH Specify directory for installed PPL include files
1492 --with-ppl-lib=PATH Specify the directory for the installed PPL library
1493 --with-cloog=PATH Specify prefix directory for the installed CLooG-PPL package
1494 Equivalent to --with-cloog-include=PATH/include
1495 plus --with-cloog-lib=PATH/lib
1496 --with-cloog-include=PATH Specify directory for installed CLooG include files
1497 --with-cloog-lib=PATH Specify the directory for the installed CLooG library
1498 --with-build-sysroot=SYSROOT
1499 use sysroot as the system root during the build
1500 --with-debug-prefix-map='A
=B C
=D ...
'
1501 map A to B, C to D ... in debug information
1502 --with-build-config='NAME NAME2...
'
1503 Use config/NAME.mk build configuration
1504 --with-build-time-tools=PATH
1505 use given path to find target tools during the build
1507 Some influential environment variables:
1508 CC C compiler command
1509 CFLAGS C compiler flags
1510 LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a
1511 nonstandard directory <lib dir>
1512 LIBS libraries to pass to the linker, e.g. -l<library>
1513 CPPFLAGS C/C++/Objective C preprocessor flags, e.g. -I<include dir> if
1514 you have headers in a nonstandard directory <include dir>
1515 CXX C++ compiler command
1516 CXXFLAGS C++ compiler flags
1519 DLLTOOL DLLTOOL for the host
1521 LIPO LIPO for the host
1523 RANLIB RANLIB for the host
1524 STRIP STRIP for the host
1525 WINDRES WINDRES for the host
1526 WINDMC WINDMC for the host
1527 OBJCOPY OBJCOPY for the host
1528 OBJDUMP OBJDUMP for the host
1538 GFORTRAN for the target
1544 DLLTOOL for the target
1552 OBJDUMP for the target
1554 RANLIB for the target
1556 STRIP for the target
1558 WINDRES for the target
1560 WINDMC for the target
1562 Use these variables to override the choices made by `configure' or to
help
1563 it to
find libraries and programs with nonstandard names
/locations.
1565 Report bugs to the package provider.
1570 if test "$ac_init_help" = "recursive"; then
1571 # If there are subdirs, report their specific --help.
1572 for ac_dir
in : $ac_subdirs_all; do test "x$ac_dir" = x
: && continue
1573 test -d "$ac_dir" ||
1574 { cd "$srcdir" && ac_pwd
=`pwd` && srcdir
=.
&& test -d "$ac_dir"; } ||
1579 .
) ac_dir_suffix
= ac_top_builddir_sub
=. ac_top_build_prefix
= ;;
1581 ac_dir_suffix
=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
1582 # A ".." for each directory in $ac_dir_suffix.
1583 ac_top_builddir_sub
=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
1584 case $ac_top_builddir_sub in
1585 "") ac_top_builddir_sub
=. ac_top_build_prefix
= ;;
1586 *) ac_top_build_prefix
=$ac_top_builddir_sub/ ;;
1589 ac_abs_top_builddir
=$ac_pwd
1590 ac_abs_builddir
=$ac_pwd$ac_dir_suffix
1591 # for backward compatibility:
1592 ac_top_builddir
=$ac_top_build_prefix
1595 .
) # We are building in place.
1597 ac_top_srcdir
=$ac_top_builddir_sub
1598 ac_abs_top_srcdir
=$ac_pwd ;;
1599 [\\/]* | ?
:[\\/]* ) # Absolute name.
1600 ac_srcdir
=$srcdir$ac_dir_suffix;
1601 ac_top_srcdir
=$srcdir
1602 ac_abs_top_srcdir
=$srcdir ;;
1604 ac_srcdir
=$ac_top_build_prefix$srcdir$ac_dir_suffix
1605 ac_top_srcdir
=$ac_top_build_prefix$srcdir
1606 ac_abs_top_srcdir
=$ac_pwd/$srcdir ;;
1608 ac_abs_srcdir
=$ac_abs_top_srcdir$ac_dir_suffix
1610 cd "$ac_dir" ||
{ ac_status
=$?
; continue; }
1611 # Check for guested configure.
1612 if test -f "$ac_srcdir/configure.gnu"; then
1614 $SHELL "$ac_srcdir/configure.gnu" --help=recursive
1615 elif test -f "$ac_srcdir/configure"; then
1617 $SHELL "$ac_srcdir/configure" --help=recursive
1619 $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
1621 cd "$ac_pwd" ||
{ ac_status
=$?
; break; }
1625 test -n "$ac_init_help" && exit $ac_status
1626 if $ac_init_version; then
1629 generated by GNU Autoconf
2.64
1631 Copyright
(C
) 2009 Free Software Foundation
, Inc.
1632 This configure
script is free software
; the Free Software Foundation
1633 gives unlimited permission to copy
, distribute and modify it.
1638 ## ------------------------ ##
1639 ## Autoconf initialization. ##
1640 ## ------------------------ ##
1642 # ac_fn_c_try_compile LINENO
1643 # --------------------------
1644 # Try to compile conftest.$ac_ext, and return whether this succeeded.
1645 ac_fn_c_try_compile
()
1647 as_lineno
=${as_lineno-"$1"} as_lineno_stack
=as_lineno_stack
=$as_lineno_stack
1648 rm -f conftest.
$ac_objext
1649 if { { ac_try
="$ac_compile"
1651 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
1652 *) ac_try_echo=$ac_try;;
1654 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1655 $as_echo "$ac_try_echo"; } >&5
1656 (eval "$ac_compile") 2>conftest.err
1658 if test -s conftest.err; then
1659 grep -v '^ *+' conftest.err >conftest.er1
1660 cat conftest.er1 >&5
1661 mv -f conftest.er1 conftest.err
1663 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1664 test $ac_status = 0; } && {
1665 test -z "$ac_c_werror_flag" ||
1666 test ! -s conftest.err
1667 } && test -s conftest.$ac_objext; then :
1670 $as_echo "$as_me: failed program was:" >&5
1671 sed 's/^/| /' conftest.$ac_ext >&5
1675 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1678 } # ac_fn_c_try_compile
1680 # ac_fn_cxx_try_compile LINENO
1681 # ----------------------------
1682 # Try to compile conftest.$ac_ext, and return whether this succeeded.
1683 ac_fn_cxx_try_compile ()
1685 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1686 rm -f conftest.$ac_objext
1687 if { { ac_try="$ac_compile"
1689 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
1690 *) ac_try_echo
=$ac_try;;
1692 eval ac_try_echo
="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1693 $as_echo "$ac_try_echo"; } >&5
1694 (eval "$ac_compile") 2>conftest.err
1696 if test -s conftest.err
; then
1697 grep -v '^ *+' conftest.err
>conftest.er1
1698 cat conftest.er1
>&5
1699 mv -f conftest.er1 conftest.err
1701 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1702 test $ac_status = 0; } && {
1703 test -z "$ac_cxx_werror_flag" ||
1704 test ! -s conftest.err
1705 } && test -s conftest.
$ac_objext; then :
1708 $as_echo "$as_me: failed program was:" >&5
1709 sed 's/^/| /' conftest.
$ac_ext >&5
1713 eval $as_lineno_stack; test "x$as_lineno_stack" = x
&& { as_lineno
=; unset as_lineno
;}
1716 } # ac_fn_cxx_try_compile
1718 # ac_fn_c_try_link LINENO
1719 # -----------------------
1720 # Try to link conftest.$ac_ext, and return whether this succeeded.
1723 as_lineno
=${as_lineno-"$1"} as_lineno_stack
=as_lineno_stack
=$as_lineno_stack
1724 rm -f conftest.
$ac_objext conftest
$ac_exeext
1725 if { { ac_try
="$ac_link"
1727 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
1728 *) ac_try_echo=$ac_try;;
1730 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1731 $as_echo "$ac_try_echo"; } >&5
1732 (eval "$ac_link") 2>conftest.err
1734 if test -s conftest.err; then
1735 grep -v '^ *+' conftest.err >conftest.er1
1736 cat conftest.er1 >&5
1737 mv -f conftest.er1 conftest.err
1739 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1740 test $ac_status = 0; } && {
1741 test -z "$ac_c_werror_flag" ||
1742 test ! -s conftest.err
1743 } && test -s conftest$ac_exeext && {
1744 test "$cross_compiling" = yes ||
1745 $as_test_x conftest$ac_exeext
1749 $as_echo "$as_me: failed program was:" >&5
1750 sed 's/^/| /' conftest.$ac_ext >&5
1754 # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information
1755 # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would
1756 # interfere with the next link command; also delete a directory that is
1757 # left behind by Apple's compiler. We do this before executing the actions.
1758 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1759 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1762 } # ac_fn_c_try_link
1763 cat >config.log <<_ACEOF
1764 This file contains any messages produced by compilers while
1765 running configure, to aid debugging if configure makes a mistake.
1767 It was created by $as_me, which was
1768 generated by GNU Autoconf 2.64. Invocation command line was
1780 hostname = `(hostname || uname
-n) 2>/dev
/null |
sed 1q
`
1781 uname -m = `(uname
-m) 2>/dev
/null ||
echo unknown
`
1782 uname -r = `(uname
-r) 2>/dev
/null ||
echo unknown
`
1783 uname -s = `(uname
-s) 2>/dev
/null ||
echo unknown
`
1784 uname -v = `(uname
-v) 2>/dev
/null ||
echo unknown
`
1786 /usr/bin/uname -p = `(/usr
/bin
/uname
-p) 2>/dev
/null ||
echo unknown
`
1787 /bin/uname -X = `(/bin
/uname
-X) 2>/dev
/null ||
echo unknown
`
1789 /bin/arch = `(/bin
/arch
) 2>/dev
/null ||
echo unknown
`
1790 /usr/bin/arch -k = `(/usr
/bin
/arch
-k) 2>/dev
/null ||
echo unknown
`
1791 /usr/convex/getsysinfo = `(/usr
/convex
/getsysinfo
) 2>/dev
/null ||
echo unknown
`
1792 /usr/bin/hostinfo = `(/usr
/bin
/hostinfo
) 2>/dev
/null ||
echo unknown
`
1793 /bin/machine = `(/bin
/machine
) 2>/dev
/null ||
echo unknown
`
1794 /usr/bin/oslevel = `(/usr
/bin
/oslevel
) 2>/dev
/null ||
echo unknown
`
1795 /bin/universe = `(/bin
/universe
) 2>/dev
/null ||
echo unknown
`
1799 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1803 test -z "$as_dir" && as_dir=.
1804 $as_echo "PATH: $as_dir"
1820 # Keep a trace of the command line.
1821 # Strip out --no-create and --no-recursion so they do not pile up.
1822 # Strip out --silent because we don't want to record it for future runs.
1823 # Also quote any args containing shell meta-characters.
1824 # Make two passes to allow for proper duplicate-argument suppression.
1828 ac_must_keep_next=false
1834 -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
1835 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1836 | -silent | --silent | --silen | --sile | --sil)
1839 ac_arg=`$as_echo "$ac_arg" |
sed "s/'/'\\\\\\\\''/g"` ;;
1842 1) as_fn_append ac_configure_args0 " '$ac_arg'" ;;
1844 as_fn_append ac_configure_args1 " '$ac_arg'"
1845 if test $ac_must_keep_next = true; then
1846 ac_must_keep_next=false # Got value, back to normal.
1849 *=* | --config-cache | -C | -disable-* | --disable-* \
1850 | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
1851 | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
1852 | -with-* | --with-* | -without-* | --without-* | --x)
1853 case "$ac_configure_args0 " in
1854 "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
1857 -* ) ac_must_keep_next=true ;;
1860 as_fn_append ac_configure_args " '$ac_arg'"
1865 { ac_configure_args0=; unset ac_configure_args0;}
1866 { ac_configure_args1=; unset ac_configure_args1;}
1868 # When interrupted or exit'd, cleanup temporary files, and complete
1869 # config.log. We remove comments because anyway the quotes in there
1870 # would cause problems or look ugly.
1871 # WARNING: Use '\'' to represent an apostrophe within the trap.
1872 # WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
1873 trap 'exit_status=$?
1874 # Save into config.log some information that might help in debugging.
1879 ## ---------------- ##
1880 ## Cache variables. ##
1881 ## ---------------- ##
1884 # The following way of writing the cache mishandles newlines in values,
1886 for ac_var in `(set) 2>&1 |
sed -n '\''s
/^\
([a-zA-Z_
][a-zA-Z0-9_
]*\
)=.
*/\
1/p
'\''`; do
1887 eval ac_val=\$$ac_var
1891 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
1892 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
1895 _ | IFS | as_nl) ;; #(
1896 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
1897 *) { eval $ac_var=; unset $ac_var;} ;;
1902 case $as_nl`(ac_space
='\'' '\''; set) 2>&1` in #(
1903 *${as_nl}ac_space=\ *)
1905 "s/'\''/'\''\\\\'\'''\''/g;
1906 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
1909 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
1917 ## ----------------- ##
1918 ## Output variables. ##
1919 ## ----------------- ##
1922 for ac_var in $ac_subst_vars
1924 eval ac_val=\$$ac_var
1926 *\'\''*) ac_val=`$as_echo "$ac_val" |
sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
1928 $as_echo "$ac_var='\''$ac_val'\''"
1932 if test -n "$ac_subst_files"; then
1934 ## ------------------- ##
1935 ## File substitutions. ##
1936 ## ------------------- ##
1939 for ac_var in $ac_subst_files
1941 eval ac_val=\$$ac_var
1943 *\'\''*) ac_val=`$as_echo "$ac_val" |
sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
1945 $as_echo "$ac_var='\''$ac_val'\''"
1950 if test -s confdefs.h; then
1960 test "$ac_signal" != 0 &&
1961 $as_echo "$as_me: caught signal $ac_signal"
1962 $as_echo "$as_me: exit $exit_status"
1964 rm -f core *.core core.conftest.* &&
1965 rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
1968 for ac_signal in 1 2 13 15; do
1969 trap 'ac_signal='$ac_signal'; as_fn_exit 1' $ac_signal
1973 # confdefs.h avoids OS command line length limits that DEFS can exceed.
1974 rm -f -r conftest* confdefs.h
1976 $as_echo "/* confdefs.h */" > confdefs.h
1978 # Predefined preprocessor variables.
1980 cat >>confdefs.h <<_ACEOF
1981 #define PACKAGE_NAME "$PACKAGE_NAME"
1984 cat >>confdefs.h <<_ACEOF
1985 #define PACKAGE_TARNAME "$PACKAGE_TARNAME"
1988 cat >>confdefs.h <<_ACEOF
1989 #define PACKAGE_VERSION "$PACKAGE_VERSION"
1992 cat >>confdefs.h <<_ACEOF
1993 #define PACKAGE_STRING "$PACKAGE_STRING"
1996 cat >>confdefs.h <<_ACEOF
1997 #define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
2000 cat >>confdefs.h <<_ACEOF
2001 #define PACKAGE_URL "$PACKAGE_URL"
2005 # Let the site file select an alternate cache file if it wants to.
2006 # Prefer an explicitly selected file to automatically selected ones.
2009 if test -n "$CONFIG_SITE"; then
2010 ac_site_file1=$CONFIG_SITE
2011 elif test "x$prefix" != xNONE; then
2012 ac_site_file1=$prefix/share/config.site
2013 ac_site_file2=$prefix/etc/config.site
2015 ac_site_file1=$ac_default_prefix/share/config.site
2016 ac_site_file2=$ac_default_prefix/etc/config.site
2018 for ac_site_file in "$ac_site_file1" "$ac_site_file2"
2020 test "x$ac_site_file" = xNONE && continue
2021 if test -r "$ac_site_file"; then
2022 { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5
2023 $as_echo "$as_me: loading site script $ac_site_file" >&6;}
2024 sed 's/^/| /' "$ac_site_file" >&5
2029 if test -r "$cache_file"; then
2030 # Some versions of bash will fail to source /dev/null (special
2031 # files actually), so we avoid doing that.
2032 if test -f "$cache_file"; then
2033 { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
2034 $as_echo "$as_me: loading cache $cache_file" >&6;}
2036 [\\/]* | ?:[\\/]* ) . "$cache_file";;
2037 *) . "./$cache_file";;
2041 { $as_echo "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5
2042 $as_echo "$as_me: creating cache $cache_file" >&6;}
2046 # Check that the precious variables saved in the cache have kept the same
2048 ac_cache_corrupted=false
2049 for ac_var in $ac_precious_vars; do
2050 eval ac_old_set=\$ac_cv_env_${ac_var}_set
2051 eval ac_new_set=\$ac_env_${ac_var}_set
2052 eval ac_old_val=\$ac_cv_env_${ac_var}_value
2053 eval ac_new_val=\$ac_env_${ac_var}_value
2054 case $ac_old_set,$ac_new_set in
2056 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run
" >&5
2057 $as_echo "$as_me: error
: \
`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
2058 ac_cache_corrupted=: ;;
2060 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was not
set in the previous run
" >&5
2061 $as_echo "$as_me: error
: \
`$ac_var' was not set in the previous run" >&2;}
2062 ac_cache_corrupted=: ;;
2065 if test "x$ac_old_val" != "x$ac_new_val"; then
2066 # differences in whitespace do not lead to failure.
2067 ac_old_val_w=`echo x
$ac_old_val`
2068 ac_new_val_w=`echo x
$ac_new_val`
2069 if test "$ac_old_val_w" != "$ac_new_val_w"; then
2070 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' has changed since the previous run:" >&5
2071 $as_echo "$as_me: error: \`$ac_var' has changed since the previous run
:" >&2;}
2072 ac_cache_corrupted=:
2074 { $as_echo "$as_me:${as_lineno-$LINENO}: warning
: ignoring whitespace changes
in \
`$ac_var' since the previous run:" >&5
2075 $as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;}
2076 eval $ac_var=\$ac_old_val
2078 { $as_echo "$as_me:${as_lineno-$LINENO}: former value: \`$ac_old_val'" >&5
2079 $as_echo "$as_me: former value
: \
`$ac_old_val'" >&2;}
2080 { $as_echo "$as_me:${as_lineno-$LINENO}: current value: \`$ac_new_val'" >&5
2081 $as_echo "$as_me: current value: \`$ac_new_val'" >&2;}
2084 # Pass precious variables to config.status.
2085 if test "$ac_new_set" = set; then
2087 *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s
/'/'\\\\\\\\''/g
"` ;;
2088 *) ac_arg=$ac_var=$ac_new_val ;;
2090 case " $ac_configure_args " in
2091 *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy.
2092 *) as_fn_append ac_configure_args " '$ac_arg'" ;;
2096 if $ac_cache_corrupted; then
2097 { $as_echo "$as_me:${as_lineno-$LINENO}: error
: in \
`$ac_pwd':" >&5
2098 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2099 { $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5
2100 $as_echo "$as_me: error: changes in the environment can compromise the build" >&2;}
2101 as_fn_error "run \`make distclean' and
/or \
`rm $cache_file' and start over" "$LINENO" 5
2103 ## -------------------- ##
2104 ## Main body of script. ##
2105 ## -------------------- ##
2108 ac_cpp='$CPP $CPPFLAGS'
2109 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2110 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2111 ac_compiler_gnu=$ac_cv_c_compiler_gnu
2122 # if PWD already has a value, it is probably wrong.
2123 if test -n "$PWD" ; then PWD=`${PWDCMD-pwd}`; fi
2125 # Export original configure arguments for use by sub-configures.
2126 # Quote arguments with shell meta charatcers.
2127 TOPLEVEL_CONFIGURE_ARGUMENTS=
2128 set -- "$progname" "$@"
2132 *" "*|*" "*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\']*)
2133 ac_arg=`echo "$ac_arg" |
sed "s/'/'\\\\\\\\''/g"`
2134 # if the argument is of the form -foo=baz, quote the baz part only
2135 ac_arg=`echo "'$ac_arg'" |
sed "s/^'\([-a-zA-Z0-9]*=\)/\\1'/"` ;;
2138 # Add the quoted argument to the list.
2139 TOPLEVEL_CONFIGURE_ARGUMENTS="$TOPLEVEL_CONFIGURE_ARGUMENTS $ac_arg"
2141 if test "$silent" = yes; then
2142 TOPLEVEL_CONFIGURE_ARGUMENTS="$TOPLEVEL_CONFIGURE_ARGUMENTS --silent"
2144 # Remove the initial space we just introduced and, as these will be
2145 # expanded by make, quote '$'.
2146 TOPLEVEL_CONFIGURE_ARGUMENTS=`echo "x$TOPLEVEL_CONFIGURE_ARGUMENTS" |
sed -e 's/^x *//' -e 's,\\$,$$,g'`
2149 # Find the build, host, and target systems.
2151 for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do
2152 for ac_t in install-sh install.sh shtool; do
2153 if test -f "$ac_dir/$ac_t"; then
2155 ac_install_sh="$ac_aux_dir/$ac_t -c"
2160 if test -z "$ac_aux_dir"; then
2161 as_fn_error "cannot find install-sh, install.sh, or shtool in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" "$LINENO" 5
2164 # These three variables are undocumented and unsupported,
2165 # and are intended to be withdrawn in a future Autoconf release.
2166 # They can cause serious problems if a builder's source tree is in a directory
2167 # whose full name contains unusual characters.
2168 ac_config_guess="$SHELL $ac_aux_dir/config.guess" # Please don't use this var.
2169 ac_config_sub="$SHELL $ac_aux_dir/config.sub" # Please don't use this var.
2170 ac_configure="$SHELL $ac_aux_dir/configure" # Please don't use this var.
2173 # Make sure we can run config.sub.
2174 $SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||
2175 as_fn_error "cannot run $SHELL $ac_aux_dir/config.sub" "$LINENO" 5
2177 { $as_echo "$as_me:${as_lineno-$LINENO}: checking build system type" >&5
2178 $as_echo_n "checking build system type... " >&6; }
2179 if test "${ac_cv_build+set}" = set; then :
2180 $as_echo_n "(cached) " >&6
2182 ac_build_alias=$build_alias
2183 test "x$ac_build_alias" = x &&
2184 ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
2185 test "x$ac_build_alias" = x &&
2186 as_fn_error "cannot guess build type; you must specify one" "$LINENO" 5
2187 ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
2188 as_fn_error "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
2191 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_build" >&5
2192 $as_echo "$ac_cv_build" >&6; }
2193 case $ac_cv_build in
2195 *) as_fn_error "invalid value of canonical build" "$LINENO" 5;;
2198 ac_save_IFS=$IFS; IFS='-'
2204 # Remember, the first character of IFS is used to create $*,
2205 # except with old shells:
2208 case $build_os in *\ *) build_os=`echo "$build_os" |
sed 's/ /-/g'`;; esac
2211 case ${build_alias} in
2212 "") build_noncanonical=${build} ;;
2213 *) build_noncanonical=${build_alias} ;;
2218 case ${host_alias} in
2219 "") host_noncanonical=${build_noncanonical} ;;
2220 *) host_noncanonical=${host_alias} ;;
2225 case ${target_alias} in
2226 "") target_noncanonical=${host_noncanonical} ;;
2227 *) target_noncanonical=${target_alias} ;;
2233 test "$host_noncanonical" = "$target_noncanonical" &&
2234 test "$program_prefix$program_suffix$program_transform_name" = \
2236 program_transform_name=s,y,y,
2238 { $as_echo "$as_me:${as_lineno-$LINENO}: checking host system type" >&5
2239 $as_echo_n "checking host system type... " >&6; }
2240 if test "${ac_cv_host+set}" = set; then :
2241 $as_echo_n "(cached) " >&6
2243 if test "x$host_alias" = x; then
2244 ac_cv_host=$ac_cv_build
2246 ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
2247 as_fn_error "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
2251 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_host" >&5
2252 $as_echo "$ac_cv_host" >&6; }
2255 *) as_fn_error "invalid value of canonical host" "$LINENO" 5;;
2258 ac_save_IFS=$IFS; IFS='-'
2264 # Remember, the first character of IFS is used to create $*,
2265 # except with old shells:
2268 case $host_os in *\ *) host_os=`echo "$host_os" |
sed 's/ /-/g'`;; esac
2271 { $as_echo "$as_me:${as_lineno-$LINENO}: checking target system type" >&5
2272 $as_echo_n "checking target system type... " >&6; }
2273 if test "${ac_cv_target+set}" = set; then :
2274 $as_echo_n "(cached) " >&6
2276 if test "x$target_alias" = x; then
2277 ac_cv_target=$ac_cv_host
2279 ac_cv_target=`$SHELL "$ac_aux_dir/config.sub" $target_alias` ||
2280 as_fn_error "$SHELL $ac_aux_dir/config.sub $target_alias failed" "$LINENO" 5
2284 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_target" >&5
2285 $as_echo "$ac_cv_target" >&6; }
2286 case $ac_cv_target in
2288 *) as_fn_error "invalid value of canonical target" "$LINENO" 5;;
2290 target=$ac_cv_target
2291 ac_save_IFS=$IFS; IFS='-'
2297 # Remember, the first character of IFS is used to create $*,
2298 # except with old shells:
2301 case $target_os in *\ *) target_os=`echo "$target_os" |
sed 's/ /-/g'`;; esac
2304 # The aliases save the names the user supplied, while $host etc.
2305 # will get canonicalized.
2306 test -n "$target_alias" &&
2307 test "$program_prefix$program_suffix$program_transform_name" = \
2309 program_prefix=${target_alias}-
2311 test "$program_prefix" != NONE &&
2312 program_transform_name="s&^&$program_prefix&;$program_transform_name"
2313 # Use a double $ so make ignores it.
2314 test "$program_suffix" != NONE &&
2315 program_transform_name="s&\$&$program_suffix&;$program_transform_name"
2316 # Double any \ or $.
2317 # By default was `s
,x
,x
', remove it if useless.
2318 ac_script='s
/[\\$
]/&&/g
;s
/;s
,x
,x
,$
//'
2319 program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"`
2323 # Get 'install' or 'install-sh
' and its variants.
2324 # Find a good install program. We prefer a C program (faster),
2325 # so one script is as good as another. But avoid the broken or
2326 # incompatible versions:
2327 # SysV /etc/install, /usr/sbin/install
2328 # SunOS /usr/etc/install
2329 # IRIX /sbin/install
2331 # AmigaOS /C/install, which installs bootblocks on floppy discs
2332 # AIX 4 /usr/bin/installbsd, which doesn't work without a
-g flag
2333 # AFS /usr/afsws/bin/install, which mishandles nonexistent args
2334 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
2335 # OS/2's system install, which has a completely different semantic
2336 # ./install, which can be erroneously created by make from ./install.sh.
2337 # Reject install programs that cannot install multiple files.
2338 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a BSD-compatible install" >&5
2339 $as_echo_n "checking for a BSD-compatible install... " >&6; }
2340 if test -z "$INSTALL"; then
2341 if test "${ac_cv_path_install+set}" = set; then :
2342 $as_echo_n "(cached) " >&6
2344 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
2348 test -z "$as_dir" && as_dir
=.
2349 # Account for people who put trailing slashes in PATH elements.
2350 case $as_dir/ in #((
2351 .
/ | .
// |
/[cC
]/* | \
2352 /etc
/* |
/usr
/sbin
/* |
/usr
/etc
/* |
/sbin
/* |
/usr
/afsws
/bin
/* | \
2353 ?
:[\\/]os2
[\\/]install[\\/]* | ?
:[\\/]OS2
[\\/]INSTALL
[\\/]* | \
2356 # OSF1 and SCO ODT 3.0 have their own names for install.
2357 # Don't use installbsd from OSF since it installs stuff as root
2359 for ac_prog
in ginstall scoinst
install; do
2360 for ac_exec_ext
in '' $ac_executable_extensions; do
2361 if { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; }; then
2362 if test $ac_prog = install &&
2363 grep dspmsg
"$as_dir/$ac_prog$ac_exec_ext" >/dev
/null
2>&1; then
2364 # AIX install. It has an incompatible calling convention.
2366 elif test $ac_prog = install &&
2367 grep pwplus
"$as_dir/$ac_prog$ac_exec_ext" >/dev
/null
2>&1; then
2368 # program-specific install script used by HP pwplus--don't use.
2371 rm -rf conftest.one conftest.two conftest.dir
2372 echo one
> conftest.one
2373 echo two
> conftest.two
2375 if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two
"`pwd`/conftest.dir" &&
2376 test -s conftest.one
&& test -s conftest.two
&&
2377 test -s conftest.dir
/conftest.one
&&
2378 test -s conftest.dir
/conftest.two
2380 ac_cv_path_install
="$as_dir/$ac_prog$ac_exec_ext -c"
2393 rm -rf conftest.one conftest.two conftest.dir
2396 if test "${ac_cv_path_install+set}" = set; then
2397 INSTALL
=$ac_cv_path_install
2399 # As a last resort, use the slow shell script. Don't cache a
2400 # value for INSTALL within a source directory, because that will
2401 # break other packages using the cache if that directory is
2402 # removed, or if the value is a relative name.
2403 INSTALL
=$ac_install_sh
2406 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $INSTALL" >&5
2407 $as_echo "$INSTALL" >&6; }
2409 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
2410 # It thinks the first close brace ends the variable substitution.
2411 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM
='${INSTALL}'
2413 test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT
='${INSTALL}'
2415 test -z "$INSTALL_DATA" && INSTALL_DATA
='${INSTALL} -m 644'
2417 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ln works" >&5
2418 $as_echo_n "checking whether ln works... " >&6; }
2419 if test "${acx_cv_prog_LN+set}" = set; then :
2420 $as_echo_n "(cached) " >&6
2422 rm -f conftestdata_t
2423 echo >conftestdata_f
2424 if ln conftestdata_f conftestdata_t
2>/dev
/null
2430 rm -f conftestdata_f conftestdata_t
2433 if test $acx_cv_prog_LN = no
; then
2435 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no, using $LN" >&5
2436 $as_echo "no, using $LN" >&6; }
2438 LN
="$acx_cv_prog_LN"
2439 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
2440 $as_echo "yes" >&6; }
2443 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ln -s works" >&5
2444 $as_echo_n "checking whether ln -s works... " >&6; }
2446 if test "$LN_S" = "ln -s"; then
2447 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
2448 $as_echo "yes" >&6; }
2450 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no, using $LN_S" >&5
2451 $as_echo "no, using $LN_S" >&6; }
2454 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a sed that does not truncate output" >&5
2455 $as_echo_n "checking for a sed that does not truncate output... " >&6; }
2456 if test "${ac_cv_path_SED+set}" = set; then :
2457 $as_echo_n "(cached) " >&6
2459 ac_script
=s
/aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
/bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb
/
2460 for ac_i
in 1 2 3 4 5 6 7; do
2461 ac_script
="$ac_script$as_nl$ac_script"
2463 echo "$ac_script" 2>/dev
/null |
sed 99q
>conftest.
sed
2464 { ac_script
=; unset ac_script
;}
2465 if test -z "$SED"; then
2466 ac_path_SED_found
=false
2467 # Loop through the user's path and test for each of PROGNAME-LIST
2468 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
2472 test -z "$as_dir" && as_dir
=.
2473 for ac_prog
in sed gsed
; do
2474 for ac_exec_ext
in '' $ac_executable_extensions; do
2475 ac_path_SED
="$as_dir/$ac_prog$ac_exec_ext"
2476 { test -f "$ac_path_SED" && $as_test_x "$ac_path_SED"; } ||
continue
2477 # Check for GNU ac_path_SED and select it if it is found.
2478 # Check for GNU $ac_path_SED
2479 case `"$ac_path_SED" --version 2>&1` in
2481 ac_cv_path_SED
="$ac_path_SED" ac_path_SED_found
=:;;
2484 $as_echo_n 0123456789 >"conftest.in"
2487 cat "conftest.in" "conftest.in" >"conftest.tmp"
2488 mv "conftest.tmp" "conftest.in"
2489 cp "conftest.in" "conftest.nl"
2490 $as_echo '' >> "conftest.nl"
2491 "$ac_path_SED" -f conftest.
sed < "conftest.nl" >"conftest.out" 2>/dev
/null ||
break
2492 diff "conftest.out" "conftest.nl" >/dev
/null
2>&1 ||
break
2493 as_fn_arith
$ac_count + 1 && ac_count
=$as_val
2494 if test $ac_count -gt ${ac_path_SED_max-0}; then
2495 # Best one so far, save it but keep looking for a better one
2496 ac_cv_path_SED
="$ac_path_SED"
2497 ac_path_SED_max
=$ac_count
2499 # 10*(2^10) chars as input seems more than enough
2500 test $ac_count -gt 10 && break
2502 rm -f conftest.
in conftest.tmp conftest.
nl conftest.out
;;
2505 $ac_path_SED_found && break 3
2510 if test -z "$ac_cv_path_SED"; then
2511 as_fn_error
"no acceptable sed could be found in \$PATH" "$LINENO" 5
2518 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_SED" >&5
2519 $as_echo "$ac_cv_path_SED" >&6; }
2520 SED
="$ac_cv_path_SED"
2523 for ac_prog
in gawk mawk nawk
awk
2525 # Extract the first word of "$ac_prog", so it can be a program name with args.
2526 set dummy
$ac_prog; ac_word
=$2
2527 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2528 $as_echo_n "checking for $ac_word... " >&6; }
2529 if test "${ac_cv_prog_AWK+set}" = set; then :
2530 $as_echo_n "(cached) " >&6
2532 if test -n "$AWK"; then
2533 ac_cv_prog_AWK
="$AWK" # Let the user override the test.
2535 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
2539 test -z "$as_dir" && as_dir
=.
2540 for ac_exec_ext
in '' $ac_executable_extensions; do
2541 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2542 ac_cv_prog_AWK
="$ac_prog"
2543 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2553 if test -n "$AWK"; then
2554 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AWK" >&5
2555 $as_echo "$AWK" >&6; }
2557 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2558 $as_echo "no" >&6; }
2562 test -n "$AWK" && break
2566 ### we might need to use some other shell than /bin/sh for running subshells
2567 ### If we are on Windows, search for the shell. This will permit people
2568 ### to not have /bin/sh, but to be able to see /SOME/PATH/sh configure
2569 ### without also having to set CONFIG_SHELL. This code will work when
2570 ### using bash, which sets OSTYPE.
2573 if test x
${CONFIG_SHELL} = x
; then
2574 if test ! -f /bin
/sh
; then
2575 if test x
${SHELL} != x
&& test -f ${SHELL} ; then
2576 CONFIG_SHELL
=${SHELL}
2579 for prog
in sh sh.exe bash bash.exe
; do
2580 IFS
="${IFS= }"; save_ifs
="$IFS"; IFS
="${IFS}:"
2581 for dir
in $PATH; do
2582 test -z "$dir" && dir
=.
2583 if test -f $dir/$prog; then
2584 CONFIG_SHELL
=$dir/$prog
2590 test -n "${CONFIG_SHELL}" && break
2598 config_shell
=${CONFIG_SHELL-/bin/sh}
2600 moveifchange
=${srcdir}/move-if-change
2602 srcpwd
=`cd ${srcdir} ; ${PWDCMD-pwd}`
2604 # We pass INSTALL explicitly to sub-makes. Make sure that it is not
2606 if test "$INSTALL" = "${srcdir}/install-sh -c"; then
2607 INSTALL
="${srcpwd}/install-sh -c"
2610 # Set srcdir to "." if that's what it is.
2611 # This is important for multilib support.
2613 if test "${pwd}" = "${srcpwd}" ; then
2621 ### To add a new directory to the tree, first choose whether it is a target
2622 ### or a host dependent tool. Then put it into the appropriate list
2623 ### (library or tools, host or target), doing a dependency sort.
2625 # Subdirs will be configured in the order listed in build_configdirs,
2626 # configdirs, or target_configdirs; see the serialization section below.
2628 # Dependency sorting is only needed when *configuration* must be done in
2629 # a particular order. In all cases a dependency should be specified in
2630 # the Makefile, whether or not it's implicitly specified here.
2632 # Double entries in build_configdirs, configdirs, or target_configdirs may
2633 # cause circular dependencies and break everything horribly.
2635 # these library is used by various programs built for the build
2638 build_libs
="build-libiberty"
2640 # these tools are built for the build environment
2641 build_tools
="build-texinfo build-byacc build-flex build-bison build-m4 build-fixincludes"
2643 # these libraries are used by various programs built for the host environment
2645 host_libs
="intl mmalloc libiberty opcodes bfd readline tcl tk itcl libgui zlib libcpp libdecnumber gmp mpfr mpc ppl cloog libiconv"
2647 # these tools are built for the host environment
2648 # Note, the powerpc-eabi build depends on sim occurring before gdb in order to
2649 # know that we are building the simulator.
2650 # binutils, gas and ld appear in that order because it makes sense to run
2651 # "make check" in that particular order.
2652 # If --enable-gold is used, "gold" will replace "ld".
2653 host_tools
="texinfo byacc flex bison binutils gas ld fixincludes gcc cgen sid sim gdb make patch prms send-pr gprof etc expect dejagnu ash bash bzip2 m4 autoconf automake libtool diff rcs fileutils shellutils time textutils wdiff find uudecode hello tar gzip indent recode release sed utils guile perl gawk findutils gettext zip fastjar gnattools"
2655 # libgcj represents the runtime libraries only used by gcj.
2656 libgcj
="target-libffi \
2661 # these libraries are built for the target environment, and are built after
2662 # the host libraries and the host tools (which may be a cross compiler)
2664 target_libraries
="target-libgcc \
2669 target-libstdc++-v3 \
2672 target-libgfortran \
2678 # these tools are built using the target libraries, and are intended to
2679 # run only in the target environment
2681 # note: any program that *uses* libraries that are in the "target_libraries"
2682 # list belongs in this list. those programs are also very likely
2683 # candidates for the "native_only" list which follows
2685 target_tools
="target-examples target-groff target-gperf target-rda"
2687 ################################################################################
2689 ## All tools belong in one of the four categories, and are assigned above
2690 ## We assign ${configdirs} this way to remove all embedded newlines. This
2691 ## is important because configure will choke if they ever get through.
2692 ## ${configdirs} is directories we build using the host tools.
2693 ## ${target_configdirs} is directories we build using the target tools.
2694 configdirs
=`echo ${host_libs} ${host_tools}`
2695 target_configdirs
=`echo ${target_libraries} ${target_tools}`
2696 build_configdirs
=`echo ${build_libs} ${build_tools}`
2700 ################################################################################
2702 srcname
="gnu development package"
2704 # This gets set non-empty for some net releases of packages.
2707 # Define is_cross_compiler to save on calls to 'test'.
2709 if test x
"${host}" = x
"${target}" ; then
2710 is_cross_compiler
=no
2712 is_cross_compiler
=yes
2715 # Find the build and target subdir names.
2717 # post-stage1 host modules use a different CC_FOR_BUILD so, in order to
2718 # have matching libraries, they should use host libraries: Makefile.tpl
2719 # arranges to pass --with-build-libsubdir=$(HOST_SUBDIR).
2720 # However, they still use the build modules, because the corresponding
2721 # host modules (e.g. bison) are only built for the host when bootstrap
2723 # - build_subdir is where we find build modules, and never changes.
2724 # - build_libsubdir is where we find build libraries, and can be overridden.
2726 # Prefix 'build-' so this never conflicts with target_subdir.
2727 build_subdir
="build-${build_noncanonical}"
2729 # Check whether --with-build-libsubdir was given.
2730 if test "${with_build_libsubdir+set}" = set; then :
2731 withval
=$with_build_libsubdir; build_libsubdir
="$withval"
2733 build_libsubdir
="$build_subdir"
2736 # --srcdir=. covers the toplevel, while "test -d" covers the subdirectories
2737 if ( test $srcdir = .
&& test -d gcc
) \
2738 ||
test -d $srcdir/..
/host-
${host_noncanonical}; then
2739 host_subdir
="host-${host_noncanonical}"
2744 target_subdir
=${target_noncanonical}
2746 # Be sure to cover against remnants of an in-tree build.
2747 if test $srcdir != .
&& test -d $srcdir/host-
${host_noncanonical}; then
2748 as_fn_error
"building out of tree but $srcdir contains host-${host_noncanonical}.
2749 Use a pristine source tree when building in a separate tree" "$LINENO" 5
2752 # Skipdirs are removed silently.
2754 # Noconfigdirs are removed loudly.
2758 # Make sure we don't let GNU ld be added if we didn't want it.
2759 if test x
$with_gnu_ld = xno
; then
2761 noconfigdirs
="$noconfigdirs ld gold"
2765 # Make sure we don't let GNU as be added if we didn't want it.
2766 if test x
$with_gnu_as = xno
; then
2768 noconfigdirs
="$noconfigdirs gas"
2771 # some tools are so dependent upon X11 that if we're not building with X,
2772 # it's not even worth trying to configure, much less build, that tool.
2775 yes |
"") ;; # the default value for this tree is that X11 is available
2777 skipdirs
="${skipdirs} tk itcl libgui"
2778 # We won't be able to build gdbtk without X.
2781 *) echo "*** bad value \"${with_x}\" for -with-x flag; ignored" 1>&2 ;;
2784 # Some tools are only suitable for building in a "native" situation.
2785 # Remove these if host!=target.
2786 native_only
="autoconf automake libtool fileutils find gawk gettext gzip hello indent m4 rcs recode sed shellutils tar textutils uudecode wdiff target-groff guile perl time ash bash bzip2 prms gnuserv target-gperf"
2788 # Similarly, some are only suitable for cross toolchains.
2789 # Remove these if host=target.
2790 cross_only
="target-libgloss target-newlib target-opcodes"
2792 case $is_cross_compiler in
2793 no
) skipdirs
="${skipdirs} ${cross_only}" ;;
2794 yes) skipdirs
="${skipdirs} ${native_only}" ;;
2797 # If both --with-headers and --with-libs are specified, default to
2799 if test x
"${with_headers}" != x
&& test x
"${with_headers}" != xno \
2800 && test x
"${with_libs}" != x
&& test x
"${with_libs}" != xno
; then
2801 if test x
"${with_newlib}" = x
; then
2806 # Recognize --with-newlib/--without-newlib.
2807 case ${with_newlib} in
2808 no
) skipdirs
="${skipdirs} target-newlib" ;;
2809 yes) skipdirs
=`echo " ${skipdirs} " | sed -e 's/ target-newlib / /'` ;;
2812 # Handle --enable-gold.
2814 # Check whether --enable-gold was given.
2815 if test "${enable_gold+set}" = set; then :
2816 enableval
=$enable_gold; ENABLE_GOLD
=$enableval
2821 if test "${ENABLE_GOLD}" = "yes"; then
2822 # Check for ELF target.
2825 *-*-elf* |
*-*-sysv4* |
*-*-unixware* |
*-*-eabi* | hppa
*64*-*-hpux* \
2826 |
*-*-linux* | frv-
*-uclinux* |
*-*-irix5* |
*-*-irix6* \
2827 |
*-*-netbsd* |
*-*-openbsd* |
*-*-freebsd* |
*-*-solaris2* |
*-*-nto*)
2829 *-*-linux*aout
* |
*-*-linux*oldld
*)
2837 if test "$is_elf" = "yes"; then
2838 # Check for target supported by gold.
2840 i?
86-*-* | x86_64-
*-* | sparc
*-*-* | powerpc
*-*-* | arm
*-*-*)
2841 configdirs
="`echo " ${configdirs} " | sed -e 's/ ld / gold /'`"
2847 # Configure extra directories which are host specific
2851 configdirs
="$configdirs libtermcap" ;;
2854 # A target can indicate whether a language isn't supported for some reason.
2855 # Only spaces may be used in this macro; not newlines or tabs.
2856 unsupported_languages
=
2858 # Remove more programs from consideration, based on the host or
2859 # target this usually means that a port of the program doesn't
2864 noconfigdirs
="$noconfigdirs byacc"
2866 i
[3456789]86-*-vsta)
2867 noconfigdirs
="$noconfigdirs tcl expect dejagnu make texinfo bison patch flex byacc send-pr gprof uudecode dejagnu diff guile perl itcl gnuserv gettext"
2869 i
[3456789]86-*-go32* | i
[3456789]86-*-msdosdjgpp*)
2870 noconfigdirs
="$noconfigdirs tcl tk expect dejagnu send-pr uudecode guile itcl gnuserv libffi"
2873 noconfigdirs
="$noconfigdirs expect dejagnu autoconf automake send-pr rcs guile perl texinfo libtool newlib"
2875 i
[3456789]86-*-mingw32*)
2876 # noconfigdirs="tcl tk expect dejagnu make texinfo bison patch flex byacc send-pr uudecode dejagnu diff guile perl itcl gnuserv"
2877 noconfigdirs
="$noconfigdirs expect dejagnu autoconf automake send-pr rcs guile perl texinfo libtool newlib"
2879 i
[3456789]86-*-beos*)
2880 noconfigdirs
="$noconfigdirs tk itcl libgui gdb"
2883 noconfigdirs
="$noconfigdirs autoconf automake send-pr rcs guile perl"
2886 noconfigdirs
="$noconfigdirs rcs"
2889 noconfigdirs
="$noconfigdirs patch diff make tk tcl expect dejagnu autoconf automake texinfo bison send-pr gprof rcs guile perl itcl gnuserv"
2892 noconfigdirs
="$noconfigdirs tk itcl libgui gdb dejagnu readline"
2897 # Check whether --enable-libada was given.
2898 if test "${enable_libada+set}" = set; then :
2899 enableval
=$enable_libada; ENABLE_LIBADA
=$enableval
2904 if test "${ENABLE_LIBADA}" != "yes" ; then
2905 noconfigdirs
="$noconfigdirs gnattools"
2908 # Check whether --enable-libssp was given.
2909 if test "${enable_libssp+set}" = set; then :
2910 enableval
=$enable_libssp; ENABLE_LIBSSP
=$enableval
2916 # Save it here so that, even in case of --enable-libgcj, if the Java
2917 # front-end isn't enabled, we still get libgcj disabled.
2918 libgcj_saved
=$libgcj
2919 case $enable_libgcj in
2921 # If we reset it here, it won't get added to noconfigdirs in the
2922 # target-specific build rules, so it will be forcibly enabled
2923 # (unless the Java language itself isn't enabled).
2927 # Make sure we get it printed in the list of not supported target libs.
2928 noconfigdirs
="$noconfigdirs ${libgcj}"
2933 # Disable libmudflap on some systems.
2934 if test x
$enable_libmudflap = x
; then
2936 *-*-linux* |
*-*-gnu* |
*-*-k*bsd
*-gnu | bfin
*-*-uclinux* |
*-*-kopensolaris*-gnu)
2937 # Enable libmudflap by default in GNU and friends.
2940 # Enable libmudflap by default in FreeBSD.
2943 # Disable it by default everywhere else.
2944 noconfigdirs
="$noconfigdirs target-libmudflap"
2949 # Disable libgomp on non POSIX hosted systems.
2950 if test x
$enable_libgomp = x
; then
2951 # Enable libgomp by default on hosted POSIX systems.
2953 *-*-linux* |
*-*-gnu* |
*-*-k*bsd
*-gnu |
*-*-kopensolaris*-gnu)
2955 *-*-netbsd* |
*-*-freebsd* |
*-*-openbsd*)
2957 *-*-solaris2* |
*-*-sysv4* |
*-*-irix6* |
*-*-osf* |
*-*-hpux11*)
2959 *-*-darwin* |
*-*-aix*)
2962 noconfigdirs
="$noconfigdirs target-libgomp"
2967 # Default libgloss CPU subdirectory.
2968 libgloss_dir
="$target_cpu"
2972 noconfigdirs
="$noconfigdirs target-newlib target-libgloss ${libgcj}"
2975 noconfigdirs
="$noconfigdirs ld gas gdb gprof"
2976 noconfigdirs
="$noconfigdirs sim target-rda"
2978 i
[3456789]86-*-darwin*)
2979 noconfigdirs
="$noconfigdirs ld gprof"
2980 noconfigdirs
="$noconfigdirs sim target-rda"
2982 x86_64-
*-darwin[912]*)
2983 noconfigdirs
="$noconfigdirs ld gas gprof"
2984 noconfigdirs
="$noconfigdirs sim target-rda"
2987 noconfigdirs
="$noconfigdirs ld gas gdb gprof"
2988 noconfigdirs
="$noconfigdirs sim target-rda"
2989 noconfigdirs
="$noconfigdirs ${libgcj}"
2991 *-*-freebsd[12] |
*-*-freebsd[12].
* |
*-*-freebsd*aout
*)
2992 noconfigdirs
="$noconfigdirs target-newlib target-libgloss ${libgcj}"
2995 noconfigdirs
="$noconfigdirs target-newlib target-libgloss"
2996 if test "x$with_gmp" = x
&& test "x$with_gmp_dir" = x \
2997 && test -f /usr
/local
/include
/gmp.h
; then
3001 # Skip some stuff that's unsupported on some FreeBSD configurations.
3006 noconfigdirs
="$noconfigdirs ${libgcj}"
3011 # Remove unsupported stuff on all kaOS configurations.
3012 skipdirs
="target-libiberty ${libgcj} target-libstdc++-v3 target-librx"
3013 skipdirs
="$skipdirs target-libobjc target-examples target-groff target-gperf"
3014 skipdirs
="$skipdirs zlib fastjar target-libjava target-boehm-gc target-zlib"
3015 noconfigdirs
="$noconfigdirs target-libgloss"
3018 # Skip some stuff on all NetBSD configurations.
3019 noconfigdirs
="$noconfigdirs target-newlib target-libiberty target-libgloss"
3021 # Skip some stuff that's unsupported on some NetBSD configurations.
3023 i
*86-*-netbsdelf*) ;;
3024 arm
*-*-netbsdelf*) ;;
3026 noconfigdirs
="$noconfigdirs ${libgcj}"
3031 noconfigdirs
="$noconfigdirs target-newlib target-libiberty target-libgloss ${libgcj} target-libmudflap"
3034 noconfigdirs
="$noconfigdirs target-libgloss ${libgcj}"
3036 # The tpf target doesn't support gdb yet.
3038 noconfigdirs
="$noconfigdirs target-newlib target-libgloss target-libiberty ${libgcj} target-libmudflap gdb tcl tk libgui itcl"
3041 noconfigdirs
="$noconfigdirs target-newlib target-libgloss target-rda ${libgcj}"
3044 noconfigdirs
="$noconfigdirs target-newlib target-libgloss target-libiberty target-libstdc++-v3 ${libgcj}"
3047 # ld works, but does not support shared libraries.
3048 # newlib is not 64 bit ready. I'm not sure about fileutils.
3049 # gas doesn't generate exception information.
3050 noconfigdirs
="$noconfigdirs gas ld fileutils target-newlib target-libgloss"
3053 noconfigdirs
="$noconfigdirs gdb ld target-newlib target-libgloss ${libgcj}"
3056 # newlib is not 64 bit ready
3057 noconfigdirs
="$noconfigdirs target-newlib target-libgloss"
3060 # newlib is not 64 bit ready
3061 noconfigdirs
="$noconfigdirs target-newlib target-libgloss ${libgcj}"
3064 noconfigdirs
="$noconfigdirs ${libgcj} target-newlib target-libgloss"
3067 noconfigdirs
="$noconfigdirs ${libgcj} target-newlib target-libgloss"
3069 sh
*-*-pe|mips
*-*-pe|
*arm-wince-pe
)
3070 noconfigdirs
="$noconfigdirs ${libgcj}"
3071 noconfigdirs
="$noconfigdirs target-examples"
3072 noconfigdirs
="$noconfigdirs target-libiberty texinfo send-pr"
3073 noconfigdirs
="$noconfigdirs tcl tk itcl libgui sim"
3074 noconfigdirs
="$noconfigdirs expect dejagnu"
3075 # the C++ libraries don't build on top of CE's C libraries
3076 noconfigdirs
="$noconfigdirs target-libstdc++-v3"
3077 noconfigdirs
="$noconfigdirs target-newlib"
3079 *-*-cygwin*) ;; # keep gdb and readline
3080 *) noconfigdirs
="$noconfigdirs gdb readline"
3086 noconfigdirs
="$noconfigdirs target-libgloss ${libgcj}"
3090 arm-
*-coff | strongarm-
*-coff | xscale-
*-coff)
3091 noconfigdirs
="$noconfigdirs ${libgcj}"
3094 arm-
*-elf* | strongarm-
*-elf* | xscale-
*-elf* | arm
*-*-eabi* )
3095 noconfigdirs
="$noconfigdirs target-libffi target-qthreads"
3098 arm
*-*-linux-gnueabi)
3099 noconfigdirs
="$noconfigdirs target-qthreads"
3100 case ${with_newlib} in
3101 no
) noconfigdirs
="$noconfigdirs target-newlib target-libgloss"
3106 noconfigdirs
="$noconfigdirs ${libgcj} target-libiberty"
3110 noconfigdirs
="$noconfigdirs target-libgloss ${libgcj}"
3113 noconfigdirs
="$noconfigdirs target-libgloss ${libgcj}"
3116 noconfigdirs
="$noconfigdirs target-libgloss ${libgcj}"
3119 noconfigdirs
="$noconfigdirs target-libgloss ${libgcj}"
3122 noconfigdirs
="$noconfigdirs ld target-libgloss ${libgcj}"
3125 noconfigdirs
="$noconfigdirs target-libiberty target-libstdc++-v3 ${libgcj} target-libssp"
3128 unsupported_languages
="$unsupported_languages java"
3129 noconfigdirs
="$noconfigdirs target-boehm-gc gdb"
3130 if test x
${is_cross_compiler} != xno
; then
3131 target_configdirs
="${target_configdirs} target-bsp target-cygmon"
3134 c4x-
*-* | tic4x-
*-*)
3135 noconfigdirs
="$noconfigdirs target-libstdc++-v3 target-libgloss ${libgcj}"
3137 c54x
*-*-* | tic54x-
*-*)
3138 noconfigdirs
="$noconfigdirs target-libstdc++-v3 target-libgloss ${libgcj} gcc gdb newlib"
3141 noconfigdirs
="$noconfigdirs ${libgcj} gdb"
3143 cris-
*-* | crisv32-
*-*)
3144 unsupported_languages
="$unsupported_languages java"
3147 unsupported_languages
="$unsupported_languages fortran"
3148 noconfigdirs
="$noconfigdirs target-libffi target-boehm-gc";;
3150 noconfigdirs
="$noconfigdirs target-boehm-gc";;
3152 noconfigdirs
="$noconfigdirs target-newlib target-libgloss";;
3154 unsupported_languages
="$unsupported_languages fortran"
3155 noconfigdirs
="$noconfigdirs ${libgcj} target-newlib target-libgloss";;
3160 noconfigdirs
="$noconfigdirs target-libstdc++-v3 target-mudflap ${libgcj}"
3163 noconfigdirs
="$noconfigdirs target-libstdc++-v3 target-libgloss ${libgcj}"
3166 noconfigdirs
="$noconfigdirs ${libgcj} gdb"
3168 ep9312-
*-elf | ep9312-
*-coff)
3172 noconfigdirs
="$noconfigdirs ${libgcj} gdb"
3175 noconfigdirs
="$noconfigdirs ${libgcj}"
3178 noconfigdirs
="$noconfigdirs ${libgcj}"
3179 noconfigdirs
="$noconfigdirs gprof"
3182 noconfigdirs
="$noconfigdirs target-libgloss ${libgcj}"
3185 noconfigdirs
="$noconfigdirs target-libstdc++-v3 target-libgloss ${libgcj}"
3187 hppa1.1
-*-osf* | hppa1.1
-*-bsd* )
3189 hppa
*64*-*-linux* | parisc
*64*-*-linux*)
3190 # In this case, it's because the hppa64-linux target is for
3191 # the kernel only at this point and has no libc, and thus no
3192 # headers, crt*.o, etc., all of which are needed by these.
3193 noconfigdirs
="$noconfigdirs target-zlib"
3195 parisc
*-*-linux* | hppa
*-*-linux*)
3199 hppa
*-*-openbsd* | \
3201 noconfigdirs
="$noconfigdirs ${libgcj}"
3204 noconfigdirs
="$noconfigdirs ld shellutils"
3210 # According to Alexandre Oliva <aoliva@redhat.com>, libjava won't
3211 # build on HP-UX 10.20.
3212 noconfigdirs
="$noconfigdirs ld shellutils ${libgcj}"
3215 noconfigdirs
="$noconfigdirs ${libgcj} gdb"
3218 # No gdb support yet.
3219 noconfigdirs
="$noconfigdirs readline mmalloc libgui itcl gdb"
3222 # No gdb or ld support yet.
3223 noconfigdirs
="$noconfigdirs ${libgcj} readline mmalloc libgui itcl gdb ld"
3226 # No gdb or ld support yet.
3227 noconfigdirs
="$noconfigdirs ${libgcj} tix readline mmalloc libgui itcl gdb ld"
3231 i
[3456789]86-*-coff | i
[3456789]86-*-elf)
3232 noconfigdirs
="$noconfigdirs ${libgcj}"
3235 i
[3456789]86-*-linux*)
3236 # The GCC port for glibc1 has no MD_FALLBACK_FRAME_STATE_FOR, so let's
3237 # not build java stuff by default.
3240 noconfigdirs
="$noconfigdirs ${libgcj}";;
3243 # This section makes it possible to build newlib natively on linux.
3244 # If we are using a cross compiler then don't configure newlib.
3245 if test x
${is_cross_compiler} != xno
; then
3246 noconfigdirs
="$noconfigdirs target-newlib"
3248 noconfigdirs
="$noconfigdirs target-libgloss"
3249 # If we are not using a cross compiler, do configure newlib.
3250 # Note however, that newlib will only be configured in this situation
3251 # if the --with-newlib option has been given, because otherwise
3252 # 'target-newlib' will appear in skipdirs.
3254 i
[3456789]86-*-mingw32*)
3255 target_configdirs
="$target_configdirs target-winsup"
3256 noconfigdirs
="$noconfigdirs expect target-libgloss target-newlib ${libgcj}"
3259 target_configdirs
="$target_configdirs target-winsup"
3260 noconfigdirs
="$noconfigdirs expect target-libgloss target-newlib ${libgcj}"
3263 target_configdirs
="$target_configdirs target-libtermcap target-winsup"
3264 noconfigdirs
="$noconfigdirs target-gperf target-libgloss"
3265 # always build newlib if winsup directory is present.
3266 if test -d "$srcdir/winsup/cygwin"; then
3267 skipdirs
=`echo " ${skipdirs} " | sed -e 's/ target-newlib / /'`
3268 elif test -d "$srcdir/newlib"; then
3269 echo "Warning: winsup/cygwin is missing so newlib can't be built."
3272 i
[3456789]86-moss-msdos | i
[3456789]86-*-moss* | \
3273 i
[3456789]86-*-uwin* | i
[3456789]86-*-interix* )
3276 noconfigdirs
="$noconfigdirs target-libstdc++-v3 target-libgloss ${libgcj}"
3278 i
[3456789]86-*-sco3.2v5
*)
3279 # The linker does not yet know about weak symbols in COFF,
3280 # and is not configured to handle mixed ELF and COFF.
3281 noconfigdirs
="$noconfigdirs ld target-libgloss ${libgcj}"
3283 i
[3456789]86-*-sco*)
3284 noconfigdirs
="$noconfigdirs gprof target-libgloss ${libgcj}"
3286 i
[3456789]86-*-solaris2*)
3287 noconfigdirs
="$noconfigdirs target-libgloss"
3289 i
[3456789]86-*-sysv4*)
3290 noconfigdirs
="$noconfigdirs target-libgloss ${libgcj}"
3292 i
[3456789]86-*-beos*)
3293 noconfigdirs
="$noconfigdirs gdb target-newlib target-libgloss ${libgcj}"
3295 i
[3456789]86-*-rdos*)
3296 noconfigdirs
="$noconfigdirs gdb target-newlib target-libgloss"
3299 noconfigdirs
="$noconfigdirs ${libgcj}"
3301 m68hc11-
*-*|m6811-
*-*|m68hc12-
*-*|m6812-
*-*)
3302 noconfigdirs
="$noconfigdirs target-libiberty target-libstdc++-v3 ${libgcj}"
3303 libgloss_dir
=m68hc11
3306 noconfigdirs
="$noconfigdirs ${libgcj}"
3309 noconfigdirs
="$noconfigdirs ${libgcj}"
3311 m68
*-*-* | fido-
*-*)
3315 # The EPOC C++ environment does not support exceptions or rtti,
3316 # and so building libstdc++-v3 tends not to always work.
3317 noconfigdirs
="$noconfigdirs target-libstdc++-v3"
3320 noconfigdirs
="$noconfigdirs target-libffi target-boehm-gc gdb libgloss"
3321 unsupported_languages
="$unsupported_languages fortran java"
3324 noconfigdirs
="$noconfigdirs ${libgcj}"
3327 noconfigdirs
="$noconfigdirs ${libgcj}"
3330 noconfigdirs
="$noconfigdirs sim"
3333 # copied from rs6000-*-* entry
3334 noconfigdirs
="$noconfigdirs gprof target-libgloss target-libssp target-newlib ${libgcj}"
3336 powerpc
*-*-winnt* | powerpc
*-*-pe* | ppc
*-*-pe)
3337 target_configdirs
="$target_configdirs target-winsup"
3338 noconfigdirs
="$noconfigdirs gdb tcl tk make expect target-libgloss itcl gnuserv ${libgcj}"
3339 # always build newlib.
3340 skipdirs
=`echo " ${skipdirs} " | sed -e 's/ target-newlib / /'`
3342 # This is temporary until we can link against shared libraries
3343 powerpcle-
*-solaris*)
3344 noconfigdirs
="$noconfigdirs gdb sim make tcl tk expect itcl gnuserv ${libgcj}"
3348 noconfigdirs
="$noconfigdirs gdb target-newlib target-libgloss ${libgcj}"
3351 noconfigdirs
="$noconfigdirs ${libgcj}"
3354 powerpc-
*-eabi* | powerpcle-
*-eabi* | powerpc-
*-rtems* )
3358 noconfigdirs
="$noconfigdirs target-newlib gprof ${libgcj}"
3361 noconfigdirs
="$noconfigdirs gprof target-libgloss target-libssp target-newlib ${libgcj}"
3364 noconfigdirs
="$noconfigdirs gprof ${libgcj}"
3367 noconfigdirs
="$noconfigdirs ld binutils gprof target-libgloss ${libgcj}"
3370 noconfigdirs
="$noconfigdirs gprof ${libgcj}"
3373 skipdirs
="$skipdirs target-libiberty"
3374 noconfigdirs
="$noconfigdirs ${libgcj}"
3375 if test x
$with_newlib = xyes
; then
3376 noconfigdirs
="$noconfigdirs gprof"
3381 noconfigdirs
="$noconfigdirs gprof target-libgloss ${libgcj}"
3384 # Linking libjava exceeds command-line length limits on at least
3385 # IRIX 6.2, but not on IRIX 6.5.
3386 # Also, boehm-gc won't build on IRIX 6.5, according to Jeffrey Oldham
3387 # <oldham@codesourcery.com>
3388 noconfigdirs
="$noconfigdirs gprof target-libgloss ${libgcj}"
3391 noconfigdirs
="$noconfigdirs gprof target-libgloss ${libgcj}"
3394 noconfigdirs
="$noconfigdirs target-newlib target-libgloss"
3397 noconfigdirs
="$noconfigdirs gprof ${libgcj}"
3401 noconfigdirs
="$noconfigdirs bfd binutils ld gas opcodes target-libgloss ${libgcj}"
3405 i
[3456789]86-*-vsta) ;; # don't add gprof back in
3406 i
[3456789]86-*-go32*) ;; # don't add gprof back in
3407 i
[3456789]86-*-msdosdjgpp*) ;; # don't add gprof back in
3408 *) skipdirs
=`echo " ${skipdirs} " | sed -e 's/ gprof / /'` ;;
3412 noconfigdirs
="$noconfigdirs ${libgcj}" ;;
3414 noconfigdirs
="$noconfigdirs target-libgloss ${libgcj}" ;;
3417 sparclet-
*-aout* | sparc86x-
*-*)
3421 noconfigdirs
="$noconfigdirs ${libgcj}"
3424 noconfigdirs
="$noconfigdirs ${libgcj}"
3428 noconfigdirs
="$noconfigdirs ${libgcj}"
3432 noconfigdirs
="$noconfigdirs ${libgcj}"
3433 if test x
${is_cross_compiler} != xno
; then
3434 noconfigdirs
="$noconfigdirs gdb target-newlib target-libgloss"
3439 sparc-
*-solaris2.
[0-6] | sparc-
*-solaris2.
[0-6].
*)
3440 noconfigdirs
="$noconfigdirs ${libgcj}"
3442 sparc-
*-solaris* | sparc64-
*-solaris* | sparcv9-
*-solaris*)
3445 noconfigdirs
="$noconfigdirs bfd binutils gas gcc gdb ld target-libstdc++-v3 opcodes target-libgloss ${libgcj}"
3448 noconfigdirs
="$noconfigdirs target-libgloss ${libgcj}"
3451 noconfigdirs
="$noconfigdirs target-libgloss ${libgcj}"
3454 noconfigdirs
="$noconfigdirs target-libgloss ${libgcj}"
3457 noconfigdirs
="$noconfigdirs bfd binutils gdb ld target-newlib opcodes target-libgloss ${libgcj}"
3460 noconfigdirs
="$noconfigdirs target-newlib target-libgloss ${libgcj}"
3463 noconfigdirs
="$noconfigdirs ${libgcj}"
3466 noconfigdirs
="$noconfigdirs target-libiberty target-libstdc++-v3 ${libgcj}"
3468 *-*-linux* |
*-*-gnu* |
*-*-k*bsd
*-gnu |
*-*-kopensolaris*-gnu)
3469 noconfigdirs
="$noconfigdirs target-newlib target-libgloss"
3472 noconfigdirs
="$noconfigdirs target-newlib target-libgloss ${libgcj}"
3475 noconfigdirs
="$noconfigdirs ${libgcj}"
3479 # If we aren't building newlib, then don't build libgloss, since libgloss
3480 # depends upon some newlib header files.
3481 case "${noconfigdirs}" in
3482 *target-libgloss
*) ;;
3483 *target-newlib
*) noconfigdirs
="$noconfigdirs target-libgloss" ;;
3486 # Work in distributions that contain no compiler tools, like Autoconf.
3488 host_makefile_frag
=/dev
/null
3489 if test -d ${srcdir}/config
; then
3492 # Avoid "too much defining" errors from HPUX compiler.
3493 tentative_cc
="cc -Wp,-H256000"
3494 # If "ar" in $PATH is GNU ar, the symbol table may need rebuilding.
3495 # If it's HP/UX ar, this should be harmless.
3499 tentative_cc
="cc -A ansi -A runtype,any -A systype,any -U__STDC__ -DUSG"
3502 #None of the Apollo compilers can compile gas or binutils. The preprocessor
3503 # chokes on bfd, the compiler won't let you assign integers to enums, and
3504 # other problems. Defining CC to gcc is a questionable way to say "don't use
3505 # the apollo compiler" (the preferred version of GCC could be called cc,
3506 # or whatever), but I'm not sure leaving CC as cc is any better...
3507 #CC=cc -A ansi -A runtype,any -A systype,any -U__STDC__ -DNO_STDARG
3508 # Used to have BISON=yacc.
3512 tentative_cc
="gcc -Wall -ansi -D__using_DGUX"
3515 # Under CX/UX, we want to tell the compiler to use ANSI mode.
3516 tentative_cc
="cc -Xa"
3517 host_makefile_frag
="config/mh-cxux"
3519 m88k-motorola-sysv
*)
3522 tentative_cc
="cc -Wf,-XNg1000"
3523 host_makefile_frag
="config/mh-decstation"
3526 # The C compiler on NEC MIPS SVR4 needs bigger tables.
3527 tentative_cc
="cc -ZXNd=5000 -ZXNg=1000"
3528 host_makefile_frag
="config/mh-necv4"
3531 # Tell compiler to use K&R C. We can't compile under the SGI Ansi
3532 # environment. Also bump switch table size so that cp-parse will
3533 # compile. Bump string length limit so linker builds.
3534 tentative_cc
="cc -cckr -Wf,-XNg1500 -Wf,-XNk1000 -Wf,-XNh2000 -Wf,-XNl8192"
3537 host_makefile_frag
="config/mh-sysv4"
3540 # This is for a MIPS running RISC/os 4.52C.
3542 # This is needed for GDB, but needs to be in the top-level make because
3543 # if a library is compiled with the bsd headers and gets linked with the
3544 # sysv system libraries all hell can break loose (e.g. a jmp_buf might be
3545 # a different size).
3546 # ptrace(2) apparently has problems in the BSD environment. No workaround is
3547 # known except to select the sysv environment. Could we use /proc instead?
3548 # These "sysv environments" and "bsd environments" often end up being a pain.
3550 # This is not part of CFLAGS because perhaps not all C compilers have this
3552 tentative_cc
="cc -systype sysv"
3557 i
[3456789]86-*-sysv5*)
3558 host_makefile_frag
="config/mh-sysv5"
3560 i
[3456789]86-*-dgux*)
3561 tentative_cc
="gcc -Wall -ansi -D__using_DGUX"
3562 host_makefile_frag
="config/mh-dgux386"
3564 i
[3456789]86-ncr-sysv4.3
*)
3565 # The MetaWare compiler will generate a copyright message unless you
3566 # turn it off by adding the -Hnocopyr flag.
3567 tentative_cc
="cc -Hnocopyr"
3569 i
[3456789]86-ncr-sysv4*)
3570 # for an NCR 3000 (i486/SVR4) system.
3571 # The NCR 3000 ships with a MetaWare compiler installed as /bin/cc.
3572 # This compiler not only emits obnoxious copyright messages every time
3573 # you run it, but it chokes and dies on a whole bunch of GNU source
3574 # files. Default to using the AT&T compiler installed in /usr/ccs/ATT/cc.
3575 tentative_cc
="/usr/ccs/ATT/cc"
3576 host_makefile_frag
="config/mh-ncr3000"
3578 i
[3456789]86-*-sco3.2v5
*)
3580 i
[3456789]86-*-sco*)
3581 # The native C compiler botches some simple uses of const. Unfortunately,
3582 # it doesn't defined anything like "__sco__" for us to test for in ansidecl.h.
3583 tentative_cc
="cc -Dconst="
3584 host_makefile_frag
="config/mh-sco"
3586 i
[3456789]86-*-udk*)
3587 host_makefile_frag
="config/mh-sysv5"
3589 i
[3456789]86-*-solaris2*)
3590 host_makefile_frag
="config/mh-sysv4"
3592 i
[3456789]86-*-msdosdjgpp*)
3593 host_makefile_frag
="config/mh-djgpp"
3597 { $as_echo "$as_me:${as_lineno-$LINENO}: checking to see if cat works as expected" >&5
3598 $as_echo_n "checking to see if cat works as expected... " >&6; }
3599 echo a
>cygwin-cat-check
3600 if test `cat cygwin-cat-check` == a
; then
3602 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3603 $as_echo "yes" >&6; }
3606 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3607 $as_echo "no" >&6; }
3608 as_fn_error
"The cat command does not ignore carriage return characters.
3609 Please either mount the build directory in binary mode or run the following
3610 commands before running any configure script:
3616 host_makefile_frag
="config/mh-cygwin"
3619 host_makefile_frag
="config/mh-mingw"
3622 host_makefile_frag
="config/mh-interix"
3625 # The old BSD pcc isn't up to compiling parts of gdb so use gcc
3629 host_makefile_frag
="config/mh-solaris"
3632 # Sun's C compiler needs the -J flag to be able to compile cp-parse.c
3633 # without overflowing the jump tables (-J says to use a 32 bit table)
3634 tentative_cc
="cc -J"
3637 tentative_cc
="cc -Wp,-H256000"
3638 host_makefile_frag
="config/mh-pa-hpux10"
3640 hppa
*-hp-hpux* | hppa
*-*-hiux*)
3641 tentative_cc
="cc -Wp,-H256000"
3642 host_makefile_frag
="config/mh-pa"
3645 host_makefile_frag
="config/mh-pa"
3647 *-hp-hpux* |
*-*-hiux*)
3648 tentative_cc
="cc -Wp,-H256000"
3651 # /bin/cc is less than useful for our purposes. Always use GCC
3652 tentative_cc
="/usr/cygnus/progressive/bin/gcc"
3653 host_makefile_frag
="config/mh-lynxrs6k"
3656 host_makefile_frag
="config/mh-ppc-darwin"
3659 host_makefile_frag
="config/mh-ppc-aix"
3662 host_makefile_frag
="config/mh-ppc-aix"
3665 # /bin/cc is less than useful for our purposes. Always use GCC
3666 tentative_cc
="/bin/gcc"
3669 host_makefile_frag
="config/mh-sysv4"
3671 # This is placed last to prevent interfering with the cases above.
3673 # Build the stage2 and stage3 compilers with -fomit-frame-pointer.
3674 host_makefile_frag
="config/mh-x86omitfp"
3679 # If we aren't going to be using gcc, see if we can extract a definition
3680 # of CC from the fragment.
3681 # Actually, use the 'pre-extracted' version above.
3682 if test -z "${CC}" && test "${build}" = "${host}" ; then
3683 IFS
="${IFS= }"; save_ifs
="$IFS"; IFS
="${IFS}:"
3685 for dir
in $PATH; do
3686 test -z "$dir" && dir
=.
3687 if test -f $dir/gcc
; then
3693 if test -z "${found}" && test -n "${tentative_cc}" ; then
3698 if test "${build}" != "${host}" ; then
3699 AR_FOR_BUILD
=${AR_FOR_BUILD-ar}
3700 AS_FOR_BUILD
=${AS_FOR_BUILD-as}
3701 CC_FOR_BUILD
=${CC_FOR_BUILD-gcc}
3702 CXX_FOR_BUILD
=${CXX_FOR_BUILD-g++}
3703 GCJ_FOR_BUILD
=${GCJ_FOR_BUILD-gcj}
3704 GFORTRAN_FOR_BUILD
=${GFORTRAN_FOR_BUILD-gfortran}
3705 DLLTOOL_FOR_BUILD
=${DLLTOOL_FOR_BUILD-dlltool}
3706 LD_FOR_BUILD
=${LD_FOR_BUILD-ld}
3707 NM_FOR_BUILD
=${NM_FOR_BUILD-nm}
3708 RANLIB_FOR_BUILD
=${RANLIB_FOR_BUILD-ranlib}
3709 WINDRES_FOR_BUILD
=${WINDRES_FOR_BUILD-windres}
3710 WINDMC_FOR_BUILD
=${WINDMC_FOR_BUILD-windmc}
3712 AR_FOR_BUILD
="\$(AR)"
3713 AS_FOR_BUILD
="\$(AS)"
3714 CC_FOR_BUILD
="\$(CC)"
3715 CXX_FOR_BUILD
="\$(CXX)"
3716 GCJ_FOR_BUILD
="\$(GCJ)"
3717 GFORTRAN_FOR_BUILD
="\$(GFORTRAN)"
3718 DLLTOOL_FOR_BUILD
="\$(DLLTOOL)"
3719 LD_FOR_BUILD
="\$(LD)"
3720 NM_FOR_BUILD
="\$(NM)"
3721 RANLIB_FOR_BUILD
="\$(RANLIB)"
3722 WINDRES_FOR_BUILD
="\$(WINDRES)"
3723 WINDMC_FOR_BUILD
="\$(WINDMC)"
3727 ac_cpp
='$CPP $CPPFLAGS'
3728 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3729 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3730 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
3731 if test -n "$ac_tool_prefix"; then
3732 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
3733 set dummy
${ac_tool_prefix}gcc
; ac_word
=$2
3734 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3735 $as_echo_n "checking for $ac_word... " >&6; }
3736 if test "${ac_cv_prog_CC+set}" = set; then :
3737 $as_echo_n "(cached) " >&6
3739 if test -n "$CC"; then
3740 ac_cv_prog_CC
="$CC" # Let the user override the test.
3742 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
3746 test -z "$as_dir" && as_dir
=.
3747 for ac_exec_ext
in '' $ac_executable_extensions; do
3748 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3749 ac_cv_prog_CC
="${ac_tool_prefix}gcc"
3750 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3760 if test -n "$CC"; then
3761 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3762 $as_echo "$CC" >&6; }
3764 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3765 $as_echo "no" >&6; }
3770 if test -z "$ac_cv_prog_CC"; then
3772 # Extract the first word of "gcc", so it can be a program name with args.
3773 set dummy gcc
; ac_word
=$2
3774 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3775 $as_echo_n "checking for $ac_word... " >&6; }
3776 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then :
3777 $as_echo_n "(cached) " >&6
3779 if test -n "$ac_ct_CC"; then
3780 ac_cv_prog_ac_ct_CC
="$ac_ct_CC" # Let the user override the test.
3782 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
3786 test -z "$as_dir" && as_dir
=.
3787 for ac_exec_ext
in '' $ac_executable_extensions; do
3788 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3789 ac_cv_prog_ac_ct_CC
="gcc"
3790 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3799 ac_ct_CC
=$ac_cv_prog_ac_ct_CC
3800 if test -n "$ac_ct_CC"; then
3801 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
3802 $as_echo "$ac_ct_CC" >&6; }
3804 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3805 $as_echo "no" >&6; }
3808 if test "x$ac_ct_CC" = x
; then
3811 case $cross_compiling:$ac_tool_warned in
3813 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
3814 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3815 ac_tool_warned
=yes ;;
3823 if test -z "$CC"; then
3824 if test -n "$ac_tool_prefix"; then
3825 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
3826 set dummy
${ac_tool_prefix}cc
; ac_word
=$2
3827 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3828 $as_echo_n "checking for $ac_word... " >&6; }
3829 if test "${ac_cv_prog_CC+set}" = set; then :
3830 $as_echo_n "(cached) " >&6
3832 if test -n "$CC"; then
3833 ac_cv_prog_CC
="$CC" # Let the user override the test.
3835 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
3839 test -z "$as_dir" && as_dir
=.
3840 for ac_exec_ext
in '' $ac_executable_extensions; do
3841 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3842 ac_cv_prog_CC
="${ac_tool_prefix}cc"
3843 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3853 if test -n "$CC"; then
3854 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3855 $as_echo "$CC" >&6; }
3857 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3858 $as_echo "no" >&6; }
3864 if test -z "$CC"; then
3865 # Extract the first word of "cc", so it can be a program name with args.
3866 set dummy cc
; ac_word
=$2
3867 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3868 $as_echo_n "checking for $ac_word... " >&6; }
3869 if test "${ac_cv_prog_CC+set}" = set; then :
3870 $as_echo_n "(cached) " >&6
3872 if test -n "$CC"; then
3873 ac_cv_prog_CC
="$CC" # Let the user override the test.
3876 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
3880 test -z "$as_dir" && as_dir
=.
3881 for ac_exec_ext
in '' $ac_executable_extensions; do
3882 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3883 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
3884 ac_prog_rejected
=yes
3888 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3895 if test $ac_prog_rejected = yes; then
3896 # We found a bogon in the path, so make sure we never use it.
3897 set dummy
$ac_cv_prog_CC
3899 if test $# != 0; then
3900 # We chose a different compiler from the bogus one.
3901 # However, it has the same basename, so the bogon will be chosen
3902 # first if we set CC to just the basename; use the full file name.
3904 ac_cv_prog_CC
="$as_dir/$ac_word${1+' '}$@"
3910 if test -n "$CC"; then
3911 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3912 $as_echo "$CC" >&6; }
3914 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3915 $as_echo "no" >&6; }
3920 if test -z "$CC"; then
3921 if test -n "$ac_tool_prefix"; then
3922 for ac_prog
in cl.exe
3924 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
3925 set dummy
$ac_tool_prefix$ac_prog; ac_word
=$2
3926 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3927 $as_echo_n "checking for $ac_word... " >&6; }
3928 if test "${ac_cv_prog_CC+set}" = set; then :
3929 $as_echo_n "(cached) " >&6
3931 if test -n "$CC"; then
3932 ac_cv_prog_CC
="$CC" # Let the user override the test.
3934 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
3938 test -z "$as_dir" && as_dir
=.
3939 for ac_exec_ext
in '' $ac_executable_extensions; do
3940 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3941 ac_cv_prog_CC
="$ac_tool_prefix$ac_prog"
3942 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3952 if test -n "$CC"; then
3953 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3954 $as_echo "$CC" >&6; }
3956 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3957 $as_echo "no" >&6; }
3961 test -n "$CC" && break
3964 if test -z "$CC"; then
3966 for ac_prog
in cl.exe
3968 # Extract the first word of "$ac_prog", so it can be a program name with args.
3969 set dummy
$ac_prog; ac_word
=$2
3970 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3971 $as_echo_n "checking for $ac_word... " >&6; }
3972 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then :
3973 $as_echo_n "(cached) " >&6
3975 if test -n "$ac_ct_CC"; then
3976 ac_cv_prog_ac_ct_CC
="$ac_ct_CC" # Let the user override the test.
3978 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
3982 test -z "$as_dir" && as_dir
=.
3983 for ac_exec_ext
in '' $ac_executable_extensions; do
3984 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3985 ac_cv_prog_ac_ct_CC
="$ac_prog"
3986 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3995 ac_ct_CC
=$ac_cv_prog_ac_ct_CC
3996 if test -n "$ac_ct_CC"; then
3997 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
3998 $as_echo "$ac_ct_CC" >&6; }
4000 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4001 $as_echo "no" >&6; }
4005 test -n "$ac_ct_CC" && break
4008 if test "x$ac_ct_CC" = x
; then
4011 case $cross_compiling:$ac_tool_warned in
4013 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4014 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4015 ac_tool_warned
=yes ;;
4024 test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4025 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4026 as_fn_error
"no acceptable C compiler found in \$PATH
4027 See \`config.log' for more details." "$LINENO" 5; }
4029 # Provide some information about the compiler.
4030 $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
4033 for ac_option
in --version -v -V -qversion; do
4034 { { ac_try
="$ac_compiler $ac_option >&5"
4036 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
4037 *) ac_try_echo=$ac_try;;
4039 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4040 $as_echo "$ac_try_echo"; } >&5
4041 (eval "$ac_compiler $ac_option >&5") 2>conftest.err
4043 if test -s conftest.err; then
4045 ... rest of stderr output deleted ...
4046 10q' conftest.err >conftest.er1
4047 cat conftest.er1 >&5
4048 rm -f conftest.er1 conftest.err
4050 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4051 test $ac_status = 0; }
4054 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4055 /* end confdefs.h. */
4065 ac_clean_files_save=$ac_clean_files
4066 ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out conftest.out"
4067 # Try to create an executable without -o first, disregard a.out.
4068 # It will help us diagnose broken compilers, and finding out an intuition
4070 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler default output file name" >&5
4071 $as_echo_n "checking for C compiler default output file name... " >&6; }
4072 ac_link_default=`$as_echo "$ac_link" |
sed 's/ -o *conftest[^ ]*//'`
4074 # The possible output files:
4075 ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*"
4078 for ac_file in $ac_files
4081 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
4082 * ) ac_rmfiles="$ac_rmfiles $ac_file";;
4087 if { { ac_try="$ac_link_default"
4089 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
4090 *) ac_try_echo
=$ac_try;;
4092 eval ac_try_echo
="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4093 $as_echo "$ac_try_echo"; } >&5
4094 (eval "$ac_link_default") 2>&5
4096 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4097 test $ac_status = 0; }; then :
4098 # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
4099 # So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
4100 # in a Makefile. We should not override ac_cv_exeext if it was cached,
4101 # so that the user can short-circuit this test for compilers unknown to
4103 for ac_file
in $ac_files ''
4105 test -f "$ac_file" ||
continue
4107 *.
$ac_ext |
*.xcoff |
*.tds |
*.d |
*.pdb |
*.xSYM |
*.bb |
*.bbg |
*.map |
*.inf |
*.dSYM |
*.o |
*.obj
)
4110 # We found the default executable, but exeext='' is most
4114 if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no
;
4116 ac_cv_exeext
=`expr "$ac_file" : '[^.]*\(\..*\)'`
4118 # We set ac_cv_exeext here because the later test for it is not
4119 # safe: cross compilers may not add the suffix if given an `-o'
4120 # argument, so we may need to know it at that point already.
4121 # Even if this section looks crufty: it has the advantage of
4128 test "$ac_cv_exeext" = no
&& ac_cv_exeext
=
4133 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_file" >&5
4134 $as_echo "$ac_file" >&6; }
4135 if test -z "$ac_file"; then :
4136 $as_echo "$as_me: failed program was:" >&5
4137 sed 's/^/| /' conftest.
$ac_ext >&5
4139 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4140 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4141 { as_fn_set_status
77
4142 as_fn_error
"C compiler cannot create executables
4143 See \`config.log' for more details." "$LINENO" 5; }; }
4145 ac_exeext
=$ac_cv_exeext
4147 # Check that the compiler produces executables we can run. If not, either
4148 # the compiler is broken, or we cross compile.
4149 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler works" >&5
4150 $as_echo_n "checking whether the C compiler works... " >&6; }
4151 # If not cross compiling, check that we can run a simple program.
4152 if test "$cross_compiling" != yes; then
4153 if { ac_try
='./$ac_file'
4154 { { case "(($ac_try" in
4155 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
4156 *) ac_try_echo=$ac_try;;
4158 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4159 $as_echo "$ac_try_echo"; } >&5
4160 (eval "$ac_try") 2>&5
4162 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4163 test $ac_status = 0; }; }; then
4166 if test "$cross_compiling" = maybe; then
4169 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4170 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4171 as_fn_error "cannot run C compiled programs.
4172 If you meant to cross compile
, use \
`--host'.
4173 See \`config.log
' for more details." "$LINENO" 5; }
4177 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
4178 $as_echo "yes" >&6; }
4180 rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out conftest.out
4181 ac_clean_files=$ac_clean_files_save
4182 # Check that the compiler produces executables we can run. If not, either
4183 # the compiler is broken, or we cross compile.
4184 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are cross compiling" >&5
4185 $as_echo_n "checking whether we are cross compiling... " >&6; }
4186 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5
4187 $as_echo "$cross_compiling" >&6; }
4189 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of executables" >&5
4190 $as_echo_n "checking for suffix of executables... " >&6; }
4191 if { { ac_try="$ac_link"
4193 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4194 *) ac_try_echo=$ac_try;;
4196 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4197 $as_echo "$ac_try_echo"; } >&5
4198 (eval "$ac_link") 2>&5
4200 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4201 test $ac_status = 0; }; then :
4202 # If both `conftest.exe' and
`conftest' are `present
' (well, observable)
4203 # catch `conftest.exe'. For instance with Cygwin
, `ls conftest' will
4204 # work properly (i.e., refer to `conftest.exe
'), while it won't with
4206 for ac_file
in conftest.exe conftest conftest.
*; do
4207 test -f "$ac_file" ||
continue
4209 *.
$ac_ext |
*.xcoff |
*.tds |
*.d |
*.pdb |
*.xSYM |
*.bb |
*.bbg |
*.map |
*.inf |
*.dSYM |
*.o |
*.obj
) ;;
4210 *.
* ) ac_cv_exeext
=`expr "$ac_file" : '[^.]*\(\..*\)'`
4216 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4217 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4218 as_fn_error
"cannot compute suffix of executables: cannot compile and link
4219 See \`config.log' for more details." "$LINENO" 5; }
4221 rm -f conftest
$ac_cv_exeext
4222 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5
4223 $as_echo "$ac_cv_exeext" >&6; }
4225 rm -f conftest.
$ac_ext
4226 EXEEXT
=$ac_cv_exeext
4228 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5
4229 $as_echo_n "checking for suffix of object files... " >&6; }
4230 if test "${ac_cv_objext+set}" = set; then :
4231 $as_echo_n "(cached) " >&6
4233 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
4234 /* end confdefs.h. */
4244 rm -f conftest.o conftest.obj
4245 if { { ac_try
="$ac_compile"
4247 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
4248 *) ac_try_echo=$ac_try;;
4250 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4251 $as_echo "$ac_try_echo"; } >&5
4252 (eval "$ac_compile") 2>&5
4254 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4255 test $ac_status = 0; }; then :
4256 for ac_file in conftest.o conftest.obj conftest.*; do
4257 test -f "$ac_file" || continue;
4259 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
4260 *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
4265 $as_echo "$as_me: failed program was:" >&5
4266 sed 's/^/| /' conftest.$ac_ext >&5
4268 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4269 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4270 as_fn_error "cannot compute suffix of object files
: cannot compile
4271 See \
`config.log' for more details." "$LINENO" 5; }
4273 rm -f conftest.$ac_cv_objext conftest.$ac_ext
4275 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_objext" >&5
4276 $as_echo "$ac_cv_objext" >&6; }
4277 OBJEXT=$ac_cv_objext
4279 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5
4280 $as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
4281 if test "${ac_cv_c_compiler_gnu+set}" = set; then :
4282 $as_echo_n "(cached) " >&6
4284 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4285 /* end confdefs.h. */
4298 if ac_fn_c_try_compile "$LINENO"; then :
4303 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4304 ac_cv_c_compiler_gnu=$ac_compiler_gnu
4307 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5
4308 $as_echo "$ac_cv_c_compiler_gnu" >&6; }
4309 if test $ac_compiler_gnu = yes; then
4314 ac_test_CFLAGS=${CFLAGS+set}
4315 ac_save_CFLAGS=$CFLAGS
4316 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
4317 $as_echo_n "checking whether $CC accepts -g... " >&6; }
4318 if test "${ac_cv_prog_cc_g+set}" = set; then :
4319 $as_echo_n "(cached) " >&6
4321 ac_save_c_werror_flag=$ac_c_werror_flag
4322 ac_c_werror_flag=yes
4325 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4326 /* end confdefs.h. */
4336 if ac_fn_c_try_compile "$LINENO"; then :
4340 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4341 /* end confdefs.h. */
4351 if ac_fn_c_try_compile "$LINENO"; then :
4354 ac_c_werror_flag=$ac_save_c_werror_flag
4356 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4357 /* end confdefs.h. */
4367 if ac_fn_c_try_compile "$LINENO"; then :
4370 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4372 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4374 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4375 ac_c_werror_flag=$ac_save_c_werror_flag
4377 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5
4378 $as_echo "$ac_cv_prog_cc_g" >&6; }
4379 if test "$ac_test_CFLAGS" = set; then
4380 CFLAGS=$ac_save_CFLAGS
4381 elif test $ac_cv_prog_cc_g = yes; then
4382 if test "$GCC" = yes; then
4388 if test "$GCC" = yes; then
4394 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5
4395 $as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
4396 if test "${ac_cv_prog_cc_c89+set}" = set; then :
4397 $as_echo_n "(cached) " >&6
4399 ac_cv_prog_cc_c89=no
4401 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4402 /* end confdefs.h. */
4405 #include <sys/types.h>
4406 #include <sys/stat.h>
4407 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
4408 struct buf { int x; };
4409 FILE * (*rcsopen) (struct buf *, struct stat *, int);
4410 static char *e (p, i)
4416 static char *f (char * (*g) (char **, int), char **p, ...)
4421 s = g (p, va_arg (v,int));
4426 /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
4427 function prototypes and stuff, but not '\xHH' hex character constants.
4428 These don't provoke an error unfortunately, instead are silently treated
4429 as 'x'. The following induces an error, until -std is added to get
4430 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
4431 array size at least. It's necessary to write '\x00'==0 to get something
4432 that's true only with -std. */
4433 int osf4_cc_array ['\x00' == 0 ? 1 : -1];
4435 /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
4436 inside strings and character constants. */
4438 int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
4440 int test (int i, double x);
4441 struct s1 {int (*f) (int a);};
4442 struct s2 {int (*f) (double a);};
4443 int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
4449 return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
4454 for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
4455 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
4457 CC="$ac_save_CC $ac_arg"
4458 if ac_fn_c_try_compile "$LINENO"; then :
4459 ac_cv_prog_cc_c89=$ac_arg
4461 rm -f core conftest.err conftest.$ac_objext
4462 test "x$ac_cv_prog_cc_c89" != "xno" && break
4464 rm -f conftest.$ac_ext
4469 case "x$ac_cv_prog_cc_c89" in
4471 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
4472 $as_echo "none needed" >&6; } ;;
4474 { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
4475 $as_echo "unsupported" >&6; } ;;
4477 CC="$CC $ac_cv_prog_cc_c89"
4478 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5
4479 $as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
4481 if test "x$ac_cv_prog_cc_c89" != xno; then :
4486 ac_cpp='$CPP $CPPFLAGS'
4487 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4488 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4489 ac_compiler_gnu=$ac_cv_c_compiler_gnu
4492 ac_cpp='$CXXCPP $CPPFLAGS'
4493 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4494 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4495 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
4496 if test -z "$CXX"; then
4497 if test -n "$CCC"; then
4500 if test -n "$ac_tool_prefix"; then
4501 for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
4503 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
4504 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
4505 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4506 $as_echo_n "checking for $ac_word... " >&6; }
4507 if test "${ac_cv_prog_CXX+set}" = set; then :
4508 $as_echo_n "(cached) " >&6
4510 if test -n "$CXX"; then
4511 ac_cv_prog_CXX="$CXX" # Let the user override the test.
4513 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4517 test -z "$as_dir" && as_dir=.
4518 for ac_exec_ext in '' $ac_executable_extensions; do
4519 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4520 ac_cv_prog_CXX="$ac_tool_prefix$ac_prog"
4521 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4531 if test -n "$CXX"; then
4532 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CXX" >&5
4533 $as_echo "$CXX" >&6; }
4535 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4536 $as_echo "no" >&6; }
4540 test -n "$CXX" && break
4543 if test -z "$CXX"; then
4545 for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
4547 # Extract the first word of "$ac_prog", so it can be a program name with args.
4548 set dummy $ac_prog; ac_word=$2
4549 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4550 $as_echo_n "checking for $ac_word... " >&6; }
4551 if test "${ac_cv_prog_ac_ct_CXX+set}" = set; then :
4552 $as_echo_n "(cached) " >&6
4554 if test -n "$ac_ct_CXX"; then
4555 ac_cv_prog_ac_ct_CXX="$ac_ct_CXX" # Let the user override the test.
4557 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4561 test -z "$as_dir" && as_dir=.
4562 for ac_exec_ext in '' $ac_executable_extensions; do
4563 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4564 ac_cv_prog_ac_ct_CXX="$ac_prog"
4565 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4574 ac_ct_CXX=$ac_cv_prog_ac_ct_CXX
4575 if test -n "$ac_ct_CXX"; then
4576 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CXX" >&5
4577 $as_echo "$ac_ct_CXX" >&6; }
4579 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4580 $as_echo "no" >&6; }
4584 test -n "$ac_ct_CXX" && break
4587 if test "x$ac_ct_CXX" = x; then
4590 case $cross_compiling:$ac_tool_warned in
4592 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4593 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4594 ac_tool_warned=yes ;;
4602 # Provide some information about the compiler.
4603 $as_echo "$as_me:${as_lineno-$LINENO}: checking for C++ compiler version" >&5
4606 for ac_option in --version -v -V -qversion; do
4607 { { ac_try="$ac_compiler $ac_option >&5"
4609 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
4610 *) ac_try_echo
=$ac_try;;
4612 eval ac_try_echo
="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4613 $as_echo "$ac_try_echo"; } >&5
4614 (eval "$ac_compiler $ac_option >&5") 2>conftest.err
4616 if test -s conftest.err
; then
4618 ... rest of stderr output deleted ...
4619 10q' conftest.err
>conftest.er1
4620 cat conftest.er1
>&5
4621 rm -f conftest.er1 conftest.err
4623 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4624 test $ac_status = 0; }
4627 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C++ compiler" >&5
4628 $as_echo_n "checking whether we are using the GNU C++ compiler... " >&6; }
4629 if test "${ac_cv_cxx_compiler_gnu+set}" = set; then :
4630 $as_echo_n "(cached) " >&6
4632 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
4633 /* end confdefs.h. */
4646 if ac_fn_cxx_try_compile
"$LINENO"; then :
4651 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
4652 ac_cv_cxx_compiler_gnu
=$ac_compiler_gnu
4655 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cxx_compiler_gnu" >&5
4656 $as_echo "$ac_cv_cxx_compiler_gnu" >&6; }
4657 if test $ac_compiler_gnu = yes; then
4662 ac_test_CXXFLAGS
=${CXXFLAGS+set}
4663 ac_save_CXXFLAGS
=$CXXFLAGS
4664 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CXX accepts -g" >&5
4665 $as_echo_n "checking whether $CXX accepts -g... " >&6; }
4666 if test "${ac_cv_prog_cxx_g+set}" = set; then :
4667 $as_echo_n "(cached) " >&6
4669 ac_save_cxx_werror_flag
=$ac_cxx_werror_flag
4670 ac_cxx_werror_flag
=yes
4673 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
4674 /* end confdefs.h. */
4684 if ac_fn_cxx_try_compile
"$LINENO"; then :
4685 ac_cv_prog_cxx_g
=yes
4688 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
4689 /* end confdefs.h. */
4699 if ac_fn_cxx_try_compile
"$LINENO"; then :
4702 ac_cxx_werror_flag
=$ac_save_cxx_werror_flag
4704 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
4705 /* end confdefs.h. */
4715 if ac_fn_cxx_try_compile
"$LINENO"; then :
4716 ac_cv_prog_cxx_g
=yes
4718 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
4720 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
4722 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
4723 ac_cxx_werror_flag
=$ac_save_cxx_werror_flag
4725 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cxx_g" >&5
4726 $as_echo "$ac_cv_prog_cxx_g" >&6; }
4727 if test "$ac_test_CXXFLAGS" = set; then
4728 CXXFLAGS
=$ac_save_CXXFLAGS
4729 elif test $ac_cv_prog_cxx_g = yes; then
4730 if test "$GXX" = yes; then
4736 if test "$GXX" = yes; then
4743 ac_cpp
='$CPP $CPPFLAGS'
4744 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4745 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4746 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
4749 # We must set the default linker to the linker used by gcc for the correct
4750 # operation of libtool. If LD is not defined and we are using gcc, try to
4751 # set the LD default to the ld used by gcc.
4752 if test -z "$LD"; then
4753 if test "$GCC" = yes; then
4756 gcc_prog_ld
=`$CC -print-prog-name=ld 2>&1 | tr -d '\015'` ;;
4758 gcc_prog_ld
=`$CC -print-prog-name=ld 2>&1` ;;
4760 case $gcc_prog_ld in
4761 # Accept absolute paths.
4762 [\\/]* |
[A-Za-z
]:[\\/]*)
4763 LD
="$gcc_prog_ld" ;;
4771 if test -n "$ac_tool_prefix"; then
4772 # Extract the first word of "${ac_tool_prefix}gnatbind", so it can be a program name with args.
4773 set dummy
${ac_tool_prefix}gnatbind
; ac_word
=$2
4774 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4775 $as_echo_n "checking for $ac_word... " >&6; }
4776 if test "${ac_cv_prog_GNATBIND+set}" = set; then :
4777 $as_echo_n "(cached) " >&6
4779 if test -n "$GNATBIND"; then
4780 ac_cv_prog_GNATBIND
="$GNATBIND" # Let the user override the test.
4782 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
4786 test -z "$as_dir" && as_dir
=.
4787 for ac_exec_ext
in '' $ac_executable_extensions; do
4788 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4789 ac_cv_prog_GNATBIND
="${ac_tool_prefix}gnatbind"
4790 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4799 GNATBIND
=$ac_cv_prog_GNATBIND
4800 if test -n "$GNATBIND"; then
4801 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GNATBIND" >&5
4802 $as_echo "$GNATBIND" >&6; }
4804 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4805 $as_echo "no" >&6; }
4810 if test -z "$ac_cv_prog_GNATBIND"; then
4811 ac_ct_GNATBIND
=$GNATBIND
4812 # Extract the first word of "gnatbind", so it can be a program name with args.
4813 set dummy gnatbind
; ac_word
=$2
4814 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4815 $as_echo_n "checking for $ac_word... " >&6; }
4816 if test "${ac_cv_prog_ac_ct_GNATBIND+set}" = set; then :
4817 $as_echo_n "(cached) " >&6
4819 if test -n "$ac_ct_GNATBIND"; then
4820 ac_cv_prog_ac_ct_GNATBIND
="$ac_ct_GNATBIND" # Let the user override the test.
4822 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
4826 test -z "$as_dir" && as_dir
=.
4827 for ac_exec_ext
in '' $ac_executable_extensions; do
4828 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4829 ac_cv_prog_ac_ct_GNATBIND
="gnatbind"
4830 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4839 ac_ct_GNATBIND
=$ac_cv_prog_ac_ct_GNATBIND
4840 if test -n "$ac_ct_GNATBIND"; then
4841 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_GNATBIND" >&5
4842 $as_echo "$ac_ct_GNATBIND" >&6; }
4844 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4845 $as_echo "no" >&6; }
4848 if test "x$ac_ct_GNATBIND" = x
; then
4851 case $cross_compiling:$ac_tool_warned in
4853 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4854 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4855 ac_tool_warned
=yes ;;
4857 GNATBIND
=$ac_ct_GNATBIND
4860 GNATBIND
="$ac_cv_prog_GNATBIND"
4863 if test -n "$ac_tool_prefix"; then
4864 # Extract the first word of "${ac_tool_prefix}gnatmake", so it can be a program name with args.
4865 set dummy
${ac_tool_prefix}gnatmake
; ac_word
=$2
4866 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4867 $as_echo_n "checking for $ac_word... " >&6; }
4868 if test "${ac_cv_prog_GNATMAKE+set}" = set; then :
4869 $as_echo_n "(cached) " >&6
4871 if test -n "$GNATMAKE"; then
4872 ac_cv_prog_GNATMAKE
="$GNATMAKE" # Let the user override the test.
4874 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
4878 test -z "$as_dir" && as_dir
=.
4879 for ac_exec_ext
in '' $ac_executable_extensions; do
4880 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4881 ac_cv_prog_GNATMAKE
="${ac_tool_prefix}gnatmake"
4882 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4891 GNATMAKE
=$ac_cv_prog_GNATMAKE
4892 if test -n "$GNATMAKE"; then
4893 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GNATMAKE" >&5
4894 $as_echo "$GNATMAKE" >&6; }
4896 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4897 $as_echo "no" >&6; }
4902 if test -z "$ac_cv_prog_GNATMAKE"; then
4903 ac_ct_GNATMAKE
=$GNATMAKE
4904 # Extract the first word of "gnatmake", so it can be a program name with args.
4905 set dummy gnatmake
; ac_word
=$2
4906 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4907 $as_echo_n "checking for $ac_word... " >&6; }
4908 if test "${ac_cv_prog_ac_ct_GNATMAKE+set}" = set; then :
4909 $as_echo_n "(cached) " >&6
4911 if test -n "$ac_ct_GNATMAKE"; then
4912 ac_cv_prog_ac_ct_GNATMAKE
="$ac_ct_GNATMAKE" # Let the user override the test.
4914 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
4918 test -z "$as_dir" && as_dir
=.
4919 for ac_exec_ext
in '' $ac_executable_extensions; do
4920 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4921 ac_cv_prog_ac_ct_GNATMAKE
="gnatmake"
4922 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4931 ac_ct_GNATMAKE
=$ac_cv_prog_ac_ct_GNATMAKE
4932 if test -n "$ac_ct_GNATMAKE"; then
4933 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_GNATMAKE" >&5
4934 $as_echo "$ac_ct_GNATMAKE" >&6; }
4936 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4937 $as_echo "no" >&6; }
4940 if test "x$ac_ct_GNATMAKE" = x
; then
4943 case $cross_compiling:$ac_tool_warned in
4945 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4946 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4947 ac_tool_warned
=yes ;;
4949 GNATMAKE
=$ac_ct_GNATMAKE
4952 GNATMAKE
="$ac_cv_prog_GNATMAKE"
4955 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether compiler driver understands Ada" >&5
4956 $as_echo_n "checking whether compiler driver understands Ada... " >&6; }
4957 if test "${acx_cv_cc_gcc_supports_ada+set}" = set; then :
4958 $as_echo_n "(cached) " >&6
4960 cat >conftest.adb
<<EOF
4961 procedure conftest is begin null; end conftest;
4963 acx_cv_cc_gcc_supports_ada
=no
4964 # There is a bug in old released versions of GCC which causes the
4965 # driver to exit successfully when the appropriate language module
4966 # has not been installed. This is fixed in 2.95.4, 3.0.2, and 3.1.
4967 # Therefore we must check for the error message as well as an
4968 # unsuccessful exit.
4969 # Other compilers, like HP Tru64 UNIX cc, exit successfully when
4970 # given a .adb file, but produce no object file. So we must check
4971 # if an object file was really produced to guard against this.
4972 errors
=`(${CC} -c conftest.adb) 2>&1 || echo failure`
4973 if test x
"$errors" = x
&& test -f conftest.
$ac_objext; then
4974 acx_cv_cc_gcc_supports_ada
=yes
4978 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $acx_cv_cc_gcc_supports_ada" >&5
4979 $as_echo "$acx_cv_cc_gcc_supports_ada" >&6; }
4981 if test x
$GNATBIND != xno
&& test x
$GNATMAKE != xno
&& test x
$acx_cv_cc_gcc_supports_ada != xno
; then
4987 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to compare bootstrapped objects" >&5
4988 $as_echo_n "checking how to compare bootstrapped objects... " >&6; }
4989 if test "${gcc_cv_prog_cmp_skip+set}" = set; then :
4990 $as_echo_n "(cached) " >&6
4994 gcc_cv_prog_cmp_skip
='tail +16c $$f1 > tmp-foo1; tail +16c $$f2 > tmp-foo2; cmp tmp-foo1 tmp-foo2'
4995 if cmp t1 t2
2 2 > /dev
/null
2>&1; then
4996 if cmp t1 t2
1 1 > /dev
/null
2>&1; then
4999 gcc_cv_prog_cmp_skip
='cmp $$f1 $$f2 16 16'
5002 if cmp --ignore-initial=2 t1 t2
> /dev
/null
2>&1; then
5003 if cmp --ignore-initial=1 t1 t2
> /dev
/null
2>&1; then
5006 gcc_cv_prog_cmp_skip
='cmp --ignore-initial=16 $$f1 $$f2'
5012 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_prog_cmp_skip" >&5
5013 $as_echo "$gcc_cv_prog_cmp_skip" >&6; }
5014 do_compare
="$gcc_cv_prog_cmp_skip"
5018 # See if we are building gcc with C++.
5019 # Check whether --enable-build-with-cxx was given.
5020 if test "${enable_build_with_cxx+set}" = set; then :
5021 enableval
=$enable_build_with_cxx; ENABLE_BUILD_WITH_CXX
=$enableval
5023 ENABLE_BUILD_WITH_CXX
=no
5027 # Check for GMP, MPFR and MPC
5028 gmplibs
="-lmpfr -lgmp"
5035 # Specify a location for mpc
5036 # check for this first so it ends up on the link line before mpfr.
5038 # Check whether --with-mpc was given.
5039 if test "${with_mpc+set}" = set; then :
5044 # Check whether --with-mpc_include was given.
5045 if test "${with_mpc_include+set}" = set; then :
5046 withval
=$with_mpc_include;
5050 # Check whether --with-mpc_lib was given.
5051 if test "${with_mpc_lib+set}" = set; then :
5052 withval
=$with_mpc_lib;
5056 if test "x$with_mpc" != x
; then
5057 mpclibs
="-L$with_mpc/lib -lmpc"
5058 mpcinc
="-I$with_mpc/include $mpcinc"
5060 if test "x$with_mpc_include" != x
; then
5061 mpcinc
="-I$with_mpc_include $mpcinc"
5063 if test "x$with_mpc_lib" != x
; then
5064 mpclibs
="-L$with_mpc_lib -lmpc"
5066 if test "x$with_mpc$with_mpc_include$with_mpc_lib" = x
&& test -d ${srcdir}/mpc
; then
5067 mpclibs
='-L$$r/$(HOST_SUBDIR)/mpc/src/.libs -L$$r/$(HOST_SUBDIR)/mpc/src/_libs -lmpc'
5068 mpcinc
='-I$$s/mpc/src '"$mpcinc"
5069 # Do not test the mpc version. Assume that it is sufficient, since
5070 # it is in the source tree, and the library has not been built yet
5071 # but it would be included on the link line in the version check below
5072 # hence making the test fail.
5076 # Specify a location for mpfr
5077 # check for this first so it ends up on the link line before gmp.
5079 # Check whether --with-mpfr-dir was given.
5080 if test "${with_mpfr_dir+set}" = set; then :
5081 withval
=$with_mpfr_dir; as_fn_error
"The --with-mpfr-dir=PATH option has been removed.
5082 Use --with-mpfr=PATH or --with-mpfr-include=PATH plus --with-mpfr-lib=PATH" "$LINENO" 5
5087 # Check whether --with-mpfr was given.
5088 if test "${with_mpfr+set}" = set; then :
5093 # Check whether --with-mpfr_include was given.
5094 if test "${with_mpfr_include+set}" = set; then :
5095 withval
=$with_mpfr_include;
5099 # Check whether --with-mpfr_lib was given.
5100 if test "${with_mpfr_lib+set}" = set; then :
5101 withval
=$with_mpfr_lib;
5105 if test "x$with_mpfr" != x
; then
5106 gmplibs
="-L$with_mpfr/lib $gmplibs"
5107 gmpinc
="-I$with_mpfr/include"
5109 if test "x$with_mpfr_include" != x
; then
5110 gmpinc
="-I$with_mpfr_include"
5112 if test "x$with_mpfr_lib" != x
; then
5113 gmplibs
="-L$with_mpfr_lib $gmplibs"
5115 if test "x$with_mpfr$with_mpfr_include$with_mpfr_lib" = x
&& test -d ${srcdir}/mpfr
; then
5116 gmplibs
='-L$$r/$(HOST_SUBDIR)/mpfr/.libs -L$$r/$(HOST_SUBDIR)/mpfr/_libs '"$gmplibs"
5117 gmpinc
='-I$$r/$(HOST_SUBDIR)/mpfr -I$$s/mpfr '"$gmpinc"
5118 extra_mpc_mpfr_configure_flags
='--with-mpfr-include=$$s/mpfr'
5119 # Do not test the mpfr version. Assume that it is sufficient, since
5120 # it is in the source tree, and the library has not been built yet
5121 # but it would be included on the link line in the version check below
5122 # hence making the test fail.
5126 # Specify a location for gmp
5128 # Check whether --with-gmp-dir was given.
5129 if test "${with_gmp_dir+set}" = set; then :
5130 withval
=$with_gmp_dir; as_fn_error
"The --with-gmp-dir=PATH option has been removed.
5131 Use --with-gmp=PATH or --with-gmp-include=PATH plus --with-gmp-lib=PATH" "$LINENO" 5
5136 # Check whether --with-gmp was given.
5137 if test "${with_gmp+set}" = set; then :
5142 # Check whether --with-gmp_include was given.
5143 if test "${with_gmp_include+set}" = set; then :
5144 withval
=$with_gmp_include;
5148 # Check whether --with-gmp_lib was given.
5149 if test "${with_gmp_lib+set}" = set; then :
5150 withval
=$with_gmp_lib;
5155 if test "x$with_gmp" != x
; then
5156 gmplibs
="-L$with_gmp/lib $gmplibs"
5157 gmpinc
="-I$with_gmp/include $gmpinc"
5159 if test "x$with_gmp_include" != x
; then
5160 gmpinc
="-I$with_gmp_include $gmpinc"
5162 if test "x$with_gmp_lib" != x
; then
5163 gmplibs
="-L$with_gmp_lib $gmplibs"
5165 if test "x$with_gmp$with_gmp_include$with_gmp_lib" = x
&& test -d ${srcdir}/gmp
; then
5166 gmplibs
='-L$$r/$(HOST_SUBDIR)/gmp/.libs -L$$r/$(HOST_SUBDIR)/gmp/_libs '"$gmplibs"
5167 gmpinc
='-I$$r/$(HOST_SUBDIR)/gmp -I$$s/gmp '"$gmpinc"
5168 extra_mpfr_configure_flags
='--with-gmp-build=$$r/$(HOST_SUBDIR)/gmp'
5169 extra_mpc_gmp_configure_flags
='--with-gmp-include=$$r/$(HOST_SUBDIR)/gmp'
5170 # Do not test the gmp version. Assume that it is sufficient, since
5171 # it is in the source tree, and the library has not been built yet
5172 # but it would be included on the link line in the version check below
5173 # hence making the test fail.
5177 if test -d ${srcdir}/gcc
&& test "x$have_gmp" = xno
; then
5179 saved_CFLAGS
="$CFLAGS"
5180 CFLAGS
="$CFLAGS $gmpinc"
5181 # Check GMP actually works
5182 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for correct version of gmp.h" >&5
5183 $as_echo_n "checking for correct version of gmp.h... " >&6; }
5185 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
5186 /* end confdefs.h. */
5192 #if __GNU_MP_VERSION < 4 || (__GNU_MP_VERSION == 4 && __GNU_MP_VERSION_MINOR < 2)
5200 if ac_fn_c_try_compile
"$LINENO"; then :
5201 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
5202 $as_echo "yes" >&6; }
5204 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5205 $as_echo "no" >&6; }; have_gmp
=no
5207 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
5209 # If we have GMP, check the MPFR version.
5210 if test x
"$have_gmp" = xyes
; then
5211 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for correct version of mpfr.h" >&5
5212 $as_echo_n "checking for correct version of mpfr.h... " >&6; }
5213 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
5214 /* end confdefs.h. */
5221 #if MPFR_VERSION < MPFR_VERSION_NUM(2,3,1)
5229 if ac_fn_c_try_compile
"$LINENO"; then :
5230 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
5231 /* end confdefs.h. */
5238 #if MPFR_VERSION < MPFR_VERSION_NUM(2,3,2)
5246 if ac_fn_c_try_compile
"$LINENO"; then :
5247 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
5248 $as_echo "yes" >&6; }
5250 { $as_echo "$as_me:${as_lineno-$LINENO}: result: buggy but acceptable" >&5
5251 $as_echo "buggy but acceptable" >&6; }
5253 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
5255 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5256 $as_echo "no" >&6; }; have_gmp
=no
5258 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
5261 # Check for the MPC header version.
5262 if test x
"$have_mpc" != xyes
; then
5263 CFLAGS
="$CFLAGS $mpcinc"
5264 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for the correct version of mpc.h" >&5
5265 $as_echo_n "checking for the correct version of mpc.h... " >&6; }
5266 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
5267 /* end confdefs.h. */
5273 #if MPC_VERSION < MPC_VERSION_NUM (0,7,0)
5281 if ac_fn_c_try_compile
"$LINENO"; then :
5282 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
5283 $as_echo "yes" >&6; }; have_mpc
=maybe
5285 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5286 $as_echo "no" >&6; }; have_mpc
=no
; mpclibs
= ; mpcinc
=
5288 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
5291 # Now check the MPFR library.
5292 if test x
"$have_gmp" = xyes
; then
5294 LIBS
="$LIBS $gmplibs"
5295 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for the correct version of the gmp/mpfr libraries" >&5
5296 $as_echo_n "checking for the correct version of the gmp/mpfr libraries... " >&6; }
5297 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
5298 /* end confdefs.h. */
5310 mpfr_atan2 (n, n, x, GMP_RNDN);
5311 mpfr_erfc (n, x, GMP_RNDN);
5312 mpfr_subnormalize (x, t, GMP_RNDN);
5318 if ac_fn_c_try_link
"$LINENO"; then :
5319 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
5320 $as_echo "yes" >&6; }
5322 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5323 $as_echo "no" >&6; }; have_gmp
=no
5325 rm -f core conftest.err conftest.
$ac_objext \
5326 conftest
$ac_exeext conftest.
$ac_ext
5330 if test x
"$have_mpc" = xmaybe
; then
5332 LIBS
="$LIBS $mpclibs $gmplibs"
5333 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for the correct version of the mpc library" >&5
5334 $as_echo_n "checking for the correct version of the mpc library... " >&6; }
5335 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
5336 /* end confdefs.h. */
5344 mpc_set_ui_ui (n, 1, 1, MPC_RNDNN);
5345 mpc_sin (n, n, MPC_RNDNN);
5346 mpc_cos (n, n, MPC_RNDNN);
5347 mpc_tan (n, n, MPC_RNDNN);
5348 mpc_sinh (n, n, MPC_RNDNN);
5349 mpc_cosh (n, n, MPC_RNDNN);
5350 mpc_tanh (n, n, MPC_RNDNN);
5351 mpc_exp (n, n, MPC_RNDNN);
5352 mpc_log (n, n, MPC_RNDNN);
5353 mpc_sqrt (n, n, MPC_RNDNN);
5354 mpc_proj (n, n, MPC_RNDNN);
5355 mpc_neg (n, n, MPC_RNDNN);
5356 mpc_sqr (n, n, MPC_RNDNN);
5357 mpc_pow (n, n, n, MPC_RNDNN);
5364 if ac_fn_c_try_link
"$LINENO"; then :
5365 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
5366 $as_echo "yes" >&6; }; have_mpc
=yes
5368 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5369 $as_echo "no" >&6; }; have_mpc
=no
; mpclibs
= ; mpcinc
=
5371 rm -f core conftest.err conftest.
$ac_objext \
5372 conftest
$ac_exeext conftest.
$ac_ext
5376 CFLAGS
="$saved_CFLAGS"
5378 if test x
$have_gmp != xyes
; then
5379 as_fn_error
"Building GCC requires GMP 4.2+ and MPFR 2.3.2+.
5380 Try the --with-gmp and/or --with-mpfr options to specify their locations.
5381 Copies of these libraries' source code can be found at their respective
5382 hosting sites as well as at ftp://gcc.gnu.org/pub/gcc/infrastructure/.
5383 See also http://gcc.gnu.org/install/prerequisites.html for additional info.
5384 If you obtained GMP and/or MPFR from a vendor distribution package, make
5385 sure that you have installed both the libraries and the header files.
5386 They may be located in separate packages." "$LINENO" 5
5390 if test x
$have_mpc != xyes
; then
5395 gmpinc
="$mpcinc $gmpinc"
5396 gmplibs
="$mpclibs $gmplibs"
5398 # Flags needed for both GMP, MPFR and/or MPC.
5405 # Allow host libstdc++ to be specified for static linking with PPL.
5407 # Check whether --with-host-libstdcxx was given.
5408 if test "${with_host_libstdcxx+set}" = set; then :
5409 withval
=$with_host_libstdcxx;
5413 case $with_host_libstdcxx in
5415 as_fn_error
"-with-host-libstdcxx needs an argument" "$LINENO" 5
5419 # Linker flags to use for stage1 or when not boostrapping.
5421 # Check whether --with-stage1-ldflags was given.
5422 if test "${with_stage1_ldflags+set}" = set; then :
5423 withval
=$with_stage1_ldflags; if test "$withval" = "no" -o "$withval" = "yes"; then
5426 stage1_ldflags
=$withval
5434 # Libraries to use for stage1 or when not bootstrapping.
5436 # Check whether --with-stage1-libs was given.
5437 if test "${with_stage1_libs+set}" = set; then :
5438 withval
=$with_stage1_libs; if test "$withval" = "no" -o "$withval" = "yes"; then
5441 stage1_libs
=$withval
5444 stage1_libs
=$with_host_libstdcxx
5449 # Linker flags to use for stage2 and later builds.
5451 # Check whether --with-boot-ldflags was given.
5452 if test "${with_boot_ldflags+set}" = set; then :
5453 withval
=$with_boot_ldflags; if test "$withval" = "no" -o "$withval" = "yes"; then
5456 poststage1_ldflags
=$withval
5459 if test "$ENABLE_BUILD_WITH_CXX" = "yes"; then
5460 poststage1_ldflags
=-static-libstdc++
5468 # Libraries to use for stage2 and later builds. This defaults to the
5469 # argument passed to --with-host-libstdcxx.
5471 # Check whether --with-boot-libs was given.
5472 if test "${with_boot_libs+set}" = set; then :
5473 withval
=$with_boot_libs; if test "$withval" = "no" -o "$withval" = "yes"; then
5476 poststage1_libs
=$withval
5479 poststage1_libs
=$with_host_libstdcxx
5486 ppl_minor_version
=10
5487 ppllibs
=" -lppl_c -lppl -lgmpxx"
5491 # Check whether --with-ppl was given.
5492 if test "${with_ppl+set}" = set; then :
5499 # Check whether --with-ppl_include was given.
5500 if test "${with_ppl_include+set}" = set; then :
5501 withval
=$with_ppl_include;
5505 # Check whether --with-ppl_lib was given.
5506 if test "${with_ppl_lib+set}" = set; then :
5507 withval
=$with_ppl_lib;
5516 ppllibs
="-L$with_ppl/lib -lppl_c -lppl -lgmpxx"
5517 pplinc
="-I$with_ppl/include $pplinc"
5518 LIBS
="$ppllibs $LIBS"
5521 if test "x$with_ppl_include" != x
; then
5522 pplinc
="-I$with_ppl_include $pplinc"
5524 if test "x$with_ppl_lib" != x
; then
5525 ppllibs
="-L$with_ppl_lib -lppl_c -lppl -lgmpxx"
5526 LIBS
="$ppllibs $LIBS"
5528 if test "x$with_ppl$with_ppl_include$with_ppl_lib" = x
&& test -d ${srcdir}/ppl
; then
5529 ppllibs
='-L$$r/$(HOST_SUBDIR)/ppl/.libs -L$$r/$(HOST_SUBDIR)/ppl/_libs -lppl_c -lppl -lgmpxx '
5530 pplinc
='-I$$r/$(HOST_SUBDIR)/ppl/include -I$$s/ppl/include '
5531 LIBS
="$ppllibs $LIBS"
5534 # Check whether --enable-ppl-version-check was given.
5535 if test "${enable_ppl_version_check+set}" = set; then :
5536 enableval
=$enable_ppl_version_check; ENABLE_PPL_CHECK
=$enableval
5538 ENABLE_PPL_CHECK
=yes
5542 if test "${ENABLE_PPL_CHECK}" = "yes"; then
5543 saved_CFLAGS
="$CFLAGS"
5544 CFLAGS
="$CFLAGS $pplinc $gmpinc"
5545 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for version $ppl_major_version.$ppl_minor_version of PPL" >&5
5546 $as_echo_n "checking for version $ppl_major_version.$ppl_minor_version of PPL... " >&6; }
5547 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
5548 /* end confdefs.h. */
5554 #if PPL_VERSION_MAJOR != $ppl_major_version || PPL_VERSION_MINOR != $ppl_minor_version
5562 if ac_fn_c_try_compile
"$LINENO"; then :
5563 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
5564 $as_echo "yes" >&6; }
5566 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5567 $as_echo "no" >&6; }; ppllibs
= ; pplinc
=
5569 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
5570 CFLAGS
="$saved_CFLAGS"
5573 # Flags needed for PPL
5579 clooglibs
=" -lcloog "
5580 clooginc
=" -DCLOOG_PPL_BACKEND "
5583 # Check whether --with-cloog was given.
5584 if test "${with_cloog+set}" = set; then :
5585 withval
=$with_cloog;
5591 # Check whether --with-cloog_include was given.
5592 if test "${with_cloog_include+set}" = set; then :
5593 withval
=$with_cloog_include;
5597 # Check whether --with-cloog_lib was given.
5598 if test "${with_cloog_lib+set}" = set; then :
5599 withval
=$with_cloog_lib;
5609 clooglibs
="-L$with_cloog/lib -lcloog"
5610 clooginc
="-I$with_cloog/include -DCLOOG_PPL_BACKEND "
5611 LIBS
="$clooglibs $LIBS"
5614 if test "x$with_cloog_include" != x
; then
5615 clooginc
="-I$with_cloog_include -DCLOOG_PPL_BACKEND "
5617 if test "x$with_cloog_lib" != x
; then
5618 clooglibs
="-L$with_cloog_lib -lcloog"
5619 LIBS
="$clooglibs $LIBS"
5621 if test "x$with_cloog$with_cloog_include$with_cloog_lib" = x
&& test -d ${srcdir}/cloog
; then
5622 clooglibs
='-L$$r/$(HOST_SUBDIR)/cloog/.libs -L$$r/$(HOST_SUBDIR)/cloog/_libs -lcloog '
5623 clooginc
='-I$$r/$(HOST_SUBDIR)/cloog/include -I$$s/cloog/include -DCLOOG_PPL_BACKEND '
5624 LIBS
="$clooglibs $LIBS"
5627 # Check whether --enable-cloog-version-check was given.
5628 if test "${enable_cloog_version_check+set}" = set; then :
5629 enableval
=$enable_cloog_version_check; ENABLE_CLOOG_CHECK
=$enableval
5631 ENABLE_CLOOG_CHECK
=yes
5635 if test "${ENABLE_CLOOG_CHECK}" = "yes"; then
5636 saved_CFLAGS
="$CFLAGS"
5637 CFLAGS
="$CFLAGS $clooginc $gmpinc $pplinc"
5638 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for correct version of CLooG" >&5
5639 $as_echo_n "checking for correct version of CLooG... " >&6; }
5640 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
5641 /* end confdefs.h. */
5642 #include "cloog/cloog.h"
5647 #if CLOOG_VERSION_MAJOR != 0 || CLOOG_VERSION_MINOR != 15
5655 if ac_fn_c_try_compile
"$LINENO"; then :
5656 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
5657 $as_echo "yes" >&6; }
5659 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5660 $as_echo "no" >&6; }; clooglibs
= ; clooginc
=
5662 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
5663 CFLAGS
="$saved_CFLAGS"
5666 # Flags needed for CLOOG
5671 # By default, C is the only stage 1 language.
5672 stage1_languages
=,c
,
5674 # Target libraries that we bootstrap.
5675 bootstrap_target_libs
=,target-libgcc
,
5677 # Figure out what language subdirectories are present.
5678 # Look if the user specified --enable-languages="..."; if not, use
5679 # the environment variable $LANGUAGES if defined. $LANGUAGES might
5681 # NB: embedded tabs in this IF block -- do not untabify
5682 if test -d ${srcdir}/gcc
; then
5683 if test x
"${enable_languages+set}" != xset
; then
5684 if test x
"${LANGUAGES+set}" = xset
; then
5685 enable_languages
="${LANGUAGES}"
5686 echo configure.
in: warning
: setting LANGUAGES is deprecated
, use
--enable-languages instead
1>&2
5688 enable_languages
=all
5691 if test x
"${enable_languages}" = x ||
5692 test x
"${enable_languages}" = xyes
;
5694 echo configure.
in: --enable-languages needs
at least one language argument
1>&2
5698 enable_languages
=`echo "${enable_languages}" | sed -e 's/[ ,][ ,]*/,/g' -e 's/,$//'`
5700 # 'f95' is the old name for the 'fortran' language. We issue a warning
5701 # and make the substitution.
5702 case ,${enable_languages}, in
5704 echo configure.
in: warning
: 'f95' as language name is deprecated
, use
'fortran' instead
1>&2
5705 enable_languages
=`echo "${enable_languages}" | sed -e 's/f95/fortran/g'`
5709 # First scan to see if an enabled language requires some other language.
5710 # We assume that a given config-lang.in will list all the language
5711 # front ends it requires, even if some are required indirectly.
5712 for lang_frag
in ${srcdir}/gcc
/*/config-lang.
in ..
; do
5713 case ${lang_frag} in
5715 # The odd quoting in the next line works around
5716 # an apparent bug in bash 1.12 on linux.
5717 ${srcdir}/gcc
/[*]/config-lang.
in) ;;
5719 # From the config-lang.in, get $language, $lang_requires
5723 for other
in ${lang_requires} ; do
5724 case ,${enable_languages}, in
5728 echo " \`$other' language required by \`$language'; enabling" 1>&2
5729 enable_languages
="${enable_languages},${other}"
5737 new_enable_languages
=,c
,
5738 missing_languages
=`echo ",$enable_languages," | sed -e s/,all,/,/ -e s/,c,/,/ `
5739 potential_languages
=,c
,
5741 for lang_frag
in ${srcdir}/gcc
/*/config-lang.
in ..
; do
5742 case ${lang_frag} in
5744 # The odd quoting in the next line works around
5745 # an apparent bug in bash 1.12 on linux.
5746 ${srcdir}/gcc
/[*]/config-lang.
in) ;;
5748 # From the config-lang.in, get $language, $target_libs,
5749 # $lang_dirs, $boot_language, and $build_by_default
5755 build_by_default
=yes
5757 if test x
${language} = x
; then
5758 echo "${lang_frag} doesn't set \$language." 1>&2
5762 if test "$language" = "c++" -a "$ENABLE_BUILD_WITH_CXX" = "yes"; then
5766 case ,${enable_languages}, in
5768 # Language was explicitly selected; include it.
5772 # 'all' was selected, select it if it is a default language
5773 add_this_lang
=${build_by_default}
5780 # Disable languages that need other directories if these aren't available.
5781 for i
in $subdir_requires; do
5782 test -f "$srcdir/gcc/$i/config-lang.in" && continue
5783 case ,${enable_languages}, in
5785 # Specifically requested language; tell them.
5786 as_fn_error
"The gcc/$i directory contains parts of $language but is missing" "$LINENO" 5
5790 add_this_lang
=unsupported
5795 # Disable Ada if no preexisting GNAT is available.
5796 case ,${enable_languages},:${language}:${have_gnat} in
5797 *,${language},*:ada
:no
)
5798 # Specifically requested language; tell them.
5799 as_fn_error
"GNAT is required to build $language" "$LINENO" 5
5803 add_this_lang
=unsupported
5807 # Disable a language that is unsupported by the target.
5808 case " $unsupported_languages " in
5810 add_this_lang
=unsupported
5814 case $add_this_lang in
5816 # Remove language-dependent dirs.
5817 eval noconfigdirs
='"$noconfigdirs "'\"$target_libs $lang_dirs\"
5820 # Remove language-dependent dirs; still show language as supported.
5821 eval noconfigdirs
='"$noconfigdirs "'\"$target_libs $lang_dirs\"
5822 potential_languages
="${potential_languages}${language},"
5825 new_enable_languages
="${new_enable_languages}${language},"
5826 potential_languages
="${potential_languages}${language},"
5827 missing_languages
=`echo "$missing_languages" | sed "s/,$language,/,/"`
5828 case "${boot_language}:,$enable_stage1_languages," in
5829 yes:* |
*:*,$language,* |
*:*,yes, |
*:*,all
,)
5830 # Add to (comma-separated) list of stage 1 languages.
5831 case ",$stage1_languages," in
5832 *,$language,* |
,yes, |
,all
,) ;;
5833 *) stage1_languages
="${stage1_languages}${language}," ;;
5835 # We need to bootstrap any supporting libraries.
5836 bootstrap_target_libs
="${bootstrap_target_libs}${target_libs},"
5845 # Check whether --enable-stage1-languages was given.
5846 if test "${enable_stage1_languages+set}" = set; then :
5847 enableval
=$enable_stage1_languages; case ,${enable_stage1_languages}, in
5849 # Set it to something that will have no effect in the loop below
5850 enable_stage1_languages
=c
;;
5852 enable_stage1_languages
=`echo $new_enable_languages | \
5853 sed -e "s/^,//" -e "s/,$//" ` ;;
5855 enable_stage1_languages
=`echo ,$enable_stage1_languages, | \
5856 sed -e "s/,all,/$new_enable_languages/" -e "s/^,//" -e "s/,$//" ` ;;
5859 # Add "good" languages from enable_stage1_languages to stage1_languages,
5860 # while "bad" languages go in missing_languages. Leave no duplicates.
5861 for i
in `echo $enable_stage1_languages | sed 's/,/ /g' `; do
5862 case $potential_languages in
5864 case $stage1_languages in
5866 *) stage1_languages
="$stage1_languages$i," ;;
5869 case $missing_languages in
5871 *) missing_languages
="$missing_languages$i," ;;
5878 # Remove leading/trailing commas that were added for simplicity
5879 potential_languages
=`echo "$potential_languages" | sed -e "s/^,//" -e "s/,$//"`
5880 missing_languages
=`echo "$missing_languages" | sed -e "s/^,//" -e "s/,$//"`
5881 stage1_languages
=`echo "$stage1_languages" | sed -e "s/^,//" -e "s/,$//"`
5882 new_enable_languages
=`echo "$new_enable_languages" | sed -e "s/^,//" -e "s/,$//"`
5884 if test "x$missing_languages" != x
; then
5886 The following requested languages could not be built: ${missing_languages}
5887 Supported languages are: ${potential_languages}" "$LINENO" 5
5889 if test "x$new_enable_languages" != "x$enable_languages"; then
5890 echo The following languages will be built
: ${new_enable_languages}
5891 enable_languages
="$new_enable_languages"
5895 ac_configure_args
=`echo " $ac_configure_args" | sed -e "s/ '--enable-languages=[^ ]*'//g" -e "s/$/ '--enable-languages="$enable_languages"'/" `
5898 # Handle --disable-<component> generically.
5899 for dir
in $configdirs $build_configdirs $target_configdirs ; do
5900 dirname=`echo $dir | sed -e s/target-//g -e s/build-//g -e s/-/_/g`
5901 varname
=`echo $dirname | sed -e s/+/_/g`
5902 if eval test x\
${enable_${varname}} "=" xno
; then
5903 noconfigdirs
="$noconfigdirs $dir"
5907 # Check for Boehm's garbage collector
5908 # Check whether --enable-objc-gc was given.
5909 if test "${enable_objc_gc+set}" = set; then :
5910 enableval
=$enable_objc_gc; case ,${enable_languages},:${enable_objc_gc}:${noconfigdirs} in
5911 *,objc
,*:*:yes:*target-boehm-gc
*)
5912 as_fn_error
"Boehm's garbage collector was requested yet not supported in this configuration" "$LINENO" 5
5918 # Make sure we only build Boehm's garbage collector if required.
5919 case ,${enable_languages},:${enable_objc_gc} in
5921 # Keep target-boehm-gc if requested for Objective-C.
5924 # Otherwise remove target-boehm-gc depending on target-libjava.
5925 if echo " ${noconfigdirs} " |
grep "target-libjava" >/dev
/null
2>&1; then
5926 noconfigdirs
="$noconfigdirs target-boehm-gc"
5931 # Remove the entries in $skipdirs and $noconfigdirs from $configdirs,
5932 # $build_configdirs and $target_configdirs.
5933 # If we have the source for $noconfigdirs entries, add them to $notsupp.
5936 for dir
in .
$skipdirs $noconfigdirs ; do
5937 dirname=`echo $dir | sed -e s/target-//g -e s/build-//g`
5938 if test $dir != .
&& echo " ${configdirs} " |
grep " ${dir} " >/dev
/null
2>&1; then
5939 configdirs
=`echo " ${configdirs} " | sed -e "s/ ${dir} / /"`
5940 if test -r $srcdir/$dirname/configure
; then
5941 if echo " ${skipdirs} " |
grep " ${dir} " >/dev
/null
2>&1; then
5944 notsupp
="$notsupp $dir"
5948 if test $dir != .
&& echo " ${build_configdirs} " |
grep " ${dir} " >/dev
/null
2>&1; then
5949 build_configdirs
=`echo " ${build_configdirs} " | sed -e "s/ ${dir} / /"`
5950 if test -r $srcdir/$dirname/configure
; then
5951 if echo " ${skipdirs} " |
grep " ${dir} " >/dev
/null
2>&1; then
5954 notsupp
="$notsupp $dir"
5958 if test $dir != .
&& echo " ${target_configdirs} " |
grep " ${dir} " >/dev
/null
2>&1; then
5959 target_configdirs
=`echo " ${target_configdirs} " | sed -e "s/ ${dir} / /"`
5960 if test -r $srcdir/$dirname/configure
; then
5961 if echo " ${skipdirs} " |
grep " ${dir} " >/dev
/null
2>&1; then
5964 notsupp
="$notsupp $dir"
5970 # Sometimes the tools are distributed with libiberty but with no other
5971 # libraries. In that case, we don't want to build target-libiberty.
5972 # Don't let libgcc imply libiberty either.
5973 if test -n "${target_configdirs}" ; then
5976 for i
in `echo ${target_configdirs} | sed -e s/target-//g` ; do
5977 if test "$i" = "libgcc"; then
5978 libgcc
=target-libgcc
5979 elif test "$i" != "libiberty" ; then
5980 if test -r $srcdir/$i/configure
; then
5986 if test -z "${others}" ; then
5987 target_configdirs
=$libgcc
5991 # Quietly strip out all directories which aren't configurable in this tree.
5992 # This relies on all configurable subdirectories being autoconfiscated, which
5994 build_configdirs_all
="$build_configdirs"
5996 for i
in ${build_configdirs_all} ; do
5997 j
=`echo $i | sed -e s/build-//g`
5998 if test -f ${srcdir}/$j/configure
; then
5999 build_configdirs
="${build_configdirs} $i"
6003 configdirs_all
="$configdirs"
6005 for i
in ${configdirs_all} ; do
6006 if test -f ${srcdir}/$i/configure
; then
6007 configdirs
="${configdirs} $i"
6011 target_configdirs_all
="$target_configdirs"
6013 for i
in ${target_configdirs_all} ; do
6014 j
=`echo $i | sed -e s/target-//g`
6015 if test -f ${srcdir}/$j/configure
; then
6016 target_configdirs
="${target_configdirs} $i"
6020 # Produce a warning message for the subdirs we can't configure.
6021 # This isn't especially interesting in the Cygnus tree, but in the individual
6022 # FSF releases, it's important to let people know when their machine isn't
6023 # supported by the one or two programs in a package.
6025 if test -n "${notsupp}" && test -z "${norecursion}" ; then
6026 # If $appdirs is non-empty, at least one of those directories must still
6027 # be configured, or we error out. (E.g., if the gas release supports a
6028 # specified target in some subdirs but not the gas subdir, we shouldn't
6029 # pretend that all is well.)
6030 if test -n "$appdirs" ; then
6031 for dir
in $appdirs ; do
6032 if test -r $dir/Makefile.
in ; then
6033 if echo " ${configdirs} " |
grep " ${dir} " >/dev
/null
2>&1; then
6037 if echo " ${target_configdirs} " |
grep " target-${dir} " >/dev
/null
2>&1; then
6043 if test -n "$appdirs" ; then
6044 echo "*** This configuration is not supported by this package." 1>&2
6048 # Okay, some application will build, or we don't care to check. Still
6049 # notify of subdirs not getting built.
6050 echo "*** This configuration is not supported in the following subdirectories:" 1>&2
6051 echo " ${notsupp}" 1>&2
6052 echo " (Any other directories should still work fine.)" 1>&2
6060 # To find our prefix, in gcc_cv_tool_prefix.
6062 # The user is always right.
6063 if test "${PATH_SEPARATOR+set}" != set; then
6064 echo "#! /bin/sh" >conf$$.sh
6065 echo "exit 0" >>conf$$.sh
6067 if (PATH
="/nonexistent;."; conf$$.sh
) >/dev
/null
2>&1; then
6077 if test "x$exec_prefix" = xNONE
; then
6078 if test "x$prefix" = xNONE
; then
6079 gcc_cv_tool_prefix
=$ac_default_prefix
6081 gcc_cv_tool_prefix
=$prefix
6084 gcc_cv_tool_prefix
=$exec_prefix
6087 # If there is no compiler in the tree, use the PATH only. In any
6088 # case, if there is no compiler in the tree nobody should use
6089 # AS_FOR_TARGET and LD_FOR_TARGET.
6090 if test x
$host = x
$build && test -f $srcdir/gcc
/BASE-VER
; then
6091 gcc_version
=`cat $srcdir/gcc/BASE-VER`
6092 gcc_cv_tool_dirs
="$gcc_cv_tool_prefix/libexec/gcc/$target_noncanonical/$gcc_version$PATH_SEPARATOR"
6093 gcc_cv_tool_dirs
="$gcc_cv_tool_dirs$gcc_cv_tool_prefix/libexec/gcc/$target_noncanonical$PATH_SEPARATOR"
6094 gcc_cv_tool_dirs
="$gcc_cv_tool_dirs/usr/lib/gcc/$target_noncanonical/$gcc_version$PATH_SEPARATOR"
6095 gcc_cv_tool_dirs
="$gcc_cv_tool_dirs/usr/lib/gcc/$target_noncanonical$PATH_SEPARATOR"
6096 gcc_cv_tool_dirs
="$gcc_cv_tool_dirs$gcc_cv_tool_prefix/$target_noncanonical/bin/$target_noncanonical/$gcc_version$PATH_SEPARATOR"
6097 gcc_cv_tool_dirs
="$gcc_cv_tool_dirs$gcc_cv_tool_prefix/$target_noncanonical/bin$PATH_SEPARATOR"
6102 if test x
$build = x
$target && test -n "$md_exec_prefix"; then
6103 gcc_cv_tool_dirs
="$gcc_cv_tool_dirs$md_exec_prefix$PATH_SEPARATOR"
6111 # Check whether --with-build-sysroot was given.
6112 if test "${with_build_sysroot+set}" = set; then :
6113 withval
=$with_build_sysroot; if test x
"$withval" != x
; then
6114 SYSROOT_CFLAGS_FOR_TARGET
="--sysroot=$withval"
6117 SYSROOT_CFLAGS_FOR_TARGET
=
6123 # Check whether --with-debug-prefix-map was given.
6124 if test "${with_debug_prefix_map+set}" = set; then :
6125 withval
=$with_debug_prefix_map; if test x
"$withval" != x
; then
6126 DEBUG_PREFIX_CFLAGS_FOR_TARGET
=
6127 for debug_map
in $withval; do
6128 DEBUG_PREFIX_CFLAGS_FOR_TARGET
="$DEBUG_PREFIX_CFLAGS_FOR_TARGET -fdebug-prefix-map=$debug_map"
6132 DEBUG_PREFIX_CFLAGS_FOR_TARGET
=
6137 # During gcc bootstrap, if we use some random cc for stage1 then CFLAGS
6138 # might be empty or "-g". We don't require a C++ compiler, so CXXFLAGS
6139 # might also be empty (or "-g", if a non-GCC C++ compiler is in the path).
6140 # We want to ensure that TARGET libraries (which we know are built with
6141 # gcc) are built with "-O2 -g", so include those options when setting
6142 # CFLAGS_FOR_TARGET and CXXFLAGS_FOR_TARGET.
6143 if test "x$CFLAGS_FOR_TARGET" = x
; then
6144 CFLAGS_FOR_TARGET
=$CFLAGS
6147 *) CFLAGS_FOR_TARGET
="-O2 $CFLAGS" ;;
6150 *" -g "* |
*" -g3 "*) ;;
6151 *) CFLAGS_FOR_TARGET
="-g $CFLAGS" ;;
6156 if test "x$CXXFLAGS_FOR_TARGET" = x
; then
6157 CXXFLAGS_FOR_TARGET
=$CXXFLAGS
6158 case " $CXXFLAGS " in
6160 *) CXXFLAGS_FOR_TARGET
="-O2 $CXXFLAGS" ;;
6162 case " $CXXFLAGS " in
6163 *" -g "* |
*" -g3 "*) ;;
6164 *) CXXFLAGS_FOR_TARGET
="-g $CXXFLAGS" ;;
6169 # Handle --with-headers=XXX. If the value is not "yes", the contents of
6170 # the named directory are copied to $(tooldir)/sys-include.
6171 if test x
"${with_headers}" != x
&& test x
"${with_headers}" != xno
; then
6172 if test x
${is_cross_compiler} = xno
; then
6173 echo 1>&2 '***' --with-headers is only supported when cross compiling
6176 if test x
"${with_headers}" != xyes
; then
6177 x
=${gcc_cv_tool_prefix}
6178 copy_dirs
="${copy_dirs} ${with_headers} $x/${target_noncanonical}/sys-include"
6182 # Handle --with-libs=XXX. If the value is not "yes", the contents of
6183 # the name directories are copied to $(tooldir)/lib. Multiple directories
6185 if test x
"${with_libs}" != x
&& test x
"${with_libs}" != xno
; then
6186 if test x
${is_cross_compiler} = xno
; then
6187 echo 1>&2 '***' --with-libs is only supported when cross compiling
6190 if test x
"${with_libs}" != xyes
; then
6191 # Copy the libraries in reverse order, so that files in the first named
6192 # library override files in subsequent libraries.
6193 x
=${gcc_cv_tool_prefix}
6194 for l
in ${with_libs}; do
6195 copy_dirs
="$l $x/${target_noncanonical}/lib ${copy_dirs}"
6200 # Set with_gnu_as and with_gnu_ld as appropriate.
6202 # This is done by determining whether or not the appropriate directory
6203 # is available, and by checking whether or not specific configurations
6204 # have requested that this magic not happen.
6206 # The command line options always override the explicit settings in
6207 # configure.in, and the settings in configure.in override this magic.
6209 # If the default for a toolchain is to use GNU as and ld, and you don't
6210 # want to do that, then you should use the --without-gnu-as and
6211 # --without-gnu-ld options for the configure script.
6213 if test x
${use_gnu_as} = x
&&
6214 echo " ${configdirs} " |
grep " gas " > /dev
/null
2>&1 ; then
6216 extra_host_args
="$extra_host_args --with-gnu-as"
6219 if test x
${use_gnu_ld} = x
&&
6220 echo " ${configdirs} " |
egrep " (go)?ld " > /dev
/null
2>&1 ; then
6222 extra_host_args
="$extra_host_args --with-gnu-ld"
6225 # If using newlib, add --with-newlib to the extra_host_args so that gcc/configure
6226 # can detect this case.
6228 if test x
${with_newlib} != xno
&& echo " ${target_configdirs} " |
grep " target-newlib " > /dev
/null
2>&1 ; then
6230 extra_host_args
="$extra_host_args --with-newlib"
6233 # Handle ${copy_dirs}
6234 set fnord
${copy_dirs}
6236 while test $# != 0 ; do
6237 if test -f $2/COPIED
&& test x
"`cat $2/COPIED`" = x
"$1" ; then
6240 echo Copying
$1 to
$2
6242 # Use the install script to create the directory and all required
6243 # parent directories.
6244 if test -d $2 ; then
6248 ${srcdir}/install-sh
-c -m 644 config.temp
$2/COPIED
6251 # Copy the directory, assuming we have tar.
6252 # FIXME: Should we use B in the second tar? Not all systems support it.
6253 (cd $1; tar -cf - .
) |
(cd $2; tar -xpf -)
6255 # It is the responsibility of the user to correctly adjust all
6256 # symlinks. If somebody can figure out how to handle them correctly
6257 # here, feel free to add the code.
6264 # Determine a target-dependent exec_prefix that the installed
6265 # gcc will search in. Keep this list sorted by triplet, with
6266 # the *-*-osname triplets last.
6270 md_exec_prefix
=/gnu
/lib
/gcc-lib
6272 i
[34567]86-pc-msdosdjgpp*)
6273 md_exec_prefix
=/dev
/env
/DJDIR
/bin
6275 i
[34567]86-*-sco3.2v5
*)
6276 if test $with_gnu_as = yes; then
6277 md_exec_prefix
=/usr
/gnu
/bin
6279 md_exec_prefix
=/usr
/ccs
/bin
/elf
6284 powerpc-
*-chorusos* | \
6285 powerpc
*-*-eabi* | \
6286 powerpc
*-*-sysv* | \
6287 powerpc
*-*-kaos* | \
6289 md_exec_prefix
=/usr
/ccs
/bin
6294 md_exec_prefix
=/usr
/ccs
/bin
6309 md_exec_prefix
=/usr
/ccs
/bin
6313 extra_arflags_for_target
=
6314 extra_nmflags_for_target
=
6315 extra_ranlibflags_for_target
=
6316 target_makefile_frag
=/dev
/null
6319 target_makefile_frag
="config/mt-mep"
6322 target_makefile_frag
="config/mt-spu"
6325 target_makefile_frag
="config/mt-sde"
6327 mipsisa
*-*-elfoabi*)
6328 target_makefile_frag
="config/mt-mips-elfoabi"
6330 mips
*-*-*linux
* | mips
*-*-gnu*)
6331 target_makefile_frag
="config/mt-mips-gnu"
6334 target_makefile_frag
="config/mt-netware"
6336 *-*-linux* |
*-*-gnu* |
*-*-k*bsd
*-gnu |
*-*-kopensolaris*-gnu)
6337 target_makefile_frag
="config/mt-gnu"
6339 *-*-aix4.
[3456789]* |
*-*-aix[56789].
*)
6340 # nm and ar from AIX 4.3 and above require -X32_64 flag to all ar and nm
6341 # commands to handle both 32-bit and 64-bit objects. These flags are
6342 # harmless if we're using GNU nm or ar.
6343 extra_arflags_for_target
=" -X32_64"
6344 extra_nmflags_for_target
=" -B -X32_64"
6347 # ranlib from Darwin requires the -c flag to look at common symbols.
6348 extra_ranlibflags_for_target
=" -c"
6350 mips
*-*-pe | sh
*-*-pe |
*arm-wince-pe
)
6351 target_makefile_frag
="config/mt-wince"
6355 alphaieee_frag
=/dev
/null
6358 # This just makes sure to use the -mieee option to build target libs.
6359 # This should probably be set individually by each library.
6360 alphaieee_frag
="config/mt-alphaieee"
6364 # If --enable-target-optspace always use -Os instead of -O2 to build
6365 # the target libraries, similarly if it is not specified, use -Os
6366 # on selected platforms.
6367 ospace_frag
=/dev
/null
6368 case "${enable_target_optspace}:${target}" in
6370 ospace_frag
="config/mt-ospace"
6373 ospace_frag
="config/mt-d30v"
6375 :m32r-
* |
:d10v-
* |
:fr30-
*)
6376 ospace_frag
="config/mt-ospace"
6381 echo "*** bad value \"${enable_target_optspace}\" for --enable-target-optspace flag; ignored" 1>&2
6385 # Default to using --with-stabs for certain targets.
6386 if test x
${with_stabs} = x
; then
6390 mips
*-*-* | alpha
*-*-osf*)
6392 extra_host_args
="${extra_host_args} --with-stabs"
6397 # hpux11 in 64bit mode has libraries in a weird place. Arrange to find
6398 # them automatically.
6401 extra_host_args
="$extra_host_args -x-libraries=/usr/lib/pa20_64 -x-includes=/usr/X11R6/include"
6405 # Some systems (e.g., one of the i386-aix systems the gas testers are
6406 # using) don't handle "\$" correctly, so don't use it here.
6407 tooldir
='${exec_prefix}'/${target_noncanonical}
6408 build_tooldir
=${tooldir}
6410 # Create a .gdbinit file which runs the one in srcdir
6411 # and tells GDB to look there for source files.
6413 if test -r ${srcdir}/.gdbinit
; then
6416 *) cat > .
/.gdbinit
<<EOF
6420 source ${srcdir}/.gdbinit
6426 # Make sure that the compiler is able to generate an executable. If it
6427 # can't, we are probably in trouble. We don't care whether we can run the
6428 # executable--we might be using a cross compiler--we only care whether it
6429 # can be created. At this point the main configure script has set CC.
6431 echo "int main () { return 0; }" > conftest.c
6432 ${CC} -o conftest ${CFLAGS} ${CPPFLAGS} ${LDFLAGS} conftest.c
6433 if test $?
= 0 ; then
6434 if test -s conftest ||
test -s conftest.exe
; then
6440 echo 1>&2 "*** The command '${CC} -o conftest ${CFLAGS} ${CPPFLAGS} ${LDFLAGS} conftest.c' failed."
6441 echo 1>&2 "*** You must set the environment variable CC to a working compiler."
6448 # The Solaris /usr/ucb/cc compiler does not appear to work.
6450 sparc-sun-solaris2
*)
6451 CCBASE
="`echo ${CC-cc} | sed 's/ .*$//'`"
6452 if test "`type $CCBASE | sed 's/^[^/]*//'`" = "/usr/ucb/cc" ; then
6454 test -d /opt
/SUNWspro
/bin
&& could_use
="/opt/SUNWspro/bin"
6455 if test -d /opt
/cygnus
/bin
; then
6456 if test "$could_use" = "" ; then
6457 could_use
="/opt/cygnus/bin"
6459 could_use
="$could_use or /opt/cygnus/bin"
6462 if test "$could_use" = "" ; then
6463 echo "Warning: compilation may fail because you're using"
6464 echo "/usr/ucb/cc. You should change your PATH or CC "
6465 echo "variable and rerun configure."
6467 echo "Warning: compilation may fail because you're using"
6468 echo "/usr/ucb/cc, when you should use the C compiler from"
6469 echo "$could_use. You should change your"
6470 echo "PATH or CC variable and rerun configure."
6476 # Decide which environment variable is used to find dynamic libraries.
6478 *-*-hpux*) RPATH_ENVVAR
=SHLIB_PATH
;;
6479 *-*-darwin* |
*-*-rhapsody* ) RPATH_ENVVAR
=DYLD_LIBRARY_PATH
;;
6480 *-*-mingw* |
*-*-cygwin ) RPATH_ENVVAR
=PATH
;;
6481 *) RPATH_ENVVAR
=LD_LIBRARY_PATH
;;
6484 # On systems where the dynamic library environment variable is PATH,
6485 # gcc/ will put dynamic libraries into a subdirectory to avoid adding
6486 # built executables to PATH.
6487 if test "$RPATH_ENVVAR" = PATH
; then
6488 GCC_SHLIB_SUBDIR
=/shlib
6493 # Record target_configdirs and the configure arguments for target and
6494 # build configuration in Makefile.
6495 target_configdirs
=`echo "${target_configdirs}" | sed -e 's/target-//g'`
6496 build_configdirs
=`echo "${build_configdirs}" | sed -e 's/build-//g'`
6498 # Determine whether gdb needs tk/tcl or not.
6499 # Use 'maybe' since enable_gdbtk might be true even if tk isn't available
6500 # and in that case we want gdb to be built without tk. Ugh!
6501 # In fact I believe gdb is the *only* package directly dependent on tk,
6502 # so we should be able to put the 'maybe's in unconditionally and
6503 # leave out the maybe dependencies when enable_gdbtk is false. I'm not
6504 # 100% sure that that's safe though.
6506 gdb_tk
="maybe-all-tcl maybe-all-tk maybe-all-itcl maybe-all-libgui"
6507 case "$enable_gdbtk" in
6511 GDB_TK
="${gdb_tk}" ;;
6513 # Only add the dependency on gdbtk when GDBtk is part of the gdb
6514 # distro. Eventually someone will fix this and move Insight, nee
6515 # gdbtk to a separate directory.
6516 if test -d ${srcdir}/gdb
/gdbtk
; then
6523 CONFIGURE_GDB_TK
=`echo ${GDB_TK} | sed s/-all-/-configure-/g`
6524 INSTALL_GDB_TK
=`echo ${GDB_TK} | sed s/-all-/-install-/g`
6526 # Strip out unwanted targets.
6528 # While at that, we remove Makefiles if we were started for recursive
6529 # configuration, so that the top-level Makefile reconfigures them,
6530 # like we used to do when configure itself was recursive.
6532 # Loop over modules. We used to use the "$extrasub" feature from Autoconf
6533 # but now we're fixing up the Makefile ourselves with the additional
6534 # commands passed to AC_CONFIG_FILES. Use separate variables
6535 # extrasub-{build,host,target} not because there is any reason to split
6536 # the substitutions up that way, but only to remain below the limit of
6537 # 99 commands in a script, for HP-UX sed.
6538 # Do not nest @if/@endif pairs, because configure will not warn you at all.
6540 # Check whether --enable-bootstrap was given.
6541 if test "${enable_bootstrap+set}" = set; then :
6542 enableval
=$enable_bootstrap;
6544 enable_bootstrap
=default
6548 # Issue errors and warnings for invalid/strange bootstrap combinations.
6549 case "$configdirs" in
6550 *gcc
*) have_compiler
=yes ;;
6551 *) have_compiler
=no
;;
6554 case "$have_compiler:$host:$target:$enable_bootstrap" in
6557 # Default behavior. Enable bootstrap if we have a compiler
6558 # and we are in a native configuration.
6559 yes:$build:$build:default
)
6560 enable_bootstrap
=yes ;;
6563 enable_bootstrap
=no
;;
6565 # We have a compiler and we are in a native configuration, bootstrap is ok
6566 yes:$build:$build:yes)
6569 # Other configurations, but we have a compiler. Assume the user knows
6572 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: trying to bootstrap a cross compiler" >&5
6573 $as_echo "$as_me: WARNING: trying to bootstrap a cross compiler" >&2;}
6576 # No compiler: if they passed --enable-bootstrap explicitly, fail
6578 as_fn_error
"cannot bootstrap without a compiler" "$LINENO" 5 ;;
6580 # Fail if wrong command line
6582 as_fn_error
"invalid option for --enable-bootstrap" "$LINENO" 5
6586 case ",$enable_languages,:$ENABLE_BUILD_WITH_CXX:$enable_bootstrap" in
6589 as_fn_error
"bootstrapping with --enable-build-with-cxx requires c++ in --enable-languages" "$LINENO" 5
6593 case "$enable_bootstrap:$ENABLE_GOLD: $configdirs :,$stage1_languages," in
6594 yes:yes:*\ gold\
*:*,c
++,*) ;;
6595 yes:yes:*\ gold\
*:*)
6596 as_fn_error
"in a combined tree, bootstrapping with --enable-gold requires c++ in stage1_languages" "$LINENO" 5
6600 # Adjust the toplevel makefile according to whether bootstrap was selected.
6601 case $enable_bootstrap in
6603 bootstrap_suffix
=bootstrap
6604 BUILD_CONFIG
=bootstrap-debug
6607 bootstrap_suffix
=no-bootstrap
6612 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for default BUILD_CONFIG" >&5
6613 $as_echo_n "checking for default BUILD_CONFIG... " >&6; }
6616 # Check whether --with-build-config was given.
6617 if test "${with_build_config+set}" = set; then :
6618 withval
=$with_build_config; case $with_build_config in
6619 yes) with_build_config
= ;;
6620 no
) with_build_config
= BUILD_CONFIG
= ;;
6625 if test "x${with_build_config}" != x
; then
6626 BUILD_CONFIG
=$with_build_config
6628 case $BUILD_CONFIG in
6630 if echo "int f (void) { return 0; }" > conftest.c
&&
6631 ${CC} -c conftest.c
&&
6632 mv conftest.o conftest.o.g0
&&
6633 ${CC} -c -g conftest.c
&&
6634 mv conftest.o conftest.o.g
&&
6635 ${srcdir}/contrib
/compare-debug conftest.o.g0 conftest.o.g
; then
6640 rm -f conftest.c conftest.o conftest.o.g0 conftest.o.g
6644 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $BUILD_CONFIG" >&5
6645 $as_echo "$BUILD_CONFIG" >&6; }
6649 for module
in ${build_configdirs} ; do
6650 if test -z "${no_recursion}" \
6651 && test -f ${build_subdir}/${module}/Makefile
; then
6652 echo 1>&2 "*** removing ${build_subdir}/${module}/Makefile to force reconfigure"
6653 rm -f ${build_subdir}/${module}/Makefile
6655 extrasub_build
="$extrasub_build
6656 /^@if build-$module\$/d
6657 /^@endif build-$module\$/d
6658 /^@if build-$module-$bootstrap_suffix\$/d
6659 /^@endif build-$module-$bootstrap_suffix\$/d"
6662 for module
in ${configdirs} ; do
6663 if test -z "${no_recursion}"; then
6664 for file in stage
*-${module}/Makefile prev-${module}/Makefile ${module}/Makefile
; do
6665 if test -f ${file}; then
6666 echo 1>&2 "*** removing ${file} to force reconfigure"
6671 extrasub_host
="$extrasub_host
6673 /^@endif $module\$/d
6674 /^@if $module-$bootstrap_suffix\$/d
6675 /^@endif $module-$bootstrap_suffix\$/d"
6678 for module
in ${target_configdirs} ; do
6679 if test -z "${no_recursion}" \
6680 && test -f ${target_subdir}/${module}/Makefile
; then
6681 echo 1>&2 "*** removing ${target_subdir}/${module}/Makefile to force reconfigure"
6682 rm -f ${target_subdir}/${module}/Makefile
6685 # We only bootstrap target libraries listed in bootstrap_target_libs.
6686 case $bootstrap_target_libs in
6687 *,target-
$module,*) target_bootstrap_suffix
=$bootstrap_suffix ;;
6688 *) target_bootstrap_suffix
=no-bootstrap
;;
6691 extrasub_target
="$extrasub_target
6692 /^@if target-$module\$/d
6693 /^@endif target-$module\$/d
6694 /^@if target-$module-$target_bootstrap_suffix\$/d
6695 /^@endif target-$module-$target_bootstrap_suffix\$/d"
6698 # Do the final fixup along with target modules.
6699 extrasub_target
="$extrasub_target
6700 /^@if /,/^@endif /d"
6702 # Create the serialization dependencies. This uses a temporary file.
6704 # Check whether --enable-serial-configure was given.
6705 if test "${enable_serial_configure+set}" = set; then :
6706 enableval
=$enable_serial_configure;
6710 case ${enable_serial_configure} in
6712 enable_serial_build_configure
=yes
6713 enable_serial_host_configure
=yes
6714 enable_serial_target_configure
=yes
6718 # These force 'configure's to be done one at a time, to avoid problems
6719 # with contention over a shared config.cache.
6721 echo '# serdep.tmp' > serdep.tmp
6723 test "x${enable_serial_build_configure}" = xyes
&&
6724 for item
in ${build_configdirs} ; do
6727 *) echo "configure-build-${item}: configure-build-${olditem}" >> serdep.tmp
;;
6732 test "x${enable_serial_host_configure}" = xyes
&&
6733 for item
in ${configdirs} ; do
6736 *) echo "configure-${item}: configure-${olditem}" >> serdep.tmp
;;
6741 test "x${enable_serial_target_configure}" = xyes
&&
6742 for item
in ${target_configdirs} ; do
6745 *) echo "configure-target-${item}: configure-target-${olditem}" >> serdep.tmp
;;
6749 serialization_dependencies
=serdep.tmp
6752 # Base args. Strip norecursion, cache-file, srcdir, host, build,
6753 # target, nonopt, and variable assignments. These are the ones we
6754 # might not want to pass down to subconfigures. The exception being
6755 # --cache-file=/dev/null, which is used to turn off the use of cache
6756 # files altogether, and which should be passed on to subconfigures.
6757 # Also strip program-prefix, program-suffix, and program-transform-name,
6758 # so that we can pass down a consistent program-transform-name.
6762 eval "set -- $ac_configure_args"
6765 if test X
"$skip_next" = X
"yes"; then
6769 if test X
"$keep_next" = X
"yes"; then
6772 ac_arg
=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
6774 baseargs
="$baseargs '$ac_arg'"
6779 # Handle separated arguments. Based on the logic generated by
6782 *=* |
--config-cache |
-C |
-disable-* |
--disable-* \
6783 |
-enable-* |
--enable-* |
-gas |
--g* |
-nfp |
--nf* \
6784 |
-q |
-quiet |
--q* |
-silent |
--sil* |
-v |
-verb* \
6785 |
-with-* |
--with-* |
-without-* |
--without-* |
--x)
6797 --cache-file=/dev
/null | \
6798 -cache-file=/dev
/null
)
6799 # Handled here to avoid the test to skip args below.
6800 baseargs
="$baseargs '$ac_arg'"
6801 # Assert: $separate_arg should always be no.
6802 keep_next
=$separate_arg
6818 -program-prefix* | \
6819 -program-suffix* | \
6820 -program-transform-name* )
6821 skip_next
=$separate_arg
6825 # An option. Add it.
6828 ac_arg
=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
6830 baseargs
="$baseargs '$ac_arg'"
6831 keep_next
=$separate_arg
6834 # Either a variable assignment, or a nonopt (triplet). Don't
6835 # pass it down; let the Makefile handle this.
6840 # Remove the initial space we just introduced and, as these will be
6841 # expanded by make, quote '$'.
6842 baseargs
=`echo "x$baseargs" | sed -e 's/^x *//' -e 's,\\$,$$,g'`
6844 # Add in --program-transform-name, after --program-prefix and
6845 # --program-suffix have been applied to it. Autoconf has already
6846 # doubled dollar signs and backslashes in program_transform_name; we want
6847 # the backslashes un-doubled, and then the entire thing wrapped in single
6848 # quotes, because this will be expanded first by make and then by the shell.
6849 # Also, because we want to override the logic in subdir configure scripts to
6850 # choose program_transform_name, replace any s,x,x, with s,y,y,.
6851 sed -e "s,\\\\\\\\,\\\\,g; s,','\\\\'',g; s/s,x,x,/s,y,y,/" <<EOF_SED > conftestsed.out
6852 ${program_transform_name}
6854 gcc_transform_name
=`cat conftestsed.out`
6855 rm -f conftestsed.out
6856 baseargs
="$baseargs --program-transform-name='${gcc_transform_name}'"
6857 if test "$silent" = yes; then
6858 baseargs
="$baseargs --silent"
6860 baseargs
="$baseargs --disable-option-checking"
6862 # For the build-side libraries, we just need to pretend we're native,
6863 # and not use the same cache file. Multilibs are neither needed nor
6865 build_configargs
="--cache-file=../config.cache ${baseargs}"
6867 # For host modules, accept cache file option, or specification as blank.
6868 case "${cache_file}" in
6870 cache_file_option
="" ;;
6871 /* |
[A-Za-z
]:[\\/]* ) # absolute path
6872 cache_file_option
="--cache-file=${cache_file}" ;;
6874 cache_file_option
="--cache-file=../${cache_file}" ;;
6877 # Host dirs don't like to share a cache file either, horribly enough.
6878 # This seems to be due to autoconf 2.5x stupidity.
6879 host_configargs
="--cache-file=./config.cache ${extra_host_args} ${baseargs}"
6881 target_configargs
=${baseargs}
6883 # Passing a --with-cross-host argument lets the target libraries know
6884 # whether they are being built with a cross-compiler or being built
6885 # native. However, it would be better to use other mechanisms to make the
6886 # sorts of decisions they want to make on this basis. Please consider
6887 # this option to be deprecated. FIXME.
6888 if test x
${is_cross_compiler} = xyes
; then
6889 target_configargs
="--with-cross-host=${host_noncanonical} ${target_configargs}"
6892 # Default to --enable-multilib.
6893 if test x
${enable_multilib} = x
; then
6894 target_configargs
="--enable-multilib ${target_configargs}"
6897 # Pass --with-newlib if appropriate. Note that target_configdirs has
6898 # changed from the earlier setting of with_newlib.
6899 if test x
${with_newlib} != xno && echo " ${target_configdirs} " | grep " newlib " > /dev/null 2>&1 && test -d ${srcdir}/newlib
; then
6900 target_configargs
="--with-newlib ${target_configargs}"
6903 # Different target subdirs use different values of certain variables
6904 # (notably CXX). Worse, multilibs use *lots* of different values.
6905 # Worse yet, autoconf 2.5x makes some of these 'precious', meaning that
6906 # it doesn't automatically accept command-line overrides of them.
6907 # This means it's not safe for target subdirs to share a cache file,
6908 # which is disgusting, but there you have it. Hopefully this can be
6909 # fixed in future. It's still worthwhile to use a cache file for each
6910 # directory. I think.
6912 # Pass the appropriate --build, --host, --target and --cache-file arguments.
6913 # We need to pass --target, as newer autoconf's requires consistency
6914 # for target_alias and gcc doesn't manage it consistently.
6915 target_configargs
="--cache-file=./config.cache ${target_configargs}"
6918 case " $target_configdirs " in
6920 case " $target_configargs " in
6921 *" --with-newlib "*)
6924 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' ;;
6927 # If we're not building GCC, don't discard standard headers.
6928 if test -d ${srcdir}/gcc
; then
6929 FLAGS_FOR_TARGET
=$FLAGS_FOR_TARGET' -nostdinc'
6931 if test "${build}" != "${host}"; then
6932 # On Canadian crosses, CC_FOR_TARGET will have already been set
6933 # by `configure', so we won't have an opportunity to add -Bgcc/
6934 # to it. This is right: we don't want to search that directory
6935 # for binaries, but we want the header files in there, so add
6937 FLAGS_FOR_TARGET
=$FLAGS_FOR_TARGET' -isystem $$r/$(HOST_SUBDIR)/gcc/include'
6939 # Someone might think of using the pre-installed headers on
6940 # Canadian crosses, in case the installed compiler is not fully
6941 # compatible with the compiler being built. In this case, it
6942 # would be better to flag an error than risking having
6943 # incompatible object files being constructed. We can't
6944 # guarantee that an error will be flagged, but let's hope the
6945 # compiler will do it, when presented with incompatible header
6950 case "${target}-${is_cross_compiler}" in
6951 i
[3456789]86-*-linux*-no)
6952 # Here host == target, so we don't need to build gcc,
6953 # so we don't want to discard standard headers.
6954 FLAGS_FOR_TARGET
=`echo " $FLAGS_FOR_TARGET " | sed -e 's/ -nostdinc / /'`
6957 # If we're building newlib, use its generic headers last, but search
6958 # for any libc-related directories first (so make it the last -B
6960 FLAGS_FOR_TARGET
=$FLAGS_FOR_TARGET' -B$$r/$(TARGET_SUBDIR)/newlib/ -isystem $$r/$(TARGET_SUBDIR)/newlib/targ-include -isystem $$s/newlib/libc/include'
6962 # If we're building libgloss, find the startup file, simulator library
6963 # and linker script.
6964 case " $target_configdirs " in
6966 # Look for startup file, simulator library and maybe linker script.
6967 FLAGS_FOR_TARGET
=$FLAGS_FOR_TARGET' -B$$r/$(TARGET_SUBDIR)/libgloss/'"$libgloss_dir"
6968 # Look for libnosys.a in case the target needs it.
6969 FLAGS_FOR_TARGET
=$FLAGS_FOR_TARGET' -L$$r/$(TARGET_SUBDIR)/libgloss/libnosys'
6970 # Most targets have the linker script in the source directory.
6971 FLAGS_FOR_TARGET
=$FLAGS_FOR_TARGET' -L$$s/libgloss/'"$libgloss_dir"
6982 # Can't be handled as Cygwin above since Mingw does not use newlib.
6983 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' ;;
6986 # Allow the user to override the flags for
6987 # our build compiler if desired.
6988 if test x
"${build}" = x
"${host}" ; then
6989 CFLAGS_FOR_BUILD
=${CFLAGS_FOR_BUILD-${CFLAGS}}
6990 CXXFLAGS_FOR_BUILD
=${CXXFLAGS_FOR_BUILD-${CXXFLAGS}}
6991 LDFLAGS_FOR_BUILD
=${LDFLAGS_FOR_BUILD-${LDFLAGS}}
6994 # On Canadian crosses, we'll be searching the right directories for
6995 # the previously-installed cross compiler, so don't bother to add
6996 # flags for directories within the install tree of the compiler
6997 # being built; programs in there won't even run.
6998 if test "${build}" = "${host}" && test -d ${srcdir}/gcc; then
6999 # Search for pre-installed headers if nothing else fits.
7000 FLAGS_FOR_TARGET=$FLAGS_FOR_TARGET' -B$(build_tooldir)/bin/ -B$(build_tooldir)/lib/ -isystem $(build_tooldir)/include -isystem $(build_tooldir)/sys-include'
7003 if test "x
${use_gnu_ld}" = x &&
7004 echo " ${configdirs} " | grep " ld
" > /dev/null ; then
7005 # Arrange for us to find uninstalled linker scripts.
7006 FLAGS_FOR_TARGET=$FLAGS_FOR_TARGET' -L$$r/$(HOST_SUBDIR)/ld'
7009 # Search for other target-specific linker scripts and such.
7012 FLAGS_FOR_TARGET="$FLAGS_FOR_TARGET -mlibrary"
7016 # Makefile fragments.
7017 for frag in host_makefile_frag target_makefile_frag alphaieee_frag ospace_frag;
7019 eval fragval=\$$frag
7020 if test $fragval != /dev/null; then
7021 eval $frag=${srcdir}/$fragval
7029 # Miscellanea: directories, flags, etc.
7038 # Build module lists & subconfigure args.
7042 # Host module lists & subconfigure args.
7046 # Target module lists & subconfigure args.
7068 # Generate default definitions for YACC, M4, LEX and other programs that run
7069 # on the build machine. These are used if the Makefile can't locate these
7070 # programs in objdir.
7071 MISSING=`cd $ac_aux_dir && ${PWDCMD-pwd}`/missing
7073 for ac_prog in 'bison -y' byacc yacc
7075 # Extract the first word of "$ac_prog", so it can be a program name with args.
7076 set dummy $ac_prog; ac_word=$2
7077 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
7078 $as_echo_n "checking
for $ac_word...
" >&6; }
7079 if test "${ac_cv_prog_YACC+set}" = set; then :
7080 $as_echo_n "(cached
) " >&6
7082 if test -n "$YACC"; then
7083 ac_cv_prog_YACC="$YACC" # Let the user override the test.
7085 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7089 test -z "$as_dir" && as_dir=.
7090 for ac_exec_ext in '' $ac_executable_extensions; do
7091 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7092 ac_cv_prog_YACC="$ac_prog"
7093 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
7102 YACC=$ac_cv_prog_YACC
7103 if test -n "$YACC"; then
7104 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $YACC" >&5
7105 $as_echo "$YACC" >&6; }
7107 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
7108 $as_echo "no
" >&6; }
7112 test -n "$YACC" && break
7114 test -n "$YACC" || YACC="$MISSING bison
-y"
7116 case " $build_configdirs " in
7117 *" bison
"*) YACC='$$r/$(BUILD_SUBDIR)/bison/tests/bison -y' ;;
7118 *" byacc
"*) YACC='$$r/$(BUILD_SUBDIR)/byacc/byacc' ;;
7121 for ac_prog in bison
7123 # Extract the first word of "$ac_prog", so it can be a program name with args.
7124 set dummy $ac_prog; ac_word=$2
7125 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
7126 $as_echo_n "checking
for $ac_word...
" >&6; }
7127 if test "${ac_cv_prog_BISON+set}" = set; then :
7128 $as_echo_n "(cached
) " >&6
7130 if test -n "$BISON"; then
7131 ac_cv_prog_BISON="$BISON" # Let the user override the test.
7133 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7137 test -z "$as_dir" && as_dir=.
7138 for ac_exec_ext in '' $ac_executable_extensions; do
7139 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7140 ac_cv_prog_BISON="$ac_prog"
7141 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
7150 BISON=$ac_cv_prog_BISON
7151 if test -n "$BISON"; then
7152 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $BISON" >&5
7153 $as_echo "$BISON" >&6; }
7155 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
7156 $as_echo "no
" >&6; }
7160 test -n "$BISON" && break
7162 test -n "$BISON" || BISON="$MISSING bison
"
7164 case " $build_configdirs " in
7165 *" bison
"*) BISON='$$r/$(BUILD_SUBDIR)/bison/tests/bison' ;;
7168 for ac_prog in gm4 gnum4 m4
7170 # Extract the first word of "$ac_prog", so it can be a program name with args.
7171 set dummy $ac_prog; ac_word=$2
7172 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
7173 $as_echo_n "checking
for $ac_word...
" >&6; }
7174 if test "${ac_cv_prog_M4+set}" = set; then :
7175 $as_echo_n "(cached
) " >&6
7177 if test -n "$M4"; then
7178 ac_cv_prog_M4="$M4" # Let the user override the test.
7180 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7184 test -z "$as_dir" && as_dir=.
7185 for ac_exec_ext in '' $ac_executable_extensions; do
7186 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7187 ac_cv_prog_M4="$ac_prog"
7188 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
7198 if test -n "$M4"; then
7199 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $M4" >&5
7200 $as_echo "$M4" >&6; }
7202 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
7203 $as_echo "no
" >&6; }
7207 test -n "$M4" && break
7209 test -n "$M4" || M4="$MISSING m4"
7211 case " $build_configdirs " in
7212 *" m4 "*) M4='$$r/$(BUILD_SUBDIR)/m4/m4' ;;
7215 for ac_prog in flex lex
7217 # Extract the first word of "$ac_prog", so it can be a program name with args.
7218 set dummy $ac_prog; ac_word=$2
7219 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
7220 $as_echo_n "checking
for $ac_word...
" >&6; }
7221 if test "${ac_cv_prog_LEX+set}" = set; then :
7222 $as_echo_n "(cached
) " >&6
7224 if test -n "$LEX"; then
7225 ac_cv_prog_LEX="$LEX" # Let the user override the test.
7227 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7231 test -z "$as_dir" && as_dir=.
7232 for ac_exec_ext in '' $ac_executable_extensions; do
7233 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7234 ac_cv_prog_LEX="$ac_prog"
7235 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
7245 if test -n "$LEX"; then
7246 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $LEX" >&5
7247 $as_echo "$LEX" >&6; }
7249 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
7250 $as_echo "no
" >&6; }
7254 test -n "$LEX" && break
7256 test -n "$LEX" || LEX="$MISSING flex
"
7258 case " $build_configdirs " in
7259 *" flex
"*) LEX='$$r/$(BUILD_SUBDIR)/flex/flex' ;;
7260 *" lex "*) LEX='$$r/$(BUILD_SUBDIR)/lex/lex' ;;
7265 # Extract the first word of "$ac_prog", so it can be a program name with args.
7266 set dummy $ac_prog; ac_word=$2
7267 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
7268 $as_echo_n "checking
for $ac_word...
" >&6; }
7269 if test "${ac_cv_prog_FLEX+set}" = set; then :
7270 $as_echo_n "(cached
) " >&6
7272 if test -n "$FLEX"; then
7273 ac_cv_prog_FLEX="$FLEX" # Let the user override the test.
7275 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7279 test -z "$as_dir" && as_dir=.
7280 for ac_exec_ext in '' $ac_executable_extensions; do
7281 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7282 ac_cv_prog_FLEX="$ac_prog"
7283 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
7292 FLEX=$ac_cv_prog_FLEX
7293 if test -n "$FLEX"; then
7294 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $FLEX" >&5
7295 $as_echo "$FLEX" >&6; }
7297 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
7298 $as_echo "no
" >&6; }
7302 test -n "$FLEX" && break
7304 test -n "$FLEX" || FLEX="$MISSING flex
"
7306 case " $build_configdirs " in
7307 *" flex
"*) FLEX='$$r/$(BUILD_SUBDIR)/flex/flex' ;;
7310 for ac_prog in makeinfo
7312 # Extract the first word of "$ac_prog", so it can be a program name with args.
7313 set dummy $ac_prog; ac_word=$2
7314 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
7315 $as_echo_n "checking
for $ac_word...
" >&6; }
7316 if test "${ac_cv_prog_MAKEINFO+set}" = set; then :
7317 $as_echo_n "(cached
) " >&6
7319 if test -n "$MAKEINFO"; then
7320 ac_cv_prog_MAKEINFO="$MAKEINFO" # Let the user override the test.
7322 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7326 test -z "$as_dir" && as_dir=.
7327 for ac_exec_ext in '' $ac_executable_extensions; do
7328 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7329 ac_cv_prog_MAKEINFO="$ac_prog"
7330 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
7339 MAKEINFO=$ac_cv_prog_MAKEINFO
7340 if test -n "$MAKEINFO"; then
7341 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $MAKEINFO" >&5
7342 $as_echo "$MAKEINFO" >&6; }
7344 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
7345 $as_echo "no
" >&6; }
7349 test -n "$MAKEINFO" && break
7351 test -n "$MAKEINFO" || MAKEINFO="$MISSING makeinfo
"
7353 case " $build_configdirs " in
7354 *" texinfo
"*) MAKEINFO='$$r/$(BUILD_SUBDIR)/texinfo/makeinfo/makeinfo' ;;
7357 # For an installed makeinfo, we require it to be from texinfo 4.7 or
7358 # higher, else we use the "missing
" dummy.
7359 if ${MAKEINFO} --version \
7360 | egrep 'texinfo[^0-9]*(4\.([7-9]|[1-9][0-9])|[5-9]|[1-9][0-9])' >/dev/null 2>&1; then
7363 MAKEINFO="$MISSING makeinfo
"
7369 # FIXME: expect and dejagnu may become build tools?
7371 for ac_prog in expect
7373 # Extract the first word of "$ac_prog", so it can be a program name with args.
7374 set dummy $ac_prog; ac_word=$2
7375 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
7376 $as_echo_n "checking
for $ac_word...
" >&6; }
7377 if test "${ac_cv_prog_EXPECT+set}" = set; then :
7378 $as_echo_n "(cached
) " >&6
7380 if test -n "$EXPECT"; then
7381 ac_cv_prog_EXPECT="$EXPECT" # Let the user override the test.
7383 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7387 test -z "$as_dir" && as_dir=.
7388 for ac_exec_ext in '' $ac_executable_extensions; do
7389 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7390 ac_cv_prog_EXPECT="$ac_prog"
7391 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
7400 EXPECT=$ac_cv_prog_EXPECT
7401 if test -n "$EXPECT"; then
7402 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $EXPECT" >&5
7403 $as_echo "$EXPECT" >&6; }
7405 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
7406 $as_echo "no
" >&6; }
7410 test -n "$EXPECT" && break
7412 test -n "$EXPECT" || EXPECT="expect
"
7414 case " $configdirs " in
7416 test $host = $build && EXPECT='$$r/$(HOST_SUBDIR)/expect/expect'
7420 for ac_prog in runtest
7422 # Extract the first word of "$ac_prog", so it can be a program name with args.
7423 set dummy $ac_prog; ac_word=$2
7424 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
7425 $as_echo_n "checking
for $ac_word...
" >&6; }
7426 if test "${ac_cv_prog_RUNTEST+set}" = set; then :
7427 $as_echo_n "(cached
) " >&6
7429 if test -n "$RUNTEST"; then
7430 ac_cv_prog_RUNTEST="$RUNTEST" # Let the user override the test.
7432 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7436 test -z "$as_dir" && as_dir=.
7437 for ac_exec_ext in '' $ac_executable_extensions; do
7438 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7439 ac_cv_prog_RUNTEST="$ac_prog"
7440 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
7449 RUNTEST=$ac_cv_prog_RUNTEST
7450 if test -n "$RUNTEST"; then
7451 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $RUNTEST" >&5
7452 $as_echo "$RUNTEST" >&6; }
7454 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
7455 $as_echo "no
" >&6; }
7459 test -n "$RUNTEST" && break
7461 test -n "$RUNTEST" || RUNTEST="runtest
"
7463 case " $configdirs " in
7465 test $host = $build && RUNTEST='$$s/$(HOST_SUBDIR)/dejagnu/runtest'
7472 test -n "$host_alias" && ncn_tool_prefix=$host_alias-
7473 ncn_target_tool_prefix=
7474 test -n "$target_alias" && ncn_target_tool_prefix=$target_alias-
7478 if test -n "$AR"; then
7480 elif test -n "$ac_cv_prog_AR"; then
7484 if test -n "$ac_cv_prog_AR"; then
7485 for ncn_progname in ar; do
7486 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
7487 set dummy ${ncn_progname}; ac_word=$2
7488 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
7489 $as_echo_n "checking
for $ac_word...
" >&6; }
7490 if test "${ac_cv_prog_AR+set}" = set; then :
7491 $as_echo_n "(cached
) " >&6
7493 if test -n "$AR"; then
7494 ac_cv_prog_AR="$AR" # Let the user override the test.
7496 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7500 test -z "$as_dir" && as_dir=.
7501 for ac_exec_ext in '' $ac_executable_extensions; do
7502 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7503 ac_cv_prog_AR="${ncn_progname}"
7504 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
7514 if test -n "$AR"; then
7515 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $AR" >&5
7516 $as_echo "$AR" >&6; }
7518 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
7519 $as_echo "no
" >&6; }
7526 for ncn_progname in ar; do
7527 if test -n "$ncn_tool_prefix"; then
7528 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
7529 set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
7530 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
7531 $as_echo_n "checking
for $ac_word...
" >&6; }
7532 if test "${ac_cv_prog_AR+set}" = set; then :
7533 $as_echo_n "(cached
) " >&6
7535 if test -n "$AR"; then
7536 ac_cv_prog_AR="$AR" # Let the user override the test.
7538 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7542 test -z "$as_dir" && as_dir=.
7543 for ac_exec_ext in '' $ac_executable_extensions; do
7544 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7545 ac_cv_prog_AR="${ncn_tool_prefix}${ncn_progname}"
7546 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
7556 if test -n "$AR"; then
7557 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $AR" >&5
7558 $as_echo "$AR" >&6; }
7560 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
7561 $as_echo "no
" >&6; }
7566 if test -z "$ac_cv_prog_AR" && test $build = $host ; then
7567 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
7568 set dummy ${ncn_progname}; ac_word=$2
7569 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
7570 $as_echo_n "checking
for $ac_word...
" >&6; }
7571 if test "${ac_cv_prog_AR+set}" = set; then :
7572 $as_echo_n "(cached
) " >&6
7574 if test -n "$AR"; then
7575 ac_cv_prog_AR="$AR" # Let the user override the test.
7577 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7581 test -z "$as_dir" && as_dir=.
7582 for ac_exec_ext in '' $ac_executable_extensions; do
7583 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7584 ac_cv_prog_AR="${ncn_progname}"
7585 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
7595 if test -n "$AR"; then
7596 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $AR" >&5
7597 $as_echo "$AR" >&6; }
7599 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
7600 $as_echo "no
" >&6; }
7605 test -n "$ac_cv_prog_AR" && break
7608 if test -z "$ac_cv_prog_AR" ; then
7610 if test $build = $host ; then
7613 AR="${ncn_tool_prefix}$2"
7619 if test -n "$AS"; then
7621 elif test -n "$ac_cv_prog_AS"; then
7625 if test -n "$ac_cv_prog_AS"; then
7626 for ncn_progname in as; do
7627 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
7628 set dummy ${ncn_progname}; ac_word=$2
7629 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
7630 $as_echo_n "checking
for $ac_word...
" >&6; }
7631 if test "${ac_cv_prog_AS+set}" = set; then :
7632 $as_echo_n "(cached
) " >&6
7634 if test -n "$AS"; then
7635 ac_cv_prog_AS="$AS" # Let the user override the test.
7637 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7641 test -z "$as_dir" && as_dir=.
7642 for ac_exec_ext in '' $ac_executable_extensions; do
7643 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7644 ac_cv_prog_AS="${ncn_progname}"
7645 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
7655 if test -n "$AS"; then
7656 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $AS" >&5
7657 $as_echo "$AS" >&6; }
7659 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
7660 $as_echo "no
" >&6; }
7667 for ncn_progname in as; do
7668 if test -n "$ncn_tool_prefix"; then
7669 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
7670 set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
7671 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
7672 $as_echo_n "checking
for $ac_word...
" >&6; }
7673 if test "${ac_cv_prog_AS+set}" = set; then :
7674 $as_echo_n "(cached
) " >&6
7676 if test -n "$AS"; then
7677 ac_cv_prog_AS="$AS" # Let the user override the test.
7679 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7683 test -z "$as_dir" && as_dir=.
7684 for ac_exec_ext in '' $ac_executable_extensions; do
7685 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7686 ac_cv_prog_AS="${ncn_tool_prefix}${ncn_progname}"
7687 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
7697 if test -n "$AS"; then
7698 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $AS" >&5
7699 $as_echo "$AS" >&6; }
7701 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
7702 $as_echo "no
" >&6; }
7707 if test -z "$ac_cv_prog_AS" && test $build = $host ; then
7708 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
7709 set dummy ${ncn_progname}; ac_word=$2
7710 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
7711 $as_echo_n "checking
for $ac_word...
" >&6; }
7712 if test "${ac_cv_prog_AS+set}" = set; then :
7713 $as_echo_n "(cached
) " >&6
7715 if test -n "$AS"; then
7716 ac_cv_prog_AS="$AS" # Let the user override the test.
7718 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7722 test -z "$as_dir" && as_dir=.
7723 for ac_exec_ext in '' $ac_executable_extensions; do
7724 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7725 ac_cv_prog_AS="${ncn_progname}"
7726 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
7736 if test -n "$AS"; then
7737 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $AS" >&5
7738 $as_echo "$AS" >&6; }
7740 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
7741 $as_echo "no
" >&6; }
7746 test -n "$ac_cv_prog_AS" && break
7749 if test -z "$ac_cv_prog_AS" ; then
7751 if test $build = $host ; then
7754 AS="${ncn_tool_prefix}$2"
7760 if test -n "$DLLTOOL"; then
7761 ac_cv_prog_DLLTOOL=$DLLTOOL
7762 elif test -n "$ac_cv_prog_DLLTOOL"; then
7763 DLLTOOL=$ac_cv_prog_DLLTOOL
7766 if test -n "$ac_cv_prog_DLLTOOL"; then
7767 for ncn_progname in dlltool; do
7768 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
7769 set dummy ${ncn_progname}; ac_word=$2
7770 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
7771 $as_echo_n "checking
for $ac_word...
" >&6; }
7772 if test "${ac_cv_prog_DLLTOOL+set}" = set; then :
7773 $as_echo_n "(cached
) " >&6
7775 if test -n "$DLLTOOL"; then
7776 ac_cv_prog_DLLTOOL="$DLLTOOL" # Let the user override the test.
7778 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7782 test -z "$as_dir" && as_dir=.
7783 for ac_exec_ext in '' $ac_executable_extensions; do
7784 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7785 ac_cv_prog_DLLTOOL="${ncn_progname}"
7786 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
7795 DLLTOOL=$ac_cv_prog_DLLTOOL
7796 if test -n "$DLLTOOL"; then
7797 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $DLLTOOL" >&5
7798 $as_echo "$DLLTOOL" >&6; }
7800 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
7801 $as_echo "no
" >&6; }
7808 for ncn_progname in dlltool; do
7809 if test -n "$ncn_tool_prefix"; then
7810 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
7811 set dummy ${ncn_tool_prefix}${ncn_progname}; 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_DLLTOOL+set}" = set; then :
7815 $as_echo_n "(cached
) " >&6
7817 if test -n "$DLLTOOL"; then
7818 ac_cv_prog_DLLTOOL="$DLLTOOL" # 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_DLLTOOL="${ncn_tool_prefix}${ncn_progname}"
7828 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
7837 DLLTOOL=$ac_cv_prog_DLLTOOL
7838 if test -n "$DLLTOOL"; then
7839 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $DLLTOOL" >&5
7840 $as_echo "$DLLTOOL" >&6; }
7842 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
7843 $as_echo "no
" >&6; }
7848 if test -z "$ac_cv_prog_DLLTOOL" && test $build = $host ; then
7849 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
7850 set dummy ${ncn_progname}; ac_word=$2
7851 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
7852 $as_echo_n "checking
for $ac_word...
" >&6; }
7853 if test "${ac_cv_prog_DLLTOOL+set}" = set; then :
7854 $as_echo_n "(cached
) " >&6
7856 if test -n "$DLLTOOL"; then
7857 ac_cv_prog_DLLTOOL="$DLLTOOL" # Let the user override the test.
7859 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7863 test -z "$as_dir" && as_dir=.
7864 for ac_exec_ext in '' $ac_executable_extensions; do
7865 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7866 ac_cv_prog_DLLTOOL="${ncn_progname}"
7867 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
7876 DLLTOOL=$ac_cv_prog_DLLTOOL
7877 if test -n "$DLLTOOL"; then
7878 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $DLLTOOL" >&5
7879 $as_echo "$DLLTOOL" >&6; }
7881 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
7882 $as_echo "no
" >&6; }
7887 test -n "$ac_cv_prog_DLLTOOL" && break
7890 if test -z "$ac_cv_prog_DLLTOOL" ; then
7892 if test $build = $host ; then
7895 DLLTOOL="${ncn_tool_prefix}$2"
7901 if test -n "$LD"; then
7903 elif test -n "$ac_cv_prog_LD"; then
7907 if test -n "$ac_cv_prog_LD"; then
7908 for ncn_progname in ld; do
7909 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
7910 set dummy ${ncn_progname}; ac_word=$2
7911 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
7912 $as_echo_n "checking
for $ac_word...
" >&6; }
7913 if test "${ac_cv_prog_LD+set}" = set; then :
7914 $as_echo_n "(cached
) " >&6
7916 if test -n "$LD"; then
7917 ac_cv_prog_LD="$LD" # Let the user override the test.
7919 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7923 test -z "$as_dir" && as_dir=.
7924 for ac_exec_ext in '' $ac_executable_extensions; do
7925 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7926 ac_cv_prog_LD="${ncn_progname}"
7927 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
7937 if test -n "$LD"; then
7938 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $LD" >&5
7939 $as_echo "$LD" >&6; }
7941 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
7942 $as_echo "no
" >&6; }
7949 for ncn_progname in ld; do
7950 if test -n "$ncn_tool_prefix"; then
7951 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
7952 set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
7953 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
7954 $as_echo_n "checking
for $ac_word...
" >&6; }
7955 if test "${ac_cv_prog_LD+set}" = set; then :
7956 $as_echo_n "(cached
) " >&6
7958 if test -n "$LD"; then
7959 ac_cv_prog_LD="$LD" # Let the user override the test.
7961 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7965 test -z "$as_dir" && as_dir=.
7966 for ac_exec_ext in '' $ac_executable_extensions; do
7967 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7968 ac_cv_prog_LD="${ncn_tool_prefix}${ncn_progname}"
7969 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
7979 if test -n "$LD"; then
7980 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $LD" >&5
7981 $as_echo "$LD" >&6; }
7983 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
7984 $as_echo "no
" >&6; }
7989 if test -z "$ac_cv_prog_LD" && test $build = $host ; then
7990 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
7991 set dummy ${ncn_progname}; ac_word=$2
7992 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
7993 $as_echo_n "checking
for $ac_word...
" >&6; }
7994 if test "${ac_cv_prog_LD+set}" = set; then :
7995 $as_echo_n "(cached
) " >&6
7997 if test -n "$LD"; then
7998 ac_cv_prog_LD="$LD" # Let the user override the test.
8000 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8004 test -z "$as_dir" && as_dir=.
8005 for ac_exec_ext in '' $ac_executable_extensions; do
8006 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8007 ac_cv_prog_LD="${ncn_progname}"
8008 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
8018 if test -n "$LD"; then
8019 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $LD" >&5
8020 $as_echo "$LD" >&6; }
8022 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
8023 $as_echo "no
" >&6; }
8028 test -n "$ac_cv_prog_LD" && break
8031 if test -z "$ac_cv_prog_LD" ; then
8033 if test $build = $host ; then
8036 LD="${ncn_tool_prefix}$2"
8042 if test -n "$LIPO"; then
8043 ac_cv_prog_LIPO=$LIPO
8044 elif test -n "$ac_cv_prog_LIPO"; then
8045 LIPO=$ac_cv_prog_LIPO
8048 if test -n "$ac_cv_prog_LIPO"; then
8049 for ncn_progname in lipo; do
8050 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8051 set dummy ${ncn_progname}; ac_word=$2
8052 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
8053 $as_echo_n "checking
for $ac_word...
" >&6; }
8054 if test "${ac_cv_prog_LIPO+set}" = set; then :
8055 $as_echo_n "(cached
) " >&6
8057 if test -n "$LIPO"; then
8058 ac_cv_prog_LIPO="$LIPO" # Let the user override the test.
8060 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8064 test -z "$as_dir" && as_dir=.
8065 for ac_exec_ext in '' $ac_executable_extensions; do
8066 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8067 ac_cv_prog_LIPO="${ncn_progname}"
8068 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
8077 LIPO=$ac_cv_prog_LIPO
8078 if test -n "$LIPO"; then
8079 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $LIPO" >&5
8080 $as_echo "$LIPO" >&6; }
8082 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
8083 $as_echo "no
" >&6; }
8090 for ncn_progname in lipo; do
8091 if test -n "$ncn_tool_prefix"; then
8092 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
8093 set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
8094 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
8095 $as_echo_n "checking
for $ac_word...
" >&6; }
8096 if test "${ac_cv_prog_LIPO+set}" = set; then :
8097 $as_echo_n "(cached
) " >&6
8099 if test -n "$LIPO"; then
8100 ac_cv_prog_LIPO="$LIPO" # Let the user override the test.
8102 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8106 test -z "$as_dir" && as_dir=.
8107 for ac_exec_ext in '' $ac_executable_extensions; do
8108 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8109 ac_cv_prog_LIPO="${ncn_tool_prefix}${ncn_progname}"
8110 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
8119 LIPO=$ac_cv_prog_LIPO
8120 if test -n "$LIPO"; then
8121 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $LIPO" >&5
8122 $as_echo "$LIPO" >&6; }
8124 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
8125 $as_echo "no
" >&6; }
8130 if test -z "$ac_cv_prog_LIPO" && test $build = $host ; then
8131 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8132 set dummy ${ncn_progname}; ac_word=$2
8133 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
8134 $as_echo_n "checking
for $ac_word...
" >&6; }
8135 if test "${ac_cv_prog_LIPO+set}" = set; then :
8136 $as_echo_n "(cached
) " >&6
8138 if test -n "$LIPO"; then
8139 ac_cv_prog_LIPO="$LIPO" # Let the user override the test.
8141 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8145 test -z "$as_dir" && as_dir=.
8146 for ac_exec_ext in '' $ac_executable_extensions; do
8147 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8148 ac_cv_prog_LIPO="${ncn_progname}"
8149 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
8158 LIPO=$ac_cv_prog_LIPO
8159 if test -n "$LIPO"; then
8160 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $LIPO" >&5
8161 $as_echo "$LIPO" >&6; }
8163 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
8164 $as_echo "no
" >&6; }
8169 test -n "$ac_cv_prog_LIPO" && break
8172 if test -z "$ac_cv_prog_LIPO" ; then
8174 if test $build = $host ; then
8177 LIPO="${ncn_tool_prefix}$2"
8183 if test -n "$NM"; then
8185 elif test -n "$ac_cv_prog_NM"; then
8189 if test -n "$ac_cv_prog_NM"; then
8190 for ncn_progname in nm; do
8191 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8192 set dummy ${ncn_progname}; ac_word=$2
8193 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
8194 $as_echo_n "checking
for $ac_word...
" >&6; }
8195 if test "${ac_cv_prog_NM+set}" = set; then :
8196 $as_echo_n "(cached
) " >&6
8198 if test -n "$NM"; then
8199 ac_cv_prog_NM="$NM" # Let the user override the test.
8201 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8205 test -z "$as_dir" && as_dir=.
8206 for ac_exec_ext in '' $ac_executable_extensions; do
8207 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8208 ac_cv_prog_NM="${ncn_progname}"
8209 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
8219 if test -n "$NM"; then
8220 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $NM" >&5
8221 $as_echo "$NM" >&6; }
8223 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
8224 $as_echo "no
" >&6; }
8231 for ncn_progname in nm; do
8232 if test -n "$ncn_tool_prefix"; then
8233 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
8234 set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
8235 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
8236 $as_echo_n "checking
for $ac_word...
" >&6; }
8237 if test "${ac_cv_prog_NM+set}" = set; then :
8238 $as_echo_n "(cached
) " >&6
8240 if test -n "$NM"; then
8241 ac_cv_prog_NM="$NM" # Let the user override the test.
8243 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8247 test -z "$as_dir" && as_dir=.
8248 for ac_exec_ext in '' $ac_executable_extensions; do
8249 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8250 ac_cv_prog_NM="${ncn_tool_prefix}${ncn_progname}"
8251 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
8261 if test -n "$NM"; then
8262 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $NM" >&5
8263 $as_echo "$NM" >&6; }
8265 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
8266 $as_echo "no
" >&6; }
8271 if test -z "$ac_cv_prog_NM" && test $build = $host ; then
8272 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8273 set dummy ${ncn_progname}; ac_word=$2
8274 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
8275 $as_echo_n "checking
for $ac_word...
" >&6; }
8276 if test "${ac_cv_prog_NM+set}" = set; then :
8277 $as_echo_n "(cached
) " >&6
8279 if test -n "$NM"; then
8280 ac_cv_prog_NM="$NM" # Let the user override the test.
8282 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8286 test -z "$as_dir" && as_dir=.
8287 for ac_exec_ext in '' $ac_executable_extensions; do
8288 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8289 ac_cv_prog_NM="${ncn_progname}"
8290 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
8300 if test -n "$NM"; then
8301 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $NM" >&5
8302 $as_echo "$NM" >&6; }
8304 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
8305 $as_echo "no
" >&6; }
8310 test -n "$ac_cv_prog_NM" && break
8313 if test -z "$ac_cv_prog_NM" ; then
8315 if test $build = $host ; then
8318 NM="${ncn_tool_prefix}$2"
8324 if test -n "$RANLIB"; then
8325 ac_cv_prog_RANLIB=$RANLIB
8326 elif test -n "$ac_cv_prog_RANLIB"; then
8327 RANLIB=$ac_cv_prog_RANLIB
8330 if test -n "$ac_cv_prog_RANLIB"; then
8331 for ncn_progname in ranlib; do
8332 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8333 set dummy ${ncn_progname}; ac_word=$2
8334 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
8335 $as_echo_n "checking
for $ac_word...
" >&6; }
8336 if test "${ac_cv_prog_RANLIB+set}" = set; then :
8337 $as_echo_n "(cached
) " >&6
8339 if test -n "$RANLIB"; then
8340 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
8342 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8346 test -z "$as_dir" && as_dir=.
8347 for ac_exec_ext in '' $ac_executable_extensions; do
8348 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8349 ac_cv_prog_RANLIB="${ncn_progname}"
8350 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
8359 RANLIB=$ac_cv_prog_RANLIB
8360 if test -n "$RANLIB"; then
8361 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $RANLIB" >&5
8362 $as_echo "$RANLIB" >&6; }
8364 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
8365 $as_echo "no
" >&6; }
8372 for ncn_progname in ranlib; do
8373 if test -n "$ncn_tool_prefix"; then
8374 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
8375 set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
8376 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
8377 $as_echo_n "checking
for $ac_word...
" >&6; }
8378 if test "${ac_cv_prog_RANLIB+set}" = set; then :
8379 $as_echo_n "(cached
) " >&6
8381 if test -n "$RANLIB"; then
8382 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
8384 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8388 test -z "$as_dir" && as_dir=.
8389 for ac_exec_ext in '' $ac_executable_extensions; do
8390 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8391 ac_cv_prog_RANLIB="${ncn_tool_prefix}${ncn_progname}"
8392 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
8401 RANLIB=$ac_cv_prog_RANLIB
8402 if test -n "$RANLIB"; then
8403 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $RANLIB" >&5
8404 $as_echo "$RANLIB" >&6; }
8406 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
8407 $as_echo "no
" >&6; }
8412 if test -z "$ac_cv_prog_RANLIB" && test $build = $host ; then
8413 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8414 set dummy ${ncn_progname}; ac_word=$2
8415 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
8416 $as_echo_n "checking
for $ac_word...
" >&6; }
8417 if test "${ac_cv_prog_RANLIB+set}" = set; then :
8418 $as_echo_n "(cached
) " >&6
8420 if test -n "$RANLIB"; then
8421 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
8423 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8427 test -z "$as_dir" && as_dir=.
8428 for ac_exec_ext in '' $ac_executable_extensions; do
8429 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8430 ac_cv_prog_RANLIB="${ncn_progname}"
8431 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
8440 RANLIB=$ac_cv_prog_RANLIB
8441 if test -n "$RANLIB"; then
8442 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $RANLIB" >&5
8443 $as_echo "$RANLIB" >&6; }
8445 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
8446 $as_echo "no
" >&6; }
8451 test -n "$ac_cv_prog_RANLIB" && break
8454 if test -z "$ac_cv_prog_RANLIB" ; then
8460 if test -n "$STRIP"; then
8461 ac_cv_prog_STRIP=$STRIP
8462 elif test -n "$ac_cv_prog_STRIP"; then
8463 STRIP=$ac_cv_prog_STRIP
8466 if test -n "$ac_cv_prog_STRIP"; then
8467 for ncn_progname in strip; do
8468 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8469 set dummy ${ncn_progname}; ac_word=$2
8470 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
8471 $as_echo_n "checking
for $ac_word...
" >&6; }
8472 if test "${ac_cv_prog_STRIP+set}" = set; then :
8473 $as_echo_n "(cached
) " >&6
8475 if test -n "$STRIP"; then
8476 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
8478 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8482 test -z "$as_dir" && as_dir=.
8483 for ac_exec_ext in '' $ac_executable_extensions; do
8484 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8485 ac_cv_prog_STRIP="${ncn_progname}"
8486 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
8495 STRIP=$ac_cv_prog_STRIP
8496 if test -n "$STRIP"; then
8497 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $STRIP" >&5
8498 $as_echo "$STRIP" >&6; }
8500 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
8501 $as_echo "no
" >&6; }
8508 for ncn_progname in strip; do
8509 if test -n "$ncn_tool_prefix"; then
8510 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
8511 set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
8512 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
8513 $as_echo_n "checking
for $ac_word...
" >&6; }
8514 if test "${ac_cv_prog_STRIP+set}" = set; then :
8515 $as_echo_n "(cached
) " >&6
8517 if test -n "$STRIP"; then
8518 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
8520 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8524 test -z "$as_dir" && as_dir=.
8525 for ac_exec_ext in '' $ac_executable_extensions; do
8526 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8527 ac_cv_prog_STRIP="${ncn_tool_prefix}${ncn_progname}"
8528 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
8537 STRIP=$ac_cv_prog_STRIP
8538 if test -n "$STRIP"; then
8539 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $STRIP" >&5
8540 $as_echo "$STRIP" >&6; }
8542 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
8543 $as_echo "no
" >&6; }
8548 if test -z "$ac_cv_prog_STRIP" && test $build = $host ; then
8549 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8550 set dummy ${ncn_progname}; ac_word=$2
8551 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
8552 $as_echo_n "checking
for $ac_word...
" >&6; }
8553 if test "${ac_cv_prog_STRIP+set}" = set; then :
8554 $as_echo_n "(cached
) " >&6
8556 if test -n "$STRIP"; then
8557 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
8559 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8563 test -z "$as_dir" && as_dir=.
8564 for ac_exec_ext in '' $ac_executable_extensions; do
8565 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8566 ac_cv_prog_STRIP="${ncn_progname}"
8567 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
8576 STRIP=$ac_cv_prog_STRIP
8577 if test -n "$STRIP"; then
8578 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $STRIP" >&5
8579 $as_echo "$STRIP" >&6; }
8581 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
8582 $as_echo "no
" >&6; }
8587 test -n "$ac_cv_prog_STRIP" && break
8590 if test -z "$ac_cv_prog_STRIP" ; then
8596 if test -n "$WINDRES"; then
8597 ac_cv_prog_WINDRES=$WINDRES
8598 elif test -n "$ac_cv_prog_WINDRES"; then
8599 WINDRES=$ac_cv_prog_WINDRES
8602 if test -n "$ac_cv_prog_WINDRES"; then
8603 for ncn_progname in windres; do
8604 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8605 set dummy ${ncn_progname}; ac_word=$2
8606 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
8607 $as_echo_n "checking
for $ac_word...
" >&6; }
8608 if test "${ac_cv_prog_WINDRES+set}" = set; then :
8609 $as_echo_n "(cached
) " >&6
8611 if test -n "$WINDRES"; then
8612 ac_cv_prog_WINDRES="$WINDRES" # Let the user override the test.
8614 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8618 test -z "$as_dir" && as_dir=.
8619 for ac_exec_ext in '' $ac_executable_extensions; do
8620 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8621 ac_cv_prog_WINDRES="${ncn_progname}"
8622 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
8631 WINDRES=$ac_cv_prog_WINDRES
8632 if test -n "$WINDRES"; then
8633 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $WINDRES" >&5
8634 $as_echo "$WINDRES" >&6; }
8636 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
8637 $as_echo "no
" >&6; }
8644 for ncn_progname in windres; do
8645 if test -n "$ncn_tool_prefix"; then
8646 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
8647 set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
8648 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
8649 $as_echo_n "checking
for $ac_word...
" >&6; }
8650 if test "${ac_cv_prog_WINDRES+set}" = set; then :
8651 $as_echo_n "(cached
) " >&6
8653 if test -n "$WINDRES"; then
8654 ac_cv_prog_WINDRES="$WINDRES" # Let the user override the test.
8656 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8660 test -z "$as_dir" && as_dir=.
8661 for ac_exec_ext in '' $ac_executable_extensions; do
8662 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8663 ac_cv_prog_WINDRES="${ncn_tool_prefix}${ncn_progname}"
8664 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
8673 WINDRES=$ac_cv_prog_WINDRES
8674 if test -n "$WINDRES"; then
8675 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $WINDRES" >&5
8676 $as_echo "$WINDRES" >&6; }
8678 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
8679 $as_echo "no
" >&6; }
8684 if test -z "$ac_cv_prog_WINDRES" && test $build = $host ; then
8685 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8686 set dummy ${ncn_progname}; ac_word=$2
8687 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
8688 $as_echo_n "checking
for $ac_word...
" >&6; }
8689 if test "${ac_cv_prog_WINDRES+set}" = set; then :
8690 $as_echo_n "(cached
) " >&6
8692 if test -n "$WINDRES"; then
8693 ac_cv_prog_WINDRES="$WINDRES" # Let the user override the test.
8695 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8699 test -z "$as_dir" && as_dir=.
8700 for ac_exec_ext in '' $ac_executable_extensions; do
8701 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8702 ac_cv_prog_WINDRES="${ncn_progname}"
8703 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
8712 WINDRES=$ac_cv_prog_WINDRES
8713 if test -n "$WINDRES"; then
8714 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $WINDRES" >&5
8715 $as_echo "$WINDRES" >&6; }
8717 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
8718 $as_echo "no
" >&6; }
8723 test -n "$ac_cv_prog_WINDRES" && break
8726 if test -z "$ac_cv_prog_WINDRES" ; then
8728 if test $build = $host ; then
8731 WINDRES="${ncn_tool_prefix}$2"
8737 if test -n "$WINDMC"; then
8738 ac_cv_prog_WINDMC=$WINDMC
8739 elif test -n "$ac_cv_prog_WINDMC"; then
8740 WINDMC=$ac_cv_prog_WINDMC
8743 if test -n "$ac_cv_prog_WINDMC"; then
8744 for ncn_progname in windmc; do
8745 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8746 set dummy ${ncn_progname}; ac_word=$2
8747 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
8748 $as_echo_n "checking
for $ac_word...
" >&6; }
8749 if test "${ac_cv_prog_WINDMC+set}" = set; then :
8750 $as_echo_n "(cached
) " >&6
8752 if test -n "$WINDMC"; then
8753 ac_cv_prog_WINDMC="$WINDMC" # Let the user override the test.
8755 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8759 test -z "$as_dir" && as_dir=.
8760 for ac_exec_ext in '' $ac_executable_extensions; do
8761 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8762 ac_cv_prog_WINDMC="${ncn_progname}"
8763 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
8772 WINDMC=$ac_cv_prog_WINDMC
8773 if test -n "$WINDMC"; then
8774 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $WINDMC" >&5
8775 $as_echo "$WINDMC" >&6; }
8777 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
8778 $as_echo "no
" >&6; }
8785 for ncn_progname in windmc; do
8786 if test -n "$ncn_tool_prefix"; then
8787 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
8788 set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
8789 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
8790 $as_echo_n "checking
for $ac_word...
" >&6; }
8791 if test "${ac_cv_prog_WINDMC+set}" = set; then :
8792 $as_echo_n "(cached
) " >&6
8794 if test -n "$WINDMC"; then
8795 ac_cv_prog_WINDMC="$WINDMC" # Let the user override the test.
8797 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8801 test -z "$as_dir" && as_dir=.
8802 for ac_exec_ext in '' $ac_executable_extensions; do
8803 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8804 ac_cv_prog_WINDMC="${ncn_tool_prefix}${ncn_progname}"
8805 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
8814 WINDMC=$ac_cv_prog_WINDMC
8815 if test -n "$WINDMC"; then
8816 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $WINDMC" >&5
8817 $as_echo "$WINDMC" >&6; }
8819 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
8820 $as_echo "no
" >&6; }
8825 if test -z "$ac_cv_prog_WINDMC" && test $build = $host ; then
8826 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8827 set dummy ${ncn_progname}; ac_word=$2
8828 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
8829 $as_echo_n "checking
for $ac_word...
" >&6; }
8830 if test "${ac_cv_prog_WINDMC+set}" = set; then :
8831 $as_echo_n "(cached
) " >&6
8833 if test -n "$WINDMC"; then
8834 ac_cv_prog_WINDMC="$WINDMC" # Let the user override the test.
8836 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8840 test -z "$as_dir" && as_dir=.
8841 for ac_exec_ext in '' $ac_executable_extensions; do
8842 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8843 ac_cv_prog_WINDMC="${ncn_progname}"
8844 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
8853 WINDMC=$ac_cv_prog_WINDMC
8854 if test -n "$WINDMC"; then
8855 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $WINDMC" >&5
8856 $as_echo "$WINDMC" >&6; }
8858 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
8859 $as_echo "no
" >&6; }
8864 test -n "$ac_cv_prog_WINDMC" && break
8867 if test -z "$ac_cv_prog_WINDMC" ; then
8869 if test $build = $host ; then
8872 WINDMC="${ncn_tool_prefix}$2"
8878 if test -n "$OBJCOPY"; then
8879 ac_cv_prog_OBJCOPY=$OBJCOPY
8880 elif test -n "$ac_cv_prog_OBJCOPY"; then
8881 OBJCOPY=$ac_cv_prog_OBJCOPY
8884 if test -n "$ac_cv_prog_OBJCOPY"; then
8885 for ncn_progname in objcopy; do
8886 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8887 set dummy ${ncn_progname}; ac_word=$2
8888 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
8889 $as_echo_n "checking
for $ac_word...
" >&6; }
8890 if test "${ac_cv_prog_OBJCOPY+set}" = set; then :
8891 $as_echo_n "(cached
) " >&6
8893 if test -n "$OBJCOPY"; then
8894 ac_cv_prog_OBJCOPY="$OBJCOPY" # Let the user override the test.
8896 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8900 test -z "$as_dir" && as_dir=.
8901 for ac_exec_ext in '' $ac_executable_extensions; do
8902 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8903 ac_cv_prog_OBJCOPY="${ncn_progname}"
8904 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
8913 OBJCOPY=$ac_cv_prog_OBJCOPY
8914 if test -n "$OBJCOPY"; then
8915 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $OBJCOPY" >&5
8916 $as_echo "$OBJCOPY" >&6; }
8918 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
8919 $as_echo "no
" >&6; }
8926 for ncn_progname in objcopy; do
8927 if test -n "$ncn_tool_prefix"; then
8928 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
8929 set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
8930 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
8931 $as_echo_n "checking
for $ac_word...
" >&6; }
8932 if test "${ac_cv_prog_OBJCOPY+set}" = set; then :
8933 $as_echo_n "(cached
) " >&6
8935 if test -n "$OBJCOPY"; then
8936 ac_cv_prog_OBJCOPY="$OBJCOPY" # Let the user override the test.
8938 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8942 test -z "$as_dir" && as_dir=.
8943 for ac_exec_ext in '' $ac_executable_extensions; do
8944 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8945 ac_cv_prog_OBJCOPY="${ncn_tool_prefix}${ncn_progname}"
8946 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
8955 OBJCOPY=$ac_cv_prog_OBJCOPY
8956 if test -n "$OBJCOPY"; then
8957 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $OBJCOPY" >&5
8958 $as_echo "$OBJCOPY" >&6; }
8960 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
8961 $as_echo "no
" >&6; }
8966 if test -z "$ac_cv_prog_OBJCOPY" && test $build = $host ; then
8967 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8968 set dummy ${ncn_progname}; ac_word=$2
8969 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
8970 $as_echo_n "checking
for $ac_word...
" >&6; }
8971 if test "${ac_cv_prog_OBJCOPY+set}" = set; then :
8972 $as_echo_n "(cached
) " >&6
8974 if test -n "$OBJCOPY"; then
8975 ac_cv_prog_OBJCOPY="$OBJCOPY" # Let the user override the test.
8977 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8981 test -z "$as_dir" && as_dir=.
8982 for ac_exec_ext in '' $ac_executable_extensions; do
8983 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8984 ac_cv_prog_OBJCOPY="${ncn_progname}"
8985 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
8994 OBJCOPY=$ac_cv_prog_OBJCOPY
8995 if test -n "$OBJCOPY"; then
8996 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $OBJCOPY" >&5
8997 $as_echo "$OBJCOPY" >&6; }
8999 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
9000 $as_echo "no
" >&6; }
9005 test -n "$ac_cv_prog_OBJCOPY" && break
9008 if test -z "$ac_cv_prog_OBJCOPY" ; then
9010 if test $build = $host ; then
9013 OBJCOPY="${ncn_tool_prefix}$2"
9019 if test -n "$OBJDUMP"; then
9020 ac_cv_prog_OBJDUMP=$OBJDUMP
9021 elif test -n "$ac_cv_prog_OBJDUMP"; then
9022 OBJDUMP=$ac_cv_prog_OBJDUMP
9025 if test -n "$ac_cv_prog_OBJDUMP"; then
9026 for ncn_progname in objdump; do
9027 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9028 set dummy ${ncn_progname}; ac_word=$2
9029 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
9030 $as_echo_n "checking
for $ac_word...
" >&6; }
9031 if test "${ac_cv_prog_OBJDUMP+set}" = set; then :
9032 $as_echo_n "(cached
) " >&6
9034 if test -n "$OBJDUMP"; then
9035 ac_cv_prog_OBJDUMP="$OBJDUMP" # Let the user override the test.
9037 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9041 test -z "$as_dir" && as_dir=.
9042 for ac_exec_ext in '' $ac_executable_extensions; do
9043 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9044 ac_cv_prog_OBJDUMP="${ncn_progname}"
9045 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
9054 OBJDUMP=$ac_cv_prog_OBJDUMP
9055 if test -n "$OBJDUMP"; then
9056 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $OBJDUMP" >&5
9057 $as_echo "$OBJDUMP" >&6; }
9059 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
9060 $as_echo "no
" >&6; }
9067 for ncn_progname in objdump; do
9068 if test -n "$ncn_tool_prefix"; then
9069 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
9070 set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
9071 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
9072 $as_echo_n "checking
for $ac_word...
" >&6; }
9073 if test "${ac_cv_prog_OBJDUMP+set}" = set; then :
9074 $as_echo_n "(cached
) " >&6
9076 if test -n "$OBJDUMP"; then
9077 ac_cv_prog_OBJDUMP="$OBJDUMP" # Let the user override the test.
9079 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9083 test -z "$as_dir" && as_dir=.
9084 for ac_exec_ext in '' $ac_executable_extensions; do
9085 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9086 ac_cv_prog_OBJDUMP="${ncn_tool_prefix}${ncn_progname}"
9087 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
9096 OBJDUMP=$ac_cv_prog_OBJDUMP
9097 if test -n "$OBJDUMP"; then
9098 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $OBJDUMP" >&5
9099 $as_echo "$OBJDUMP" >&6; }
9101 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
9102 $as_echo "no
" >&6; }
9107 if test -z "$ac_cv_prog_OBJDUMP" && test $build = $host ; then
9108 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9109 set dummy ${ncn_progname}; ac_word=$2
9110 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
9111 $as_echo_n "checking
for $ac_word...
" >&6; }
9112 if test "${ac_cv_prog_OBJDUMP+set}" = set; then :
9113 $as_echo_n "(cached
) " >&6
9115 if test -n "$OBJDUMP"; then
9116 ac_cv_prog_OBJDUMP="$OBJDUMP" # Let the user override the test.
9118 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9122 test -z "$as_dir" && as_dir=.
9123 for ac_exec_ext in '' $ac_executable_extensions; do
9124 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9125 ac_cv_prog_OBJDUMP="${ncn_progname}"
9126 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
9135 OBJDUMP=$ac_cv_prog_OBJDUMP
9136 if test -n "$OBJDUMP"; then
9137 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $OBJDUMP" >&5
9138 $as_echo "$OBJDUMP" >&6; }
9140 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
9141 $as_echo "no
" >&6; }
9146 test -n "$ac_cv_prog_OBJDUMP" && break
9149 if test -z "$ac_cv_prog_OBJDUMP" ; then
9151 if test $build = $host ; then
9154 OBJDUMP="${ncn_tool_prefix}$2"
9165 # Check whether --with-build-time-tools was given.
9166 if test "${with_build_time_tools+set}" = set; then :
9167 withval=$with_build_time_tools; case x"$withval" in
9170 with_build_time_tools=
9171 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING
: argument to
--with-build-time-tools must be an absolute path
" >&5
9172 $as_echo "$as_me: WARNING
: argument to
--with-build-time-tools must be an absolute path
" >&2;}
9176 with_build_time_tools=
9182 if test -n "$CC_FOR_TARGET"; then
9183 ac_cv_prog_CC_FOR_TARGET=$CC_FOR_TARGET
9184 elif test -n "$ac_cv_prog_CC_FOR_TARGET"; then
9185 CC_FOR_TARGET=$ac_cv_prog_CC_FOR_TARGET
9188 if test -n "$ac_cv_prog_CC_FOR_TARGET"; then
9189 for ncn_progname in cc gcc; do
9190 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9191 set dummy ${ncn_progname}; ac_word=$2
9192 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
9193 $as_echo_n "checking
for $ac_word...
" >&6; }
9194 if test "${ac_cv_prog_CC_FOR_TARGET+set}" = set; then :
9195 $as_echo_n "(cached
) " >&6
9197 if test -n "$CC_FOR_TARGET"; then
9198 ac_cv_prog_CC_FOR_TARGET="$CC_FOR_TARGET" # Let the user override the test.
9200 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9204 test -z "$as_dir" && as_dir=.
9205 for ac_exec_ext in '' $ac_executable_extensions; do
9206 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9207 ac_cv_prog_CC_FOR_TARGET="${ncn_progname}"
9208 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
9217 CC_FOR_TARGET=$ac_cv_prog_CC_FOR_TARGET
9218 if test -n "$CC_FOR_TARGET"; then
9219 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $CC_FOR_TARGET" >&5
9220 $as_echo "$CC_FOR_TARGET" >&6; }
9222 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
9223 $as_echo "no
" >&6; }
9230 if test -z "$ac_cv_prog_CC_FOR_TARGET" && test -n "$with_build_time_tools"; then
9231 for ncn_progname in cc gcc; do
9232 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for ${ncn_progname} in $with_build_time_tools" >&5
9233 $as_echo_n "checking
for ${ncn_progname} in $with_build_time_tools...
" >&6; }
9234 if test -x $with_build_time_tools/${ncn_progname}; then
9235 ac_cv_prog_CC_FOR_TARGET=$with_build_time_tools/${ncn_progname}
9236 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: yes" >&5
9237 $as_echo "yes" >&6; }
9240 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
9241 $as_echo "no
" >&6; }
9246 if test -z "$ac_cv_prog_CC_FOR_TARGET"; then
9247 for ncn_progname in cc gcc; do
9248 if test -n "$ncn_target_tool_prefix"; then
9249 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
9250 set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
9251 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
9252 $as_echo_n "checking
for $ac_word...
" >&6; }
9253 if test "${ac_cv_prog_CC_FOR_TARGET+set}" = set; then :
9254 $as_echo_n "(cached
) " >&6
9256 if test -n "$CC_FOR_TARGET"; then
9257 ac_cv_prog_CC_FOR_TARGET="$CC_FOR_TARGET" # Let the user override the test.
9259 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9263 test -z "$as_dir" && as_dir=.
9264 for ac_exec_ext in '' $ac_executable_extensions; do
9265 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9266 ac_cv_prog_CC_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
9267 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
9276 CC_FOR_TARGET=$ac_cv_prog_CC_FOR_TARGET
9277 if test -n "$CC_FOR_TARGET"; then
9278 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $CC_FOR_TARGET" >&5
9279 $as_echo "$CC_FOR_TARGET" >&6; }
9281 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
9282 $as_echo "no
" >&6; }
9287 if test -z "$ac_cv_prog_CC_FOR_TARGET" && test $build = $target ; then
9288 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9289 set dummy ${ncn_progname}; ac_word=$2
9290 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
9291 $as_echo_n "checking
for $ac_word...
" >&6; }
9292 if test "${ac_cv_prog_CC_FOR_TARGET+set}" = set; then :
9293 $as_echo_n "(cached
) " >&6
9295 if test -n "$CC_FOR_TARGET"; then
9296 ac_cv_prog_CC_FOR_TARGET="$CC_FOR_TARGET" # Let the user override the test.
9298 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9302 test -z "$as_dir" && as_dir=.
9303 for ac_exec_ext in '' $ac_executable_extensions; do
9304 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9305 ac_cv_prog_CC_FOR_TARGET="${ncn_progname}"
9306 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
9315 CC_FOR_TARGET=$ac_cv_prog_CC_FOR_TARGET
9316 if test -n "$CC_FOR_TARGET"; then
9317 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $CC_FOR_TARGET" >&5
9318 $as_echo "$CC_FOR_TARGET" >&6; }
9320 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
9321 $as_echo "no
" >&6; }
9326 test -n "$ac_cv_prog_CC_FOR_TARGET" && break
9330 if test -z "$ac_cv_prog_CC_FOR_TARGET" ; then
9332 if test $build = $target ; then
9335 CC_FOR_TARGET="${ncn_target_tool_prefix}$2"
9338 CC_FOR_TARGET="$ac_cv_prog_CC_FOR_TARGET"
9343 if test -n "$CXX_FOR_TARGET"; then
9344 ac_cv_prog_CXX_FOR_TARGET=$CXX_FOR_TARGET
9345 elif test -n "$ac_cv_prog_CXX_FOR_TARGET"; then
9346 CXX_FOR_TARGET=$ac_cv_prog_CXX_FOR_TARGET
9349 if test -n "$ac_cv_prog_CXX_FOR_TARGET"; then
9350 for ncn_progname in c++ g++ cxx gxx; do
9351 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9352 set dummy ${ncn_progname}; ac_word=$2
9353 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
9354 $as_echo_n "checking
for $ac_word...
" >&6; }
9355 if test "${ac_cv_prog_CXX_FOR_TARGET+set}" = set; then :
9356 $as_echo_n "(cached
) " >&6
9358 if test -n "$CXX_FOR_TARGET"; then
9359 ac_cv_prog_CXX_FOR_TARGET="$CXX_FOR_TARGET" # Let the user override the test.
9361 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9365 test -z "$as_dir" && as_dir=.
9366 for ac_exec_ext in '' $ac_executable_extensions; do
9367 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9368 ac_cv_prog_CXX_FOR_TARGET="${ncn_progname}"
9369 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
9378 CXX_FOR_TARGET=$ac_cv_prog_CXX_FOR_TARGET
9379 if test -n "$CXX_FOR_TARGET"; then
9380 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $CXX_FOR_TARGET" >&5
9381 $as_echo "$CXX_FOR_TARGET" >&6; }
9383 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
9384 $as_echo "no
" >&6; }
9391 if test -z "$ac_cv_prog_CXX_FOR_TARGET" && test -n "$with_build_time_tools"; then
9392 for ncn_progname in c++ g++ cxx gxx; do
9393 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for ${ncn_progname} in $with_build_time_tools" >&5
9394 $as_echo_n "checking
for ${ncn_progname} in $with_build_time_tools...
" >&6; }
9395 if test -x $with_build_time_tools/${ncn_progname}; then
9396 ac_cv_prog_CXX_FOR_TARGET=$with_build_time_tools/${ncn_progname}
9397 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: yes" >&5
9398 $as_echo "yes" >&6; }
9401 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
9402 $as_echo "no
" >&6; }
9407 if test -z "$ac_cv_prog_CXX_FOR_TARGET"; then
9408 for ncn_progname in c++ g++ cxx gxx; do
9409 if test -n "$ncn_target_tool_prefix"; then
9410 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
9411 set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
9412 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
9413 $as_echo_n "checking
for $ac_word...
" >&6; }
9414 if test "${ac_cv_prog_CXX_FOR_TARGET+set}" = set; then :
9415 $as_echo_n "(cached
) " >&6
9417 if test -n "$CXX_FOR_TARGET"; then
9418 ac_cv_prog_CXX_FOR_TARGET="$CXX_FOR_TARGET" # Let the user override the test.
9420 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9424 test -z "$as_dir" && as_dir=.
9425 for ac_exec_ext in '' $ac_executable_extensions; do
9426 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9427 ac_cv_prog_CXX_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
9428 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
9437 CXX_FOR_TARGET=$ac_cv_prog_CXX_FOR_TARGET
9438 if test -n "$CXX_FOR_TARGET"; then
9439 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $CXX_FOR_TARGET" >&5
9440 $as_echo "$CXX_FOR_TARGET" >&6; }
9442 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
9443 $as_echo "no
" >&6; }
9448 if test -z "$ac_cv_prog_CXX_FOR_TARGET" && test $build = $target ; then
9449 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9450 set dummy ${ncn_progname}; ac_word=$2
9451 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
9452 $as_echo_n "checking
for $ac_word...
" >&6; }
9453 if test "${ac_cv_prog_CXX_FOR_TARGET+set}" = set; then :
9454 $as_echo_n "(cached
) " >&6
9456 if test -n "$CXX_FOR_TARGET"; then
9457 ac_cv_prog_CXX_FOR_TARGET="$CXX_FOR_TARGET" # Let the user override the test.
9459 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9463 test -z "$as_dir" && as_dir=.
9464 for ac_exec_ext in '' $ac_executable_extensions; do
9465 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9466 ac_cv_prog_CXX_FOR_TARGET="${ncn_progname}"
9467 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
9476 CXX_FOR_TARGET=$ac_cv_prog_CXX_FOR_TARGET
9477 if test -n "$CXX_FOR_TARGET"; then
9478 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $CXX_FOR_TARGET" >&5
9479 $as_echo "$CXX_FOR_TARGET" >&6; }
9481 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
9482 $as_echo "no
" >&6; }
9487 test -n "$ac_cv_prog_CXX_FOR_TARGET" && break
9491 if test -z "$ac_cv_prog_CXX_FOR_TARGET" ; then
9492 set dummy c++ g++ cxx gxx
9493 if test $build = $target ; then
9496 CXX_FOR_TARGET="${ncn_target_tool_prefix}$2"
9499 CXX_FOR_TARGET="$ac_cv_prog_CXX_FOR_TARGET"
9504 if test -n "$GCC_FOR_TARGET"; then
9505 ac_cv_prog_GCC_FOR_TARGET=$GCC_FOR_TARGET
9506 elif test -n "$ac_cv_prog_GCC_FOR_TARGET"; then
9507 GCC_FOR_TARGET=$ac_cv_prog_GCC_FOR_TARGET
9510 if test -n "$ac_cv_prog_GCC_FOR_TARGET"; then
9511 for ncn_progname in gcc; do
9512 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9513 set dummy ${ncn_progname}; ac_word=$2
9514 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
9515 $as_echo_n "checking
for $ac_word...
" >&6; }
9516 if test "${ac_cv_prog_GCC_FOR_TARGET+set}" = set; then :
9517 $as_echo_n "(cached
) " >&6
9519 if test -n "$GCC_FOR_TARGET"; then
9520 ac_cv_prog_GCC_FOR_TARGET="$GCC_FOR_TARGET" # Let the user override the test.
9522 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9526 test -z "$as_dir" && as_dir=.
9527 for ac_exec_ext in '' $ac_executable_extensions; do
9528 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9529 ac_cv_prog_GCC_FOR_TARGET="${ncn_progname}"
9530 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
9539 GCC_FOR_TARGET=$ac_cv_prog_GCC_FOR_TARGET
9540 if test -n "$GCC_FOR_TARGET"; then
9541 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $GCC_FOR_TARGET" >&5
9542 $as_echo "$GCC_FOR_TARGET" >&6; }
9544 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
9545 $as_echo "no
" >&6; }
9552 if test -z "$ac_cv_prog_GCC_FOR_TARGET" && test -n "$with_build_time_tools"; then
9553 for ncn_progname in gcc; do
9554 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for ${ncn_progname} in $with_build_time_tools" >&5
9555 $as_echo_n "checking
for ${ncn_progname} in $with_build_time_tools...
" >&6; }
9556 if test -x $with_build_time_tools/${ncn_progname}; then
9557 ac_cv_prog_GCC_FOR_TARGET=$with_build_time_tools/${ncn_progname}
9558 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: yes" >&5
9559 $as_echo "yes" >&6; }
9562 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
9563 $as_echo "no
" >&6; }
9568 if test -z "$ac_cv_prog_GCC_FOR_TARGET"; then
9569 for ncn_progname in gcc; do
9570 if test -n "$ncn_target_tool_prefix"; then
9571 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
9572 set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
9573 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
9574 $as_echo_n "checking
for $ac_word...
" >&6; }
9575 if test "${ac_cv_prog_GCC_FOR_TARGET+set}" = set; then :
9576 $as_echo_n "(cached
) " >&6
9578 if test -n "$GCC_FOR_TARGET"; then
9579 ac_cv_prog_GCC_FOR_TARGET="$GCC_FOR_TARGET" # Let the user override the test.
9581 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9585 test -z "$as_dir" && as_dir=.
9586 for ac_exec_ext in '' $ac_executable_extensions; do
9587 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9588 ac_cv_prog_GCC_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
9589 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
9598 GCC_FOR_TARGET=$ac_cv_prog_GCC_FOR_TARGET
9599 if test -n "$GCC_FOR_TARGET"; then
9600 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $GCC_FOR_TARGET" >&5
9601 $as_echo "$GCC_FOR_TARGET" >&6; }
9603 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
9604 $as_echo "no
" >&6; }
9609 if test -z "$ac_cv_prog_GCC_FOR_TARGET" && test $build = $target ; then
9610 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9611 set dummy ${ncn_progname}; ac_word=$2
9612 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
9613 $as_echo_n "checking
for $ac_word...
" >&6; }
9614 if test "${ac_cv_prog_GCC_FOR_TARGET+set}" = set; then :
9615 $as_echo_n "(cached
) " >&6
9617 if test -n "$GCC_FOR_TARGET"; then
9618 ac_cv_prog_GCC_FOR_TARGET="$GCC_FOR_TARGET" # Let the user override the test.
9620 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9624 test -z "$as_dir" && as_dir=.
9625 for ac_exec_ext in '' $ac_executable_extensions; do
9626 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9627 ac_cv_prog_GCC_FOR_TARGET="${ncn_progname}"
9628 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
9637 GCC_FOR_TARGET=$ac_cv_prog_GCC_FOR_TARGET
9638 if test -n "$GCC_FOR_TARGET"; then
9639 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $GCC_FOR_TARGET" >&5
9640 $as_echo "$GCC_FOR_TARGET" >&6; }
9642 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
9643 $as_echo "no
" >&6; }
9648 test -n "$ac_cv_prog_GCC_FOR_TARGET" && break
9652 if test -z "$ac_cv_prog_GCC_FOR_TARGET" ; then
9653 GCC_FOR_TARGET="${CC_FOR_TARGET}"
9655 GCC_FOR_TARGET="$ac_cv_prog_GCC_FOR_TARGET"
9660 if test -n "$GCJ_FOR_TARGET"; then
9661 ac_cv_prog_GCJ_FOR_TARGET=$GCJ_FOR_TARGET
9662 elif test -n "$ac_cv_prog_GCJ_FOR_TARGET"; then
9663 GCJ_FOR_TARGET=$ac_cv_prog_GCJ_FOR_TARGET
9666 if test -n "$ac_cv_prog_GCJ_FOR_TARGET"; then
9667 for ncn_progname in gcj; do
9668 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9669 set dummy ${ncn_progname}; ac_word=$2
9670 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
9671 $as_echo_n "checking
for $ac_word...
" >&6; }
9672 if test "${ac_cv_prog_GCJ_FOR_TARGET+set}" = set; then :
9673 $as_echo_n "(cached
) " >&6
9675 if test -n "$GCJ_FOR_TARGET"; then
9676 ac_cv_prog_GCJ_FOR_TARGET="$GCJ_FOR_TARGET" # Let the user override the test.
9678 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9682 test -z "$as_dir" && as_dir=.
9683 for ac_exec_ext in '' $ac_executable_extensions; do
9684 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9685 ac_cv_prog_GCJ_FOR_TARGET="${ncn_progname}"
9686 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
9695 GCJ_FOR_TARGET=$ac_cv_prog_GCJ_FOR_TARGET
9696 if test -n "$GCJ_FOR_TARGET"; then
9697 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $GCJ_FOR_TARGET" >&5
9698 $as_echo "$GCJ_FOR_TARGET" >&6; }
9700 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
9701 $as_echo "no
" >&6; }
9708 if test -z "$ac_cv_prog_GCJ_FOR_TARGET" && test -n "$with_build_time_tools"; then
9709 for ncn_progname in gcj; do
9710 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for ${ncn_progname} in $with_build_time_tools" >&5
9711 $as_echo_n "checking
for ${ncn_progname} in $with_build_time_tools...
" >&6; }
9712 if test -x $with_build_time_tools/${ncn_progname}; then
9713 ac_cv_prog_GCJ_FOR_TARGET=$with_build_time_tools/${ncn_progname}
9714 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: yes" >&5
9715 $as_echo "yes" >&6; }
9718 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
9719 $as_echo "no
" >&6; }
9724 if test -z "$ac_cv_prog_GCJ_FOR_TARGET"; then
9725 for ncn_progname in gcj; do
9726 if test -n "$ncn_target_tool_prefix"; then
9727 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
9728 set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
9729 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
9730 $as_echo_n "checking
for $ac_word...
" >&6; }
9731 if test "${ac_cv_prog_GCJ_FOR_TARGET+set}" = set; then :
9732 $as_echo_n "(cached
) " >&6
9734 if test -n "$GCJ_FOR_TARGET"; then
9735 ac_cv_prog_GCJ_FOR_TARGET="$GCJ_FOR_TARGET" # Let the user override the test.
9737 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9741 test -z "$as_dir" && as_dir=.
9742 for ac_exec_ext in '' $ac_executable_extensions; do
9743 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9744 ac_cv_prog_GCJ_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
9745 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
9754 GCJ_FOR_TARGET=$ac_cv_prog_GCJ_FOR_TARGET
9755 if test -n "$GCJ_FOR_TARGET"; then
9756 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $GCJ_FOR_TARGET" >&5
9757 $as_echo "$GCJ_FOR_TARGET" >&6; }
9759 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
9760 $as_echo "no
" >&6; }
9765 if test -z "$ac_cv_prog_GCJ_FOR_TARGET" && test $build = $target ; then
9766 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9767 set dummy ${ncn_progname}; ac_word=$2
9768 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
9769 $as_echo_n "checking
for $ac_word...
" >&6; }
9770 if test "${ac_cv_prog_GCJ_FOR_TARGET+set}" = set; then :
9771 $as_echo_n "(cached
) " >&6
9773 if test -n "$GCJ_FOR_TARGET"; then
9774 ac_cv_prog_GCJ_FOR_TARGET="$GCJ_FOR_TARGET" # Let the user override the test.
9776 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9780 test -z "$as_dir" && as_dir=.
9781 for ac_exec_ext in '' $ac_executable_extensions; do
9782 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9783 ac_cv_prog_GCJ_FOR_TARGET="${ncn_progname}"
9784 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
9793 GCJ_FOR_TARGET=$ac_cv_prog_GCJ_FOR_TARGET
9794 if test -n "$GCJ_FOR_TARGET"; then
9795 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $GCJ_FOR_TARGET" >&5
9796 $as_echo "$GCJ_FOR_TARGET" >&6; }
9798 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
9799 $as_echo "no
" >&6; }
9804 test -n "$ac_cv_prog_GCJ_FOR_TARGET" && break
9808 if test -z "$ac_cv_prog_GCJ_FOR_TARGET" ; then
9810 if test $build = $target ; then
9813 GCJ_FOR_TARGET="${ncn_target_tool_prefix}$2"
9816 GCJ_FOR_TARGET="$ac_cv_prog_GCJ_FOR_TARGET"
9821 if test -n "$GFORTRAN_FOR_TARGET"; then
9822 ac_cv_prog_GFORTRAN_FOR_TARGET=$GFORTRAN_FOR_TARGET
9823 elif test -n "$ac_cv_prog_GFORTRAN_FOR_TARGET"; then
9824 GFORTRAN_FOR_TARGET=$ac_cv_prog_GFORTRAN_FOR_TARGET
9827 if test -n "$ac_cv_prog_GFORTRAN_FOR_TARGET"; then
9828 for ncn_progname in gfortran; do
9829 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9830 set dummy ${ncn_progname}; ac_word=$2
9831 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
9832 $as_echo_n "checking
for $ac_word...
" >&6; }
9833 if test "${ac_cv_prog_GFORTRAN_FOR_TARGET+set}" = set; then :
9834 $as_echo_n "(cached
) " >&6
9836 if test -n "$GFORTRAN_FOR_TARGET"; then
9837 ac_cv_prog_GFORTRAN_FOR_TARGET="$GFORTRAN_FOR_TARGET" # Let the user override the test.
9839 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9843 test -z "$as_dir" && as_dir=.
9844 for ac_exec_ext in '' $ac_executable_extensions; do
9845 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9846 ac_cv_prog_GFORTRAN_FOR_TARGET="${ncn_progname}"
9847 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
9856 GFORTRAN_FOR_TARGET=$ac_cv_prog_GFORTRAN_FOR_TARGET
9857 if test -n "$GFORTRAN_FOR_TARGET"; then
9858 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $GFORTRAN_FOR_TARGET" >&5
9859 $as_echo "$GFORTRAN_FOR_TARGET" >&6; }
9861 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
9862 $as_echo "no
" >&6; }
9869 if test -z "$ac_cv_prog_GFORTRAN_FOR_TARGET" && test -n "$with_build_time_tools"; then
9870 for ncn_progname in gfortran; do
9871 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for ${ncn_progname} in $with_build_time_tools" >&5
9872 $as_echo_n "checking
for ${ncn_progname} in $with_build_time_tools...
" >&6; }
9873 if test -x $with_build_time_tools/${ncn_progname}; then
9874 ac_cv_prog_GFORTRAN_FOR_TARGET=$with_build_time_tools/${ncn_progname}
9875 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: yes" >&5
9876 $as_echo "yes" >&6; }
9879 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
9880 $as_echo "no
" >&6; }
9885 if test -z "$ac_cv_prog_GFORTRAN_FOR_TARGET"; then
9886 for ncn_progname in gfortran; do
9887 if test -n "$ncn_target_tool_prefix"; then
9888 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
9889 set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
9890 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
9891 $as_echo_n "checking
for $ac_word...
" >&6; }
9892 if test "${ac_cv_prog_GFORTRAN_FOR_TARGET+set}" = set; then :
9893 $as_echo_n "(cached
) " >&6
9895 if test -n "$GFORTRAN_FOR_TARGET"; then
9896 ac_cv_prog_GFORTRAN_FOR_TARGET="$GFORTRAN_FOR_TARGET" # Let the user override the test.
9898 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9902 test -z "$as_dir" && as_dir=.
9903 for ac_exec_ext in '' $ac_executable_extensions; do
9904 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9905 ac_cv_prog_GFORTRAN_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
9906 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
9915 GFORTRAN_FOR_TARGET=$ac_cv_prog_GFORTRAN_FOR_TARGET
9916 if test -n "$GFORTRAN_FOR_TARGET"; then
9917 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $GFORTRAN_FOR_TARGET" >&5
9918 $as_echo "$GFORTRAN_FOR_TARGET" >&6; }
9920 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
9921 $as_echo "no
" >&6; }
9926 if test -z "$ac_cv_prog_GFORTRAN_FOR_TARGET" && test $build = $target ; then
9927 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9928 set dummy ${ncn_progname}; ac_word=$2
9929 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
9930 $as_echo_n "checking
for $ac_word...
" >&6; }
9931 if test "${ac_cv_prog_GFORTRAN_FOR_TARGET+set}" = set; then :
9932 $as_echo_n "(cached
) " >&6
9934 if test -n "$GFORTRAN_FOR_TARGET"; then
9935 ac_cv_prog_GFORTRAN_FOR_TARGET="$GFORTRAN_FOR_TARGET" # Let the user override the test.
9937 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9941 test -z "$as_dir" && as_dir=.
9942 for ac_exec_ext in '' $ac_executable_extensions; do
9943 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9944 ac_cv_prog_GFORTRAN_FOR_TARGET="${ncn_progname}"
9945 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
9954 GFORTRAN_FOR_TARGET=$ac_cv_prog_GFORTRAN_FOR_TARGET
9955 if test -n "$GFORTRAN_FOR_TARGET"; then
9956 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $GFORTRAN_FOR_TARGET" >&5
9957 $as_echo "$GFORTRAN_FOR_TARGET" >&6; }
9959 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
9960 $as_echo "no
" >&6; }
9965 test -n "$ac_cv_prog_GFORTRAN_FOR_TARGET" && break
9969 if test -z "$ac_cv_prog_GFORTRAN_FOR_TARGET" ; then
9971 if test $build = $target ; then
9972 GFORTRAN_FOR_TARGET="$2"
9974 GFORTRAN_FOR_TARGET="${ncn_target_tool_prefix}$2"
9977 GFORTRAN_FOR_TARGET="$ac_cv_prog_GFORTRAN_FOR_TARGET"
9982 cat > conftest.c << \EOF
9987 if ($GCC_FOR_TARGET -E conftest.c | grep gcc_yay) > /dev/null 2>&1; then
9988 have_gcc_for_target=yes
9990 GCC_FOR_TARGET=${ncn_target_tool_prefix}gcc
9991 have_gcc_for_target=no
9998 if test -z "$ac_cv_path_AR_FOR_TARGET" ; then
9999 if test -n "$with_build_time_tools"; then
10000 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for ar in $with_build_time_tools" >&5
10001 $as_echo_n "checking
for ar in $with_build_time_tools...
" >&6; }
10002 if test -x $with_build_time_tools/ar; then
10003 AR_FOR_TARGET=`cd $with_build_time_tools && pwd`/ar
10004 ac_cv_path_AR_FOR_TARGET=$AR_FOR_TARGET
10005 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $ac_cv_path_AR_FOR_TARGET" >&5
10006 $as_echo "$ac_cv_path_AR_FOR_TARGET" >&6; }
10008 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
10009 $as_echo "no
" >&6; }
10011 elif test $build != $host && test $have_gcc_for_target = yes; then
10012 AR_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=ar`
10013 test $AR_FOR_TARGET = ar && AR_FOR_TARGET=
10014 test -n "$AR_FOR_TARGET" && ac_cv_path_AR_FOR_TARGET=$AR_FOR_TARGET
10017 if test -z "$ac_cv_path_AR_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
10018 # Extract the first word of "ar", so it can be a program name with args.
10019 set dummy ar; ac_word=$2
10020 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
10021 $as_echo_n "checking
for $ac_word...
" >&6; }
10022 if test "${ac_cv_path_AR_FOR_TARGET+set}" = set; then :
10023 $as_echo_n "(cached
) " >&6
10025 case $AR_FOR_TARGET in
10027 ac_cv_path_AR_FOR_TARGET="$AR_FOR_TARGET" # Let the user override the test with a path.
10030 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10031 for as_dir in $gcc_cv_tool_dirs
10034 test -z "$as_dir" && as_dir=.
10035 for ac_exec_ext in '' $ac_executable_extensions; do
10036 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
10037 ac_cv_path_AR_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
10038 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
10048 AR_FOR_TARGET=$ac_cv_path_AR_FOR_TARGET
10049 if test -n "$AR_FOR_TARGET"; then
10050 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $AR_FOR_TARGET" >&5
10051 $as_echo "$AR_FOR_TARGET" >&6; }
10053 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
10054 $as_echo "no
" >&6; }
10059 if test -z "$ac_cv_path_AR_FOR_TARGET" ; then
10062 if test -n "$AR_FOR_TARGET"; then
10063 ac_cv_prog_AR_FOR_TARGET=$AR_FOR_TARGET
10064 elif test -n "$ac_cv_prog_AR_FOR_TARGET"; then
10065 AR_FOR_TARGET=$ac_cv_prog_AR_FOR_TARGET
10068 if test -n "$ac_cv_prog_AR_FOR_TARGET"; then
10069 for ncn_progname in ar; do
10070 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
10071 set dummy ${ncn_progname}; ac_word=$2
10072 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
10073 $as_echo_n "checking
for $ac_word...
" >&6; }
10074 if test "${ac_cv_prog_AR_FOR_TARGET+set}" = set; then :
10075 $as_echo_n "(cached
) " >&6
10077 if test -n "$AR_FOR_TARGET"; then
10078 ac_cv_prog_AR_FOR_TARGET="$AR_FOR_TARGET" # Let the user override the test.
10080 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10081 for as_dir in $PATH
10084 test -z "$as_dir" && as_dir=.
10085 for ac_exec_ext in '' $ac_executable_extensions; do
10086 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
10087 ac_cv_prog_AR_FOR_TARGET="${ncn_progname}"
10088 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
10097 AR_FOR_TARGET=$ac_cv_prog_AR_FOR_TARGET
10098 if test -n "$AR_FOR_TARGET"; then
10099 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $AR_FOR_TARGET" >&5
10100 $as_echo "$AR_FOR_TARGET" >&6; }
10102 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
10103 $as_echo "no
" >&6; }
10110 if test -z "$ac_cv_prog_AR_FOR_TARGET" && test -n "$with_build_time_tools"; then
10111 for ncn_progname in ar; do
10112 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for ${ncn_progname} in $with_build_time_tools" >&5
10113 $as_echo_n "checking
for ${ncn_progname} in $with_build_time_tools...
" >&6; }
10114 if test -x $with_build_time_tools/${ncn_progname}; then
10115 ac_cv_prog_AR_FOR_TARGET=$with_build_time_tools/${ncn_progname}
10116 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: yes" >&5
10117 $as_echo "yes" >&6; }
10120 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
10121 $as_echo "no
" >&6; }
10126 if test -z "$ac_cv_prog_AR_FOR_TARGET"; then
10127 for ncn_progname in ar; do
10128 if test -n "$ncn_target_tool_prefix"; then
10129 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
10130 set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
10131 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
10132 $as_echo_n "checking
for $ac_word...
" >&6; }
10133 if test "${ac_cv_prog_AR_FOR_TARGET+set}" = set; then :
10134 $as_echo_n "(cached
) " >&6
10136 if test -n "$AR_FOR_TARGET"; then
10137 ac_cv_prog_AR_FOR_TARGET="$AR_FOR_TARGET" # Let the user override the test.
10139 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10140 for as_dir in $PATH
10143 test -z "$as_dir" && as_dir=.
10144 for ac_exec_ext in '' $ac_executable_extensions; do
10145 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
10146 ac_cv_prog_AR_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
10147 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
10156 AR_FOR_TARGET=$ac_cv_prog_AR_FOR_TARGET
10157 if test -n "$AR_FOR_TARGET"; then
10158 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $AR_FOR_TARGET" >&5
10159 $as_echo "$AR_FOR_TARGET" >&6; }
10161 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
10162 $as_echo "no
" >&6; }
10167 if test -z "$ac_cv_prog_AR_FOR_TARGET" && test $build = $target ; then
10168 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
10169 set dummy ${ncn_progname}; ac_word=$2
10170 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
10171 $as_echo_n "checking
for $ac_word...
" >&6; }
10172 if test "${ac_cv_prog_AR_FOR_TARGET+set}" = set; then :
10173 $as_echo_n "(cached
) " >&6
10175 if test -n "$AR_FOR_TARGET"; then
10176 ac_cv_prog_AR_FOR_TARGET="$AR_FOR_TARGET" # Let the user override the test.
10178 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10179 for as_dir in $PATH
10182 test -z "$as_dir" && as_dir=.
10183 for ac_exec_ext in '' $ac_executable_extensions; do
10184 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
10185 ac_cv_prog_AR_FOR_TARGET="${ncn_progname}"
10186 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
10195 AR_FOR_TARGET=$ac_cv_prog_AR_FOR_TARGET
10196 if test -n "$AR_FOR_TARGET"; then
10197 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $AR_FOR_TARGET" >&5
10198 $as_echo "$AR_FOR_TARGET" >&6; }
10200 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
10201 $as_echo "no
" >&6; }
10206 test -n "$ac_cv_prog_AR_FOR_TARGET" && break
10210 if test -z "$ac_cv_prog_AR_FOR_TARGET" ; then
10212 if test $build = $target ; then
10215 AR_FOR_TARGET="${ncn_target_tool_prefix}$2"
10218 AR_FOR_TARGET="$ac_cv_prog_AR_FOR_TARGET"
10222 AR_FOR_TARGET=$ac_cv_path_AR_FOR_TARGET
10228 if test -z "$ac_cv_path_AS_FOR_TARGET" ; then
10229 if test -n "$with_build_time_tools"; then
10230 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for as
in $with_build_time_tools" >&5
10231 $as_echo_n "checking
for as
in $with_build_time_tools...
" >&6; }
10232 if test -x $with_build_time_tools/as; then
10233 AS_FOR_TARGET=`cd $with_build_time_tools && pwd`/as
10234 ac_cv_path_AS_FOR_TARGET=$AS_FOR_TARGET
10235 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $ac_cv_path_AS_FOR_TARGET" >&5
10236 $as_echo "$ac_cv_path_AS_FOR_TARGET" >&6; }
10238 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
10239 $as_echo "no
" >&6; }
10241 elif test $build != $host && test $have_gcc_for_target = yes; then
10242 AS_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=as`
10243 test $AS_FOR_TARGET = as && AS_FOR_TARGET=
10244 test -n "$AS_FOR_TARGET" && ac_cv_path_AS_FOR_TARGET=$AS_FOR_TARGET
10247 if test -z "$ac_cv_path_AS_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
10248 # Extract the first word of "as
", so it can be a program name with args.
10249 set dummy as; ac_word=$2
10250 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
10251 $as_echo_n "checking
for $ac_word...
" >&6; }
10252 if test "${ac_cv_path_AS_FOR_TARGET+set}" = set; then :
10253 $as_echo_n "(cached
) " >&6
10255 case $AS_FOR_TARGET in
10257 ac_cv_path_AS_FOR_TARGET="$AS_FOR_TARGET" # Let the user override the test with a path.
10260 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10261 for as_dir in $gcc_cv_tool_dirs
10264 test -z "$as_dir" && as_dir=.
10265 for ac_exec_ext in '' $ac_executable_extensions; do
10266 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
10267 ac_cv_path_AS_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
10268 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
10278 AS_FOR_TARGET=$ac_cv_path_AS_FOR_TARGET
10279 if test -n "$AS_FOR_TARGET"; then
10280 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $AS_FOR_TARGET" >&5
10281 $as_echo "$AS_FOR_TARGET" >&6; }
10283 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
10284 $as_echo "no
" >&6; }
10289 if test -z "$ac_cv_path_AS_FOR_TARGET" ; then
10292 if test -n "$AS_FOR_TARGET"; then
10293 ac_cv_prog_AS_FOR_TARGET=$AS_FOR_TARGET
10294 elif test -n "$ac_cv_prog_AS_FOR_TARGET"; then
10295 AS_FOR_TARGET=$ac_cv_prog_AS_FOR_TARGET
10298 if test -n "$ac_cv_prog_AS_FOR_TARGET"; then
10299 for ncn_progname in as; do
10300 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
10301 set dummy ${ncn_progname}; ac_word=$2
10302 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
10303 $as_echo_n "checking
for $ac_word...
" >&6; }
10304 if test "${ac_cv_prog_AS_FOR_TARGET+set}" = set; then :
10305 $as_echo_n "(cached
) " >&6
10307 if test -n "$AS_FOR_TARGET"; then
10308 ac_cv_prog_AS_FOR_TARGET="$AS_FOR_TARGET" # Let the user override the test.
10310 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10311 for as_dir in $PATH
10314 test -z "$as_dir" && as_dir=.
10315 for ac_exec_ext in '' $ac_executable_extensions; do
10316 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
10317 ac_cv_prog_AS_FOR_TARGET="${ncn_progname}"
10318 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
10327 AS_FOR_TARGET=$ac_cv_prog_AS_FOR_TARGET
10328 if test -n "$AS_FOR_TARGET"; then
10329 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $AS_FOR_TARGET" >&5
10330 $as_echo "$AS_FOR_TARGET" >&6; }
10332 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
10333 $as_echo "no
" >&6; }
10340 if test -z "$ac_cv_prog_AS_FOR_TARGET" && test -n "$with_build_time_tools"; then
10341 for ncn_progname in as; do
10342 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for ${ncn_progname} in $with_build_time_tools" >&5
10343 $as_echo_n "checking
for ${ncn_progname} in $with_build_time_tools...
" >&6; }
10344 if test -x $with_build_time_tools/${ncn_progname}; then
10345 ac_cv_prog_AS_FOR_TARGET=$with_build_time_tools/${ncn_progname}
10346 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: yes" >&5
10347 $as_echo "yes" >&6; }
10350 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
10351 $as_echo "no
" >&6; }
10356 if test -z "$ac_cv_prog_AS_FOR_TARGET"; then
10357 for ncn_progname in as; do
10358 if test -n "$ncn_target_tool_prefix"; then
10359 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
10360 set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
10361 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
10362 $as_echo_n "checking
for $ac_word...
" >&6; }
10363 if test "${ac_cv_prog_AS_FOR_TARGET+set}" = set; then :
10364 $as_echo_n "(cached
) " >&6
10366 if test -n "$AS_FOR_TARGET"; then
10367 ac_cv_prog_AS_FOR_TARGET="$AS_FOR_TARGET" # Let the user override the test.
10369 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10370 for as_dir in $PATH
10373 test -z "$as_dir" && as_dir=.
10374 for ac_exec_ext in '' $ac_executable_extensions; do
10375 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
10376 ac_cv_prog_AS_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
10377 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
10386 AS_FOR_TARGET=$ac_cv_prog_AS_FOR_TARGET
10387 if test -n "$AS_FOR_TARGET"; then
10388 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $AS_FOR_TARGET" >&5
10389 $as_echo "$AS_FOR_TARGET" >&6; }
10391 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
10392 $as_echo "no
" >&6; }
10397 if test -z "$ac_cv_prog_AS_FOR_TARGET" && test $build = $target ; then
10398 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
10399 set dummy ${ncn_progname}; ac_word=$2
10400 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
10401 $as_echo_n "checking
for $ac_word...
" >&6; }
10402 if test "${ac_cv_prog_AS_FOR_TARGET+set}" = set; then :
10403 $as_echo_n "(cached
) " >&6
10405 if test -n "$AS_FOR_TARGET"; then
10406 ac_cv_prog_AS_FOR_TARGET="$AS_FOR_TARGET" # Let the user override the test.
10408 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10409 for as_dir in $PATH
10412 test -z "$as_dir" && as_dir=.
10413 for ac_exec_ext in '' $ac_executable_extensions; do
10414 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
10415 ac_cv_prog_AS_FOR_TARGET="${ncn_progname}"
10416 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
10425 AS_FOR_TARGET=$ac_cv_prog_AS_FOR_TARGET
10426 if test -n "$AS_FOR_TARGET"; then
10427 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $AS_FOR_TARGET" >&5
10428 $as_echo "$AS_FOR_TARGET" >&6; }
10430 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
10431 $as_echo "no
" >&6; }
10436 test -n "$ac_cv_prog_AS_FOR_TARGET" && break
10440 if test -z "$ac_cv_prog_AS_FOR_TARGET" ; then
10442 if test $build = $target ; then
10445 AS_FOR_TARGET="${ncn_target_tool_prefix}$2"
10448 AS_FOR_TARGET="$ac_cv_prog_AS_FOR_TARGET"
10452 AS_FOR_TARGET=$ac_cv_path_AS_FOR_TARGET
10458 if test -z "$ac_cv_path_DLLTOOL_FOR_TARGET" ; then
10459 if test -n "$with_build_time_tools"; then
10460 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for dlltool
in $with_build_time_tools" >&5
10461 $as_echo_n "checking
for dlltool
in $with_build_time_tools...
" >&6; }
10462 if test -x $with_build_time_tools/dlltool; then
10463 DLLTOOL_FOR_TARGET=`cd $with_build_time_tools && pwd`/dlltool
10464 ac_cv_path_DLLTOOL_FOR_TARGET=$DLLTOOL_FOR_TARGET
10465 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $ac_cv_path_DLLTOOL_FOR_TARGET" >&5
10466 $as_echo "$ac_cv_path_DLLTOOL_FOR_TARGET" >&6; }
10468 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
10469 $as_echo "no
" >&6; }
10471 elif test $build != $host && test $have_gcc_for_target = yes; then
10472 DLLTOOL_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=dlltool`
10473 test $DLLTOOL_FOR_TARGET = dlltool && DLLTOOL_FOR_TARGET=
10474 test -n "$DLLTOOL_FOR_TARGET" && ac_cv_path_DLLTOOL_FOR_TARGET=$DLLTOOL_FOR_TARGET
10477 if test -z "$ac_cv_path_DLLTOOL_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
10478 # Extract the first word of "dlltool
", so it can be a program name with args.
10479 set dummy dlltool; ac_word=$2
10480 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
10481 $as_echo_n "checking
for $ac_word...
" >&6; }
10482 if test "${ac_cv_path_DLLTOOL_FOR_TARGET+set}" = set; then :
10483 $as_echo_n "(cached
) " >&6
10485 case $DLLTOOL_FOR_TARGET in
10487 ac_cv_path_DLLTOOL_FOR_TARGET="$DLLTOOL_FOR_TARGET" # Let the user override the test with a path.
10490 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10491 for as_dir in $gcc_cv_tool_dirs
10494 test -z "$as_dir" && as_dir=.
10495 for ac_exec_ext in '' $ac_executable_extensions; do
10496 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
10497 ac_cv_path_DLLTOOL_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
10498 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
10508 DLLTOOL_FOR_TARGET=$ac_cv_path_DLLTOOL_FOR_TARGET
10509 if test -n "$DLLTOOL_FOR_TARGET"; then
10510 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $DLLTOOL_FOR_TARGET" >&5
10511 $as_echo "$DLLTOOL_FOR_TARGET" >&6; }
10513 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
10514 $as_echo "no
" >&6; }
10519 if test -z "$ac_cv_path_DLLTOOL_FOR_TARGET" ; then
10522 if test -n "$DLLTOOL_FOR_TARGET"; then
10523 ac_cv_prog_DLLTOOL_FOR_TARGET=$DLLTOOL_FOR_TARGET
10524 elif test -n "$ac_cv_prog_DLLTOOL_FOR_TARGET"; then
10525 DLLTOOL_FOR_TARGET=$ac_cv_prog_DLLTOOL_FOR_TARGET
10528 if test -n "$ac_cv_prog_DLLTOOL_FOR_TARGET"; then
10529 for ncn_progname in dlltool; do
10530 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
10531 set dummy ${ncn_progname}; ac_word=$2
10532 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
10533 $as_echo_n "checking
for $ac_word...
" >&6; }
10534 if test "${ac_cv_prog_DLLTOOL_FOR_TARGET+set}" = set; then :
10535 $as_echo_n "(cached
) " >&6
10537 if test -n "$DLLTOOL_FOR_TARGET"; then
10538 ac_cv_prog_DLLTOOL_FOR_TARGET="$DLLTOOL_FOR_TARGET" # Let the user override the test.
10540 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10541 for as_dir in $PATH
10544 test -z "$as_dir" && as_dir=.
10545 for ac_exec_ext in '' $ac_executable_extensions; do
10546 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
10547 ac_cv_prog_DLLTOOL_FOR_TARGET="${ncn_progname}"
10548 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
10557 DLLTOOL_FOR_TARGET=$ac_cv_prog_DLLTOOL_FOR_TARGET
10558 if test -n "$DLLTOOL_FOR_TARGET"; then
10559 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $DLLTOOL_FOR_TARGET" >&5
10560 $as_echo "$DLLTOOL_FOR_TARGET" >&6; }
10562 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
10563 $as_echo "no
" >&6; }
10570 if test -z "$ac_cv_prog_DLLTOOL_FOR_TARGET" && test -n "$with_build_time_tools"; then
10571 for ncn_progname in dlltool; do
10572 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for ${ncn_progname} in $with_build_time_tools" >&5
10573 $as_echo_n "checking
for ${ncn_progname} in $with_build_time_tools...
" >&6; }
10574 if test -x $with_build_time_tools/${ncn_progname}; then
10575 ac_cv_prog_DLLTOOL_FOR_TARGET=$with_build_time_tools/${ncn_progname}
10576 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: yes" >&5
10577 $as_echo "yes" >&6; }
10580 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
10581 $as_echo "no
" >&6; }
10586 if test -z "$ac_cv_prog_DLLTOOL_FOR_TARGET"; then
10587 for ncn_progname in dlltool; do
10588 if test -n "$ncn_target_tool_prefix"; then
10589 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
10590 set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
10591 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
10592 $as_echo_n "checking
for $ac_word...
" >&6; }
10593 if test "${ac_cv_prog_DLLTOOL_FOR_TARGET+set}" = set; then :
10594 $as_echo_n "(cached
) " >&6
10596 if test -n "$DLLTOOL_FOR_TARGET"; then
10597 ac_cv_prog_DLLTOOL_FOR_TARGET="$DLLTOOL_FOR_TARGET" # Let the user override the test.
10599 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10600 for as_dir in $PATH
10603 test -z "$as_dir" && as_dir=.
10604 for ac_exec_ext in '' $ac_executable_extensions; do
10605 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
10606 ac_cv_prog_DLLTOOL_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
10607 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
10616 DLLTOOL_FOR_TARGET=$ac_cv_prog_DLLTOOL_FOR_TARGET
10617 if test -n "$DLLTOOL_FOR_TARGET"; then
10618 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $DLLTOOL_FOR_TARGET" >&5
10619 $as_echo "$DLLTOOL_FOR_TARGET" >&6; }
10621 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
10622 $as_echo "no
" >&6; }
10627 if test -z "$ac_cv_prog_DLLTOOL_FOR_TARGET" && test $build = $target ; then
10628 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
10629 set dummy ${ncn_progname}; ac_word=$2
10630 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
10631 $as_echo_n "checking
for $ac_word...
" >&6; }
10632 if test "${ac_cv_prog_DLLTOOL_FOR_TARGET+set}" = set; then :
10633 $as_echo_n "(cached
) " >&6
10635 if test -n "$DLLTOOL_FOR_TARGET"; then
10636 ac_cv_prog_DLLTOOL_FOR_TARGET="$DLLTOOL_FOR_TARGET" # Let the user override the test.
10638 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10639 for as_dir in $PATH
10642 test -z "$as_dir" && as_dir=.
10643 for ac_exec_ext in '' $ac_executable_extensions; do
10644 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
10645 ac_cv_prog_DLLTOOL_FOR_TARGET="${ncn_progname}"
10646 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
10655 DLLTOOL_FOR_TARGET=$ac_cv_prog_DLLTOOL_FOR_TARGET
10656 if test -n "$DLLTOOL_FOR_TARGET"; then
10657 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $DLLTOOL_FOR_TARGET" >&5
10658 $as_echo "$DLLTOOL_FOR_TARGET" >&6; }
10660 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
10661 $as_echo "no
" >&6; }
10666 test -n "$ac_cv_prog_DLLTOOL_FOR_TARGET" && break
10670 if test -z "$ac_cv_prog_DLLTOOL_FOR_TARGET" ; then
10672 if test $build = $target ; then
10673 DLLTOOL_FOR_TARGET="$2"
10675 DLLTOOL_FOR_TARGET="${ncn_target_tool_prefix}$2"
10678 DLLTOOL_FOR_TARGET="$ac_cv_prog_DLLTOOL_FOR_TARGET"
10682 DLLTOOL_FOR_TARGET=$ac_cv_path_DLLTOOL_FOR_TARGET
10688 if test -z "$ac_cv_path_LD_FOR_TARGET" ; then
10689 if test -n "$with_build_time_tools"; then
10690 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for ld
in $with_build_time_tools" >&5
10691 $as_echo_n "checking
for ld
in $with_build_time_tools...
" >&6; }
10692 if test -x $with_build_time_tools/ld; then
10693 LD_FOR_TARGET=`cd $with_build_time_tools && pwd`/ld
10694 ac_cv_path_LD_FOR_TARGET=$LD_FOR_TARGET
10695 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $ac_cv_path_LD_FOR_TARGET" >&5
10696 $as_echo "$ac_cv_path_LD_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 LD_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=ld`
10703 test $LD_FOR_TARGET = ld && LD_FOR_TARGET=
10704 test -n "$LD_FOR_TARGET" && ac_cv_path_LD_FOR_TARGET=$LD_FOR_TARGET
10707 if test -z "$ac_cv_path_LD_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
10708 # Extract the first word of "ld
", so it can be a program name with args.
10709 set dummy ld; 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_LD_FOR_TARGET+set}" = set; then :
10713 $as_echo_n "(cached
) " >&6
10715 case $LD_FOR_TARGET in
10717 ac_cv_path_LD_FOR_TARGET="$LD_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_LD_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 LD_FOR_TARGET=$ac_cv_path_LD_FOR_TARGET
10739 if test -n "$LD_FOR_TARGET"; then
10740 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $LD_FOR_TARGET" >&5
10741 $as_echo "$LD_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_LD_FOR_TARGET" ; then
10752 if test -n "$LD_FOR_TARGET"; then
10753 ac_cv_prog_LD_FOR_TARGET=$LD_FOR_TARGET
10754 elif test -n "$ac_cv_prog_LD_FOR_TARGET"; then
10755 LD_FOR_TARGET=$ac_cv_prog_LD_FOR_TARGET
10758 if test -n "$ac_cv_prog_LD_FOR_TARGET"; then
10759 for ncn_progname in ld; 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_LD_FOR_TARGET+set}" = set; then :
10765 $as_echo_n "(cached
) " >&6
10767 if test -n "$LD_FOR_TARGET"; then
10768 ac_cv_prog_LD_FOR_TARGET="$LD_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_LD_FOR_TARGET="${ncn_progname}"
10778 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
10787 LD_FOR_TARGET=$ac_cv_prog_LD_FOR_TARGET
10788 if test -n "$LD_FOR_TARGET"; then
10789 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $LD_FOR_TARGET" >&5
10790 $as_echo "$LD_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_LD_FOR_TARGET" && test -n "$with_build_time_tools"; then
10801 for ncn_progname in ld; 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_LD_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_LD_FOR_TARGET"; then
10817 for ncn_progname in ld; 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_LD_FOR_TARGET+set}" = set; then :
10824 $as_echo_n "(cached
) " >&6
10826 if test -n "$LD_FOR_TARGET"; then
10827 ac_cv_prog_LD_FOR_TARGET="$LD_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_LD_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 LD_FOR_TARGET=$ac_cv_prog_LD_FOR_TARGET
10847 if test -n "$LD_FOR_TARGET"; then
10848 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $LD_FOR_TARGET" >&5
10849 $as_echo "$LD_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_LD_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_LD_FOR_TARGET+set}" = set; then :
10863 $as_echo_n "(cached
) " >&6
10865 if test -n "$LD_FOR_TARGET"; then
10866 ac_cv_prog_LD_FOR_TARGET="$LD_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_LD_FOR_TARGET="${ncn_progname}"
10876 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
10885 LD_FOR_TARGET=$ac_cv_prog_LD_FOR_TARGET
10886 if test -n "$LD_FOR_TARGET"; then
10887 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $LD_FOR_TARGET" >&5
10888 $as_echo "$LD_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_LD_FOR_TARGET" && break
10900 if test -z "$ac_cv_prog_LD_FOR_TARGET" ; then
10902 if test $build = $target ; then
10905 LD_FOR_TARGET="${ncn_target_tool_prefix}$2"
10908 LD_FOR_TARGET="$ac_cv_prog_LD_FOR_TARGET"
10912 LD_FOR_TARGET=$ac_cv_path_LD_FOR_TARGET
10918 if test -z "$ac_cv_path_LIPO_FOR_TARGET" ; then
10919 if test -n "$with_build_time_tools"; then
10920 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for lipo
in $with_build_time_tools" >&5
10921 $as_echo_n "checking
for lipo
in $with_build_time_tools...
" >&6; }
10922 if test -x $with_build_time_tools/lipo; then
10923 LIPO_FOR_TARGET=`cd $with_build_time_tools && pwd`/lipo
10924 ac_cv_path_LIPO_FOR_TARGET=$LIPO_FOR_TARGET
10925 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $ac_cv_path_LIPO_FOR_TARGET" >&5
10926 $as_echo "$ac_cv_path_LIPO_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 LIPO_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=lipo`
10933 test $LIPO_FOR_TARGET = lipo && LIPO_FOR_TARGET=
10934 test -n "$LIPO_FOR_TARGET" && ac_cv_path_LIPO_FOR_TARGET=$LIPO_FOR_TARGET
10937 if test -z "$ac_cv_path_LIPO_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
10938 # Extract the first word of "lipo
", so it can be a program name with args.
10939 set dummy lipo; 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_LIPO_FOR_TARGET+set}" = set; then :
10943 $as_echo_n "(cached
) " >&6
10945 case $LIPO_FOR_TARGET in
10947 ac_cv_path_LIPO_FOR_TARGET="$LIPO_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_LIPO_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 LIPO_FOR_TARGET=$ac_cv_path_LIPO_FOR_TARGET
10969 if test -n "$LIPO_FOR_TARGET"; then
10970 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $LIPO_FOR_TARGET" >&5
10971 $as_echo "$LIPO_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_LIPO_FOR_TARGET" ; then
10982 if test -n "$LIPO_FOR_TARGET"; then
10983 ac_cv_prog_LIPO_FOR_TARGET=$LIPO_FOR_TARGET
10984 elif test -n "$ac_cv_prog_LIPO_FOR_TARGET"; then
10985 LIPO_FOR_TARGET=$ac_cv_prog_LIPO_FOR_TARGET
10988 if test -n "$ac_cv_prog_LIPO_FOR_TARGET"; then
10989 for ncn_progname in lipo; 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_LIPO_FOR_TARGET+set}" = set; then :
10995 $as_echo_n "(cached
) " >&6
10997 if test -n "$LIPO_FOR_TARGET"; then
10998 ac_cv_prog_LIPO_FOR_TARGET="$LIPO_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_LIPO_FOR_TARGET="${ncn_progname}"
11008 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
11017 LIPO_FOR_TARGET=$ac_cv_prog_LIPO_FOR_TARGET
11018 if test -n "$LIPO_FOR_TARGET"; then
11019 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $LIPO_FOR_TARGET" >&5
11020 $as_echo "$LIPO_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_LIPO_FOR_TARGET" && test -n "$with_build_time_tools"; then
11031 for ncn_progname in lipo; 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_LIPO_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_LIPO_FOR_TARGET"; then
11047 for ncn_progname in lipo; 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_LIPO_FOR_TARGET+set}" = set; then :
11054 $as_echo_n "(cached
) " >&6
11056 if test -n "$LIPO_FOR_TARGET"; then
11057 ac_cv_prog_LIPO_FOR_TARGET="$LIPO_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_LIPO_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 LIPO_FOR_TARGET=$ac_cv_prog_LIPO_FOR_TARGET
11077 if test -n "$LIPO_FOR_TARGET"; then
11078 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $LIPO_FOR_TARGET" >&5
11079 $as_echo "$LIPO_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_LIPO_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_LIPO_FOR_TARGET+set}" = set; then :
11093 $as_echo_n "(cached
) " >&6
11095 if test -n "$LIPO_FOR_TARGET"; then
11096 ac_cv_prog_LIPO_FOR_TARGET="$LIPO_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_LIPO_FOR_TARGET="${ncn_progname}"
11106 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
11115 LIPO_FOR_TARGET=$ac_cv_prog_LIPO_FOR_TARGET
11116 if test -n "$LIPO_FOR_TARGET"; then
11117 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $LIPO_FOR_TARGET" >&5
11118 $as_echo "$LIPO_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_LIPO_FOR_TARGET" && break
11130 if test -z "$ac_cv_prog_LIPO_FOR_TARGET" ; then
11132 if test $build = $target ; then
11133 LIPO_FOR_TARGET="$2"
11135 LIPO_FOR_TARGET="${ncn_target_tool_prefix}$2"
11138 LIPO_FOR_TARGET="$ac_cv_prog_LIPO_FOR_TARGET"
11142 LIPO_FOR_TARGET=$ac_cv_path_LIPO_FOR_TARGET
11148 if test -z "$ac_cv_path_NM_FOR_TARGET" ; then
11149 if test -n "$with_build_time_tools"; then
11150 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for nm
in $with_build_time_tools" >&5
11151 $as_echo_n "checking
for nm
in $with_build_time_tools...
" >&6; }
11152 if test -x $with_build_time_tools/nm; then
11153 NM_FOR_TARGET=`cd $with_build_time_tools && pwd`/nm
11154 ac_cv_path_NM_FOR_TARGET=$NM_FOR_TARGET
11155 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $ac_cv_path_NM_FOR_TARGET" >&5
11156 $as_echo "$ac_cv_path_NM_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 NM_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=nm`
11163 test $NM_FOR_TARGET = nm && NM_FOR_TARGET=
11164 test -n "$NM_FOR_TARGET" && ac_cv_path_NM_FOR_TARGET=$NM_FOR_TARGET
11167 if test -z "$ac_cv_path_NM_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
11168 # Extract the first word of "nm
", so it can be a program name with args.
11169 set dummy nm; 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_NM_FOR_TARGET+set}" = set; then :
11173 $as_echo_n "(cached
) " >&6
11175 case $NM_FOR_TARGET in
11177 ac_cv_path_NM_FOR_TARGET="$NM_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_NM_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 NM_FOR_TARGET=$ac_cv_path_NM_FOR_TARGET
11199 if test -n "$NM_FOR_TARGET"; then
11200 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $NM_FOR_TARGET" >&5
11201 $as_echo "$NM_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_NM_FOR_TARGET" ; then
11212 if test -n "$NM_FOR_TARGET"; then
11213 ac_cv_prog_NM_FOR_TARGET=$NM_FOR_TARGET
11214 elif test -n "$ac_cv_prog_NM_FOR_TARGET"; then
11215 NM_FOR_TARGET=$ac_cv_prog_NM_FOR_TARGET
11218 if test -n "$ac_cv_prog_NM_FOR_TARGET"; then
11219 for ncn_progname in nm; 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_NM_FOR_TARGET+set}" = set; then :
11225 $as_echo_n "(cached
) " >&6
11227 if test -n "$NM_FOR_TARGET"; then
11228 ac_cv_prog_NM_FOR_TARGET="$NM_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_NM_FOR_TARGET="${ncn_progname}"
11238 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
11247 NM_FOR_TARGET=$ac_cv_prog_NM_FOR_TARGET
11248 if test -n "$NM_FOR_TARGET"; then
11249 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $NM_FOR_TARGET" >&5
11250 $as_echo "$NM_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_NM_FOR_TARGET" && test -n "$with_build_time_tools"; then
11261 for ncn_progname in nm; 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_NM_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_NM_FOR_TARGET"; then
11277 for ncn_progname in nm; 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_NM_FOR_TARGET+set}" = set; then :
11284 $as_echo_n "(cached
) " >&6
11286 if test -n "$NM_FOR_TARGET"; then
11287 ac_cv_prog_NM_FOR_TARGET="$NM_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_NM_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 NM_FOR_TARGET=$ac_cv_prog_NM_FOR_TARGET
11307 if test -n "$NM_FOR_TARGET"; then
11308 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $NM_FOR_TARGET" >&5
11309 $as_echo "$NM_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_NM_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_NM_FOR_TARGET+set}" = set; then :
11323 $as_echo_n "(cached
) " >&6
11325 if test -n "$NM_FOR_TARGET"; then
11326 ac_cv_prog_NM_FOR_TARGET="$NM_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_NM_FOR_TARGET="${ncn_progname}"
11336 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
11345 NM_FOR_TARGET=$ac_cv_prog_NM_FOR_TARGET
11346 if test -n "$NM_FOR_TARGET"; then
11347 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $NM_FOR_TARGET" >&5
11348 $as_echo "$NM_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_NM_FOR_TARGET" && break
11360 if test -z "$ac_cv_prog_NM_FOR_TARGET" ; then
11362 if test $build = $target ; then
11365 NM_FOR_TARGET="${ncn_target_tool_prefix}$2"
11368 NM_FOR_TARGET="$ac_cv_prog_NM_FOR_TARGET"
11372 NM_FOR_TARGET=$ac_cv_path_NM_FOR_TARGET
11378 if test -z "$ac_cv_path_OBJDUMP_FOR_TARGET" ; then
11379 if test -n "$with_build_time_tools"; then
11380 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for objdump
in $with_build_time_tools" >&5
11381 $as_echo_n "checking
for objdump
in $with_build_time_tools...
" >&6; }
11382 if test -x $with_build_time_tools/objdump; then
11383 OBJDUMP_FOR_TARGET=`cd $with_build_time_tools && pwd`/objdump
11384 ac_cv_path_OBJDUMP_FOR_TARGET=$OBJDUMP_FOR_TARGET
11385 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $ac_cv_path_OBJDUMP_FOR_TARGET" >&5
11386 $as_echo "$ac_cv_path_OBJDUMP_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 OBJDUMP_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=objdump`
11393 test $OBJDUMP_FOR_TARGET = objdump && OBJDUMP_FOR_TARGET=
11394 test -n "$OBJDUMP_FOR_TARGET" && ac_cv_path_OBJDUMP_FOR_TARGET=$OBJDUMP_FOR_TARGET
11397 if test -z "$ac_cv_path_OBJDUMP_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
11398 # Extract the first word of "objdump
", so it can be a program name with args.
11399 set dummy objdump; 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_OBJDUMP_FOR_TARGET+set}" = set; then :
11403 $as_echo_n "(cached
) " >&6
11405 case $OBJDUMP_FOR_TARGET in
11407 ac_cv_path_OBJDUMP_FOR_TARGET="$OBJDUMP_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_OBJDUMP_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 OBJDUMP_FOR_TARGET=$ac_cv_path_OBJDUMP_FOR_TARGET
11429 if test -n "$OBJDUMP_FOR_TARGET"; then
11430 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $OBJDUMP_FOR_TARGET" >&5
11431 $as_echo "$OBJDUMP_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_OBJDUMP_FOR_TARGET" ; then
11442 if test -n "$OBJDUMP_FOR_TARGET"; then
11443 ac_cv_prog_OBJDUMP_FOR_TARGET=$OBJDUMP_FOR_TARGET
11444 elif test -n "$ac_cv_prog_OBJDUMP_FOR_TARGET"; then
11445 OBJDUMP_FOR_TARGET=$ac_cv_prog_OBJDUMP_FOR_TARGET
11448 if test -n "$ac_cv_prog_OBJDUMP_FOR_TARGET"; then
11449 for ncn_progname in objdump; 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_OBJDUMP_FOR_TARGET+set}" = set; then :
11455 $as_echo_n "(cached
) " >&6
11457 if test -n "$OBJDUMP_FOR_TARGET"; then
11458 ac_cv_prog_OBJDUMP_FOR_TARGET="$OBJDUMP_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_OBJDUMP_FOR_TARGET="${ncn_progname}"
11468 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
11477 OBJDUMP_FOR_TARGET=$ac_cv_prog_OBJDUMP_FOR_TARGET
11478 if test -n "$OBJDUMP_FOR_TARGET"; then
11479 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $OBJDUMP_FOR_TARGET" >&5
11480 $as_echo "$OBJDUMP_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_OBJDUMP_FOR_TARGET" && test -n "$with_build_time_tools"; then
11491 for ncn_progname in objdump; 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_OBJDUMP_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_OBJDUMP_FOR_TARGET"; then
11507 for ncn_progname in objdump; 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_OBJDUMP_FOR_TARGET+set}" = set; then :
11514 $as_echo_n "(cached
) " >&6
11516 if test -n "$OBJDUMP_FOR_TARGET"; then
11517 ac_cv_prog_OBJDUMP_FOR_TARGET="$OBJDUMP_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_OBJDUMP_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 OBJDUMP_FOR_TARGET=$ac_cv_prog_OBJDUMP_FOR_TARGET
11537 if test -n "$OBJDUMP_FOR_TARGET"; then
11538 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $OBJDUMP_FOR_TARGET" >&5
11539 $as_echo "$OBJDUMP_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_OBJDUMP_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_OBJDUMP_FOR_TARGET+set}" = set; then :
11553 $as_echo_n "(cached
) " >&6
11555 if test -n "$OBJDUMP_FOR_TARGET"; then
11556 ac_cv_prog_OBJDUMP_FOR_TARGET="$OBJDUMP_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_OBJDUMP_FOR_TARGET="${ncn_progname}"
11566 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
11575 OBJDUMP_FOR_TARGET=$ac_cv_prog_OBJDUMP_FOR_TARGET
11576 if test -n "$OBJDUMP_FOR_TARGET"; then
11577 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $OBJDUMP_FOR_TARGET" >&5
11578 $as_echo "$OBJDUMP_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_OBJDUMP_FOR_TARGET" && break
11590 if test -z "$ac_cv_prog_OBJDUMP_FOR_TARGET" ; then
11592 if test $build = $target ; then
11593 OBJDUMP_FOR_TARGET="$2"
11595 OBJDUMP_FOR_TARGET="${ncn_target_tool_prefix}$2"
11598 OBJDUMP_FOR_TARGET="$ac_cv_prog_OBJDUMP_FOR_TARGET"
11602 OBJDUMP_FOR_TARGET=$ac_cv_path_OBJDUMP_FOR_TARGET
11608 if test -z "$ac_cv_path_RANLIB_FOR_TARGET" ; then
11609 if test -n "$with_build_time_tools"; then
11610 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for ranlib
in $with_build_time_tools" >&5
11611 $as_echo_n "checking
for ranlib
in $with_build_time_tools...
" >&6; }
11612 if test -x $with_build_time_tools/ranlib; then
11613 RANLIB_FOR_TARGET=`cd $with_build_time_tools && pwd`/ranlib
11614 ac_cv_path_RANLIB_FOR_TARGET=$RANLIB_FOR_TARGET
11615 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $ac_cv_path_RANLIB_FOR_TARGET" >&5
11616 $as_echo "$ac_cv_path_RANLIB_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 RANLIB_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=ranlib`
11623 test $RANLIB_FOR_TARGET = ranlib && RANLIB_FOR_TARGET=
11624 test -n "$RANLIB_FOR_TARGET" && ac_cv_path_RANLIB_FOR_TARGET=$RANLIB_FOR_TARGET
11627 if test -z "$ac_cv_path_RANLIB_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
11628 # Extract the first word of "ranlib
", so it can be a program name with args.
11629 set dummy ranlib; 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_RANLIB_FOR_TARGET+set}" = set; then :
11633 $as_echo_n "(cached
) " >&6
11635 case $RANLIB_FOR_TARGET in
11637 ac_cv_path_RANLIB_FOR_TARGET="$RANLIB_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_RANLIB_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 RANLIB_FOR_TARGET=$ac_cv_path_RANLIB_FOR_TARGET
11659 if test -n "$RANLIB_FOR_TARGET"; then
11660 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $RANLIB_FOR_TARGET" >&5
11661 $as_echo "$RANLIB_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_RANLIB_FOR_TARGET" ; then
11672 if test -n "$RANLIB_FOR_TARGET"; then
11673 ac_cv_prog_RANLIB_FOR_TARGET=$RANLIB_FOR_TARGET
11674 elif test -n "$ac_cv_prog_RANLIB_FOR_TARGET"; then
11675 RANLIB_FOR_TARGET=$ac_cv_prog_RANLIB_FOR_TARGET
11678 if test -n "$ac_cv_prog_RANLIB_FOR_TARGET"; then
11679 for ncn_progname in ranlib; 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_RANLIB_FOR_TARGET+set}" = set; then :
11685 $as_echo_n "(cached
) " >&6
11687 if test -n "$RANLIB_FOR_TARGET"; then
11688 ac_cv_prog_RANLIB_FOR_TARGET="$RANLIB_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_RANLIB_FOR_TARGET="${ncn_progname}"
11698 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
11707 RANLIB_FOR_TARGET=$ac_cv_prog_RANLIB_FOR_TARGET
11708 if test -n "$RANLIB_FOR_TARGET"; then
11709 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $RANLIB_FOR_TARGET" >&5
11710 $as_echo "$RANLIB_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_RANLIB_FOR_TARGET" && test -n "$with_build_time_tools"; then
11721 for ncn_progname in ranlib; 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_RANLIB_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_RANLIB_FOR_TARGET"; then
11737 for ncn_progname in ranlib; 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_RANLIB_FOR_TARGET+set}" = set; then :
11744 $as_echo_n "(cached
) " >&6
11746 if test -n "$RANLIB_FOR_TARGET"; then
11747 ac_cv_prog_RANLIB_FOR_TARGET="$RANLIB_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_RANLIB_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 RANLIB_FOR_TARGET=$ac_cv_prog_RANLIB_FOR_TARGET
11767 if test -n "$RANLIB_FOR_TARGET"; then
11768 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $RANLIB_FOR_TARGET" >&5
11769 $as_echo "$RANLIB_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_RANLIB_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_RANLIB_FOR_TARGET+set}" = set; then :
11783 $as_echo_n "(cached
) " >&6
11785 if test -n "$RANLIB_FOR_TARGET"; then
11786 ac_cv_prog_RANLIB_FOR_TARGET="$RANLIB_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_RANLIB_FOR_TARGET="${ncn_progname}"
11796 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
11805 RANLIB_FOR_TARGET=$ac_cv_prog_RANLIB_FOR_TARGET
11806 if test -n "$RANLIB_FOR_TARGET"; then
11807 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $RANLIB_FOR_TARGET" >&5
11808 $as_echo "$RANLIB_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_RANLIB_FOR_TARGET" && break
11820 if test -z "$ac_cv_prog_RANLIB_FOR_TARGET" ; then
11822 if test $build = $target ; then
11823 RANLIB_FOR_TARGET="$2"
11825 RANLIB_FOR_TARGET="${ncn_target_tool_prefix}$2"
11828 RANLIB_FOR_TARGET="$ac_cv_prog_RANLIB_FOR_TARGET"
11832 RANLIB_FOR_TARGET=$ac_cv_path_RANLIB_FOR_TARGET
11838 if test -z "$ac_cv_path_STRIP_FOR_TARGET" ; then
11839 if test -n "$with_build_time_tools"; then
11840 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for strip
in $with_build_time_tools" >&5
11841 $as_echo_n "checking
for strip
in $with_build_time_tools...
" >&6; }
11842 if test -x $with_build_time_tools/strip; then
11843 STRIP_FOR_TARGET=`cd $with_build_time_tools && pwd`/strip
11844 ac_cv_path_STRIP_FOR_TARGET=$STRIP_FOR_TARGET
11845 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $ac_cv_path_STRIP_FOR_TARGET" >&5
11846 $as_echo "$ac_cv_path_STRIP_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 STRIP_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=strip`
11853 test $STRIP_FOR_TARGET = strip && STRIP_FOR_TARGET=
11854 test -n "$STRIP_FOR_TARGET" && ac_cv_path_STRIP_FOR_TARGET=$STRIP_FOR_TARGET
11857 if test -z "$ac_cv_path_STRIP_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
11858 # Extract the first word of "strip
", so it can be a program name with args.
11859 set dummy strip; 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_STRIP_FOR_TARGET+set}" = set; then :
11863 $as_echo_n "(cached
) " >&6
11865 case $STRIP_FOR_TARGET in
11867 ac_cv_path_STRIP_FOR_TARGET="$STRIP_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_STRIP_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 STRIP_FOR_TARGET=$ac_cv_path_STRIP_FOR_TARGET
11889 if test -n "$STRIP_FOR_TARGET"; then
11890 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $STRIP_FOR_TARGET" >&5
11891 $as_echo "$STRIP_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_STRIP_FOR_TARGET" ; then
11902 if test -n "$STRIP_FOR_TARGET"; then
11903 ac_cv_prog_STRIP_FOR_TARGET=$STRIP_FOR_TARGET
11904 elif test -n "$ac_cv_prog_STRIP_FOR_TARGET"; then
11905 STRIP_FOR_TARGET=$ac_cv_prog_STRIP_FOR_TARGET
11908 if test -n "$ac_cv_prog_STRIP_FOR_TARGET"; then
11909 for ncn_progname in strip; 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_STRIP_FOR_TARGET+set}" = set; then :
11915 $as_echo_n "(cached
) " >&6
11917 if test -n "$STRIP_FOR_TARGET"; then
11918 ac_cv_prog_STRIP_FOR_TARGET="$STRIP_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_STRIP_FOR_TARGET="${ncn_progname}"
11928 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
11937 STRIP_FOR_TARGET=$ac_cv_prog_STRIP_FOR_TARGET
11938 if test -n "$STRIP_FOR_TARGET"; then
11939 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $STRIP_FOR_TARGET" >&5
11940 $as_echo "$STRIP_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_STRIP_FOR_TARGET" && test -n "$with_build_time_tools"; then
11951 for ncn_progname in strip; 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_STRIP_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_STRIP_FOR_TARGET"; then
11967 for ncn_progname in strip; 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_STRIP_FOR_TARGET+set}" = set; then :
11974 $as_echo_n "(cached
) " >&6
11976 if test -n "$STRIP_FOR_TARGET"; then
11977 ac_cv_prog_STRIP_FOR_TARGET="$STRIP_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_STRIP_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 STRIP_FOR_TARGET=$ac_cv_prog_STRIP_FOR_TARGET
11997 if test -n "$STRIP_FOR_TARGET"; then
11998 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $STRIP_FOR_TARGET" >&5
11999 $as_echo "$STRIP_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_STRIP_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_STRIP_FOR_TARGET+set}" = set; then :
12013 $as_echo_n "(cached
) " >&6
12015 if test -n "$STRIP_FOR_TARGET"; then
12016 ac_cv_prog_STRIP_FOR_TARGET="$STRIP_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_STRIP_FOR_TARGET="${ncn_progname}"
12026 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
12035 STRIP_FOR_TARGET=$ac_cv_prog_STRIP_FOR_TARGET
12036 if test -n "$STRIP_FOR_TARGET"; then
12037 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $STRIP_FOR_TARGET" >&5
12038 $as_echo "$STRIP_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_STRIP_FOR_TARGET" && break
12050 if test -z "$ac_cv_prog_STRIP_FOR_TARGET" ; then
12052 if test $build = $target ; then
12053 STRIP_FOR_TARGET="$2"
12055 STRIP_FOR_TARGET="${ncn_target_tool_prefix}$2"
12058 STRIP_FOR_TARGET="$ac_cv_prog_STRIP_FOR_TARGET"
12062 STRIP_FOR_TARGET=$ac_cv_path_STRIP_FOR_TARGET
12068 if test -z "$ac_cv_path_WINDRES_FOR_TARGET" ; then
12069 if test -n "$with_build_time_tools"; then
12070 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for windres
in $with_build_time_tools" >&5
12071 $as_echo_n "checking
for windres
in $with_build_time_tools...
" >&6; }
12072 if test -x $with_build_time_tools/windres; then
12073 WINDRES_FOR_TARGET=`cd $with_build_time_tools && pwd`/windres
12074 ac_cv_path_WINDRES_FOR_TARGET=$WINDRES_FOR_TARGET
12075 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $ac_cv_path_WINDRES_FOR_TARGET" >&5
12076 $as_echo "$ac_cv_path_WINDRES_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 WINDRES_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=windres`
12083 test $WINDRES_FOR_TARGET = windres && WINDRES_FOR_TARGET=
12084 test -n "$WINDRES_FOR_TARGET" && ac_cv_path_WINDRES_FOR_TARGET=$WINDRES_FOR_TARGET
12087 if test -z "$ac_cv_path_WINDRES_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
12088 # Extract the first word of "windres
", so it can be a program name with args.
12089 set dummy windres; 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_WINDRES_FOR_TARGET+set}" = set; then :
12093 $as_echo_n "(cached
) " >&6
12095 case $WINDRES_FOR_TARGET in
12097 ac_cv_path_WINDRES_FOR_TARGET="$WINDRES_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_WINDRES_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 WINDRES_FOR_TARGET=$ac_cv_path_WINDRES_FOR_TARGET
12119 if test -n "$WINDRES_FOR_TARGET"; then
12120 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $WINDRES_FOR_TARGET" >&5
12121 $as_echo "$WINDRES_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_WINDRES_FOR_TARGET" ; then
12132 if test -n "$WINDRES_FOR_TARGET"; then
12133 ac_cv_prog_WINDRES_FOR_TARGET=$WINDRES_FOR_TARGET
12134 elif test -n "$ac_cv_prog_WINDRES_FOR_TARGET"; then
12135 WINDRES_FOR_TARGET=$ac_cv_prog_WINDRES_FOR_TARGET
12138 if test -n "$ac_cv_prog_WINDRES_FOR_TARGET"; then
12139 for ncn_progname in windres; 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_WINDRES_FOR_TARGET+set}" = set; then :
12145 $as_echo_n "(cached
) " >&6
12147 if test -n "$WINDRES_FOR_TARGET"; then
12148 ac_cv_prog_WINDRES_FOR_TARGET="$WINDRES_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_WINDRES_FOR_TARGET="${ncn_progname}"
12158 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
12167 WINDRES_FOR_TARGET=$ac_cv_prog_WINDRES_FOR_TARGET
12168 if test -n "$WINDRES_FOR_TARGET"; then
12169 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $WINDRES_FOR_TARGET" >&5
12170 $as_echo "$WINDRES_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_WINDRES_FOR_TARGET" && test -n "$with_build_time_tools"; then
12181 for ncn_progname in windres; 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_WINDRES_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_WINDRES_FOR_TARGET"; then
12197 for ncn_progname in windres; 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_WINDRES_FOR_TARGET+set}" = set; then :
12204 $as_echo_n "(cached
) " >&6
12206 if test -n "$WINDRES_FOR_TARGET"; then
12207 ac_cv_prog_WINDRES_FOR_TARGET="$WINDRES_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_WINDRES_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 WINDRES_FOR_TARGET=$ac_cv_prog_WINDRES_FOR_TARGET
12227 if test -n "$WINDRES_FOR_TARGET"; then
12228 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $WINDRES_FOR_TARGET" >&5
12229 $as_echo "$WINDRES_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_WINDRES_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_WINDRES_FOR_TARGET+set}" = set; then :
12243 $as_echo_n "(cached
) " >&6
12245 if test -n "$WINDRES_FOR_TARGET"; then
12246 ac_cv_prog_WINDRES_FOR_TARGET="$WINDRES_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_WINDRES_FOR_TARGET="${ncn_progname}"
12256 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
12265 WINDRES_FOR_TARGET=$ac_cv_prog_WINDRES_FOR_TARGET
12266 if test -n "$WINDRES_FOR_TARGET"; then
12267 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $WINDRES_FOR_TARGET" >&5
12268 $as_echo "$WINDRES_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_WINDRES_FOR_TARGET" && break
12280 if test -z "$ac_cv_prog_WINDRES_FOR_TARGET" ; then
12282 if test $build = $target ; then
12283 WINDRES_FOR_TARGET="$2"
12285 WINDRES_FOR_TARGET="${ncn_target_tool_prefix}$2"
12288 WINDRES_FOR_TARGET="$ac_cv_prog_WINDRES_FOR_TARGET"
12292 WINDRES_FOR_TARGET=$ac_cv_path_WINDRES_FOR_TARGET
12298 if test -z "$ac_cv_path_WINDMC_FOR_TARGET" ; then
12299 if test -n "$with_build_time_tools"; then
12300 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for windmc
in $with_build_time_tools" >&5
12301 $as_echo_n "checking
for windmc
in $with_build_time_tools...
" >&6; }
12302 if test -x $with_build_time_tools/windmc; then
12303 WINDMC_FOR_TARGET=`cd $with_build_time_tools && pwd`/windmc
12304 ac_cv_path_WINDMC_FOR_TARGET=$WINDMC_FOR_TARGET
12305 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $ac_cv_path_WINDMC_FOR_TARGET" >&5
12306 $as_echo "$ac_cv_path_WINDMC_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 WINDMC_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=windmc`
12313 test $WINDMC_FOR_TARGET = windmc && WINDMC_FOR_TARGET=
12314 test -n "$WINDMC_FOR_TARGET" && ac_cv_path_WINDMC_FOR_TARGET=$WINDMC_FOR_TARGET
12317 if test -z "$ac_cv_path_WINDMC_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
12318 # Extract the first word of "windmc
", so it can be a program name with args.
12319 set dummy windmc; 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_WINDMC_FOR_TARGET+set}" = set; then :
12323 $as_echo_n "(cached
) " >&6
12325 case $WINDMC_FOR_TARGET in
12327 ac_cv_path_WINDMC_FOR_TARGET="$WINDMC_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_WINDMC_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 WINDMC_FOR_TARGET=$ac_cv_path_WINDMC_FOR_TARGET
12349 if test -n "$WINDMC_FOR_TARGET"; then
12350 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $WINDMC_FOR_TARGET" >&5
12351 $as_echo "$WINDMC_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_WINDMC_FOR_TARGET" ; then
12362 if test -n "$WINDMC_FOR_TARGET"; then
12363 ac_cv_prog_WINDMC_FOR_TARGET=$WINDMC_FOR_TARGET
12364 elif test -n "$ac_cv_prog_WINDMC_FOR_TARGET"; then
12365 WINDMC_FOR_TARGET=$ac_cv_prog_WINDMC_FOR_TARGET
12368 if test -n "$ac_cv_prog_WINDMC_FOR_TARGET"; then
12369 for ncn_progname in windmc; 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_WINDMC_FOR_TARGET+set}" = set; then :
12375 $as_echo_n "(cached
) " >&6
12377 if test -n "$WINDMC_FOR_TARGET"; then
12378 ac_cv_prog_WINDMC_FOR_TARGET="$WINDMC_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_WINDMC_FOR_TARGET="${ncn_progname}"
12388 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
12397 WINDMC_FOR_TARGET=$ac_cv_prog_WINDMC_FOR_TARGET
12398 if test -n "$WINDMC_FOR_TARGET"; then
12399 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $WINDMC_FOR_TARGET" >&5
12400 $as_echo "$WINDMC_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_WINDMC_FOR_TARGET" && test -n "$with_build_time_tools"; then
12411 for ncn_progname in windmc; 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_WINDMC_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_WINDMC_FOR_TARGET"; then
12427 for ncn_progname in windmc; 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_WINDMC_FOR_TARGET+set}" = set; then :
12434 $as_echo_n "(cached
) " >&6
12436 if test -n "$WINDMC_FOR_TARGET"; then
12437 ac_cv_prog_WINDMC_FOR_TARGET="$WINDMC_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_WINDMC_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 WINDMC_FOR_TARGET=$ac_cv_prog_WINDMC_FOR_TARGET
12457 if test -n "$WINDMC_FOR_TARGET"; then
12458 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $WINDMC_FOR_TARGET" >&5
12459 $as_echo "$WINDMC_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_WINDMC_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_WINDMC_FOR_TARGET+set}" = set; then :
12473 $as_echo_n "(cached
) " >&6
12475 if test -n "$WINDMC_FOR_TARGET"; then
12476 ac_cv_prog_WINDMC_FOR_TARGET="$WINDMC_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_WINDMC_FOR_TARGET="${ncn_progname}"
12486 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
12495 WINDMC_FOR_TARGET=$ac_cv_prog_WINDMC_FOR_TARGET
12496 if test -n "$WINDMC_FOR_TARGET"; then
12497 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $WINDMC_FOR_TARGET" >&5
12498 $as_echo "$WINDMC_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_WINDMC_FOR_TARGET" && break
12510 if test -z "$ac_cv_prog_WINDMC_FOR_TARGET" ; then
12512 if test $build = $target ; then
12513 WINDMC_FOR_TARGET="$2"
12515 WINDMC_FOR_TARGET="${ncn_target_tool_prefix}$2"
12518 WINDMC_FOR_TARGET="$ac_cv_prog_WINDMC_FOR_TARGET"
12522 WINDMC_FOR_TARGET=$ac_cv_path_WINDMC_FOR_TARGET
12526 RAW_CXX_FOR_TARGET="$CXX_FOR_TARGET"
12528 { $as_echo "$as_me:${as_lineno-$LINENO}: checking where to
find the target
ar" >&5
12529 $as_echo_n "checking where to
find the target
ar...
" >&6; }
12530 if test "x
${build}" != "x
${host}" ; then
12531 if expr "x
$AR_FOR_TARGET" : "x
/" > /dev/null; then
12532 # We already found the complete path
12533 ac_dir=`dirname $AR_FOR_TARGET`
12534 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: pre-installed
in $ac_dir" >&5
12535 $as_echo "pre-installed
in $ac_dir" >&6; }
12537 # Canadian cross, just use what we found
12538 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: pre-installed
" >&5
12539 $as_echo "pre-installed
" >&6; }
12543 case " ${configdirs} " in
12548 if test $ok = yes; then
12549 # An in-tree tool is available and we can use it
12550 AR_FOR_TARGET='$$r/$(HOST_SUBDIR)/binutils/ar'
12551 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: just compiled
" >&5
12552 $as_echo "just compiled
" >&6; }
12553 elif expr "x
$AR_FOR_TARGET" : "x
/" > /dev/null; then
12554 # We already found the complete path
12555 ac_dir=`dirname $AR_FOR_TARGET`
12556 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: pre-installed
in $ac_dir" >&5
12557 $as_echo "pre-installed
in $ac_dir" >&6; }
12558 elif test "x
$target" = "x
$host"; then
12559 # We can use an host tool
12560 AR_FOR_TARGET='$(AR)'
12561 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: host tool
" >&5
12562 $as_echo "host tool
" >&6; }
12564 # We need a cross tool
12565 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: pre-installed
" >&5
12566 $as_echo "pre-installed
" >&6; }
12570 { $as_echo "$as_me:${as_lineno-$LINENO}: checking where to
find the target as
" >&5
12571 $as_echo_n "checking where to
find the target as...
" >&6; }
12572 if test "x
${build}" != "x
${host}" ; then
12573 if expr "x
$AS_FOR_TARGET" : "x
/" > /dev/null; then
12574 # We already found the complete path
12575 ac_dir=`dirname $AS_FOR_TARGET`
12576 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: pre-installed
in $ac_dir" >&5
12577 $as_echo "pre-installed
in $ac_dir" >&6; }
12579 # Canadian cross, just use what we found
12580 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: pre-installed
" >&5
12581 $as_echo "pre-installed
" >&6; }
12585 case " ${configdirs} " in
12590 if test $ok = yes; then
12591 # An in-tree tool is available and we can use it
12592 AS_FOR_TARGET='$$r/$(HOST_SUBDIR)/gas/as-new'
12593 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: just compiled
" >&5
12594 $as_echo "just compiled
" >&6; }
12595 elif expr "x
$AS_FOR_TARGET" : "x
/" > /dev/null; then
12596 # We already found the complete path
12597 ac_dir=`dirname $AS_FOR_TARGET`
12598 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: pre-installed
in $ac_dir" >&5
12599 $as_echo "pre-installed
in $ac_dir" >&6; }
12600 elif test "x
$target" = "x
$host"; then
12601 # We can use an host tool
12602 AS_FOR_TARGET='$(AS)'
12603 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: host tool
" >&5
12604 $as_echo "host tool
" >&6; }
12606 # We need a cross tool
12607 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: pre-installed
" >&5
12608 $as_echo "pre-installed
" >&6; }
12612 { $as_echo "$as_me:${as_lineno-$LINENO}: checking where to
find the target cc
" >&5
12613 $as_echo_n "checking where to
find the target cc...
" >&6; }
12614 if test "x
${build}" != "x
${host}" ; then
12615 if expr "x
$CC_FOR_TARGET" : "x
/" > /dev/null; then
12616 # We already found the complete path
12617 ac_dir=`dirname $CC_FOR_TARGET`
12618 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: pre-installed
in $ac_dir" >&5
12619 $as_echo "pre-installed
in $ac_dir" >&6; }
12621 # Canadian cross, just use what we found
12622 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: pre-installed
" >&5
12623 $as_echo "pre-installed
" >&6; }
12627 case " ${configdirs} " in
12632 if test $ok = yes; then
12633 # An in-tree tool is available and we can use it
12634 CC_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/xgcc -B$$r/$(HOST_SUBDIR)/gcc/'
12635 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: just compiled
" >&5
12636 $as_echo "just compiled
" >&6; }
12637 elif expr "x
$CC_FOR_TARGET" : "x
/" > /dev/null; then
12638 # We already found the complete path
12639 ac_dir=`dirname $CC_FOR_TARGET`
12640 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: pre-installed
in $ac_dir" >&5
12641 $as_echo "pre-installed
in $ac_dir" >&6; }
12642 elif test "x
$target" = "x
$host"; then
12643 # We can use an host tool
12644 CC_FOR_TARGET='$(CC)'
12645 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: host tool
" >&5
12646 $as_echo "host tool
" >&6; }
12648 # We need a cross tool
12649 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: pre-installed
" >&5
12650 $as_echo "pre-installed
" >&6; }
12654 { $as_echo "$as_me:${as_lineno-$LINENO}: checking where to
find the target c
++" >&5
12655 $as_echo_n "checking where to
find the target c
++...
" >&6; }
12656 if test "x
${build}" != "x
${host}" ; then
12657 if expr "x
$CXX_FOR_TARGET" : "x
/" > /dev/null; then
12658 # We already found the complete path
12659 ac_dir=`dirname $CXX_FOR_TARGET`
12660 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: pre-installed
in $ac_dir" >&5
12661 $as_echo "pre-installed
in $ac_dir" >&6; }
12663 # Canadian cross, just use what we found
12664 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: pre-installed
" >&5
12665 $as_echo "pre-installed
" >&6; }
12669 case " ${configdirs} " in
12673 case ,${enable_languages}, in
12677 if test $ok = yes; then
12678 # An in-tree tool is available and we can use it
12679 CXX_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/g++ -B$$r/$(HOST_SUBDIR)/gcc/ -nostdinc++ `test ! -f $$r/$(TARGET_SUBDIR)/libstdc++-v3/scripts/testsuite_flags || $(SHELL) $$r/$(TARGET_SUBDIR)/libstdc++-v3/scripts/testsuite_flags --build-includes` -L$$r/$(TARGET_SUBDIR)/libstdc++-v3/src -L$$r/$(TARGET_SUBDIR)/libstdc++-v3/src/.libs'
12680 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: just compiled
" >&5
12681 $as_echo "just compiled
" >&6; }
12682 elif expr "x
$CXX_FOR_TARGET" : "x
/" > /dev/null; then
12683 # We already found the complete path
12684 ac_dir=`dirname $CXX_FOR_TARGET`
12685 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: pre-installed
in $ac_dir" >&5
12686 $as_echo "pre-installed
in $ac_dir" >&6; }
12687 elif test "x
$target" = "x
$host"; then
12688 # We can use an host tool
12689 CXX_FOR_TARGET='$(CXX)'
12690 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: host tool
" >&5
12691 $as_echo "host tool
" >&6; }
12693 # We need a cross tool
12694 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: pre-installed
" >&5
12695 $as_echo "pre-installed
" >&6; }
12699 { $as_echo "$as_me:${as_lineno-$LINENO}: checking where to
find the target c
++ for libstdc
++" >&5
12700 $as_echo_n "checking where to
find the target c
++ for libstdc
++...
" >&6; }
12701 if test "x
${build}" != "x
${host}" ; then
12702 if expr "x
$RAW_CXX_FOR_TARGET" : "x
/" > /dev/null; then
12703 # We already found the complete path
12704 ac_dir=`dirname $RAW_CXX_FOR_TARGET`
12705 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: pre-installed
in $ac_dir" >&5
12706 $as_echo "pre-installed
in $ac_dir" >&6; }
12708 # Canadian cross, just use what we found
12709 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: pre-installed
" >&5
12710 $as_echo "pre-installed
" >&6; }
12714 case " ${configdirs} " in
12718 case ,${enable_languages}, in
12722 if test $ok = yes; then
12723 # An in-tree tool is available and we can use it
12724 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'
12725 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: just compiled
" >&5
12726 $as_echo "just compiled
" >&6; }
12727 elif expr "x
$RAW_CXX_FOR_TARGET" : "x
/" > /dev/null; then
12728 # We already found the complete path
12729 ac_dir=`dirname $RAW_CXX_FOR_TARGET`
12730 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: pre-installed
in $ac_dir" >&5
12731 $as_echo "pre-installed
in $ac_dir" >&6; }
12732 elif test "x
$target" = "x
$host"; then
12733 # We can use an host tool
12734 RAW_CXX_FOR_TARGET='$(CXX)'
12735 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: host tool
" >&5
12736 $as_echo "host tool
" >&6; }
12738 # We need a cross tool
12739 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: pre-installed
" >&5
12740 $as_echo "pre-installed
" >&6; }
12744 { $as_echo "$as_me:${as_lineno-$LINENO}: checking where to
find the target dlltool
" >&5
12745 $as_echo_n "checking where to
find the target dlltool...
" >&6; }
12746 if test "x
${build}" != "x
${host}" ; then
12747 if expr "x
$DLLTOOL_FOR_TARGET" : "x
/" > /dev/null; then
12748 # We already found the complete path
12749 ac_dir=`dirname $DLLTOOL_FOR_TARGET`
12750 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: pre-installed
in $ac_dir" >&5
12751 $as_echo "pre-installed
in $ac_dir" >&6; }
12753 # Canadian cross, just use what we found
12754 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: pre-installed
" >&5
12755 $as_echo "pre-installed
" >&6; }
12759 case " ${configdirs} " in
12764 if test $ok = yes; then
12765 # An in-tree tool is available and we can use it
12766 DLLTOOL_FOR_TARGET='$$r/$(HOST_SUBDIR)/binutils/dlltool'
12767 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: just compiled
" >&5
12768 $as_echo "just compiled
" >&6; }
12769 elif expr "x
$DLLTOOL_FOR_TARGET" : "x
/" > /dev/null; then
12770 # We already found the complete path
12771 ac_dir=`dirname $DLLTOOL_FOR_TARGET`
12772 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: pre-installed
in $ac_dir" >&5
12773 $as_echo "pre-installed
in $ac_dir" >&6; }
12774 elif test "x
$target" = "x
$host"; then
12775 # We can use an host tool
12776 DLLTOOL_FOR_TARGET='$(DLLTOOL)'
12777 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: host tool
" >&5
12778 $as_echo "host tool
" >&6; }
12780 # We need a cross tool
12781 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: pre-installed
" >&5
12782 $as_echo "pre-installed
" >&6; }
12786 { $as_echo "$as_me:${as_lineno-$LINENO}: checking where to
find the target gcc
" >&5
12787 $as_echo_n "checking where to
find the target gcc...
" >&6; }
12788 if test "x
${build}" != "x
${host}" ; then
12789 if expr "x
$GCC_FOR_TARGET" : "x
/" > /dev/null; then
12790 # We already found the complete path
12791 ac_dir=`dirname $GCC_FOR_TARGET`
12792 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: pre-installed
in $ac_dir" >&5
12793 $as_echo "pre-installed
in $ac_dir" >&6; }
12795 # Canadian cross, just use what we found
12796 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: pre-installed
" >&5
12797 $as_echo "pre-installed
" >&6; }
12801 case " ${configdirs} " in
12806 if test $ok = yes; then
12807 # An in-tree tool is available and we can use it
12808 GCC_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/xgcc -B$$r/$(HOST_SUBDIR)/gcc/'
12809 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: just compiled
" >&5
12810 $as_echo "just compiled
" >&6; }
12811 elif expr "x
$GCC_FOR_TARGET" : "x
/" > /dev/null; then
12812 # We already found the complete path
12813 ac_dir=`dirname $GCC_FOR_TARGET`
12814 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: pre-installed
in $ac_dir" >&5
12815 $as_echo "pre-installed
in $ac_dir" >&6; }
12816 elif test "x
$target" = "x
$host"; then
12817 # We can use an host tool
12818 GCC_FOR_TARGET='$()'
12819 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: host tool
" >&5
12820 $as_echo "host tool
" >&6; }
12822 # We need a cross tool
12823 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: pre-installed
" >&5
12824 $as_echo "pre-installed
" >&6; }
12828 { $as_echo "$as_me:${as_lineno-$LINENO}: checking where to
find the target gcj
" >&5
12829 $as_echo_n "checking where to
find the target gcj...
" >&6; }
12830 if test "x
${build}" != "x
${host}" ; then
12831 if expr "x
$GCJ_FOR_TARGET" : "x
/" > /dev/null; then
12832 # We already found the complete path
12833 ac_dir=`dirname $GCJ_FOR_TARGET`
12834 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: pre-installed
in $ac_dir" >&5
12835 $as_echo "pre-installed
in $ac_dir" >&6; }
12837 # Canadian cross, just use what we found
12838 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: pre-installed
" >&5
12839 $as_echo "pre-installed
" >&6; }
12843 case " ${configdirs} " in
12847 case ,${enable_languages}, in
12851 if test $ok = yes; then
12852 # An in-tree tool is available and we can use it
12853 GCJ_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/gcj -B$$r/$(HOST_SUBDIR)/gcc/'
12854 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: just compiled
" >&5
12855 $as_echo "just compiled
" >&6; }
12856 elif expr "x
$GCJ_FOR_TARGET" : "x
/" > /dev/null; then
12857 # We already found the complete path
12858 ac_dir=`dirname $GCJ_FOR_TARGET`
12859 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: pre-installed
in $ac_dir" >&5
12860 $as_echo "pre-installed
in $ac_dir" >&6; }
12861 elif test "x
$target" = "x
$host"; then
12862 # We can use an host tool
12863 GCJ_FOR_TARGET='$(GCJ)'
12864 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: host tool
" >&5
12865 $as_echo "host tool
" >&6; }
12867 # We need a cross tool
12868 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: pre-installed
" >&5
12869 $as_echo "pre-installed
" >&6; }
12873 { $as_echo "$as_me:${as_lineno-$LINENO}: checking where to
find the target gfortran
" >&5
12874 $as_echo_n "checking where to
find the target gfortran...
" >&6; }
12875 if test "x
${build}" != "x
${host}" ; then
12876 if expr "x
$GFORTRAN_FOR_TARGET" : "x
/" > /dev/null; then
12877 # We already found the complete path
12878 ac_dir=`dirname $GFORTRAN_FOR_TARGET`
12879 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: pre-installed
in $ac_dir" >&5
12880 $as_echo "pre-installed
in $ac_dir" >&6; }
12882 # Canadian cross, just use what we found
12883 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: pre-installed
" >&5
12884 $as_echo "pre-installed
" >&6; }
12888 case " ${configdirs} " in
12892 case ,${enable_languages}, in
12896 if test $ok = yes; then
12897 # An in-tree tool is available and we can use it
12898 GFORTRAN_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/gfortran -B$$r/$(HOST_SUBDIR)/gcc/'
12899 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: just compiled
" >&5
12900 $as_echo "just compiled
" >&6; }
12901 elif expr "x
$GFORTRAN_FOR_TARGET" : "x
/" > /dev/null; then
12902 # We already found the complete path
12903 ac_dir=`dirname $GFORTRAN_FOR_TARGET`
12904 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: pre-installed
in $ac_dir" >&5
12905 $as_echo "pre-installed
in $ac_dir" >&6; }
12906 elif test "x
$target" = "x
$host"; then
12907 # We can use an host tool
12908 GFORTRAN_FOR_TARGET='$(GFORTRAN)'
12909 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: host tool
" >&5
12910 $as_echo "host tool
" >&6; }
12912 # We need a cross tool
12913 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: pre-installed
" >&5
12914 $as_echo "pre-installed
" >&6; }
12918 { $as_echo "$as_me:${as_lineno-$LINENO}: checking where to
find the target ld
" >&5
12919 $as_echo_n "checking where to
find the target ld...
" >&6; }
12920 if test "x
${build}" != "x
${host}" ; then
12921 if expr "x
$LD_FOR_TARGET" : "x
/" > /dev/null; then
12922 # We already found the complete path
12923 ac_dir=`dirname $LD_FOR_TARGET`
12924 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: pre-installed
in $ac_dir" >&5
12925 $as_echo "pre-installed
in $ac_dir" >&6; }
12927 # Canadian cross, just use what we found
12928 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: pre-installed
" >&5
12929 $as_echo "pre-installed
" >&6; }
12933 case " ${configdirs} " in
12938 if test $ok = yes; then
12939 # An in-tree tool is available and we can use it
12940 LD_FOR_TARGET='$$r/$(HOST_SUBDIR)/ld/ld-new'
12941 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: just compiled
" >&5
12942 $as_echo "just compiled
" >&6; }
12943 elif expr "x
$LD_FOR_TARGET" : "x
/" > /dev/null; then
12944 # We already found the complete path
12945 ac_dir=`dirname $LD_FOR_TARGET`
12946 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: pre-installed
in $ac_dir" >&5
12947 $as_echo "pre-installed
in $ac_dir" >&6; }
12948 elif test "x
$target" = "x
$host"; then
12949 # We can use an host tool
12950 LD_FOR_TARGET='$(LD)'
12951 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: host tool
" >&5
12952 $as_echo "host tool
" >&6; }
12954 # We need a cross tool
12955 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: pre-installed
" >&5
12956 $as_echo "pre-installed
" >&6; }
12960 { $as_echo "$as_me:${as_lineno-$LINENO}: checking where to
find the target lipo
" >&5
12961 $as_echo_n "checking where to
find the target lipo...
" >&6; }
12962 if test "x
${build}" != "x
${host}" ; then
12963 if expr "x
$LIPO_FOR_TARGET" : "x
/" > /dev/null; then
12964 # We already found the complete path
12965 ac_dir=`dirname $LIPO_FOR_TARGET`
12966 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: pre-installed
in $ac_dir" >&5
12967 $as_echo "pre-installed
in $ac_dir" >&6; }
12969 # Canadian cross, just use what we found
12970 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: pre-installed
" >&5
12971 $as_echo "pre-installed
" >&6; }
12974 if expr "x
$LIPO_FOR_TARGET" : "x
/" > /dev/null; then
12975 # We already found the complete path
12976 ac_dir=`dirname $LIPO_FOR_TARGET`
12977 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: pre-installed
in $ac_dir" >&5
12978 $as_echo "pre-installed
in $ac_dir" >&6; }
12979 elif test "x
$target" = "x
$host"; then
12980 # We can use an host tool
12981 LIPO_FOR_TARGET='$(LIPO)'
12982 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: host tool
" >&5
12983 $as_echo "host tool
" >&6; }
12985 # We need a cross tool
12986 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: pre-installed
" >&5
12987 $as_echo "pre-installed
" >&6; }
12991 { $as_echo "$as_me:${as_lineno-$LINENO}: checking where to
find the target nm
" >&5
12992 $as_echo_n "checking where to
find the target nm...
" >&6; }
12993 if test "x
${build}" != "x
${host}" ; then
12994 if expr "x
$NM_FOR_TARGET" : "x
/" > /dev/null; then
12995 # We already found the complete path
12996 ac_dir=`dirname $NM_FOR_TARGET`
12997 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: pre-installed
in $ac_dir" >&5
12998 $as_echo "pre-installed
in $ac_dir" >&6; }
13000 # Canadian cross, just use what we found
13001 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: pre-installed
" >&5
13002 $as_echo "pre-installed
" >&6; }
13006 case " ${configdirs} " in
13011 if test $ok = yes; then
13012 # An in-tree tool is available and we can use it
13013 NM_FOR_TARGET='$$r/$(HOST_SUBDIR)/binutils/nm-new'
13014 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: just compiled
" >&5
13015 $as_echo "just compiled
" >&6; }
13016 elif expr "x
$NM_FOR_TARGET" : "x
/" > /dev/null; then
13017 # We already found the complete path
13018 ac_dir=`dirname $NM_FOR_TARGET`
13019 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: pre-installed
in $ac_dir" >&5
13020 $as_echo "pre-installed
in $ac_dir" >&6; }
13021 elif test "x
$target" = "x
$host"; then
13022 # We can use an host tool
13023 NM_FOR_TARGET='$(NM)'
13024 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: host tool
" >&5
13025 $as_echo "host tool
" >&6; }
13027 # We need a cross tool
13028 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: pre-installed
" >&5
13029 $as_echo "pre-installed
" >&6; }
13033 { $as_echo "$as_me:${as_lineno-$LINENO}: checking where to
find the target objdump
" >&5
13034 $as_echo_n "checking where to
find the target objdump...
" >&6; }
13035 if test "x
${build}" != "x
${host}" ; then
13036 if expr "x
$OBJDUMP_FOR_TARGET" : "x
/" > /dev/null; then
13037 # We already found the complete path
13038 ac_dir=`dirname $OBJDUMP_FOR_TARGET`
13039 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: pre-installed
in $ac_dir" >&5
13040 $as_echo "pre-installed
in $ac_dir" >&6; }
13042 # Canadian cross, just use what we found
13043 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: pre-installed
" >&5
13044 $as_echo "pre-installed
" >&6; }
13048 case " ${configdirs} " in
13053 if test $ok = yes; then
13054 # An in-tree tool is available and we can use it
13055 OBJDUMP_FOR_TARGET='$$r/$(HOST_SUBDIR)/binutils/objdump'
13056 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: just compiled
" >&5
13057 $as_echo "just compiled
" >&6; }
13058 elif expr "x
$OBJDUMP_FOR_TARGET" : "x
/" > /dev/null; then
13059 # We already found the complete path
13060 ac_dir=`dirname $OBJDUMP_FOR_TARGET`
13061 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: pre-installed
in $ac_dir" >&5
13062 $as_echo "pre-installed
in $ac_dir" >&6; }
13063 elif test "x
$target" = "x
$host"; then
13064 # We can use an host tool
13065 OBJDUMP_FOR_TARGET='$(OBJDUMP)'
13066 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: host tool
" >&5
13067 $as_echo "host tool
" >&6; }
13069 # We need a cross tool
13070 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: pre-installed
" >&5
13071 $as_echo "pre-installed
" >&6; }
13075 { $as_echo "$as_me:${as_lineno-$LINENO}: checking where to
find the target ranlib
" >&5
13076 $as_echo_n "checking where to
find the target ranlib...
" >&6; }
13077 if test "x
${build}" != "x
${host}" ; then
13078 if expr "x
$RANLIB_FOR_TARGET" : "x
/" > /dev/null; then
13079 # We already found the complete path
13080 ac_dir=`dirname $RANLIB_FOR_TARGET`
13081 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: pre-installed
in $ac_dir" >&5
13082 $as_echo "pre-installed
in $ac_dir" >&6; }
13084 # Canadian cross, just use what we found
13085 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: pre-installed
" >&5
13086 $as_echo "pre-installed
" >&6; }
13090 case " ${configdirs} " in
13095 if test $ok = yes; then
13096 # An in-tree tool is available and we can use it
13097 RANLIB_FOR_TARGET='$$r/$(HOST_SUBDIR)/binutils/ranlib'
13098 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: just compiled
" >&5
13099 $as_echo "just compiled
" >&6; }
13100 elif expr "x
$RANLIB_FOR_TARGET" : "x
/" > /dev/null; then
13101 # We already found the complete path
13102 ac_dir=`dirname $RANLIB_FOR_TARGET`
13103 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: pre-installed
in $ac_dir" >&5
13104 $as_echo "pre-installed
in $ac_dir" >&6; }
13105 elif test "x
$target" = "x
$host"; then
13106 # We can use an host tool
13107 RANLIB_FOR_TARGET='$(RANLIB)'
13108 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: host tool
" >&5
13109 $as_echo "host tool
" >&6; }
13111 # We need a cross tool
13112 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: pre-installed
" >&5
13113 $as_echo "pre-installed
" >&6; }
13117 { $as_echo "$as_me:${as_lineno-$LINENO}: checking where to
find the target strip
" >&5
13118 $as_echo_n "checking where to
find the target strip...
" >&6; }
13119 if test "x
${build}" != "x
${host}" ; then
13120 if expr "x
$STRIP_FOR_TARGET" : "x
/" > /dev/null; then
13121 # We already found the complete path
13122 ac_dir=`dirname $STRIP_FOR_TARGET`
13123 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: pre-installed
in $ac_dir" >&5
13124 $as_echo "pre-installed
in $ac_dir" >&6; }
13126 # Canadian cross, just use what we found
13127 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: pre-installed
" >&5
13128 $as_echo "pre-installed
" >&6; }
13132 case " ${configdirs} " in
13137 if test $ok = yes; then
13138 # An in-tree tool is available and we can use it
13139 STRIP_FOR_TARGET='$$r/$(HOST_SUBDIR)/binutils/strip'
13140 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: just compiled
" >&5
13141 $as_echo "just compiled
" >&6; }
13142 elif expr "x
$STRIP_FOR_TARGET" : "x
/" > /dev/null; then
13143 # We already found the complete path
13144 ac_dir=`dirname $STRIP_FOR_TARGET`
13145 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: pre-installed
in $ac_dir" >&5
13146 $as_echo "pre-installed
in $ac_dir" >&6; }
13147 elif test "x
$target" = "x
$host"; then
13148 # We can use an host tool
13149 STRIP_FOR_TARGET='$(STRIP)'
13150 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: host tool
" >&5
13151 $as_echo "host tool
" >&6; }
13153 # We need a cross tool
13154 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: pre-installed
" >&5
13155 $as_echo "pre-installed
" >&6; }
13159 { $as_echo "$as_me:${as_lineno-$LINENO}: checking where to
find the target windres
" >&5
13160 $as_echo_n "checking where to
find the target windres...
" >&6; }
13161 if test "x
${build}" != "x
${host}" ; then
13162 if expr "x
$WINDRES_FOR_TARGET" : "x
/" > /dev/null; then
13163 # We already found the complete path
13164 ac_dir=`dirname $WINDRES_FOR_TARGET`
13165 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: pre-installed
in $ac_dir" >&5
13166 $as_echo "pre-installed
in $ac_dir" >&6; }
13168 # Canadian cross, just use what we found
13169 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: pre-installed
" >&5
13170 $as_echo "pre-installed
" >&6; }
13174 case " ${configdirs} " in
13179 if test $ok = yes; then
13180 # An in-tree tool is available and we can use it
13181 WINDRES_FOR_TARGET='$$r/$(HOST_SUBDIR)/binutils/windres'
13182 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: just compiled
" >&5
13183 $as_echo "just compiled
" >&6; }
13184 elif expr "x
$WINDRES_FOR_TARGET" : "x
/" > /dev/null; then
13185 # We already found the complete path
13186 ac_dir=`dirname $WINDRES_FOR_TARGET`
13187 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: pre-installed
in $ac_dir" >&5
13188 $as_echo "pre-installed
in $ac_dir" >&6; }
13189 elif test "x
$target" = "x
$host"; then
13190 # We can use an host tool
13191 WINDRES_FOR_TARGET='$(WINDRES)'
13192 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: host tool
" >&5
13193 $as_echo "host tool
" >&6; }
13195 # We need a cross tool
13196 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: pre-installed
" >&5
13197 $as_echo "pre-installed
" >&6; }
13201 { $as_echo "$as_me:${as_lineno-$LINENO}: checking where to
find the target windmc
" >&5
13202 $as_echo_n "checking where to
find the target windmc...
" >&6; }
13203 if test "x
${build}" != "x
${host}" ; then
13204 if expr "x
$WINDMC_FOR_TARGET" : "x
/" > /dev/null; then
13205 # We already found the complete path
13206 ac_dir=`dirname $WINDMC_FOR_TARGET`
13207 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: pre-installed
in $ac_dir" >&5
13208 $as_echo "pre-installed
in $ac_dir" >&6; }
13210 # Canadian cross, just use what we found
13211 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: pre-installed
" >&5
13212 $as_echo "pre-installed
" >&6; }
13216 case " ${configdirs} " in
13221 if test $ok = yes; then
13222 # An in-tree tool is available and we can use it
13223 WINDMC_FOR_TARGET='$$r/$(HOST_SUBDIR)/binutils/windmc'
13224 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: just compiled
" >&5
13225 $as_echo "just compiled
" >&6; }
13226 elif expr "x
$WINDMC_FOR_TARGET" : "x
/" > /dev/null; then
13227 # We already found the complete path
13228 ac_dir=`dirname $WINDMC_FOR_TARGET`
13229 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: pre-installed
in $ac_dir" >&5
13230 $as_echo "pre-installed
in $ac_dir" >&6; }
13231 elif test "x
$target" = "x
$host"; then
13232 # We can use an host tool
13233 WINDMC_FOR_TARGET='$(WINDMC)'
13234 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: host tool
" >&5
13235 $as_echo "host tool
" >&6; }
13237 # We need a cross tool
13238 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: pre-installed
" >&5
13239 $as_echo "pre-installed
" >&6; }
13247 # Certain tools may need extra flags.
13248 AR_FOR_TARGET=${AR_FOR_TARGET}${extra_arflags_for_target}
13249 RANLIB_FOR_TARGET=${RANLIB_FOR_TARGET}${extra_ranlibflags_for_target}
13250 NM_FOR_TARGET=${NM_FOR_TARGET}${extra_nmflags_for_target}
13252 # When building target libraries, except in a Canadian cross, we use
13253 # the same toolchain as the compiler we just built.
13254 COMPILER_AS_FOR_TARGET='$(AS_FOR_TARGET)'
13255 COMPILER_LD_FOR_TARGET='$(LD_FOR_TARGET)'
13256 COMPILER_NM_FOR_TARGET='$(NM_FOR_TARGET)'
13257 if test $host = $build; then
13258 case " $configdirs " in
13260 COMPILER_AS_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/as'
13261 COMPILER_LD_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/collect-ld'
13262 COMPILER_NM_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/nm'${extra_nmflags_for_target}
13271 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to
enable maintainer-specific portions of Makefiles
" >&5
13272 $as_echo_n "checking whether to
enable maintainer-specific portions of Makefiles...
" >&6; }
13273 # Check whether --enable-maintainer-mode was given.
13274 if test "${enable_maintainer_mode+set}" = set; then :
13275 enableval=$enable_maintainer_mode; USE_MAINTAINER_MODE=$enableval
13277 USE_MAINTAINER_MODE=no
13280 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $USE_MAINTAINER_MODE" >&5
13281 $as_echo "$USE_MAINTAINER_MODE" >&6; }
13284 if test "$USE_MAINTAINER_MODE" = yes; then
13285 MAINTAINER_MODE_TRUE=
13286 MAINTAINER_MODE_FALSE='#'
13288 MAINTAINER_MODE_TRUE='#'
13289 MAINTAINER_MODE_FALSE=
13291 MAINT=$MAINTAINER_MODE_TRUE
13293 # ---------------------
13294 # GCC bootstrap support
13295 # ---------------------
13297 # Stage specific cflags for build.
13302 yes) stage1_cflags="-g -Wa,-J" ;;
13303 *) stage1_cflags="-g -J" ;;
13307 # This is aimed to mimic bootstrap with a non-GCC compiler to catch problems.
13308 if test "$GCC" = yes -a "$ENABLE_BUILD_WITH_CXX" != yes; then
13309 saved_CFLAGS="$CFLAGS"
13311 # Pass -fkeep-inline-functions for stage 1 if the GCC version supports it.
13312 CFLAGS="$CFLAGS -fkeep-inline-functions"
13313 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether
-fkeep-inline-functions is supported
" >&5
13314 $as_echo_n "checking whether
-fkeep-inline-functions is supported...
" >&6; }
13315 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13316 /* end confdefs.h. */
13318 #if (__GNUC__ < 3) \
13319 || (__GNUC__ == 3 && (__GNUC_MINOR__ < 3 \
13320 || (__GNUC_MINOR__ == 3 && __GNUC_PATCHLEVEL__ < 1)))
13321 #error http://gcc.gnu.org/PR29382
13332 if ac_fn_c_try_compile "$LINENO"; then :
13333 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: yes" >&5
13334 $as_echo "yes" >&6; }; stage1_cflags="$stage1_cflags -fkeep-inline-functions"
13336 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
13337 $as_echo "no
" >&6; }
13339 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13341 CFLAGS="$saved_CFLAGS"
13346 # Enable --enable-checking in stage1 of the compiler.
13347 # Check whether --enable-stage1-checking was given.
13348 if test "${enable_stage1_checking+set}" = set; then :
13349 enableval=$enable_stage1_checking; stage1_checking=--enable-checking=${enable_stage1_checking}
13351 if test "x
$enable_checking" = xno || test "x
$enable_checking" = x; then
13352 stage1_checking=--enable-checking=yes,types
13354 stage1_checking=--enable-checking=$enable_checking,types
13360 # Enable -Werror in bootstrap stage2 and later.
13361 # Check whether --enable-werror was given.
13362 if test "${enable_werror+set}" = set; then :
13363 enableval=$enable_werror;
13365 if test -d ${srcdir}/gcc && test x"`cat $srcdir/gcc/DEV-PHASE`" = xexperimental; then
13372 case ${enable_werror} in
13373 yes) stage2_werror_flag="--enable-werror-always" ;;
13374 *) stage2_werror_flag="" ;;
13378 # Specify what files to not compare during bootstrap.
13380 compare_exclusions="gcc
/cc
*-checksum\$
(objext
) | gcc
/ada
/*tools
/*"
13382 hppa*64*-*-hpux*) ;;
13383 hppa*-*-hpux*) compare_exclusions="gcc
/cc
*-checksum\$
(objext
) |
*/libgcc
/lib2funcs
* | gcc
/ada
/*tools
/*" ;;
13387 ac_config_files="$ac_config_files Makefile
"
13389 cat >confcache <<\_ACEOF
13390 # This file is a shell script that caches the results of configure
13391 # tests run on this system so they can be shared between configure
13392 # scripts and configure runs, see configure's option --config-cache.
13393 # It is not useful on other systems. If it contains results you don't
13394 # want to keep, you may remove or edit it.
13396 # config.status only pays attention to the cache file if you give it
13397 # the --recheck option to rerun configure.
13399 # `ac_cv_env_foo' variables (set or unset) will be overridden when
13400 # loading this file, other *unset* `ac_cv_foo' will be assigned the
13401 # following values.
13405 # The following way of writing the cache mishandles newlines in values,
13406 # but we know of no workaround that is simple, portable, and efficient.
13407 # So, we kill variables containing newlines.
13408 # Ultrix sh set writes to stderr and can't be redirected directly,
13409 # and sets the high bit in the cache file unless we assign to the vars.
13411 for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
13412 eval ac_val=\$$ac_var
13416 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING
: cache variable
$ac_var contains a newline
" >&5
13417 $as_echo "$as_me: WARNING
: cache variable
$ac_var contains a newline
" >&2;} ;;
13420 _ | IFS | as_nl) ;; #(
13421 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
13422 *) { eval $ac_var=; unset $ac_var;} ;;
13428 case $as_nl`(ac_space=' '; set) 2>&1` in #(
13429 *${as_nl}ac_space=\ *)
13430 # `set' does not quote correctly, so add quotes: double-quote
13431 # substitution turns \\\\ into \\, and sed turns \\ into \.
13434 s
/^
\\([_
$as_cr_alnum]*_cv_
[_
$as_cr_alnum]*\\)=\\(.
*\\)/\\1='\\2'/p
"
13437 # `set' quotes correctly as required by POSIX, so do not add quotes.
13438 sed -n "/^
[_
$as_cr_alnum]*_cv_
[_
$as_cr_alnum]*=/p
"
13447 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
13449 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
13451 if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
13452 if test -w "$cache_file"; then
13453 test "x
$cache_file" != "x
/dev
/null
" &&
13454 { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache
$cache_file" >&5
13455 $as_echo "$as_me: updating cache
$cache_file" >&6;}
13456 cat confcache >$cache_file
13458 { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache
$cache_file" >&5
13459 $as_echo "$as_me: not updating unwritable cache
$cache_file" >&6;}
13464 test "x
$prefix" = xNONE && prefix=$ac_default_prefix
13465 # Let make expand exec_prefix.
13466 test "x
$exec_prefix" = xNONE && exec_prefix='${prefix}'
13468 # Transform confdefs.h into DEFS.
13469 # Protect against shell expansion while executing Makefile rules.
13470 # Protect against Makefile macro expansion.
13472 # If the first sed substitution is executed (which looks for macros that
13473 # take arguments), then branch to the quote section. Otherwise,
13474 # look for a macro that doesn't take arguments.
13484 s/^[ ]*#[ ]*define[ ][ ]*\([^ (][^ (]*([^)]*)\)[ ]*\(.*\)/-D\1=\2/g
13486 s/^[ ]*#[ ]*define[ ][ ]*\([^ ][^ ]*\)[ ]*\(.*\)/-D\1=\2/g
13490 s/[ `~#$^&*(){}\\|;'\''"<>?
]/\\&/g
13503 DEFS=`sed -n "$ac_script" confdefs.h`
13508 for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
13509 # 1. Remove the extension, and $U if already installed.
13510 ac_script='s
/\
$U\.
/.
/;s
/\.o$
//;s
/\.obj$
//'
13511 ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
13512 # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR
13513 # will be set to the directory where LIBOBJS objects are built.
13514 as_fn_append ac_libobjs " \${LIBOBJDIR}$ac_i\$U.$ac_objext"
13515 as_fn_append ac_ltlibobjs " \${LIBOBJDIR}$ac_i"'$U.lo
'
13517 LIBOBJS=$ac_libobjs
13519 LTLIBOBJS=$ac_ltlibobjs
13523 : ${CONFIG_STATUS=./config.status}
13525 ac_clean_files_save=$ac_clean_files
13526 ac_clean_files="$ac_clean_files $CONFIG_STATUS"
13527 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5
13528 $as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
13530 cat >$CONFIG_STATUS <<_ASEOF || as_write_fail=1
13532 # Generated by $as_me.
13533 # Run this file to recreate the current configuration.
13534 # Compiler output produced by configure, useful for debugging
13535 # configure, is in config.log if it exists.
13538 ac_cs_recheck=false
13541 SHELL=\${CONFIG_SHELL-$SHELL}
13544 cat >>$CONFIG_STATUS <<\_ASEOF || as_write_fail=1
13545 ## -------------------- ##
13546 ## M4sh Initialization. ##
13547 ## -------------------- ##
13549 # Be more Bourne compatible
13550 DUALCASE=1; export DUALCASE # for MKS sh
13551 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
13554 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
13555 # is contrary to our usage. Disable this feature.
13556 alias -g '${1+"$@"}'='"$@"'
13557 setopt NO_GLOB_SUBST
13559 case `(set -o) 2>/dev/null` in #(
13571 # Printing a long string crashes Solaris 7 /usr/bin/printf.
13572 as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
13573 as_echo
=$as_echo$as_echo$as_echo$as_echo$as_echo
13574 as_echo
=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
13575 # Prefer a ksh shell builtin over an external printf program on Solaris,
13576 # but without wasting forks for bash or zsh.
13577 if test -z "$BASH_VERSION$ZSH_VERSION" \
13578 && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev
/null
; then
13579 as_echo
='print -r --'
13580 as_echo_n
='print -rn --'
13581 elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev
/null
; then
13582 as_echo
='printf %s\n'
13583 as_echo_n
='printf %s'
13585 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
13586 as_echo_body
='eval /usr/ucb/echo -n "$1$as_nl"'
13587 as_echo_n
='/usr/ucb/echo -n'
13589 as_echo_body
='eval expr "X$1" : "X\\(.*\\)"'
13590 as_echo_n_body
='eval
13594 expr "X$arg" : "X\\(.*\\)$as_nl";
13595 arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
13597 expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
13599 export as_echo_n_body
13600 as_echo_n
='sh -c $as_echo_n_body as_echo'
13602 export as_echo_body
13603 as_echo
='sh -c $as_echo_body as_echo'
13606 # The user is always right.
13607 if test "${PATH_SEPARATOR+set}" != set; then
13609 (PATH
='/bin;/bin'; FPATH
=$PATH; sh
-c :) >/dev
/null
2>&1 && {
13610 (PATH
='/bin:/bin'; FPATH
=$PATH; sh
-c :) >/dev
/null
2>&1 ||
13617 # We need space, tab and new line, in precisely that order. Quoting is
13618 # there to prevent editors from complaining about space-tab.
13619 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
13620 # splitting by setting IFS to empty value.)
13623 # Find who we are. Look in the path if we contain no directory separator.
13625 *[\\/]* ) as_myself
=$0 ;;
13626 *) as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
13627 for as_dir
in $PATH
13630 test -z "$as_dir" && as_dir
=.
13631 test -r "$as_dir/$0" && as_myself
=$as_dir/$0 && break
13637 # We did not find ourselves, most probably we were run as `sh COMMAND'
13638 # in which case we are not to be found in the path.
13639 if test "x$as_myself" = x
; then
13642 if test ! -f "$as_myself"; then
13643 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
13647 # Unset variables that we do not need and which cause bugs (e.g. in
13648 # pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1"
13649 # suppresses any "Segmentation fault" message there. '((' could
13650 # trigger a bug in pdksh 5.2.14.
13651 for as_var
in BASH_ENV ENV MAIL MAILPATH
13652 do eval test x\
${$as_var+set} = xset \
13653 && ( (unset $as_var) ||
exit 1) >/dev
/null
2>&1 && unset $as_var ||
:
13666 (unset CDPATH
) >/dev
/null
2>&1 && unset CDPATH
13669 # as_fn_error ERROR [LINENO LOG_FD]
13670 # ---------------------------------
13671 # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
13672 # provided, also output the error to LOG_FD, referencing LINENO. Then exit the
13673 # script with status $?, using 1 if that was 0.
13676 as_status
=$?
; test $as_status -eq 0 && as_status
=1
13678 as_lineno
=${as_lineno-"$2"} as_lineno_stack
=as_lineno_stack
=$as_lineno_stack
13679 $as_echo "$as_me:${as_lineno-$LINENO}: error: $1" >&$3
13681 $as_echo "$as_me: error: $1" >&2
13682 as_fn_exit
$as_status
13686 # as_fn_set_status STATUS
13687 # -----------------------
13688 # Set $? to STATUS, without forking.
13689 as_fn_set_status
()
13692 } # as_fn_set_status
13694 # as_fn_exit STATUS
13695 # -----------------
13696 # Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
13700 as_fn_set_status
$1
13706 # Portably unset VAR.
13709 { eval $1=; unset $1;}
13711 as_unset
=as_fn_unset
13712 # as_fn_append VAR VALUE
13713 # ----------------------
13714 # Append the text in VALUE to the end of the definition contained in VAR. Take
13715 # advantage of any shell optimizations that allow amortized linear growth over
13716 # repeated appends, instead of the typical quadratic growth present in naive
13718 if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev
/null
; then :
13719 eval 'as_fn_append ()
13730 # as_fn_arith ARG...
13731 # ------------------
13732 # Perform arithmetic evaluation on the ARGs, and store the result in the
13733 # global $as_val. Take advantage of shells that can avoid forks. The arguments
13734 # must be portable across $(()) and expr.
13735 if (eval "test \$(( 1 + 1 )) = 2") 2>/dev
/null
; then :
13736 eval 'as_fn_arith ()
13743 as_val
=`expr "$@" || test $? -eq 1`
13748 if expr a
: '\(a\)' >/dev
/null
2>&1 &&
13749 test "X`expr 00001 : '.*\(...\)'`" = X001
; then
13755 if (basename -- /) >/dev
/null
2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
13756 as_basename
=basename
13761 if (as_dir
=`dirname -- /` && test "X$as_dir" = X
/) >/dev
/null
2>&1; then
13767 as_me
=`$as_basename -- "$0" ||
13768 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
13769 X"$0" : 'X\(//\)$' \| \
13770 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
13772 sed '/^.*\/\([^/][^/]*\)\/*$/{
13786 # Avoid depending upon Character Ranges.
13787 as_cr_letters
='abcdefghijklmnopqrstuvwxyz'
13788 as_cr_LETTERS
='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
13789 as_cr_Letters
=$as_cr_letters$as_cr_LETTERS
13790 as_cr_digits
='0123456789'
13791 as_cr_alnum
=$as_cr_Letters$as_cr_digits
13793 ECHO_C
= ECHO_N
= ECHO_T
=
13794 case `echo -n x` in #(((((
13796 case `echo 'xy\c'` in
13797 *c
*) ECHO_T
=' ';; # ECHO_T is single tab character.
13799 *) echo `echo ksh88 bug on AIX 6.1` > /dev
/null
13806 rm -f conf$$ conf$$.exe conf$$.
file
13807 if test -d conf$$.dir
; then
13808 rm -f conf$$.dir
/conf$$.
file
13811 mkdir conf$$.dir
2>/dev
/null
13813 if (echo >conf$$.
file) 2>/dev
/null
; then
13814 if ln -s conf$$.
file conf$$
2>/dev
/null
; then
13816 # ... but there are two gotchas:
13817 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
13818 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
13819 # In both cases, we have to default to `cp -p'.
13820 ln -s conf$$.
file conf$$.dir
2>/dev
/null
&& test ! -f conf$$.exe ||
13822 elif ln conf$$.
file conf$$
2>/dev
/null
; then
13830 rm -f conf$$ conf$$.exe conf$$.dir
/conf$$.
file conf$$.
file
13831 rmdir conf$$.dir
2>/dev
/null
13836 # Create "$as_dir" as a directory, including parents if necessary.
13841 -*) as_dir
=.
/$as_dir;;
13843 test -d "$as_dir" ||
eval $as_mkdir_p ||
{
13847 *\'*) as_qdir
=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
13848 *) as_qdir
=$as_dir;;
13850 as_dirs
="'$as_qdir' $as_dirs"
13851 as_dir
=`$as_dirname -- "$as_dir" ||
13852 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
13853 X"$as_dir" : 'X\(//\)[^/]' \| \
13854 X"$as_dir" : 'X\(//\)$' \| \
13855 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
13856 $as_echo X"$as_dir" |
13857 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
13861 /^X\(\/\/\)[^/].*/{
13874 test -d "$as_dir" && break
13876 test -z "$as_dirs" ||
eval "mkdir $as_dirs"
13877 } ||
test -d "$as_dir" || as_fn_error
"cannot create directory $as_dir"
13881 if mkdir
-p .
2>/dev
/null
; then
13882 as_mkdir_p
='mkdir -p "$as_dir"'
13884 test -d .
/-p && rmdir .
/-p
13888 if test -x / >/dev
/null
2>&1; then
13889 as_test_x
='test -x'
13891 if ls -dL / >/dev
/null
2>&1; then
13898 if test -d "$1"; then
13904 case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #((
13905 ???[sx]*):;;*)false;;esac;fi
13909 as_executable_p
=$as_test_x
13911 # Sed expression to map a string onto a valid CPP name.
13912 as_tr_cpp
="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
13914 # Sed expression to map a string onto a valid variable name.
13915 as_tr_sh
="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
13919 ## ----------------------------------- ##
13920 ## Main body of $CONFIG_STATUS script. ##
13921 ## ----------------------------------- ##
13923 test $as_write_fail = 0 && chmod +x
$CONFIG_STATUS || ac_write_fail
=1
13925 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail
=1
13926 # Save the log message, to keep $0 and so on meaningful, and to
13927 # report actual input values of CONFIG_FILES etc. instead of their
13928 # values after options handling.
13930 This file was extended by $as_me, which was
13931 generated by GNU Autoconf 2.64. Invocation command line was
13933 CONFIG_FILES = $CONFIG_FILES
13934 CONFIG_HEADERS = $CONFIG_HEADERS
13935 CONFIG_LINKS = $CONFIG_LINKS
13936 CONFIG_COMMANDS = $CONFIG_COMMANDS
13939 on `(hostname || uname -n) 2>/dev/null | sed 1q`
13944 case $ac_config_files in *"
13945 "*) set x
$ac_config_files; shift; ac_config_files
=$
*;;
13950 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
13951 # Files that config.status was made for.
13952 config_files="$ac_config_files"
13956 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail
=1
13958 \`$as_me' instantiates files and other configuration actions
13959 from templates according to the current configuration. Unless the files
13960 and actions are specified as TAGs, all are instantiated by default.
13962 Usage: $0 [OPTION]... [TAG]...
13964 -h, --help print this help, then exit
13965 -V, --version print version number and configuration settings, then exit
13966 -q, --quiet, --silent
13967 do not print progress messages
13968 -d, --debug don't remove temporary files
13969 --recheck update $as_me by reconfiguring in the same conditions
13970 --file=FILE[:TEMPLATE]
13971 instantiate the configuration file FILE
13973 Configuration files:
13976 Report bugs to the package provider."
13979 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
13982 configured by $0, generated by GNU Autoconf 2.64,
13983 with options \\"`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
13985 Copyright (C) 2009 Free Software Foundation, Inc.
13986 This config.status script is free software; the Free Software Foundation
13987 gives unlimited permission to copy, distribute and modify it."
13993 test -n "\$AWK" || AWK=awk
13996 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail
=1
13997 # The default lists apply if the user does not specify any file.
14003 ac_option
=`expr "X$1" : 'X\([^=]*\)='`
14004 ac_optarg
=`expr "X$1" : 'X[^=]*=\(.*\)'`
14015 # Handling of the options.
14016 -recheck |
--recheck |
--rechec |
--reche |
--rech |
--rec |
--re |
--r)
14018 --version |
--versio |
--versi |
--vers |
--ver |
--ve |
--v |
-V )
14019 $as_echo "$ac_cs_version"; exit ;;
14020 --debug |
--debu |
--deb |
--de |
--d |
-d )
14022 --file |
--fil |
--fi |
--f )
14025 *\'*) ac_optarg
=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
14027 as_fn_append CONFIG_FILES
" '$ac_optarg'"
14028 ac_need_defaults
=false
;;
14029 --he |
--h |
--help |
--hel |
-h )
14030 $as_echo "$ac_cs_usage"; exit ;;
14031 -q |
-quiet |
--quiet |
--quie |
--qui |
--qu |
--q \
14032 |
-silent |
--silent |
--silen |
--sile |
--sil |
--si |
--s)
14035 # This is an error.
14036 -*) as_fn_error
"unrecognized option: \`$1'
14037 Try \`$0 --help' for more information." ;;
14039 *) as_fn_append ac_config_targets
" $1"
14040 ac_need_defaults
=false
;;
14046 ac_configure_extra_args
=
14048 if $ac_cs_silent; then
14050 ac_configure_extra_args
="$ac_configure_extra_args --silent"
14054 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
14055 if \$ac_cs_recheck; then
14056 set X '$SHELL' '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
14058 \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
14059 CONFIG_SHELL='$SHELL'
14060 export CONFIG_SHELL
14065 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail
=1
14069 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
14070 ## Running $as_me. ##
14076 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
14080 extrasub_build="$extrasub_build"
14081 extrasub_host="$extrasub_host"
14082 extrasub_target="$extrasub_target"
14086 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail
=1
14088 # Handling of arguments.
14089 for ac_config_target
in $ac_config_targets
14091 case $ac_config_target in
14092 "Makefile") CONFIG_FILES
="$CONFIG_FILES Makefile" ;;
14094 *) as_fn_error
"invalid argument: \`$ac_config_target'" "$LINENO" 5;;
14099 # If the user did not use the arguments to specify the items to instantiate,
14100 # then the envvar interface is used. Set only those that are not.
14101 # We use the long form for the default assignment because of an extremely
14102 # bizarre bug on SunOS 4.1.3.
14103 if $ac_need_defaults; then
14104 test "${CONFIG_FILES+set}" = set || CONFIG_FILES
=$config_files
14107 # Have a temporary directory for convenience. Make it in the build tree
14108 # simply because there is no reason against having it here, and in addition,
14109 # creating and moving files from /tmp can sometimes cause problems.
14110 # Hook for its removal unless debugging.
14111 # Note that there is a small window in which the directory will not be cleaned:
14112 # after its creation but before its name has been assigned to `$tmp'.
14116 trap 'exit_status=$?
14117 { test -z "$tmp" || test ! -d "$tmp" || rm -fr "$tmp"; } && exit $exit_status
14119 trap 'as_fn_exit 1' 1 2 13 15
14121 # Create a (secure) tmp directory for tmp files.
14124 tmp
=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
14125 test -n "$tmp" && test -d "$tmp"
14128 tmp
=.
/conf$$
-$RANDOM
14129 (umask 077 && mkdir
"$tmp")
14130 } || as_fn_error
"cannot create a temporary directory in ." "$LINENO" 5
14132 # Set up the scripts for CONFIG_FILES section.
14133 # No need to generate them if there are no CONFIG_FILES.
14134 # This happens for instance with `./config.status config.h'.
14135 if test -n "$CONFIG_FILES"; then
14137 if $AWK 'BEGIN { getline <"/dev/null" }' </dev
/null
2>/dev
/null
; then
14138 ac_cs_awk_getline
=:
14139 ac_cs_awk_pipe_init
=
14140 ac_cs_awk_read_file
='
14141 while ((getline aline < (F[key])) > 0)
14144 ac_cs_awk_pipe_fini
=
14146 ac_cs_awk_getline
=false
14147 ac_cs_awk_pipe_init
="print \"cat <<'|#_!!_#|' &&\""
14148 ac_cs_awk_read_file
='
14150 print "cat " F[key] " &&"
14151 '$ac_cs_awk_pipe_init
14152 # The final `:' finishes the AND list.
14153 ac_cs_awk_pipe_fini
='END { print "|#_!!_#|"; print ":" }'
14155 ac_cr
=`echo X | tr X '\015'`
14156 # On cygwin, bash can eat \r inside `` if the user requested igncr.
14157 # But we know of no other shell where ac_cr would be empty at this
14158 # point, so we can use a bashism as a fallback.
14159 if test "x$ac_cr" = x
; then
14160 eval ac_cr
=\$
\'\\r
\'
14162 ac_cs_awk_cr
=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
14163 if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
14166 ac_cs_awk_cr
=$ac_cr
14169 echo 'BEGIN {' >"$tmp/subs1.awk" &&
14172 # Create commands to substitute file output variables.
14174 echo "cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1" &&
14175 echo 'cat >>"\$tmp/subs1.awk" <<\\_ACAWK &&' &&
14176 echo "$ac_subst_files" |
sed 's/.*/F["&"]="$&"/' &&
14179 } >conf$
$files.sh
&&
14180 . .
/conf$
$files.sh ||
14181 as_fn_error
"could not make $CONFIG_STATUS" "$LINENO" 5
14182 rm -f conf$
$files.sh
14185 echo "cat >conf$$subs.awk <<_ACEOF" &&
14186 echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
14188 } >conf$$subs.sh ||
14189 as_fn_error "could not
make $CONFIG_STATUS" "$LINENO" 5
14190 ac_delim_num=`echo "$ac_subst_vars" | grep -c '$'`
14192 for ac_last_try in false false false false false :; do
14193 . ./conf$$subs.sh ||
14194 as_fn_error "could not
make $CONFIG_STATUS" "$LINENO" 5
14196 ac_delim_n=`sed -n "s
/.
*$ac_delim\$
/X
/p
" conf$$subs.awk | grep -c X`
14197 if test $ac_delim_n = $ac_delim_num; then
14199 elif $ac_last_try; then
14200 as_fn_error "could not
make $CONFIG_STATUS" "$LINENO" 5
14202 ac_delim="$ac_delim!$ac_delim _
$ac_delim!! "
14205 rm -f conf$$subs.sh
14207 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
14208 cat >>"\
$tmp/subs1.
awk" <<\\_ACAWK &&
14212 s/^/S["/; s
/!.
*/"]=/
14222 s/\(.\{148\}\).*/\1/
14224 s/["\\]/\\&/g
; s
/^
/"/; s/$/\\n"\\/
14229 s
/["\\]/\\&/g; s/^/"/; s
/$
/"\\/
14236 s/\(.\{148\}\).*/\1/
14238 s/["\\]/\\&/g
; s
/^
/"/; s/$/"/
14242 s
/["\\]/\\&/g; s/^/"/; s
/$
/"\\/
14247 ' <conf$$subs.awk | sed '
14252 ' >>$CONFIG_STATUS || ac_write_fail=1
14253 rm -f conf$$subs.awk
14254 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
14256 cat >>"\
$tmp/subs1.
awk" <<_ACAWK &&
14257 for (key in S) S_is_set[key] = 1
14259 \$ac_cs_awk_pipe_init
14263 nfields = split(line, field, "@
")
14265 len = length(field[1])
14266 for (i = 2; i < nfields; i++) {
14268 keylen = length(key)
14269 if (S_is_set[key]) {
14271 line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
14272 len += length(value) + length(field[++i])
14277 if (nfields == 3 && !substed) {
14279 if (F[key] != "" && line ~ /^[ ]*@.*@[ ]*$/) {
14280 \$ac_cs_awk_read_file
14286 \$ac_cs_awk_pipe_fini
14289 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
14290 if sed "s
/$ac_cr//" < /dev/null > /dev/null 2>&1; then
14291 sed "s
/$ac_cr\$
//; s
/$ac_cr/$ac_cs_awk_cr/g
"
14294 fi < "$tmp/subs1.
awk" > "$tmp/subs.
awk" \
14295 || as_fn_error "could not setup config files machinery
" "$LINENO" 5
14298 # VPATH may cause trouble with some makes, so we remove $(srcdir),
14299 # ${srcdir} and @srcdir@ from VPATH if srcdir is ".
", strip leading and
14300 # trailing colons and then remove the whole line if VPATH becomes empty
14301 # (actually we leave an empty line to preserve line numbers).
14302 if test "x
$srcdir" = x.; then
14303 ac_vpsub='/^[ ]*VPATH[ ]*=/{
14304 s/:*\$(srcdir):*/:/
14305 s/:*\${srcdir}:*/:/
14307 s/^\([^=]*=[ ]*\):*/\1/
14313 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
14314 fi # test -n "$CONFIG_FILES"
14317 eval set X " :F
$CONFIG_FILES "
14322 :[FHLC]) ac_mode=$ac_tag; continue;;
14324 case $ac_mode$ac_tag in
14326 :L* | :C*:*) as_fn_error "invalid tag \
`$ac_tag'" "$LINENO" 5;;
14327 :[FH]-) ac_tag=-:-;;
14328 :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
14345 -) ac_f="$tmp/stdin";;
14346 *) # Look for the file first in the build tree, then in the source tree
14347 # (if the path is not absolute). The absolute path cannot be DOS-style,
14348 # because $ac_f cannot contain `:'.
14352 *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
14354 as_fn_error "cannot find input file: \`$ac_f'" "$LINENO" 5;;
14356 case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s
/'/'\\\\\\\\''/g
"`;; esac
14357 as_fn_append ac_file_inputs " '$ac_f'"
14360 # Let's still pretend it is `configure' which instantiates (i.e., don't
14361 # use $as_me), people would be surprised to read:
14362 # /* config.h. Generated by config.status. */
14363 configure_input='Generated from '`
14364 $as_echo "$
*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
14366 if test x"$ac_file" != x-; then
14367 configure_input="$ac_file.
$configure_input"
14368 { $as_echo "$as_me:${as_lineno-$LINENO}: creating
$ac_file" >&5
14369 $as_echo "$as_me: creating
$ac_file" >&6;}
14371 # Neutralize special characters interpreted by sed in replacement strings.
14372 case $configure_input in #(
14373 *\&* | *\|* | *\\* )
14374 ac_sed_conf_input=`$as_echo "$configure_input" |
14375 sed 's/[\\\\&|]/\\\\&/g'`;; #(
14376 *) ac_sed_conf_input=$configure_input;;
14380 *:-:* | *:-) cat >"$tmp/stdin
" \
14381 || as_fn_error "could not create
$ac_file" "$LINENO" 5 ;;
14386 ac_dir=`$as_dirname -- "$ac_file" ||
14387 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
14388 X"$ac_file" : 'X\(//\)[^/]' \| \
14389 X"$ac_file" : 'X\(//\)$' \| \
14390 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
14391 $as_echo X"$ac_file" |
14392 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
14396 /^X\(\/\/\)[^/].*/{
14409 as_dir="$ac_dir"; as_fn_mkdir_p
14413 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
14415 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
14416 # A "..
" for each directory in $ac_dir_suffix.
14417 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
14418 case $ac_top_builddir_sub in
14419 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
14420 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
14423 ac_abs_top_builddir=$ac_pwd
14424 ac_abs_builddir=$ac_pwd$ac_dir_suffix
14425 # for backward compatibility:
14426 ac_top_builddir=$ac_top_build_prefix
14429 .) # We are building in place.
14431 ac_top_srcdir=$ac_top_builddir_sub
14432 ac_abs_top_srcdir=$ac_pwd ;;
14433 [\\/]* | ?:[\\/]* ) # Absolute name.
14434 ac_srcdir=$srcdir$ac_dir_suffix;
14435 ac_top_srcdir=$srcdir
14436 ac_abs_top_srcdir=$srcdir ;;
14437 *) # Relative name.
14438 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
14439 ac_top_srcdir=$ac_top_build_prefix$srcdir
14440 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
14442 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
14452 [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
14453 *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
14457 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
14458 # If the template does not know about datarootdir, expand it.
14459 # FIXME: This hack should be removed a few years after 2.60.
14460 ac_datarootdir_hack=; ac_datarootdir_seen=
14471 case `eval "sed -n \"\
$ac_sed_dataroot\" $ac_file_inputs"` in
14472 *datarootdir*) ac_datarootdir_seen=yes;;
14473 *@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
14474 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING
: $ac_file_inputs seems to ignore the
--datarootdir setting
" >&5
14475 $as_echo "$as_me: WARNING
: $ac_file_inputs seems to ignore the
--datarootdir setting
" >&2;}
14477 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
14478 ac_datarootdir_hack='
14479 s&@datadir@&$datadir&g
14480 s&@docdir@&$docdir&g
14481 s&@infodir@&$infodir&g
14482 s&@localedir@&$localedir&g
14483 s&@mandir@&$mandir&g
14484 s&\\\${datarootdir}&$datarootdir&g' ;;
14488 # Neutralize VPATH when `$srcdir' = `.'.
14489 # Shell code in configure.ac might set extrasub.
14490 # FIXME: do we really want to maintain this feature?
14491 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
14492 ac_sed_extra="$ac_vpsub
14495 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail
=1
14497 /@
[a-zA-Z_
][a-zA-Z_0-9
]*@
/!b
14498 s|@configure_input@|
$ac_sed_conf_input|
;t t
14499 s
&@top_builddir@
&$ac_top_builddir_sub&;t t
14500 s
&@top_build_prefix@
&$ac_top_build_prefix&;t t
14501 s
&@srcdir@
&$ac_srcdir&;t t
14502 s
&@abs_srcdir@
&$ac_abs_srcdir&;t t
14503 s
&@top_srcdir@
&$ac_top_srcdir&;t t
14504 s
&@abs_top_srcdir@
&$ac_abs_top_srcdir&;t t
14505 s
&@builddir@
&$ac_builddir&;t t
14506 s
&@abs_builddir@
&$ac_abs_builddir&;t t
14507 s
&@abs_top_builddir@
&$ac_abs_top_builddir&;t t
14508 s
&@INSTALL@
&$ac_INSTALL&;t t
14509 $ac_datarootdir_hack
14511 eval sed \"\$ac_sed_extra\" "$ac_file_inputs" |
14512 if $ac_cs_awk_getline; then
14513 $AWK -f "$tmp/subs.
awk"
14515 $AWK -f "$tmp/subs.
awk" | $SHELL
14517 || as_fn_error "could not create
$ac_file" "$LINENO" 5
14519 test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
14520 { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out
"`; test -n "$ac_out"; } &&
14521 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' "$tmp/out
"`; test -z "$ac_out"; } &&
14522 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING
: $ac_file contains a reference to the variable \
`datarootdir'
14523 which seems to be undefined. Please make sure it is defined." >&5
14524 $as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir
'
14525 which seems to be undefined. Please make sure it is defined." >&2;}
14529 -) cat "$tmp/out" && rm -f "$tmp/out";;
14530 *) rm -f "$ac_file" && mv "$tmp/out" "$ac_file";;
14532 || as_fn_error "could not create $ac_file" "$LINENO" 5
14540 case $ac_file$ac_mode in
14541 "Makefile":F) sed "$extrasub_build" Makefile |
14542 sed "$extrasub_host" |
14543 sed "$extrasub_target" > mf$$
14544 mv -f mf$$ Makefile ;;
14552 ac_clean_files=$ac_clean_files_save
14554 test $ac_write_fail = 0 ||
14555 as_fn_error "write failure creating $CONFIG_STATUS" "$LINENO" 5
14558 # configure is writing to config.log, and then calls config.status.
14559 # config.status does its own redirection, appending to config.log.
14560 # Unfortunately, on DOS this fails, as config.log is still kept open
14561 # by configure, so config.status won't be able to
write to it
; its
14562 # output is simply discarded. So we exec the FD to /dev/null,
14563 # effectively closing config.log, so it can be properly (re)opened and
14564 # appended to by config.status. When coming back to configure, we
14565 # need to make the FD available again.
14566 if test "$no_create" != yes; then
14568 ac_config_status_args
=
14569 test "$silent" = yes &&
14570 ac_config_status_args
="$ac_config_status_args --quiet"
14572 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success
=false
14574 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
14575 # would make configure fail if this is the last instruction.
14576 $ac_cs_success || as_fn_exit $?
14578 if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no
; then
14579 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
14580 $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}