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
638 DEBUG_PREFIX_CFLAGS_FOR_TARGET
639 SYSROOT_CFLAGS_FOR_TARGET
641 extra_host_libiberty_configure_flags
650 extra_mpc_mpfr_configure_flags
651 extra_mpc_gmp_configure_flags
652 extra_mpfr_configure_flags
694 TOPLEVEL_CONFIGURE_ARGUMENTS
722 program_transform_name
733 ac_subst_files
='serialization_dependencies
739 enable_option_checking
744 enable_build_with_cxx
764 enable_ppl_version_check
769 enable_cloog_version_check
771 enable_stage1_languages
774 with_debug_prefix_map
777 enable_serial_configure
778 with_build_time_tools
779 enable_maintainer_mode
780 enable_stage1_checking
783 ac_precious_vars
='build_alias
827 # Initialize some variables set by options.
829 ac_init_version
=false
830 ac_unrecognized_opts
=
832 # The variables have the same names as the options, with
833 # dashes changed to underlines.
841 program_transform_name
=s
,x
,x
,
849 # Installation directory options.
850 # These are left unexpanded so users can "make install exec_prefix=/foo"
851 # and all the variables that are supposed to be based on exec_prefix
852 # by default will actually change.
853 # Use braces instead of parens because sh, perl, etc. also accept them.
854 # (The list follows the same order as the GNU Coding Standards.)
855 bindir
='${exec_prefix}/bin'
856 sbindir
='${exec_prefix}/sbin'
857 libexecdir
='${exec_prefix}/libexec'
858 datarootdir
='${prefix}/share'
859 datadir
='${datarootdir}'
860 sysconfdir
='${prefix}/etc'
861 sharedstatedir
='${prefix}/com'
862 localstatedir
='${prefix}/var'
863 includedir
='${prefix}/include'
864 oldincludedir
='/usr/include'
865 docdir
='${datarootdir}/doc/${PACKAGE}'
866 infodir
='${datarootdir}/info'
871 libdir
='${exec_prefix}/lib'
872 localedir
='${datarootdir}/locale'
873 mandir
='${datarootdir}/man'
879 # If the previous option needs an argument, assign it.
880 if test -n "$ac_prev"; then
881 eval $ac_prev=\
$ac_option
887 *=*) ac_optarg
=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
891 # Accept the important Cygnus configure options, so we can diagnose typos.
893 case $ac_dashdash$ac_option in
897 -bindir |
--bindir |
--bindi |
--bind |
--bin |
--bi)
899 -bindir=* |
--bindir=* |
--bindi=* |
--bind=* |
--bin=* |
--bi=*)
902 -build |
--build |
--buil |
--bui |
--bu)
903 ac_prev
=build_alias
;;
904 -build=* |
--build=* |
--buil=* |
--bui=* |
--bu=*)
905 build_alias
=$ac_optarg ;;
907 -cache-file |
--cache-file |
--cache-fil |
--cache-fi \
908 |
--cache-f |
--cache- |
--cache |
--cach |
--cac |
--ca |
--c)
909 ac_prev
=cache_file
;;
910 -cache-file=* |
--cache-file=* |
--cache-fil=* |
--cache-fi=* \
911 |
--cache-f=* |
--cache-=* |
--cache=* |
--cach=* |
--cac=* |
--ca=* |
--c=*)
912 cache_file
=$ac_optarg ;;
915 cache_file
=config.cache
;;
917 -datadir |
--datadir |
--datadi |
--datad)
919 -datadir=* |
--datadir=* |
--datadi=* |
--datad=*)
920 datadir
=$ac_optarg ;;
922 -datarootdir |
--datarootdir |
--datarootdi |
--datarootd |
--dataroot \
923 |
--dataroo |
--dataro |
--datar)
924 ac_prev
=datarootdir
;;
925 -datarootdir=* |
--datarootdir=* |
--datarootdi=* |
--datarootd=* \
926 |
--dataroot=* |
--dataroo=* |
--dataro=* |
--datar=*)
927 datarootdir
=$ac_optarg ;;
929 -disable-* |
--disable-*)
930 ac_useropt
=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
931 # Reject names that are not valid shell variable names.
932 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev
/null
&&
933 as_fn_error
"invalid feature name: $ac_useropt"
934 ac_useropt_orig
=$ac_useropt
935 ac_useropt
=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
936 case $ac_user_opts in
940 *) ac_unrecognized_opts
="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig"
941 ac_unrecognized_sep
=', ';;
943 eval enable_
$ac_useropt=no
;;
945 -docdir |
--docdir |
--docdi |
--doc |
--do)
947 -docdir=* |
--docdir=* |
--docdi=* |
--doc=* |
--do=*)
950 -dvidir |
--dvidir |
--dvidi |
--dvid |
--dvi |
--dv)
952 -dvidir=* |
--dvidir=* |
--dvidi=* |
--dvid=* |
--dvi=* |
--dv=*)
955 -enable-* |
--enable-*)
956 ac_useropt
=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
957 # Reject names that are not valid shell variable names.
958 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev
/null
&&
959 as_fn_error
"invalid feature name: $ac_useropt"
960 ac_useropt_orig
=$ac_useropt
961 ac_useropt
=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
962 case $ac_user_opts in
966 *) ac_unrecognized_opts
="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig"
967 ac_unrecognized_sep
=', ';;
969 eval enable_
$ac_useropt=\
$ac_optarg ;;
971 -exec-prefix |
--exec_prefix |
--exec-prefix |
--exec-prefi \
972 |
--exec-pref |
--exec-pre |
--exec-pr |
--exec-p |
--exec- \
973 |
--exec |
--exe |
--ex)
974 ac_prev
=exec_prefix
;;
975 -exec-prefix=* |
--exec_prefix=* |
--exec-prefix=* |
--exec-prefi=* \
976 |
--exec-pref=* |
--exec-pre=* |
--exec-pr=* |
--exec-p=* |
--exec-=* \
977 |
--exec=* |
--exe=* |
--ex=*)
978 exec_prefix
=$ac_optarg ;;
980 -gas |
--gas |
--ga |
--g)
981 # Obsolete; use --with-gas.
984 -help |
--help |
--hel |
--he |
-h)
986 -help=r
* |
--help=r
* |
--hel=r
* |
--he=r
* |
-hr*)
987 ac_init_help
=recursive
;;
988 -help=s
* |
--help=s
* |
--hel=s
* |
--he=s
* |
-hs*)
989 ac_init_help
=short
;;
991 -host |
--host |
--hos |
--ho)
992 ac_prev
=host_alias
;;
993 -host=* |
--host=* |
--hos=* |
--ho=*)
994 host_alias
=$ac_optarg ;;
996 -htmldir |
--htmldir |
--htmldi |
--htmld |
--html |
--htm |
--ht)
998 -htmldir=* |
--htmldir=* |
--htmldi=* |
--htmld=* |
--html=* |
--htm=* \
1000 htmldir
=$ac_optarg ;;
1002 -includedir |
--includedir |
--includedi |
--included |
--include \
1003 |
--includ |
--inclu |
--incl |
--inc)
1004 ac_prev
=includedir
;;
1005 -includedir=* |
--includedir=* |
--includedi=* |
--included=* |
--include=* \
1006 |
--includ=* |
--inclu=* |
--incl=* |
--inc=*)
1007 includedir
=$ac_optarg ;;
1009 -infodir |
--infodir |
--infodi |
--infod |
--info |
--inf)
1011 -infodir=* |
--infodir=* |
--infodi=* |
--infod=* |
--info=* |
--inf=*)
1012 infodir
=$ac_optarg ;;
1014 -libdir |
--libdir |
--libdi |
--libd)
1016 -libdir=* |
--libdir=* |
--libdi=* |
--libd=*)
1017 libdir
=$ac_optarg ;;
1019 -libexecdir |
--libexecdir |
--libexecdi |
--libexecd |
--libexec \
1020 |
--libexe |
--libex |
--libe)
1021 ac_prev
=libexecdir
;;
1022 -libexecdir=* |
--libexecdir=* |
--libexecdi=* |
--libexecd=* |
--libexec=* \
1023 |
--libexe=* |
--libex=* |
--libe=*)
1024 libexecdir
=$ac_optarg ;;
1026 -localedir |
--localedir |
--localedi |
--localed |
--locale)
1027 ac_prev
=localedir
;;
1028 -localedir=* |
--localedir=* |
--localedi=* |
--localed=* |
--locale=*)
1029 localedir
=$ac_optarg ;;
1031 -localstatedir |
--localstatedir |
--localstatedi |
--localstated \
1032 |
--localstate |
--localstat |
--localsta |
--localst |
--locals)
1033 ac_prev
=localstatedir
;;
1034 -localstatedir=* |
--localstatedir=* |
--localstatedi=* |
--localstated=* \
1035 |
--localstate=* |
--localstat=* |
--localsta=* |
--localst=* |
--locals=*)
1036 localstatedir
=$ac_optarg ;;
1038 -mandir |
--mandir |
--mandi |
--mand |
--man |
--ma |
--m)
1040 -mandir=* |
--mandir=* |
--mandi=* |
--mand=* |
--man=* |
--ma=* |
--m=*)
1041 mandir
=$ac_optarg ;;
1043 -nfp |
--nfp |
--nf)
1044 # Obsolete; use --without-fp.
1047 -no-create |
--no-create |
--no-creat |
--no-crea |
--no-cre \
1048 |
--no-cr |
--no-c |
-n)
1051 -no-recursion |
--no-recursion |
--no-recursio |
--no-recursi \
1052 |
--no-recurs |
--no-recur |
--no-recu |
--no-rec |
--no-re |
--no-r)
1055 -oldincludedir |
--oldincludedir |
--oldincludedi |
--oldincluded \
1056 |
--oldinclude |
--oldinclud |
--oldinclu |
--oldincl |
--oldinc \
1057 |
--oldin |
--oldi |
--old |
--ol |
--o)
1058 ac_prev
=oldincludedir
;;
1059 -oldincludedir=* |
--oldincludedir=* |
--oldincludedi=* |
--oldincluded=* \
1060 |
--oldinclude=* |
--oldinclud=* |
--oldinclu=* |
--oldincl=* |
--oldinc=* \
1061 |
--oldin=* |
--oldi=* |
--old=* |
--ol=* |
--o=*)
1062 oldincludedir
=$ac_optarg ;;
1064 -prefix |
--prefix |
--prefi |
--pref |
--pre |
--pr |
--p)
1066 -prefix=* |
--prefix=* |
--prefi=* |
--pref=* |
--pre=* |
--pr=* |
--p=*)
1067 prefix
=$ac_optarg ;;
1069 -program-prefix |
--program-prefix |
--program-prefi |
--program-pref \
1070 |
--program-pre |
--program-pr |
--program-p)
1071 ac_prev
=program_prefix
;;
1072 -program-prefix=* |
--program-prefix=* |
--program-prefi=* \
1073 |
--program-pref=* |
--program-pre=* |
--program-pr=* |
--program-p=*)
1074 program_prefix
=$ac_optarg ;;
1076 -program-suffix |
--program-suffix |
--program-suffi |
--program-suff \
1077 |
--program-suf |
--program-su |
--program-s)
1078 ac_prev
=program_suffix
;;
1079 -program-suffix=* |
--program-suffix=* |
--program-suffi=* \
1080 |
--program-suff=* |
--program-suf=* |
--program-su=* |
--program-s=*)
1081 program_suffix
=$ac_optarg ;;
1083 -program-transform-name |
--program-transform-name \
1084 |
--program-transform-nam |
--program-transform-na \
1085 |
--program-transform-n |
--program-transform- \
1086 |
--program-transform |
--program-transfor \
1087 |
--program-transfo |
--program-transf \
1088 |
--program-trans |
--program-tran \
1089 |
--progr-tra |
--program-tr |
--program-t)
1090 ac_prev
=program_transform_name
;;
1091 -program-transform-name=* |
--program-transform-name=* \
1092 |
--program-transform-nam=* |
--program-transform-na=* \
1093 |
--program-transform-n=* |
--program-transform-=* \
1094 |
--program-transform=* |
--program-transfor=* \
1095 |
--program-transfo=* |
--program-transf=* \
1096 |
--program-trans=* |
--program-tran=* \
1097 |
--progr-tra=* |
--program-tr=* |
--program-t=*)
1098 program_transform_name
=$ac_optarg ;;
1100 -pdfdir |
--pdfdir |
--pdfdi |
--pdfd |
--pdf |
--pd)
1102 -pdfdir=* |
--pdfdir=* |
--pdfdi=* |
--pdfd=* |
--pdf=* |
--pd=*)
1103 pdfdir
=$ac_optarg ;;
1105 -psdir |
--psdir |
--psdi |
--psd |
--ps)
1107 -psdir=* |
--psdir=* |
--psdi=* |
--psd=* |
--ps=*)
1110 -q |
-quiet |
--quiet |
--quie |
--qui |
--qu |
--q \
1111 |
-silent |
--silent |
--silen |
--sile |
--sil)
1114 -sbindir |
--sbindir |
--sbindi |
--sbind |
--sbin |
--sbi |
--sb)
1116 -sbindir=* |
--sbindir=* |
--sbindi=* |
--sbind=* |
--sbin=* \
1118 sbindir
=$ac_optarg ;;
1120 -sharedstatedir |
--sharedstatedir |
--sharedstatedi \
1121 |
--sharedstated |
--sharedstate |
--sharedstat |
--sharedsta \
1122 |
--sharedst |
--shareds |
--shared |
--share |
--shar \
1124 ac_prev
=sharedstatedir
;;
1125 -sharedstatedir=* |
--sharedstatedir=* |
--sharedstatedi=* \
1126 |
--sharedstated=* |
--sharedstate=* |
--sharedstat=* |
--sharedsta=* \
1127 |
--sharedst=* |
--shareds=* |
--shared=* |
--share=* |
--shar=* \
1129 sharedstatedir
=$ac_optarg ;;
1131 -site |
--site |
--sit)
1133 -site=* |
--site=* |
--sit=*)
1136 -srcdir |
--srcdir |
--srcdi |
--srcd |
--src |
--sr)
1138 -srcdir=* |
--srcdir=* |
--srcdi=* |
--srcd=* |
--src=* |
--sr=*)
1139 srcdir
=$ac_optarg ;;
1141 -sysconfdir |
--sysconfdir |
--sysconfdi |
--sysconfd |
--sysconf \
1142 |
--syscon |
--sysco |
--sysc |
--sys |
--sy)
1143 ac_prev
=sysconfdir
;;
1144 -sysconfdir=* |
--sysconfdir=* |
--sysconfdi=* |
--sysconfd=* |
--sysconf=* \
1145 |
--syscon=* |
--sysco=* |
--sysc=* |
--sys=* |
--sy=*)
1146 sysconfdir
=$ac_optarg ;;
1148 -target |
--target |
--targe |
--targ |
--tar |
--ta |
--t)
1149 ac_prev
=target_alias
;;
1150 -target=* |
--target=* |
--targe=* |
--targ=* |
--tar=* |
--ta=* |
--t=*)
1151 target_alias
=$ac_optarg ;;
1153 -v |
-verbose |
--verbose |
--verbos |
--verbo |
--verb)
1156 -version |
--version |
--versio |
--versi |
--vers |
-V)
1157 ac_init_version
=: ;;
1160 ac_useropt
=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
1161 # Reject names that are not valid shell variable names.
1162 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev
/null
&&
1163 as_fn_error
"invalid package name: $ac_useropt"
1164 ac_useropt_orig
=$ac_useropt
1165 ac_useropt
=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1166 case $ac_user_opts in
1170 *) ac_unrecognized_opts
="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig"
1171 ac_unrecognized_sep
=', ';;
1173 eval with_
$ac_useropt=\
$ac_optarg ;;
1175 -without-* |
--without-*)
1176 ac_useropt
=`expr "x$ac_option" : 'x-*without-\(.*\)'`
1177 # Reject names that are not valid shell variable names.
1178 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev
/null
&&
1179 as_fn_error
"invalid package name: $ac_useropt"
1180 ac_useropt_orig
=$ac_useropt
1181 ac_useropt
=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1182 case $ac_user_opts in
1186 *) ac_unrecognized_opts
="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig"
1187 ac_unrecognized_sep
=', ';;
1189 eval with_
$ac_useropt=no
;;
1192 # Obsolete; use --with-x.
1195 -x-includes |
--x-includes |
--x-include |
--x-includ |
--x-inclu \
1196 |
--x-incl |
--x-inc |
--x-in |
--x-i)
1197 ac_prev
=x_includes
;;
1198 -x-includes=* |
--x-includes=* |
--x-include=* |
--x-includ=* |
--x-inclu=* \
1199 |
--x-incl=* |
--x-inc=* |
--x-in=* |
--x-i=*)
1200 x_includes
=$ac_optarg ;;
1202 -x-libraries |
--x-libraries |
--x-librarie |
--x-librari \
1203 |
--x-librar |
--x-libra |
--x-libr |
--x-lib |
--x-li |
--x-l)
1204 ac_prev
=x_libraries
;;
1205 -x-libraries=* |
--x-libraries=* |
--x-librarie=* |
--x-librari=* \
1206 |
--x-librar=* |
--x-libra=* |
--x-libr=* |
--x-lib=* |
--x-li=* |
--x-l=*)
1207 x_libraries
=$ac_optarg ;;
1209 -*) as_fn_error
"unrecognized option: \`$ac_option'
1210 Try \`$0 --help' for more information."
1214 ac_envvar
=`expr "x$ac_option" : 'x\([^=]*\)='`
1215 # Reject names that are not valid shell variable names.
1216 case $ac_envvar in #(
1217 '' |
[0-9]* |
*[!_
$as_cr_alnum]* )
1218 as_fn_error
"invalid variable name: \`$ac_envvar'" ;;
1220 eval $ac_envvar=\
$ac_optarg
1221 export $ac_envvar ;;
1224 # FIXME: should be removed in autoconf 3.0.
1225 $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2
1226 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev
/null
&&
1227 $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2
1228 : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}
1234 if test -n "$ac_prev"; then
1235 ac_option
=--`echo $ac_prev | sed 's/_/-/g'`
1236 as_fn_error
"missing argument to $ac_option"
1239 if test -n "$ac_unrecognized_opts"; then
1240 case $enable_option_checking in
1242 fatal
) as_fn_error
"unrecognized options: $ac_unrecognized_opts" ;;
1243 *) $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
1247 # Check all directory arguments for consistency.
1248 for ac_var
in exec_prefix prefix bindir sbindir libexecdir datarootdir \
1249 datadir sysconfdir sharedstatedir localstatedir includedir \
1250 oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
1251 libdir localedir mandir
1253 eval ac_val
=\$
$ac_var
1254 # Remove trailing slashes.
1257 ac_val
=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
1258 eval $ac_var=\
$ac_val;;
1260 # Be sure to have absolute directory names.
1262 [\\/$
]* | ?
:[\\/]* ) continue;;
1263 NONE |
'' ) case $ac_var in *prefix
) continue;; esac;;
1265 as_fn_error
"expected an absolute directory name for --$ac_var: $ac_val"
1268 # There might be people who depend on the old broken behavior: `$host'
1269 # used to hold the argument of --host etc.
1270 # FIXME: To remove some day.
1273 target
=$target_alias
1275 # FIXME: To remove some day.
1276 if test "x$host_alias" != x
; then
1277 if test "x$build_alias" = x
; then
1278 cross_compiling
=maybe
1279 $as_echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host.
1280 If a cross compiler is detected then cross compile mode will be used." >&2
1281 elif test "x$build_alias" != "x$host_alias"; then
1287 test -n "$host_alias" && ac_tool_prefix
=$host_alias-
1289 test "$silent" = yes && exec 6>/dev
/null
1292 ac_pwd
=`pwd` && test -n "$ac_pwd" &&
1293 ac_ls_di
=`ls -di .` &&
1294 ac_pwd_ls_di
=`cd "$ac_pwd" && ls -di .` ||
1295 as_fn_error
"working directory cannot be determined"
1296 test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
1297 as_fn_error
"pwd does not report name of working directory"
1300 # Find the source files, if location was not specified.
1301 if test -z "$srcdir"; then
1302 ac_srcdir_defaulted
=yes
1303 # Try the directory containing this script, then the parent directory.
1304 ac_confdir
=`$as_dirname -- "$as_myself" ||
1305 $as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1306 X"$as_myself" : 'X\(//\)[^/]' \| \
1307 X"$as_myself" : 'X\(//\)$' \| \
1308 X"$as_myself" : 'X\(/\)' \| . 2>/dev/null ||
1309 $as_echo X"$as_myself" |
1310 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1328 if test ! -r "$srcdir/$ac_unique_file"; then
1332 ac_srcdir_defaulted
=no
1334 if test ! -r "$srcdir/$ac_unique_file"; then
1335 test "$ac_srcdir_defaulted" = yes && srcdir
="$ac_confdir or .."
1336 as_fn_error
"cannot find sources ($ac_unique_file) in $srcdir"
1338 ac_msg
="sources are in $srcdir, but \`cd $srcdir' does not work"
1340 cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error "$ac_msg"
1342 # When building in place, set srcdir=.
1343 if test "$ac_abs_confdir" = "$ac_pwd"; then
1346 # Remove unnecessary trailing slashes from srcdir.
1347 # Double slashes in file names in object file debugging info
1348 # mess up M-x gdb in Emacs.
1350 */) srcdir
=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
1354 as_fn_error
"path to source, $srcdir, contains spaces"
1357 ac_subdirs_all
=`cd $srcdir && echo */configure | sed 's,/configure,,g'`
1359 for ac_var
in $ac_precious_vars; do
1360 eval ac_env_
${ac_var}_set=\${${ac_var}+set}
1361 eval ac_env_
${ac_var}_value
=\$
${ac_var}
1362 eval ac_cv_env_
${ac_var}_set=\${${ac_var}+set}
1363 eval ac_cv_env_
${ac_var}_value
=\$
${ac_var}
1367 # Report the --help message.
1369 if test "$ac_init_help" = "long"; then
1370 # Omit some internal or obsolete options to make the list less imposing.
1371 # This message is too long to be a string in the A/UX 3.1 sh.
1373 \`configure' configures this package to adapt to many kinds of systems.
1375 Usage: $0 [OPTION]... [VAR=VALUE]...
1377 To assign environment variables (e.g., CC, CFLAGS...), specify them as
1378 VAR=VALUE. See below for descriptions of some of the useful variables.
1380 Defaults for the options are specified in brackets.
1383 -h, --help display this help and exit
1384 --help=short display options specific to this package
1385 --help=recursive display the short help of all the included packages
1386 -V, --version display version information and exit
1387 -q, --quiet, --silent do not print \`checking...' messages
1388 --cache-file=FILE cache test results in FILE [disabled]
1389 -C, --config-cache alias for \`--cache-file=config.cache'
1390 -n, --no-create do not create output files
1391 --srcdir=DIR find the sources in DIR [configure dir or \`..']
1393 Installation directories:
1394 --prefix=PREFIX install architecture-independent files in PREFIX
1395 [$ac_default_prefix]
1396 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
1399 By default, \`make install' will install all the files in
1400 \`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify
1401 an installation prefix other than \`$ac_default_prefix' using \`--prefix',
1402 for instance \`--prefix=\$HOME'.
1404 For better control, use the options below.
1406 Fine tuning of the installation directories:
1407 --bindir=DIR user executables [EPREFIX/bin]
1408 --sbindir=DIR system admin executables [EPREFIX/sbin]
1409 --libexecdir=DIR program executables [EPREFIX/libexec]
1410 --sysconfdir=DIR read-only single-machine data [PREFIX/etc]
1411 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
1412 --localstatedir=DIR modifiable single-machine data [PREFIX/var]
1413 --libdir=DIR object code libraries [EPREFIX/lib]
1414 --includedir=DIR C header files [PREFIX/include]
1415 --oldincludedir=DIR C header files for non-gcc [/usr/include]
1416 --datarootdir=DIR read-only arch.-independent data root [PREFIX/share]
1417 --datadir=DIR read-only architecture-independent data [DATAROOTDIR]
1418 --infodir=DIR info documentation [DATAROOTDIR/info]
1419 --localedir=DIR locale-dependent data [DATAROOTDIR/locale]
1420 --mandir=DIR man documentation [DATAROOTDIR/man]
1421 --docdir=DIR documentation root [DATAROOTDIR/doc/PACKAGE]
1422 --htmldir=DIR html documentation [DOCDIR]
1423 --dvidir=DIR dvi documentation [DOCDIR]
1424 --pdfdir=DIR pdf documentation [DOCDIR]
1425 --psdir=DIR ps documentation [DOCDIR]
1431 --program-prefix=PREFIX prepend PREFIX to installed program names
1432 --program-suffix=SUFFIX append SUFFIX to installed program names
1433 --program-transform-name=PROGRAM run
sed PROGRAM on installed program names
1436 --build=BUILD configure
for building on BUILD
[guessed
]
1437 --host=HOST cross-compile to build programs to run on HOST
[BUILD
]
1438 --target=TARGET configure
for building compilers
for TARGET
[HOST
]
1442 if test -n "$ac_init_help"; then
1447 --disable-option-checking ignore unrecognized
--enable/--with options
1448 --disable-FEATURE do not include FEATURE
(same as
--enable-FEATURE=no
)
1449 --enable-FEATURE[=ARG
] include FEATURE
[ARG
=yes]
1450 --enable-gold[=ARG
] build gold
[ARG
={both
}[/{gold
,ld
}]]
1451 --enable-libada build libada directory
1452 --enable-libssp build libssp directory
1453 --enable-build-with-cxx build with C
++ compiler instead of C compiler
1454 --disable-ppl-version-check disable check
for PPL version
1455 --enable-cloog-backend=backend
1456 isl
: The cloog.org isl backend
1457 ppl-legacy
: The legacy ppl backend
- default
1458 ppl
: The cloog.org ppl backend
1459 --disable-cloog-version-check
1460 disable check
for CLooG version
1461 --enable-lto enable link
time optimization support
1462 --enable-stage1-languages[=all
] choose additional languages to build during
1463 stage1. Mostly useful
for compiler development.
1464 --enable-objc-gc enable use of Boehm
's garbage collector with the
1465 GNU Objective-C runtime
1466 --enable-bootstrap enable bootstrapping [yes if native build]
1467 --enable-serial-[{host,target,build}-]configure
1468 force sequential configuration of
1469 sub-packages for the host, target or build
1470 machine, or all sub-packages
1471 --enable-maintainer-mode enable make rules and dependencies not useful
1472 (and sometimes confusing) to the casual installer
1473 --enable-stage1-checking[=all] choose additional checking for stage1
1475 --enable-werror enable -Werror in bootstrap stage2 and later
1478 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
1479 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
1480 --with-build-libsubdir=DIR Directory where to find libraries for build system
1481 --with-mpc=PATH specify prefix directory for installed MPC package.
1482 Equivalent to --with-mpc-include=PATH/include
1483 plus --with-mpc-lib=PATH/lib
1484 --with-mpc-include=PATH
1485 specify directory for installed MPC include files
1486 --with-mpc-lib=PATH specify directory for the installed MPC library
1487 --with-mpfr-dir=PATH this option has been REMOVED
1488 --with-mpfr=PATH specify prefix directory for installed MPFR package.
1489 Equivalent to --with-mpfr-include=PATH/include
1490 plus --with-mpfr-lib=PATH/lib
1491 --with-mpfr-include=PATH
1492 specify directory for installed MPFR include files
1493 --with-mpfr-lib=PATH specify directory for the installed MPFR library
1494 --with-gmp-dir=PATH this option has been REMOVED
1495 --with-gmp=PATH specify prefix directory for the installed GMP package.
1496 Equivalent to --with-gmp-include=PATH/include
1497 plus --with-gmp-lib=PATH/lib
1498 --with-gmp-include=PATH specify directory for installed GMP include files
1499 --with-gmp-lib=PATH specify directory for the installed GMP library
1500 --with-host-libstdcxx=L Use linker arguments L to link with libstdc++
1501 when linking with PPL
1502 --with-stage1-ldflags=FLAGS Linker flags for stage1
1503 -with-stage1-libs=LIBS Libraries for stage1
1504 --with-boot-libs=LIBS Libraries for stage2 and later
1505 --with-boot-ldflags=FLAGS Linker flags for stage2 and later
1506 --with-ppl=PATH Specify prefix directory for the installed PPL package
1507 Equivalent to --with-ppl-include=PATH/include
1508 plus --with-ppl-lib=PATH/lib
1509 --with-ppl-include=PATH Specify directory for installed PPL include files
1510 --with-ppl-lib=PATH Specify the directory for the installed PPL library
1511 --with-cloog=PATH Specify prefix directory for the installed CLooG-PPL
1512 package. Equivalent to
1513 --with-cloog-include=PATH/include plus
1514 --with-cloog-lib=PATH/lib
1515 --with-cloog-include=PATH
1516 Specify directory for installed CLooG include files
1517 --with-cloog-lib=PATH Specify the directory for the installed CLooG
1519 --with-build-sysroot=SYSROOT
1520 use sysroot as the system root during the build
1521 --with-debug-prefix-map='A
=B C
=D ...
'
1522 map A to B, C to D ... in debug information
1523 --with-build-config='NAME NAME2...
'
1524 Use config/NAME.mk build configuration
1525 --with-build-time-tools=PATH
1526 use given path to find target tools during the build
1528 Some influential environment variables:
1529 CC C compiler command
1530 CFLAGS C compiler flags
1531 LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a
1532 nonstandard directory <lib dir>
1533 LIBS libraries to pass to the linker, e.g. -l<library>
1534 CPPFLAGS C/C++/Objective C preprocessor flags, e.g. -I<include dir> if
1535 you have headers in a nonstandard directory <include dir>
1536 CXX C++ compiler command
1537 CXXFLAGS C++ compiler flags
1539 additional configure arguments for build directories
1541 additional configure arguments for host directories
1543 additional configure arguments for target directories
1546 DLLTOOL DLLTOOL for the host
1548 LIPO LIPO for the host
1550 RANLIB RANLIB for the host
1551 STRIP STRIP for the host
1552 WINDRES WINDRES for the host
1553 WINDMC WINDMC for the host
1554 OBJCOPY OBJCOPY for the host
1555 OBJDUMP OBJDUMP for the host
1565 GFORTRAN for the target
1571 DLLTOOL for the target
1579 OBJDUMP for the target
1581 RANLIB for the target
1583 STRIP for the target
1585 WINDRES for the target
1587 WINDMC for the target
1589 Use these variables to override the choices made by `configure' or to
help
1590 it to
find libraries and programs with nonstandard names
/locations.
1592 Report bugs to the package provider.
1597 if test "$ac_init_help" = "recursive"; then
1598 # If there are subdirs, report their specific --help.
1599 for ac_dir
in : $ac_subdirs_all; do test "x$ac_dir" = x
: && continue
1600 test -d "$ac_dir" ||
1601 { cd "$srcdir" && ac_pwd
=`pwd` && srcdir
=.
&& test -d "$ac_dir"; } ||
1606 .
) ac_dir_suffix
= ac_top_builddir_sub
=. ac_top_build_prefix
= ;;
1608 ac_dir_suffix
=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
1609 # A ".." for each directory in $ac_dir_suffix.
1610 ac_top_builddir_sub
=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
1611 case $ac_top_builddir_sub in
1612 "") ac_top_builddir_sub
=. ac_top_build_prefix
= ;;
1613 *) ac_top_build_prefix
=$ac_top_builddir_sub/ ;;
1616 ac_abs_top_builddir
=$ac_pwd
1617 ac_abs_builddir
=$ac_pwd$ac_dir_suffix
1618 # for backward compatibility:
1619 ac_top_builddir
=$ac_top_build_prefix
1622 .
) # We are building in place.
1624 ac_top_srcdir
=$ac_top_builddir_sub
1625 ac_abs_top_srcdir
=$ac_pwd ;;
1626 [\\/]* | ?
:[\\/]* ) # Absolute name.
1627 ac_srcdir
=$srcdir$ac_dir_suffix;
1628 ac_top_srcdir
=$srcdir
1629 ac_abs_top_srcdir
=$srcdir ;;
1631 ac_srcdir
=$ac_top_build_prefix$srcdir$ac_dir_suffix
1632 ac_top_srcdir
=$ac_top_build_prefix$srcdir
1633 ac_abs_top_srcdir
=$ac_pwd/$srcdir ;;
1635 ac_abs_srcdir
=$ac_abs_top_srcdir$ac_dir_suffix
1637 cd "$ac_dir" ||
{ ac_status
=$?
; continue; }
1638 # Check for guested configure.
1639 if test -f "$ac_srcdir/configure.gnu"; then
1641 $SHELL "$ac_srcdir/configure.gnu" --help=recursive
1642 elif test -f "$ac_srcdir/configure"; then
1644 $SHELL "$ac_srcdir/configure" --help=recursive
1646 $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
1648 cd "$ac_pwd" ||
{ ac_status
=$?
; break; }
1652 test -n "$ac_init_help" && exit $ac_status
1653 if $ac_init_version; then
1656 generated by GNU Autoconf
2.64
1658 Copyright
(C
) 2009 Free Software Foundation
, Inc.
1659 This configure
script is free software
; the Free Software Foundation
1660 gives unlimited permission to copy
, distribute and modify it.
1665 ## ------------------------ ##
1666 ## Autoconf initialization. ##
1667 ## ------------------------ ##
1669 # ac_fn_c_try_compile LINENO
1670 # --------------------------
1671 # Try to compile conftest.$ac_ext, and return whether this succeeded.
1672 ac_fn_c_try_compile
()
1674 as_lineno
=${as_lineno-"$1"} as_lineno_stack
=as_lineno_stack
=$as_lineno_stack
1675 rm -f conftest.
$ac_objext
1676 if { { ac_try
="$ac_compile"
1678 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
1679 *) ac_try_echo=$ac_try;;
1681 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1682 $as_echo "$ac_try_echo"; } >&5
1683 (eval "$ac_compile") 2>conftest.err
1685 if test -s conftest.err; then
1686 grep -v '^ *+' conftest.err >conftest.er1
1687 cat conftest.er1 >&5
1688 mv -f conftest.er1 conftest.err
1690 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1691 test $ac_status = 0; } && {
1692 test -z "$ac_c_werror_flag" ||
1693 test ! -s conftest.err
1694 } && test -s conftest.$ac_objext; then :
1697 $as_echo "$as_me: failed program was:" >&5
1698 sed 's/^/| /' conftest.$ac_ext >&5
1702 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1705 } # ac_fn_c_try_compile
1707 # ac_fn_cxx_try_compile LINENO
1708 # ----------------------------
1709 # Try to compile conftest.$ac_ext, and return whether this succeeded.
1710 ac_fn_cxx_try_compile ()
1712 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1713 rm -f conftest.$ac_objext
1714 if { { ac_try="$ac_compile"
1716 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
1717 *) ac_try_echo
=$ac_try;;
1719 eval ac_try_echo
="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1720 $as_echo "$ac_try_echo"; } >&5
1721 (eval "$ac_compile") 2>conftest.err
1723 if test -s conftest.err
; then
1724 grep -v '^ *+' conftest.err
>conftest.er1
1725 cat conftest.er1
>&5
1726 mv -f conftest.er1 conftest.err
1728 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1729 test $ac_status = 0; } && {
1730 test -z "$ac_cxx_werror_flag" ||
1731 test ! -s conftest.err
1732 } && test -s conftest.
$ac_objext; then :
1735 $as_echo "$as_me: failed program was:" >&5
1736 sed 's/^/| /' conftest.
$ac_ext >&5
1740 eval $as_lineno_stack; test "x$as_lineno_stack" = x
&& { as_lineno
=; unset as_lineno
;}
1743 } # ac_fn_cxx_try_compile
1745 # ac_fn_c_try_link LINENO
1746 # -----------------------
1747 # Try to link conftest.$ac_ext, and return whether this succeeded.
1750 as_lineno
=${as_lineno-"$1"} as_lineno_stack
=as_lineno_stack
=$as_lineno_stack
1751 rm -f conftest.
$ac_objext conftest
$ac_exeext
1752 if { { ac_try
="$ac_link"
1754 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
1755 *) ac_try_echo=$ac_try;;
1757 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1758 $as_echo "$ac_try_echo"; } >&5
1759 (eval "$ac_link") 2>conftest.err
1761 if test -s conftest.err; then
1762 grep -v '^ *+' conftest.err >conftest.er1
1763 cat conftest.er1 >&5
1764 mv -f conftest.er1 conftest.err
1766 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1767 test $ac_status = 0; } && {
1768 test -z "$ac_c_werror_flag" ||
1769 test ! -s conftest.err
1770 } && test -s conftest$ac_exeext && {
1771 test "$cross_compiling" = yes ||
1772 $as_test_x conftest$ac_exeext
1776 $as_echo "$as_me: failed program was:" >&5
1777 sed 's/^/| /' conftest.$ac_ext >&5
1781 # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information
1782 # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would
1783 # interfere with the next link command; also delete a directory that is
1784 # left behind by Apple's compiler. We do this before executing the actions.
1785 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1786 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1789 } # ac_fn_c_try_link
1790 cat >config.log <<_ACEOF
1791 This file contains any messages produced by compilers while
1792 running configure, to aid debugging if configure makes a mistake.
1794 It was created by $as_me, which was
1795 generated by GNU Autoconf 2.64. Invocation command line was
1807 hostname = `(hostname || uname
-n) 2>/dev
/null |
sed 1q
`
1808 uname -m = `(uname
-m) 2>/dev
/null ||
echo unknown
`
1809 uname -r = `(uname
-r) 2>/dev
/null ||
echo unknown
`
1810 uname -s = `(uname
-s) 2>/dev
/null ||
echo unknown
`
1811 uname -v = `(uname
-v) 2>/dev
/null ||
echo unknown
`
1813 /usr/bin/uname -p = `(/usr
/bin
/uname
-p) 2>/dev
/null ||
echo unknown
`
1814 /bin/uname -X = `(/bin
/uname
-X) 2>/dev
/null ||
echo unknown
`
1816 /bin/arch = `(/bin
/arch
) 2>/dev
/null ||
echo unknown
`
1817 /usr/bin/arch -k = `(/usr
/bin
/arch
-k) 2>/dev
/null ||
echo unknown
`
1818 /usr/convex/getsysinfo = `(/usr
/convex
/getsysinfo
) 2>/dev
/null ||
echo unknown
`
1819 /usr/bin/hostinfo = `(/usr
/bin
/hostinfo
) 2>/dev
/null ||
echo unknown
`
1820 /bin/machine = `(/bin
/machine
) 2>/dev
/null ||
echo unknown
`
1821 /usr/bin/oslevel = `(/usr
/bin
/oslevel
) 2>/dev
/null ||
echo unknown
`
1822 /bin/universe = `(/bin
/universe
) 2>/dev
/null ||
echo unknown
`
1826 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1830 test -z "$as_dir" && as_dir=.
1831 $as_echo "PATH: $as_dir"
1847 # Keep a trace of the command line.
1848 # Strip out --no-create and --no-recursion so they do not pile up.
1849 # Strip out --silent because we don't want to record it for future runs.
1850 # Also quote any args containing shell meta-characters.
1851 # Make two passes to allow for proper duplicate-argument suppression.
1855 ac_must_keep_next=false
1861 -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
1862 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1863 | -silent | --silent | --silen | --sile | --sil)
1866 ac_arg=`$as_echo "$ac_arg" |
sed "s/'/'\\\\\\\\''/g"` ;;
1869 1) as_fn_append ac_configure_args0 " '$ac_arg'" ;;
1871 as_fn_append ac_configure_args1 " '$ac_arg'"
1872 if test $ac_must_keep_next = true; then
1873 ac_must_keep_next=false # Got value, back to normal.
1876 *=* | --config-cache | -C | -disable-* | --disable-* \
1877 | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
1878 | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
1879 | -with-* | --with-* | -without-* | --without-* | --x)
1880 case "$ac_configure_args0 " in
1881 "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
1884 -* ) ac_must_keep_next=true ;;
1887 as_fn_append ac_configure_args " '$ac_arg'"
1892 { ac_configure_args0=; unset ac_configure_args0;}
1893 { ac_configure_args1=; unset ac_configure_args1;}
1895 # When interrupted or exit'd, cleanup temporary files, and complete
1896 # config.log. We remove comments because anyway the quotes in there
1897 # would cause problems or look ugly.
1898 # WARNING: Use '\'' to represent an apostrophe within the trap.
1899 # WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
1900 trap 'exit_status=$?
1901 # Save into config.log some information that might help in debugging.
1906 ## ---------------- ##
1907 ## Cache variables. ##
1908 ## ---------------- ##
1911 # The following way of writing the cache mishandles newlines in values,
1913 for ac_var in `(set) 2>&1 |
sed -n '\''s
/^\
([a-zA-Z_
][a-zA-Z0-9_
]*\
)=.
*/\
1/p
'\''`; do
1914 eval ac_val=\$$ac_var
1918 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
1919 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
1922 _ | IFS | as_nl) ;; #(
1923 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
1924 *) { eval $ac_var=; unset $ac_var;} ;;
1929 case $as_nl`(ac_space
='\'' '\''; set) 2>&1` in #(
1930 *${as_nl}ac_space=\ *)
1932 "s/'\''/'\''\\\\'\'''\''/g;
1933 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
1936 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
1944 ## ----------------- ##
1945 ## Output variables. ##
1946 ## ----------------- ##
1949 for ac_var in $ac_subst_vars
1951 eval ac_val=\$$ac_var
1953 *\'\''*) ac_val=`$as_echo "$ac_val" |
sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
1955 $as_echo "$ac_var='\''$ac_val'\''"
1959 if test -n "$ac_subst_files"; then
1961 ## ------------------- ##
1962 ## File substitutions. ##
1963 ## ------------------- ##
1966 for ac_var in $ac_subst_files
1968 eval ac_val=\$$ac_var
1970 *\'\''*) ac_val=`$as_echo "$ac_val" |
sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
1972 $as_echo "$ac_var='\''$ac_val'\''"
1977 if test -s confdefs.h; then
1987 test "$ac_signal" != 0 &&
1988 $as_echo "$as_me: caught signal $ac_signal"
1989 $as_echo "$as_me: exit $exit_status"
1991 rm -f core *.core core.conftest.* &&
1992 rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
1995 for ac_signal in 1 2 13 15; do
1996 trap 'ac_signal='$ac_signal'; as_fn_exit 1' $ac_signal
2000 # confdefs.h avoids OS command line length limits that DEFS can exceed.
2001 rm -f -r conftest* confdefs.h
2003 $as_echo "/* confdefs.h */" > confdefs.h
2005 # Predefined preprocessor variables.
2007 cat >>confdefs.h <<_ACEOF
2008 #define PACKAGE_NAME "$PACKAGE_NAME"
2011 cat >>confdefs.h <<_ACEOF
2012 #define PACKAGE_TARNAME "$PACKAGE_TARNAME"
2015 cat >>confdefs.h <<_ACEOF
2016 #define PACKAGE_VERSION "$PACKAGE_VERSION"
2019 cat >>confdefs.h <<_ACEOF
2020 #define PACKAGE_STRING "$PACKAGE_STRING"
2023 cat >>confdefs.h <<_ACEOF
2024 #define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
2027 cat >>confdefs.h <<_ACEOF
2028 #define PACKAGE_URL "$PACKAGE_URL"
2032 # Let the site file select an alternate cache file if it wants to.
2033 # Prefer an explicitly selected file to automatically selected ones.
2036 if test -n "$CONFIG_SITE"; then
2037 ac_site_file1=$CONFIG_SITE
2038 elif test "x$prefix" != xNONE; then
2039 ac_site_file1=$prefix/share/config.site
2040 ac_site_file2=$prefix/etc/config.site
2042 ac_site_file1=$ac_default_prefix/share/config.site
2043 ac_site_file2=$ac_default_prefix/etc/config.site
2045 for ac_site_file in "$ac_site_file1" "$ac_site_file2"
2047 test "x$ac_site_file" = xNONE && continue
2048 if test -r "$ac_site_file"; then
2049 { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5
2050 $as_echo "$as_me: loading site script $ac_site_file" >&6;}
2051 sed 's/^/| /' "$ac_site_file" >&5
2056 if test -r "$cache_file"; then
2057 # Some versions of bash will fail to source /dev/null (special
2058 # files actually), so we avoid doing that.
2059 if test -f "$cache_file"; then
2060 { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
2061 $as_echo "$as_me: loading cache $cache_file" >&6;}
2063 [\\/]* | ?:[\\/]* ) . "$cache_file";;
2064 *) . "./$cache_file";;
2068 { $as_echo "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5
2069 $as_echo "$as_me: creating cache $cache_file" >&6;}
2073 # Check that the precious variables saved in the cache have kept the same
2075 ac_cache_corrupted=false
2076 for ac_var in $ac_precious_vars; do
2077 eval ac_old_set=\$ac_cv_env_${ac_var}_set
2078 eval ac_new_set=\$ac_env_${ac_var}_set
2079 eval ac_old_val=\$ac_cv_env_${ac_var}_value
2080 eval ac_new_val=\$ac_env_${ac_var}_value
2081 case $ac_old_set,$ac_new_set in
2083 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run
" >&5
2084 $as_echo "$as_me: error
: \
`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
2085 ac_cache_corrupted=: ;;
2087 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was not
set in the previous run
" >&5
2088 $as_echo "$as_me: error
: \
`$ac_var' was not set in the previous run" >&2;}
2089 ac_cache_corrupted=: ;;
2092 if test "x$ac_old_val" != "x$ac_new_val"; then
2093 # differences in whitespace do not lead to failure.
2094 ac_old_val_w=`echo x
$ac_old_val`
2095 ac_new_val_w=`echo x
$ac_new_val`
2096 if test "$ac_old_val_w" != "$ac_new_val_w"; then
2097 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' has changed since the previous run:" >&5
2098 $as_echo "$as_me: error: \`$ac_var' has changed since the previous run
:" >&2;}
2099 ac_cache_corrupted=:
2101 { $as_echo "$as_me:${as_lineno-$LINENO}: warning
: ignoring whitespace changes
in \
`$ac_var' since the previous run:" >&5
2102 $as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;}
2103 eval $ac_var=\$ac_old_val
2105 { $as_echo "$as_me:${as_lineno-$LINENO}: former value: \`$ac_old_val'" >&5
2106 $as_echo "$as_me: former value
: \
`$ac_old_val'" >&2;}
2107 { $as_echo "$as_me:${as_lineno-$LINENO}: current value: \`$ac_new_val'" >&5
2108 $as_echo "$as_me: current value: \`$ac_new_val'" >&2;}
2111 # Pass precious variables to config.status.
2112 if test "$ac_new_set" = set; then
2114 *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s
/'/'\\\\\\\\''/g
"` ;;
2115 *) ac_arg=$ac_var=$ac_new_val ;;
2117 case " $ac_configure_args " in
2118 *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy.
2119 *) as_fn_append ac_configure_args " '$ac_arg'" ;;
2123 if $ac_cache_corrupted; then
2124 { $as_echo "$as_me:${as_lineno-$LINENO}: error
: in \
`$ac_pwd':" >&5
2125 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2126 { $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5
2127 $as_echo "$as_me: error: changes in the environment can compromise the build" >&2;}
2128 as_fn_error "run \`make distclean' and
/or \
`rm $cache_file' and start over" "$LINENO" 5
2130 ## -------------------- ##
2131 ## Main body of script. ##
2132 ## -------------------- ##
2135 ac_cpp='$CPP $CPPFLAGS'
2136 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2137 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2138 ac_compiler_gnu=$ac_cv_c_compiler_gnu
2149 # if PWD already has a value, it is probably wrong.
2150 if test -n "$PWD" ; then PWD=`${PWDCMD-pwd}`; fi
2152 # Export original configure arguments for use by sub-configures.
2153 # Quote arguments with shell meta charatcers.
2154 TOPLEVEL_CONFIGURE_ARGUMENTS=
2155 set -- "$progname" "$@"
2159 *" "*|*" "*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\']*)
2160 ac_arg=`echo "$ac_arg" |
sed "s/'/'\\\\\\\\''/g"`
2161 # if the argument is of the form -foo=baz, quote the baz part only
2162 ac_arg=`echo "'$ac_arg'" |
sed "s/^'\([-a-zA-Z0-9]*=\)/\\1'/"` ;;
2165 # Add the quoted argument to the list.
2166 TOPLEVEL_CONFIGURE_ARGUMENTS="$TOPLEVEL_CONFIGURE_ARGUMENTS $ac_arg"
2168 if test "$silent" = yes; then
2169 TOPLEVEL_CONFIGURE_ARGUMENTS="$TOPLEVEL_CONFIGURE_ARGUMENTS --silent"
2171 # Remove the initial space we just introduced and, as these will be
2172 # expanded by make, quote '$'.
2173 TOPLEVEL_CONFIGURE_ARGUMENTS=`echo "x$TOPLEVEL_CONFIGURE_ARGUMENTS" |
sed -e 's/^x *//' -e 's,\\$,$$,g'`
2176 # Find the build, host, and target systems.
2178 for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do
2179 for ac_t in install-sh install.sh shtool; do
2180 if test -f "$ac_dir/$ac_t"; then
2182 ac_install_sh="$ac_aux_dir/$ac_t -c"
2187 if test -z "$ac_aux_dir"; then
2188 as_fn_error "cannot find install-sh, install.sh, or shtool in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" "$LINENO" 5
2191 # These three variables are undocumented and unsupported,
2192 # and are intended to be withdrawn in a future Autoconf release.
2193 # They can cause serious problems if a builder's source tree is in a directory
2194 # whose full name contains unusual characters.
2195 ac_config_guess="$SHELL $ac_aux_dir/config.guess" # Please don't use this var.
2196 ac_config_sub="$SHELL $ac_aux_dir/config.sub" # Please don't use this var.
2197 ac_configure="$SHELL $ac_aux_dir/configure" # Please don't use this var.
2200 # Make sure we can run config.sub.
2201 $SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||
2202 as_fn_error "cannot run $SHELL $ac_aux_dir/config.sub" "$LINENO" 5
2204 { $as_echo "$as_me:${as_lineno-$LINENO}: checking build system type" >&5
2205 $as_echo_n "checking build system type... " >&6; }
2206 if test "${ac_cv_build+set}" = set; then :
2207 $as_echo_n "(cached) " >&6
2209 ac_build_alias=$build_alias
2210 test "x$ac_build_alias" = x &&
2211 ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
2212 test "x$ac_build_alias" = x &&
2213 as_fn_error "cannot guess build type; you must specify one" "$LINENO" 5
2214 ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
2215 as_fn_error "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
2218 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_build" >&5
2219 $as_echo "$ac_cv_build" >&6; }
2220 case $ac_cv_build in
2222 *) as_fn_error "invalid value of canonical build" "$LINENO" 5;;
2225 ac_save_IFS=$IFS; IFS='-'
2231 # Remember, the first character of IFS is used to create $*,
2232 # except with old shells:
2235 case $build_os in *\ *) build_os=`echo "$build_os" |
sed 's/ /-/g'`;; esac
2238 case ${build_alias} in
2239 "") build_noncanonical=${build} ;;
2240 *) build_noncanonical=${build_alias} ;;
2245 case ${host_alias} in
2246 "") host_noncanonical=${build_noncanonical} ;;
2247 *) host_noncanonical=${host_alias} ;;
2252 case ${target_alias} in
2253 "") target_noncanonical=${host_noncanonical} ;;
2254 *) target_noncanonical=${target_alias} ;;
2260 test "$host_noncanonical" = "$target_noncanonical" &&
2261 test "$program_prefix$program_suffix$program_transform_name" = \
2263 program_transform_name=s,y,y,
2265 { $as_echo "$as_me:${as_lineno-$LINENO}: checking host system type" >&5
2266 $as_echo_n "checking host system type... " >&6; }
2267 if test "${ac_cv_host+set}" = set; then :
2268 $as_echo_n "(cached) " >&6
2270 if test "x$host_alias" = x; then
2271 ac_cv_host=$ac_cv_build
2273 ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
2274 as_fn_error "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
2278 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_host" >&5
2279 $as_echo "$ac_cv_host" >&6; }
2282 *) as_fn_error "invalid value of canonical host" "$LINENO" 5;;
2285 ac_save_IFS=$IFS; IFS='-'
2291 # Remember, the first character of IFS is used to create $*,
2292 # except with old shells:
2295 case $host_os in *\ *) host_os=`echo "$host_os" |
sed 's/ /-/g'`;; esac
2298 { $as_echo "$as_me:${as_lineno-$LINENO}: checking target system type" >&5
2299 $as_echo_n "checking target system type... " >&6; }
2300 if test "${ac_cv_target+set}" = set; then :
2301 $as_echo_n "(cached) " >&6
2303 if test "x$target_alias" = x; then
2304 ac_cv_target=$ac_cv_host
2306 ac_cv_target=`$SHELL "$ac_aux_dir/config.sub" $target_alias` ||
2307 as_fn_error "$SHELL $ac_aux_dir/config.sub $target_alias failed" "$LINENO" 5
2311 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_target" >&5
2312 $as_echo "$ac_cv_target" >&6; }
2313 case $ac_cv_target in
2315 *) as_fn_error "invalid value of canonical target" "$LINENO" 5;;
2317 target=$ac_cv_target
2318 ac_save_IFS=$IFS; IFS='-'
2324 # Remember, the first character of IFS is used to create $*,
2325 # except with old shells:
2328 case $target_os in *\ *) target_os=`echo "$target_os" |
sed 's/ /-/g'`;; esac
2331 # The aliases save the names the user supplied, while $host etc.
2332 # will get canonicalized.
2333 test -n "$target_alias" &&
2334 test "$program_prefix$program_suffix$program_transform_name" = \
2336 program_prefix=${target_alias}-
2338 test "$program_prefix" != NONE &&
2339 program_transform_name="s&^&$program_prefix&;$program_transform_name"
2340 # Use a double $ so make ignores it.
2341 test "$program_suffix" != NONE &&
2342 program_transform_name="s&\$&$program_suffix&;$program_transform_name"
2343 # Double any \ or $.
2344 # By default was `s
,x
,x
', remove it if useless.
2345 ac_script='s
/[\\$
]/&&/g
;s
/;s
,x
,x
,$
//'
2346 program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"`
2350 # Get 'install' or 'install-sh
' and its variants.
2351 # Find a good install program. We prefer a C program (faster),
2352 # so one script is as good as another. But avoid the broken or
2353 # incompatible versions:
2354 # SysV /etc/install, /usr/sbin/install
2355 # SunOS /usr/etc/install
2356 # IRIX /sbin/install
2358 # AmigaOS /C/install, which installs bootblocks on floppy discs
2359 # AIX 4 /usr/bin/installbsd, which doesn't work without a
-g flag
2360 # AFS /usr/afsws/bin/install, which mishandles nonexistent args
2361 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
2362 # OS/2's system install, which has a completely different semantic
2363 # ./install, which can be erroneously created by make from ./install.sh.
2364 # Reject install programs that cannot install multiple files.
2365 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a BSD-compatible install" >&5
2366 $as_echo_n "checking for a BSD-compatible install... " >&6; }
2367 if test -z "$INSTALL"; then
2368 if test "${ac_cv_path_install+set}" = set; then :
2369 $as_echo_n "(cached) " >&6
2371 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
2375 test -z "$as_dir" && as_dir
=.
2376 # Account for people who put trailing slashes in PATH elements.
2377 case $as_dir/ in #((
2378 .
/ | .
// |
/[cC
]/* | \
2379 /etc
/* |
/usr
/sbin
/* |
/usr
/etc
/* |
/sbin
/* |
/usr
/afsws
/bin
/* | \
2380 ?
:[\\/]os2
[\\/]install[\\/]* | ?
:[\\/]OS2
[\\/]INSTALL
[\\/]* | \
2383 # OSF1 and SCO ODT 3.0 have their own names for install.
2384 # Don't use installbsd from OSF since it installs stuff as root
2386 for ac_prog
in ginstall scoinst
install; do
2387 for ac_exec_ext
in '' $ac_executable_extensions; do
2388 if { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; }; then
2389 if test $ac_prog = install &&
2390 grep dspmsg
"$as_dir/$ac_prog$ac_exec_ext" >/dev
/null
2>&1; then
2391 # AIX install. It has an incompatible calling convention.
2393 elif test $ac_prog = install &&
2394 grep pwplus
"$as_dir/$ac_prog$ac_exec_ext" >/dev
/null
2>&1; then
2395 # program-specific install script used by HP pwplus--don't use.
2398 rm -rf conftest.one conftest.two conftest.dir
2399 echo one
> conftest.one
2400 echo two
> conftest.two
2402 if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two
"`pwd`/conftest.dir" &&
2403 test -s conftest.one
&& test -s conftest.two
&&
2404 test -s conftest.dir
/conftest.one
&&
2405 test -s conftest.dir
/conftest.two
2407 ac_cv_path_install
="$as_dir/$ac_prog$ac_exec_ext -c"
2420 rm -rf conftest.one conftest.two conftest.dir
2423 if test "${ac_cv_path_install+set}" = set; then
2424 INSTALL
=$ac_cv_path_install
2426 # As a last resort, use the slow shell script. Don't cache a
2427 # value for INSTALL within a source directory, because that will
2428 # break other packages using the cache if that directory is
2429 # removed, or if the value is a relative name.
2430 INSTALL
=$ac_install_sh
2433 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $INSTALL" >&5
2434 $as_echo "$INSTALL" >&6; }
2436 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
2437 # It thinks the first close brace ends the variable substitution.
2438 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM
='${INSTALL}'
2440 test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT
='${INSTALL}'
2442 test -z "$INSTALL_DATA" && INSTALL_DATA
='${INSTALL} -m 644'
2444 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ln works" >&5
2445 $as_echo_n "checking whether ln works... " >&6; }
2446 if test "${acx_cv_prog_LN+set}" = set; then :
2447 $as_echo_n "(cached) " >&6
2449 rm -f conftestdata_t
2450 echo >conftestdata_f
2451 if ln conftestdata_f conftestdata_t
2>/dev
/null
2457 rm -f conftestdata_f conftestdata_t
2460 if test $acx_cv_prog_LN = no
; then
2462 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no, using $LN" >&5
2463 $as_echo "no, using $LN" >&6; }
2465 LN
="$acx_cv_prog_LN"
2466 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
2467 $as_echo "yes" >&6; }
2470 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ln -s works" >&5
2471 $as_echo_n "checking whether ln -s works... " >&6; }
2473 if test "$LN_S" = "ln -s"; then
2474 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
2475 $as_echo "yes" >&6; }
2477 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no, using $LN_S" >&5
2478 $as_echo "no, using $LN_S" >&6; }
2481 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a sed that does not truncate output" >&5
2482 $as_echo_n "checking for a sed that does not truncate output... " >&6; }
2483 if test "${ac_cv_path_SED+set}" = set; then :
2484 $as_echo_n "(cached) " >&6
2486 ac_script
=s
/aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
/bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb
/
2487 for ac_i
in 1 2 3 4 5 6 7; do
2488 ac_script
="$ac_script$as_nl$ac_script"
2490 echo "$ac_script" 2>/dev
/null |
sed 99q
>conftest.
sed
2491 { ac_script
=; unset ac_script
;}
2492 if test -z "$SED"; then
2493 ac_path_SED_found
=false
2494 # Loop through the user's path and test for each of PROGNAME-LIST
2495 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
2499 test -z "$as_dir" && as_dir
=.
2500 for ac_prog
in sed gsed
; do
2501 for ac_exec_ext
in '' $ac_executable_extensions; do
2502 ac_path_SED
="$as_dir/$ac_prog$ac_exec_ext"
2503 { test -f "$ac_path_SED" && $as_test_x "$ac_path_SED"; } ||
continue
2504 # Check for GNU ac_path_SED and select it if it is found.
2505 # Check for GNU $ac_path_SED
2506 case `"$ac_path_SED" --version 2>&1` in
2508 ac_cv_path_SED
="$ac_path_SED" ac_path_SED_found
=:;;
2511 $as_echo_n 0123456789 >"conftest.in"
2514 cat "conftest.in" "conftest.in" >"conftest.tmp"
2515 mv "conftest.tmp" "conftest.in"
2516 cp "conftest.in" "conftest.nl"
2517 $as_echo '' >> "conftest.nl"
2518 "$ac_path_SED" -f conftest.
sed < "conftest.nl" >"conftest.out" 2>/dev
/null ||
break
2519 diff "conftest.out" "conftest.nl" >/dev
/null
2>&1 ||
break
2520 as_fn_arith
$ac_count + 1 && ac_count
=$as_val
2521 if test $ac_count -gt ${ac_path_SED_max-0}; then
2522 # Best one so far, save it but keep looking for a better one
2523 ac_cv_path_SED
="$ac_path_SED"
2524 ac_path_SED_max
=$ac_count
2526 # 10*(2^10) chars as input seems more than enough
2527 test $ac_count -gt 10 && break
2529 rm -f conftest.
in conftest.tmp conftest.
nl conftest.out
;;
2532 $ac_path_SED_found && break 3
2537 if test -z "$ac_cv_path_SED"; then
2538 as_fn_error
"no acceptable sed could be found in \$PATH" "$LINENO" 5
2545 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_SED" >&5
2546 $as_echo "$ac_cv_path_SED" >&6; }
2547 SED
="$ac_cv_path_SED"
2550 for ac_prog
in gawk mawk nawk
awk
2552 # Extract the first word of "$ac_prog", so it can be a program name with args.
2553 set dummy
$ac_prog; ac_word
=$2
2554 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2555 $as_echo_n "checking for $ac_word... " >&6; }
2556 if test "${ac_cv_prog_AWK+set}" = set; then :
2557 $as_echo_n "(cached) " >&6
2559 if test -n "$AWK"; then
2560 ac_cv_prog_AWK
="$AWK" # Let the user override the test.
2562 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
2566 test -z "$as_dir" && as_dir
=.
2567 for ac_exec_ext
in '' $ac_executable_extensions; do
2568 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2569 ac_cv_prog_AWK
="$ac_prog"
2570 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2580 if test -n "$AWK"; then
2581 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AWK" >&5
2582 $as_echo "$AWK" >&6; }
2584 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2585 $as_echo "no" >&6; }
2589 test -n "$AWK" && break
2593 ### we might need to use some other shell than /bin/sh for running subshells
2594 ### If we are on Windows, search for the shell. This will permit people
2595 ### to not have /bin/sh, but to be able to see /SOME/PATH/sh configure
2596 ### without also having to set CONFIG_SHELL. This code will work when
2597 ### using bash, which sets OSTYPE.
2600 if test x
${CONFIG_SHELL} = x
; then
2601 if test ! -f /bin
/sh
; then
2602 if test x
${SHELL} != x
&& test -f ${SHELL} ; then
2603 CONFIG_SHELL
=${SHELL}
2606 for prog
in sh sh.exe bash bash.exe
; do
2607 IFS
="${IFS= }"; save_ifs
="$IFS"; IFS
="${IFS}:"
2608 for dir
in $PATH; do
2609 test -z "$dir" && dir
=.
2610 if test -f $dir/$prog; then
2611 CONFIG_SHELL
=$dir/$prog
2617 test -n "${CONFIG_SHELL}" && break
2625 config_shell
=${CONFIG_SHELL-/bin/sh}
2627 moveifchange
=${srcdir}/move-if-change
2629 srcpwd
=`cd ${srcdir} ; ${PWDCMD-pwd}`
2631 # We pass INSTALL explicitly to sub-makes. Make sure that it is not
2633 if test "$INSTALL" = "${srcdir}/install-sh -c"; then
2634 INSTALL
="${srcpwd}/install-sh -c"
2637 # Set srcdir to "." if that's what it is.
2638 # This is important for multilib support.
2640 if test "${pwd}" = "${srcpwd}" ; then
2648 ### To add a new directory to the tree, first choose whether it is a target
2649 ### or a host dependent tool. Then put it into the appropriate list
2650 ### (library or tools, host or target), doing a dependency sort.
2652 # Subdirs will be configured in the order listed in build_configdirs,
2653 # configdirs, or target_configdirs; see the serialization section below.
2655 # Dependency sorting is only needed when *configuration* must be done in
2656 # a particular order. In all cases a dependency should be specified in
2657 # the Makefile, whether or not it's implicitly specified here.
2659 # Double entries in build_configdirs, configdirs, or target_configdirs may
2660 # cause circular dependencies and break everything horribly.
2662 # these library is used by various programs built for the build
2665 build_libs
="build-libiberty"
2667 # these tools are built for the build environment
2668 build_tools
="build-texinfo build-byacc build-flex build-bison build-m4 build-fixincludes"
2670 # these libraries are used by various programs built for the host environment
2672 host_libs
="intl mmalloc libiberty opcodes bfd readline tcl tk itcl libgui zlib libcpp libdecnumber gmp mpfr mpc ppl cloog libelf libiconv"
2674 # these tools are built for the host environment
2675 # Note, the powerpc-eabi build depends on sim occurring before gdb in order to
2676 # know that we are building the simulator.
2677 # binutils, gas and ld appear in that order because it makes sense to run
2678 # "make check" in that particular order.
2679 # If --enable-gold is used, "gold" may replace "ld".
2680 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"
2682 # libgcj represents the runtime libraries only used by gcj.
2683 libgcj
="target-libffi \
2688 # these libraries are built for the target environment, and are built after
2689 # the host libraries and the host tools (which may be a cross compiler)
2691 target_libraries
="target-libgcc \
2696 target-libstdc++-v3 \
2699 target-libgfortran \
2705 # these tools are built using the target libraries, and are intended to
2706 # run only in the target environment
2708 # note: any program that *uses* libraries that are in the "target_libraries"
2709 # list belongs in this list. those programs are also very likely
2710 # candidates for the "native_only" list which follows
2712 target_tools
="target-examples target-groff target-gperf target-rda"
2714 ################################################################################
2716 ## All tools belong in one of the four categories, and are assigned above
2717 ## We assign ${configdirs} this way to remove all embedded newlines. This
2718 ## is important because configure will choke if they ever get through.
2719 ## ${configdirs} is directories we build using the host tools.
2720 ## ${target_configdirs} is directories we build using the target tools.
2721 configdirs
=`echo ${host_libs} ${host_tools}`
2722 target_configdirs
=`echo ${target_libraries} ${target_tools}`
2723 build_configdirs
=`echo ${build_libs} ${build_tools}`
2727 ################################################################################
2729 srcname
="gnu development package"
2731 # This gets set non-empty for some net releases of packages.
2734 # Define is_cross_compiler to save on calls to 'test'.
2736 if test x
"${host}" = x
"${target}" ; then
2737 is_cross_compiler
=no
2739 is_cross_compiler
=yes
2742 # Find the build and target subdir names.
2744 # post-stage1 host modules use a different CC_FOR_BUILD so, in order to
2745 # have matching libraries, they should use host libraries: Makefile.tpl
2746 # arranges to pass --with-build-libsubdir=$(HOST_SUBDIR).
2747 # However, they still use the build modules, because the corresponding
2748 # host modules (e.g. bison) are only built for the host when bootstrap
2750 # - build_subdir is where we find build modules, and never changes.
2751 # - build_libsubdir is where we find build libraries, and can be overridden.
2753 # Prefix 'build-' so this never conflicts with target_subdir.
2754 build_subdir
="build-${build_noncanonical}"
2756 # Check whether --with-build-libsubdir was given.
2757 if test "${with_build_libsubdir+set}" = set; then :
2758 withval
=$with_build_libsubdir; build_libsubdir
="$withval"
2760 build_libsubdir
="$build_subdir"
2763 # --srcdir=. covers the toplevel, while "test -d" covers the subdirectories
2764 if ( test $srcdir = .
&& test -d gcc
) \
2765 ||
test -d $srcdir/..
/host-
${host_noncanonical}; then
2766 host_subdir
="host-${host_noncanonical}"
2771 target_subdir
=${target_noncanonical}
2773 # Be sure to cover against remnants of an in-tree build.
2774 if test $srcdir != .
&& test -d $srcdir/host-
${host_noncanonical}; then
2775 as_fn_error
"building out of tree but $srcdir contains host-${host_noncanonical}.
2776 Use a pristine source tree when building in a separate tree" "$LINENO" 5
2779 # Skipdirs are removed silently.
2781 # Noconfigdirs are removed loudly.
2785 # Make sure we don't let GNU ld be added if we didn't want it.
2786 if test x
$with_gnu_ld = xno
; then
2788 noconfigdirs
="$noconfigdirs ld gold"
2792 # Make sure we don't let GNU as be added if we didn't want it.
2793 if test x
$with_gnu_as = xno
; then
2795 noconfigdirs
="$noconfigdirs gas"
2799 # Make sure we don't let ZLIB be added if we didn't want it.
2800 if test x
$with_system_zlib = xyes
; then
2801 use_included_zlib
=no
2802 noconfigdirs
="$noconfigdirs zlib"
2805 # some tools are so dependent upon X11 that if we're not building with X,
2806 # it's not even worth trying to configure, much less build, that tool.
2809 yes |
"") ;; # the default value for this tree is that X11 is available
2811 skipdirs
="${skipdirs} tk itcl libgui"
2812 # We won't be able to build gdbtk without X.
2815 *) echo "*** bad value \"${with_x}\" for -with-x flag; ignored" 1>&2 ;;
2818 # Some tools are only suitable for building in a "native" situation.
2819 # Remove these if host!=target.
2820 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"
2822 # Similarly, some are only suitable for cross toolchains.
2823 # Remove these if host=target.
2824 cross_only
="target-libgloss target-newlib target-opcodes"
2826 case $is_cross_compiler in
2827 no
) skipdirs
="${skipdirs} ${cross_only}" ;;
2828 yes) skipdirs
="${skipdirs} ${native_only}" ;;
2831 # If both --with-headers and --with-libs are specified, default to
2833 if test x
"${with_headers}" != x
&& test x
"${with_headers}" != xno \
2834 && test x
"${with_libs}" != x
&& test x
"${with_libs}" != xno
; then
2835 if test x
"${with_newlib}" = x
; then
2840 # Recognize --with-newlib/--without-newlib.
2841 case ${with_newlib} in
2842 no
) skipdirs
="${skipdirs} target-newlib" ;;
2843 yes) skipdirs
=`echo " ${skipdirs} " | sed -e 's/ target-newlib / /'` ;;
2846 # Handle --enable-gold.
2847 # --enable-gold Build only gold
2848 # --disable-gold [default] Build only ld
2849 # --enable-gold=both Build both gold and ld, ld is default
2850 # --enable-gold=both/ld Same
2851 # --enable-gold=both/gold Build both gold and ld, gold is default, ld is renamed ld.bfd
2853 # Check whether --enable-gold was given.
2854 if test "${enable_gold+set}" = set; then :
2855 enableval
=$enable_gold; ENABLE_GOLD
=$enableval
2860 case "${ENABLE_GOLD}" in
2861 yes|both|both
/gold|both
/ld
)
2862 # Check for ELF target.
2865 *-*-elf* |
*-*-sysv4* |
*-*-unixware* |
*-*-eabi* | hppa
*64*-*-hpux* \
2866 |
*-*-linux* | frv-
*-uclinux* |
*-*-irix5* |
*-*-irix6* \
2867 |
*-*-netbsd* |
*-*-openbsd* |
*-*-freebsd* |
*-*-solaris2* |
*-*-nto*)
2869 *-*-linux*aout
* |
*-*-linux*oldld
*)
2877 if test "$is_elf" = "yes"; then
2878 # Check for target supported by gold.
2880 i?
86-*-* | x86_64-
*-* | sparc
*-*-* | powerpc
*-*-* | arm
*-*-*)
2881 case "${ENABLE_GOLD}" in
2883 configdirs
="$configdirs gold"
2886 configdirs
=`echo " ${configdirs} " | sed -e 's/ ld / gold /'`
2897 as_fn_error
"invalid --enable-gold argument" "$LINENO" 5
2901 # Configure extra directories which are host specific
2905 configdirs
="$configdirs libtermcap" ;;
2908 # A target can indicate whether a language isn't supported for some reason.
2909 # Only spaces may be used in this macro; not newlines or tabs.
2910 unsupported_languages
=
2912 # Remove more programs from consideration, based on the host or
2913 # target this usually means that a port of the program doesn't
2918 noconfigdirs
="$noconfigdirs byacc"
2920 i
[3456789]86-*-vsta)
2921 noconfigdirs
="$noconfigdirs tcl expect dejagnu make texinfo bison patch flex byacc send-pr gprof uudecode dejagnu diff guile perl itcl gnuserv gettext"
2923 i
[3456789]86-*-go32* | i
[3456789]86-*-msdosdjgpp*)
2924 noconfigdirs
="$noconfigdirs tcl tk expect dejagnu send-pr uudecode guile itcl gnuserv libffi"
2927 noconfigdirs
="$noconfigdirs expect dejagnu autoconf automake send-pr rcs guile perl texinfo libtool newlib"
2929 i
[3456789]86-*-mingw32*)
2930 # noconfigdirs="tcl tk expect dejagnu make texinfo bison patch flex byacc send-pr uudecode dejagnu diff guile perl itcl gnuserv"
2931 noconfigdirs
="$noconfigdirs expect dejagnu autoconf automake send-pr rcs guile perl texinfo libtool newlib"
2933 i
[3456789]86-*-beos*)
2934 noconfigdirs
="$noconfigdirs tk itcl libgui gdb"
2937 noconfigdirs
="$noconfigdirs autoconf automake send-pr rcs guile perl"
2940 noconfigdirs
="$noconfigdirs rcs"
2943 noconfigdirs
="$noconfigdirs patch diff make tk tcl expect dejagnu autoconf automake texinfo bison send-pr gprof rcs guile perl itcl gnuserv"
2946 noconfigdirs
="$noconfigdirs tk itcl libgui gdb dejagnu readline"
2951 # Check whether --enable-libada was given.
2952 if test "${enable_libada+set}" = set; then :
2953 enableval
=$enable_libada; ENABLE_LIBADA
=$enableval
2958 if test "${ENABLE_LIBADA}" != "yes" ; then
2959 noconfigdirs
="$noconfigdirs gnattools"
2962 # Check whether --enable-libssp was given.
2963 if test "${enable_libssp+set}" = set; then :
2964 enableval
=$enable_libssp; ENABLE_LIBSSP
=$enableval
2970 # Save it here so that, even in case of --enable-libgcj, if the Java
2971 # front-end isn't enabled, we still get libgcj disabled.
2972 libgcj_saved
=$libgcj
2973 case $enable_libgcj in
2975 # If we reset it here, it won't get added to noconfigdirs in the
2976 # target-specific build rules, so it will be forcibly enabled
2977 # (unless the Java language itself isn't enabled).
2981 # Make sure we get it printed in the list of not supported target libs.
2982 noconfigdirs
="$noconfigdirs ${libgcj}"
2987 # Disable libmudflap on some systems.
2988 if test x
$enable_libmudflap = x
; then
2990 *-*-linux* |
*-*-gnu* |
*-*-k*bsd
*-gnu | bfin
*-*-uclinux* |
*-*-kopensolaris*-gnu)
2991 # Enable libmudflap by default in GNU and friends.
2994 # Enable libmudflap by default in FreeBSD.
2997 # Disable it by default everywhere else.
2998 noconfigdirs
="$noconfigdirs target-libmudflap"
3003 # Disable libgomp on non POSIX hosted systems.
3004 if test x
$enable_libgomp = x
; then
3005 # Enable libgomp by default on hosted POSIX systems.
3007 *-*-linux* |
*-*-gnu* |
*-*-k*bsd
*-gnu |
*-*-kopensolaris*-gnu)
3009 *-*-netbsd* |
*-*-freebsd* |
*-*-openbsd*)
3011 *-*-solaris2* |
*-*-sysv4* |
*-*-irix6* |
*-*-osf* |
*-*-hpux11*)
3013 *-*-darwin* |
*-*-aix*)
3016 noconfigdirs
="$noconfigdirs target-libgomp"
3021 # Default libgloss CPU subdirectory.
3022 libgloss_dir
="$target_cpu"
3026 noconfigdirs
="$noconfigdirs target-newlib target-libgloss ${libgcj}"
3029 noconfigdirs
="$noconfigdirs ld gas gdb gprof"
3030 noconfigdirs
="$noconfigdirs sim target-rda"
3032 i
[3456789]86-*-darwin*)
3033 noconfigdirs
="$noconfigdirs ld gprof"
3034 noconfigdirs
="$noconfigdirs sim target-rda"
3036 x86_64-
*-darwin[912]*)
3037 noconfigdirs
="$noconfigdirs ld gas gprof"
3038 noconfigdirs
="$noconfigdirs sim target-rda"
3041 noconfigdirs
="$noconfigdirs ld gas gdb gprof"
3042 noconfigdirs
="$noconfigdirs sim target-rda"
3043 noconfigdirs
="$noconfigdirs ${libgcj}"
3045 *-*-freebsd[12] |
*-*-freebsd[12].
* |
*-*-freebsd*aout
*)
3046 noconfigdirs
="$noconfigdirs target-newlib target-libgloss ${libgcj}"
3049 noconfigdirs
="$noconfigdirs target-newlib target-libgloss"
3050 if test "x$with_gmp" = x
&& test "x$with_gmp_dir" = x \
3051 && test -f /usr
/local
/include
/gmp.h
; then
3055 # Skip some stuff that's unsupported on some FreeBSD configurations.
3061 noconfigdirs
="$noconfigdirs ${libgcj}"
3066 # Remove unsupported stuff on all kaOS configurations.
3067 skipdirs
="target-libiberty ${libgcj} target-libstdc++-v3 target-librx"
3068 skipdirs
="$skipdirs target-libobjc target-examples target-groff target-gperf"
3069 skipdirs
="$skipdirs zlib fastjar target-libjava target-boehm-gc target-zlib"
3070 noconfigdirs
="$noconfigdirs target-libgloss"
3073 # Skip some stuff on all NetBSD configurations.
3074 noconfigdirs
="$noconfigdirs target-newlib target-libiberty target-libgloss"
3076 # Skip some stuff that's unsupported on some NetBSD configurations.
3078 i
*86-*-netbsdelf*) ;;
3079 arm
*-*-netbsdelf*) ;;
3081 noconfigdirs
="$noconfigdirs ${libgcj}"
3086 noconfigdirs
="$noconfigdirs target-newlib target-libiberty target-libgloss ${libgcj} target-libmudflap"
3089 skipdirs
="${skipdirs} target-libiberty"
3090 noconfigdirs
="$noconfigdirs target-libgloss ${libgcj}"
3092 # The tpf target doesn't support gdb yet.
3094 noconfigdirs
="$noconfigdirs target-newlib target-libgloss target-libiberty ${libgcj} target-libmudflap gdb tcl tk libgui itcl"
3097 noconfigdirs
="$noconfigdirs target-newlib target-libgloss target-rda ${libgcj}"
3100 noconfigdirs
="$noconfigdirs target-newlib target-libgloss target-libiberty target-libstdc++-v3 ${libgcj}"
3103 # ld works, but does not support shared libraries.
3104 # newlib is not 64 bit ready. I'm not sure about fileutils.
3105 # gas doesn't generate exception information.
3106 noconfigdirs
="$noconfigdirs gas ld fileutils target-newlib target-libgloss"
3109 noconfigdirs
="$noconfigdirs gdb target-newlib target-libgloss ${libgcj}"
3112 # newlib is not 64 bit ready
3113 noconfigdirs
="$noconfigdirs target-newlib target-libgloss"
3116 # newlib is not 64 bit ready
3117 noconfigdirs
="$noconfigdirs target-newlib target-libgloss ${libgcj}"
3120 noconfigdirs
="$noconfigdirs ${libgcj} target-newlib target-libgloss"
3123 noconfigdirs
="$noconfigdirs ${libgcj} target-newlib target-libgloss"
3125 sh
*-*-pe|mips
*-*-pe|
*arm-wince-pe
)
3126 noconfigdirs
="$noconfigdirs ${libgcj}"
3127 noconfigdirs
="$noconfigdirs target-examples"
3128 noconfigdirs
="$noconfigdirs target-libiberty texinfo send-pr"
3129 noconfigdirs
="$noconfigdirs tcl tk itcl libgui sim"
3130 noconfigdirs
="$noconfigdirs expect dejagnu"
3131 # the C++ libraries don't build on top of CE's C libraries
3132 noconfigdirs
="$noconfigdirs target-libstdc++-v3"
3133 noconfigdirs
="$noconfigdirs target-newlib"
3135 *-*-cygwin*) ;; # keep gdb and readline
3136 *) noconfigdirs
="$noconfigdirs gdb readline"
3142 noconfigdirs
="$noconfigdirs target-libgloss ${libgcj}"
3146 arm-
*-coff | strongarm-
*-coff | xscale-
*-coff)
3147 noconfigdirs
="$noconfigdirs ${libgcj}"
3150 arm-
*-elf* | strongarm-
*-elf* | xscale-
*-elf* | arm
*-*-eabi* )
3151 noconfigdirs
="$noconfigdirs target-libffi target-qthreads"
3154 arm
*-*-linux-gnueabi)
3155 noconfigdirs
="$noconfigdirs target-qthreads"
3156 case ${with_newlib} in
3157 no
) noconfigdirs
="$noconfigdirs target-newlib target-libgloss"
3162 noconfigdirs
="$noconfigdirs ${libgcj} target-libiberty"
3166 noconfigdirs
="$noconfigdirs target-libgloss ${libgcj}"
3169 noconfigdirs
="$noconfigdirs target-libgloss ${libgcj}"
3172 noconfigdirs
="$noconfigdirs target-libgloss ${libgcj}"
3175 noconfigdirs
="$noconfigdirs target-libgloss ${libgcj}"
3178 noconfigdirs
="$noconfigdirs ld target-libgloss ${libgcj}"
3181 noconfigdirs
="$noconfigdirs target-libiberty target-libstdc++-v3 ${libgcj} target-libssp"
3184 unsupported_languages
="$unsupported_languages java"
3185 noconfigdirs
="$noconfigdirs target-boehm-gc gdb"
3186 if test x
${is_cross_compiler} != xno
; then
3187 target_configdirs
="${target_configdirs} target-bsp target-cygmon"
3190 c4x-
*-* | tic4x-
*-*)
3191 noconfigdirs
="$noconfigdirs target-libstdc++-v3 target-libgloss ${libgcj}"
3193 c54x
*-*-* | tic54x-
*-*)
3194 noconfigdirs
="$noconfigdirs target-libstdc++-v3 target-libgloss ${libgcj} gcc gdb newlib"
3197 noconfigdirs
="$noconfigdirs ${libgcj} gdb"
3199 cris-
*-* | crisv32-
*-*)
3200 unsupported_languages
="$unsupported_languages java"
3203 unsupported_languages
="$unsupported_languages fortran"
3204 noconfigdirs
="$noconfigdirs target-libffi target-boehm-gc";;
3206 noconfigdirs
="$noconfigdirs target-boehm-gc";;
3208 noconfigdirs
="$noconfigdirs target-newlib target-libgloss";;
3210 unsupported_languages
="$unsupported_languages fortran"
3211 noconfigdirs
="$noconfigdirs ${libgcj} target-newlib target-libgloss";;
3216 noconfigdirs
="$noconfigdirs target-libstdc++-v3 target-mudflap ${libgcj}"
3219 noconfigdirs
="$noconfigdirs target-libstdc++-v3 target-libgloss ${libgcj}"
3222 noconfigdirs
="$noconfigdirs ${libgcj} gdb"
3224 ep9312-
*-elf | ep9312-
*-coff)
3228 noconfigdirs
="$noconfigdirs ${libgcj} gdb"
3231 noconfigdirs
="$noconfigdirs ${libgcj}"
3234 noconfigdirs
="$noconfigdirs ${libgcj}"
3235 noconfigdirs
="$noconfigdirs gprof"
3238 noconfigdirs
="$noconfigdirs target-libgloss ${libgcj}"
3241 noconfigdirs
="$noconfigdirs target-libstdc++-v3 target-libgloss ${libgcj}"
3243 hppa1.1
-*-osf* | hppa1.1
-*-bsd* )
3245 hppa
*64*-*-linux* | parisc
*64*-*-linux*)
3246 # In this case, it's because the hppa64-linux target is for
3247 # the kernel only at this point and has no libc, and thus no
3248 # headers, crt*.o, etc., all of which are needed by these.
3249 noconfigdirs
="$noconfigdirs target-zlib"
3251 parisc
*-*-linux* | hppa
*-*-linux*)
3255 hppa
*-*-openbsd* | \
3257 noconfigdirs
="$noconfigdirs ${libgcj}"
3260 noconfigdirs
="$noconfigdirs ld shellutils"
3266 # According to Alexandre Oliva <aoliva@redhat.com>, libjava won't
3267 # build on HP-UX 10.20.
3268 noconfigdirs
="$noconfigdirs ld shellutils ${libgcj}"
3271 noconfigdirs
="$noconfigdirs ${libgcj} gdb"
3274 # No gdb support yet.
3275 noconfigdirs
="$noconfigdirs readline mmalloc libgui itcl gdb"
3278 # No gdb or ld support yet.
3279 noconfigdirs
="$noconfigdirs ${libgcj} readline mmalloc libgui itcl gdb ld"
3282 # No gdb or ld support yet.
3283 noconfigdirs
="$noconfigdirs ${libgcj} tix readline mmalloc libgui itcl gdb ld"
3287 i
[3456789]86-*-coff | i
[3456789]86-*-elf)
3288 noconfigdirs
="$noconfigdirs ${libgcj}"
3291 i
[3456789]86-*-linux*)
3292 # The GCC port for glibc1 has no MD_FALLBACK_FRAME_STATE_FOR, so let's
3293 # not build java stuff by default.
3296 noconfigdirs
="$noconfigdirs ${libgcj}";;
3299 # This section makes it possible to build newlib natively on linux.
3300 # If we are using a cross compiler then don't configure newlib.
3301 if test x
${is_cross_compiler} != xno
; then
3302 noconfigdirs
="$noconfigdirs target-newlib"
3304 noconfigdirs
="$noconfigdirs target-libgloss"
3305 # If we are not using a cross compiler, do configure newlib.
3306 # Note however, that newlib will only be configured in this situation
3307 # if the --with-newlib option has been given, because otherwise
3308 # 'target-newlib' will appear in skipdirs.
3310 i
[3456789]86-w64-mingw*)
3311 noconfigdirs
="$noconfigdirs expect target-libgloss target-newlib ${libgcj}"
3313 i
[3456789]86-*-mingw*)
3314 target_configdirs
="$target_configdirs target-winsup"
3315 noconfigdirs
="$noconfigdirs expect target-libgloss target-newlib ${libgcj}"
3318 noconfigdirs
="$noconfigdirs expect target-libgloss target-newlib ${libgcj}"
3321 target_configdirs
="$target_configdirs target-libtermcap target-winsup"
3322 noconfigdirs
="$noconfigdirs target-gperf target-libgloss"
3323 # always build newlib if winsup directory is present.
3324 if test -d "$srcdir/winsup/cygwin"; then
3325 skipdirs
=`echo " ${skipdirs} " | sed -e 's/ target-newlib / /'`
3326 elif test -d "$srcdir/newlib"; then
3327 echo "Warning: winsup/cygwin is missing so newlib can't be built."
3330 i
[3456789]86-moss-msdos | i
[3456789]86-*-moss* | \
3331 i
[3456789]86-*-uwin* | i
[3456789]86-*-interix* )
3334 noconfigdirs
="$noconfigdirs target-libstdc++-v3 target-libgloss ${libgcj}"
3336 i
[3456789]86-*-sco3.2v5
*)
3337 # The linker does not yet know about weak symbols in COFF,
3338 # and is not configured to handle mixed ELF and COFF.
3339 noconfigdirs
="$noconfigdirs ld target-libgloss ${libgcj}"
3341 i
[3456789]86-*-sco*)
3342 noconfigdirs
="$noconfigdirs gprof target-libgloss ${libgcj}"
3344 i
[3456789]86-*-solaris2*)
3345 noconfigdirs
="$noconfigdirs target-libgloss"
3347 i
[3456789]86-*-sysv4*)
3348 noconfigdirs
="$noconfigdirs target-libgloss ${libgcj}"
3350 i
[3456789]86-*-beos*)
3351 noconfigdirs
="$noconfigdirs gdb target-newlib target-libgloss ${libgcj}"
3353 i
[3456789]86-*-rdos*)
3354 noconfigdirs
="$noconfigdirs gdb target-newlib target-libgloss"
3357 noconfigdirs
="$noconfigdirs ${libgcj}"
3359 m68hc11-
*-*|m6811-
*-*|m68hc12-
*-*|m6812-
*-*)
3360 noconfigdirs
="$noconfigdirs target-libiberty target-libstdc++-v3 ${libgcj}"
3361 libgloss_dir
=m68hc11
3364 noconfigdirs
="$noconfigdirs ${libgcj}"
3367 noconfigdirs
="$noconfigdirs ${libgcj}"
3369 m68
*-*-* | fido-
*-*)
3373 # The EPOC C++ environment does not support exceptions or rtti,
3374 # and so building libstdc++-v3 tends not to always work.
3375 noconfigdirs
="$noconfigdirs target-libstdc++-v3"
3378 noconfigdirs
="$noconfigdirs target-libffi target-boehm-gc gdb libgloss"
3379 unsupported_languages
="$unsupported_languages fortran java"
3382 noconfigdirs
="$noconfigdirs ${libgcj}"
3385 noconfigdirs
="$noconfigdirs ${libgcj}"
3388 noconfigdirs
="$noconfigdirs sim"
3391 # copied from rs6000-*-* entry
3392 noconfigdirs
="$noconfigdirs gprof target-libgloss target-libssp target-newlib ${libgcj}"
3394 powerpc
*-*-winnt* | powerpc
*-*-pe* | ppc
*-*-pe)
3395 target_configdirs
="$target_configdirs target-winsup"
3396 noconfigdirs
="$noconfigdirs gdb tcl tk make expect target-libgloss itcl gnuserv ${libgcj}"
3397 # always build newlib.
3398 skipdirs
=`echo " ${skipdirs} " | sed -e 's/ target-newlib / /'`
3400 # This is temporary until we can link against shared libraries
3401 powerpcle-
*-solaris*)
3402 noconfigdirs
="$noconfigdirs gdb sim make tcl tk expect itcl gnuserv ${libgcj}"
3406 noconfigdirs
="$noconfigdirs gdb target-newlib target-libgloss ${libgcj}"
3409 noconfigdirs
="$noconfigdirs ${libgcj}"
3412 powerpc-
*-eabi* | powerpcle-
*-eabi* | powerpc-
*-rtems* )
3416 noconfigdirs
="$noconfigdirs target-newlib gprof ${libgcj}"
3419 noconfigdirs
="$noconfigdirs gprof target-libgloss target-libssp target-newlib ${libgcj}"
3422 noconfigdirs
="$noconfigdirs gprof ${libgcj}"
3425 noconfigdirs
="$noconfigdirs ld binutils gprof target-libgloss ${libgcj}"
3428 noconfigdirs
="$noconfigdirs gprof target-libssp ${libgcj}"
3431 skipdirs
="$skipdirs target-libiberty"
3432 noconfigdirs
="$noconfigdirs ${libgcj}"
3433 if test x
$with_newlib = xyes
; then
3434 noconfigdirs
="$noconfigdirs gprof"
3439 noconfigdirs
="$noconfigdirs gprof target-libgloss ${libgcj}"
3442 # Linking libjava exceeds command-line length limits on at least
3443 # IRIX 6.2, but not on IRIX 6.5.
3444 # Also, boehm-gc won't build on IRIX 6.5, according to Jeffrey Oldham
3445 # <oldham@codesourcery.com>
3446 noconfigdirs
="$noconfigdirs gprof target-libgloss ${libgcj}"
3449 noconfigdirs
="$noconfigdirs gprof target-libgloss ${libgcj}"
3452 noconfigdirs
="$noconfigdirs target-newlib target-libgloss"
3455 noconfigdirs
="$noconfigdirs gprof ${libgcj}"
3459 noconfigdirs
="$noconfigdirs bfd binutils ld gas opcodes target-libgloss ${libgcj}"
3463 i
[3456789]86-*-vsta) ;; # don't add gprof back in
3464 i
[3456789]86-*-go32*) ;; # don't add gprof back in
3465 i
[3456789]86-*-msdosdjgpp*) ;; # don't add gprof back in
3466 *) skipdirs
=`echo " ${skipdirs} " | sed -e 's/ gprof / /'` ;;
3470 noconfigdirs
="$noconfigdirs ${libgcj}" ;;
3472 noconfigdirs
="$noconfigdirs target-libgloss ${libgcj}" ;;
3475 sparclet-
*-aout* | sparc86x-
*-*)
3479 noconfigdirs
="$noconfigdirs ${libgcj}"
3482 noconfigdirs
="$noconfigdirs ${libgcj}"
3486 noconfigdirs
="$noconfigdirs ${libgcj}"
3490 noconfigdirs
="$noconfigdirs ${libgcj}"
3491 if test x
${is_cross_compiler} != xno
; then
3492 noconfigdirs
="$noconfigdirs gdb target-newlib target-libgloss"
3497 sparc-
*-solaris2.
[0-6] | sparc-
*-solaris2.
[0-6].
*)
3498 noconfigdirs
="$noconfigdirs ${libgcj}"
3500 sparc-
*-solaris* | sparc64-
*-solaris* | sparcv9-
*-solaris*)
3503 noconfigdirs
="$noconfigdirs gdb sim ${libgcj}"
3506 noconfigdirs
="$noconfigdirs bfd binutils gas gcc gdb ld target-libstdc++-v3 opcodes target-libgloss ${libgcj}"
3509 noconfigdirs
="$noconfigdirs ${libgcj}"
3512 noconfigdirs
="$noconfigdirs bfd binutils gdb ld target-newlib opcodes target-libgloss ${libgcj}"
3515 noconfigdirs
="$noconfigdirs target-newlib target-libgloss ${libgcj}"
3518 noconfigdirs
="$noconfigdirs ${libgcj}"
3521 noconfigdirs
="$noconfigdirs target-libiberty target-libstdc++-v3 ${libgcj}"
3523 *-*-linux* |
*-*-gnu* |
*-*-k*bsd
*-gnu |
*-*-kopensolaris*-gnu)
3524 noconfigdirs
="$noconfigdirs target-newlib target-libgloss"
3527 noconfigdirs
="$noconfigdirs target-newlib target-libgloss ${libgcj}"
3530 noconfigdirs
="$noconfigdirs ${libgcj}"
3534 # If we aren't building newlib, then don't build libgloss, since libgloss
3535 # depends upon some newlib header files.
3536 case "${noconfigdirs}" in
3537 *target-libgloss
*) ;;
3538 *target-newlib
*) noconfigdirs
="$noconfigdirs target-libgloss" ;;
3541 # Work in distributions that contain no compiler tools, like Autoconf.
3543 host_makefile_frag
=/dev
/null
3544 if test -d ${srcdir}/config
; then
3547 # Avoid "too much defining" errors from HPUX compiler.
3548 tentative_cc
="cc -Wp,-H256000"
3549 # If "ar" in $PATH is GNU ar, the symbol table may need rebuilding.
3550 # If it's HP/UX ar, this should be harmless.
3554 tentative_cc
="cc -A ansi -A runtype,any -A systype,any -U__STDC__ -DUSG"
3557 #None of the Apollo compilers can compile gas or binutils. The preprocessor
3558 # chokes on bfd, the compiler won't let you assign integers to enums, and
3559 # other problems. Defining CC to gcc is a questionable way to say "don't use
3560 # the apollo compiler" (the preferred version of GCC could be called cc,
3561 # or whatever), but I'm not sure leaving CC as cc is any better...
3562 #CC=cc -A ansi -A runtype,any -A systype,any -U__STDC__ -DNO_STDARG
3563 # Used to have BISON=yacc.
3567 tentative_cc
="gcc -Wall -ansi -D__using_DGUX"
3570 # Under CX/UX, we want to tell the compiler to use ANSI mode.
3571 tentative_cc
="cc -Xa"
3572 host_makefile_frag
="config/mh-cxux"
3574 m88k-motorola-sysv
*)
3577 tentative_cc
="cc -Wf,-XNg1000"
3578 host_makefile_frag
="config/mh-decstation"
3581 # The C compiler on NEC MIPS SVR4 needs bigger tables.
3582 tentative_cc
="cc -ZXNd=5000 -ZXNg=1000"
3583 host_makefile_frag
="config/mh-necv4"
3586 # Tell compiler to use K&R C. We can't compile under the SGI Ansi
3587 # environment. Also bump switch table size so that cp-parse will
3588 # compile. Bump string length limit so linker builds.
3589 tentative_cc
="cc -cckr -Wf,-XNg1500 -Wf,-XNk1000 -Wf,-XNh2000 -Wf,-XNl8192"
3592 host_makefile_frag
="config/mh-sysv4"
3595 # This is for a MIPS running RISC/os 4.52C.
3597 # This is needed for GDB, but needs to be in the top-level make because
3598 # if a library is compiled with the bsd headers and gets linked with the
3599 # sysv system libraries all hell can break loose (e.g. a jmp_buf might be
3600 # a different size).
3601 # ptrace(2) apparently has problems in the BSD environment. No workaround is
3602 # known except to select the sysv environment. Could we use /proc instead?
3603 # These "sysv environments" and "bsd environments" often end up being a pain.
3605 # This is not part of CFLAGS because perhaps not all C compilers have this
3607 tentative_cc
="cc -systype sysv"
3612 i
[3456789]86-*-sysv5*)
3613 host_makefile_frag
="config/mh-sysv5"
3615 i
[3456789]86-*-dgux*)
3616 tentative_cc
="gcc -Wall -ansi -D__using_DGUX"
3617 host_makefile_frag
="config/mh-dgux386"
3619 i
[3456789]86-ncr-sysv4.3
*)
3620 # The MetaWare compiler will generate a copyright message unless you
3621 # turn it off by adding the -Hnocopyr flag.
3622 tentative_cc
="cc -Hnocopyr"
3624 i
[3456789]86-ncr-sysv4*)
3625 # for an NCR 3000 (i486/SVR4) system.
3626 # The NCR 3000 ships with a MetaWare compiler installed as /bin/cc.
3627 # This compiler not only emits obnoxious copyright messages every time
3628 # you run it, but it chokes and dies on a whole bunch of GNU source
3629 # files. Default to using the AT&T compiler installed in /usr/ccs/ATT/cc.
3630 tentative_cc
="/usr/ccs/ATT/cc"
3631 host_makefile_frag
="config/mh-ncr3000"
3633 i
[3456789]86-*-sco3.2v5
*)
3635 i
[3456789]86-*-sco*)
3636 # The native C compiler botches some simple uses of const. Unfortunately,
3637 # it doesn't defined anything like "__sco__" for us to test for in ansidecl.h.
3638 tentative_cc
="cc -Dconst="
3639 host_makefile_frag
="config/mh-sco"
3641 i
[3456789]86-*-udk*)
3642 host_makefile_frag
="config/mh-sysv5"
3644 i
[3456789]86-*-solaris2*)
3645 host_makefile_frag
="config/mh-sysv4"
3647 i
[3456789]86-*-msdosdjgpp*)
3648 host_makefile_frag
="config/mh-djgpp"
3652 { $as_echo "$as_me:${as_lineno-$LINENO}: checking to see if cat works as expected" >&5
3653 $as_echo_n "checking to see if cat works as expected... " >&6; }
3654 echo a
>cygwin-cat-check
3655 if test `cat cygwin-cat-check` = a
; then
3657 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3658 $as_echo "yes" >&6; }
3661 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3662 $as_echo "no" >&6; }
3663 as_fn_error
"The cat command does not ignore carriage return characters.
3664 Please either mount the build directory in binary mode or run the following
3665 commands before running any configure script:
3671 host_makefile_frag
="config/mh-cygwin"
3674 host_makefile_frag
="config/mh-mingw"
3677 host_makefile_frag
="config/mh-interix"
3680 # The old BSD pcc isn't up to compiling parts of gdb so use gcc
3684 host_makefile_frag
="config/mh-solaris"
3687 # Sun's C compiler needs the -J flag to be able to compile cp-parse.c
3688 # without overflowing the jump tables (-J says to use a 32 bit table)
3689 tentative_cc
="cc -J"
3692 tentative_cc
="cc -Wp,-H256000"
3693 host_makefile_frag
="config/mh-pa-hpux10"
3695 hppa
*-hp-hpux* | hppa
*-*-hiux*)
3696 tentative_cc
="cc -Wp,-H256000"
3697 host_makefile_frag
="config/mh-pa"
3700 host_makefile_frag
="config/mh-pa"
3702 *-hp-hpux* |
*-*-hiux*)
3703 tentative_cc
="cc -Wp,-H256000"
3706 # /bin/cc is less than useful for our purposes. Always use GCC
3707 tentative_cc
="/usr/cygnus/progressive/bin/gcc"
3708 host_makefile_frag
="config/mh-lynxrs6k"
3711 host_makefile_frag
="config/mh-darwin"
3714 host_makefile_frag
="config/mh-ppc-aix"
3717 host_makefile_frag
="config/mh-ppc-aix"
3720 # /bin/cc is less than useful for our purposes. Always use GCC
3721 tentative_cc
="/bin/gcc"
3724 host_makefile_frag
="config/mh-sysv4"
3726 # This is placed last to prevent interfering with the cases above.
3728 # Build the stage2 and stage3 compilers with -fomit-frame-pointer.
3729 host_makefile_frag
="config/mh-x86omitfp"
3734 # If we aren't going to be using gcc, see if we can extract a definition
3735 # of CC from the fragment.
3736 # Actually, use the 'pre-extracted' version above.
3737 if test -z "${CC}" && test "${build}" = "${host}" ; then
3738 IFS
="${IFS= }"; save_ifs
="$IFS"; IFS
="${IFS}:"
3740 for dir
in $PATH; do
3741 test -z "$dir" && dir
=.
3742 if test -f $dir/gcc
; then
3748 if test -z "${found}" && test -n "${tentative_cc}" ; then
3753 if test "${build}" != "${host}" ; then
3754 AR_FOR_BUILD
=${AR_FOR_BUILD-ar}
3755 AS_FOR_BUILD
=${AS_FOR_BUILD-as}
3756 CC_FOR_BUILD
=${CC_FOR_BUILD-gcc}
3757 CXX_FOR_BUILD
=${CXX_FOR_BUILD-g++}
3758 GCJ_FOR_BUILD
=${GCJ_FOR_BUILD-gcj}
3759 GFORTRAN_FOR_BUILD
=${GFORTRAN_FOR_BUILD-gfortran}
3760 DLLTOOL_FOR_BUILD
=${DLLTOOL_FOR_BUILD-dlltool}
3761 LD_FOR_BUILD
=${LD_FOR_BUILD-ld}
3762 NM_FOR_BUILD
=${NM_FOR_BUILD-nm}
3763 RANLIB_FOR_BUILD
=${RANLIB_FOR_BUILD-ranlib}
3764 WINDRES_FOR_BUILD
=${WINDRES_FOR_BUILD-windres}
3765 WINDMC_FOR_BUILD
=${WINDMC_FOR_BUILD-windmc}
3767 AR_FOR_BUILD
="\$(AR)"
3768 AS_FOR_BUILD
="\$(AS)"
3769 CC_FOR_BUILD
="\$(CC)"
3770 CXX_FOR_BUILD
="\$(CXX)"
3771 GCJ_FOR_BUILD
="\$(GCJ)"
3772 GFORTRAN_FOR_BUILD
="\$(GFORTRAN)"
3773 DLLTOOL_FOR_BUILD
="\$(DLLTOOL)"
3774 LD_FOR_BUILD
="\$(LD)"
3775 NM_FOR_BUILD
="\$(NM)"
3776 RANLIB_FOR_BUILD
="\$(RANLIB)"
3777 WINDRES_FOR_BUILD
="\$(WINDRES)"
3778 WINDMC_FOR_BUILD
="\$(WINDMC)"
3782 ac_cpp
='$CPP $CPPFLAGS'
3783 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3784 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3785 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
3786 if test -n "$ac_tool_prefix"; then
3787 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
3788 set dummy
${ac_tool_prefix}gcc
; ac_word
=$2
3789 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3790 $as_echo_n "checking for $ac_word... " >&6; }
3791 if test "${ac_cv_prog_CC+set}" = set; then :
3792 $as_echo_n "(cached) " >&6
3794 if test -n "$CC"; then
3795 ac_cv_prog_CC
="$CC" # Let the user override the test.
3797 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
3801 test -z "$as_dir" && as_dir
=.
3802 for ac_exec_ext
in '' $ac_executable_extensions; do
3803 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3804 ac_cv_prog_CC
="${ac_tool_prefix}gcc"
3805 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3815 if test -n "$CC"; then
3816 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3817 $as_echo "$CC" >&6; }
3819 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3820 $as_echo "no" >&6; }
3825 if test -z "$ac_cv_prog_CC"; then
3827 # Extract the first word of "gcc", so it can be a program name with args.
3828 set dummy gcc
; ac_word
=$2
3829 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3830 $as_echo_n "checking for $ac_word... " >&6; }
3831 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then :
3832 $as_echo_n "(cached) " >&6
3834 if test -n "$ac_ct_CC"; then
3835 ac_cv_prog_ac_ct_CC
="$ac_ct_CC" # Let the user override the test.
3837 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
3841 test -z "$as_dir" && as_dir
=.
3842 for ac_exec_ext
in '' $ac_executable_extensions; do
3843 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3844 ac_cv_prog_ac_ct_CC
="gcc"
3845 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3854 ac_ct_CC
=$ac_cv_prog_ac_ct_CC
3855 if test -n "$ac_ct_CC"; then
3856 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
3857 $as_echo "$ac_ct_CC" >&6; }
3859 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3860 $as_echo "no" >&6; }
3863 if test "x$ac_ct_CC" = x
; then
3866 case $cross_compiling:$ac_tool_warned in
3868 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
3869 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3870 ac_tool_warned
=yes ;;
3878 if test -z "$CC"; then
3879 if test -n "$ac_tool_prefix"; then
3880 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
3881 set dummy
${ac_tool_prefix}cc
; ac_word
=$2
3882 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3883 $as_echo_n "checking for $ac_word... " >&6; }
3884 if test "${ac_cv_prog_CC+set}" = set; then :
3885 $as_echo_n "(cached) " >&6
3887 if test -n "$CC"; then
3888 ac_cv_prog_CC
="$CC" # Let the user override the test.
3890 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
3894 test -z "$as_dir" && as_dir
=.
3895 for ac_exec_ext
in '' $ac_executable_extensions; do
3896 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3897 ac_cv_prog_CC
="${ac_tool_prefix}cc"
3898 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3908 if test -n "$CC"; then
3909 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3910 $as_echo "$CC" >&6; }
3912 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3913 $as_echo "no" >&6; }
3919 if test -z "$CC"; then
3920 # Extract the first word of "cc", so it can be a program name with args.
3921 set dummy cc
; ac_word
=$2
3922 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3923 $as_echo_n "checking for $ac_word... " >&6; }
3924 if test "${ac_cv_prog_CC+set}" = set; then :
3925 $as_echo_n "(cached) " >&6
3927 if test -n "$CC"; then
3928 ac_cv_prog_CC
="$CC" # Let the user override the test.
3931 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
3935 test -z "$as_dir" && as_dir
=.
3936 for ac_exec_ext
in '' $ac_executable_extensions; do
3937 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3938 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
3939 ac_prog_rejected
=yes
3943 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3950 if test $ac_prog_rejected = yes; then
3951 # We found a bogon in the path, so make sure we never use it.
3952 set dummy
$ac_cv_prog_CC
3954 if test $# != 0; then
3955 # We chose a different compiler from the bogus one.
3956 # However, it has the same basename, so the bogon will be chosen
3957 # first if we set CC to just the basename; use the full file name.
3959 ac_cv_prog_CC
="$as_dir/$ac_word${1+' '}$@"
3965 if test -n "$CC"; then
3966 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3967 $as_echo "$CC" >&6; }
3969 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3970 $as_echo "no" >&6; }
3975 if test -z "$CC"; then
3976 if test -n "$ac_tool_prefix"; then
3977 for ac_prog
in cl.exe
3979 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
3980 set dummy
$ac_tool_prefix$ac_prog; ac_word
=$2
3981 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3982 $as_echo_n "checking for $ac_word... " >&6; }
3983 if test "${ac_cv_prog_CC+set}" = set; then :
3984 $as_echo_n "(cached) " >&6
3986 if test -n "$CC"; then
3987 ac_cv_prog_CC
="$CC" # Let the user override the test.
3989 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
3993 test -z "$as_dir" && as_dir
=.
3994 for ac_exec_ext
in '' $ac_executable_extensions; do
3995 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3996 ac_cv_prog_CC
="$ac_tool_prefix$ac_prog"
3997 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4007 if test -n "$CC"; then
4008 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
4009 $as_echo "$CC" >&6; }
4011 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4012 $as_echo "no" >&6; }
4016 test -n "$CC" && break
4019 if test -z "$CC"; then
4021 for ac_prog
in cl.exe
4023 # Extract the first word of "$ac_prog", so it can be a program name with args.
4024 set dummy
$ac_prog; ac_word
=$2
4025 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4026 $as_echo_n "checking for $ac_word... " >&6; }
4027 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then :
4028 $as_echo_n "(cached) " >&6
4030 if test -n "$ac_ct_CC"; then
4031 ac_cv_prog_ac_ct_CC
="$ac_ct_CC" # Let the user override the test.
4033 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
4037 test -z "$as_dir" && as_dir
=.
4038 for ac_exec_ext
in '' $ac_executable_extensions; do
4039 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4040 ac_cv_prog_ac_ct_CC
="$ac_prog"
4041 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4050 ac_ct_CC
=$ac_cv_prog_ac_ct_CC
4051 if test -n "$ac_ct_CC"; then
4052 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
4053 $as_echo "$ac_ct_CC" >&6; }
4055 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4056 $as_echo "no" >&6; }
4060 test -n "$ac_ct_CC" && break
4063 if test "x$ac_ct_CC" = x
; then
4066 case $cross_compiling:$ac_tool_warned in
4068 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4069 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4070 ac_tool_warned
=yes ;;
4079 test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4080 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4081 as_fn_error
"no acceptable C compiler found in \$PATH
4082 See \`config.log' for more details." "$LINENO" 5; }
4084 # Provide some information about the compiler.
4085 $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
4088 for ac_option
in --version -v -V -qversion; do
4089 { { ac_try
="$ac_compiler $ac_option >&5"
4091 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
4092 *) ac_try_echo=$ac_try;;
4094 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4095 $as_echo "$ac_try_echo"; } >&5
4096 (eval "$ac_compiler $ac_option >&5") 2>conftest.err
4098 if test -s conftest.err; then
4100 ... rest of stderr output deleted ...
4101 10q' conftest.err >conftest.er1
4102 cat conftest.er1 >&5
4103 rm -f conftest.er1 conftest.err
4105 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4106 test $ac_status = 0; }
4109 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4110 /* end confdefs.h. */
4120 ac_clean_files_save=$ac_clean_files
4121 ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out conftest.out"
4122 # Try to create an executable without -o first, disregard a.out.
4123 # It will help us diagnose broken compilers, and finding out an intuition
4125 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler default output file name" >&5
4126 $as_echo_n "checking for C compiler default output file name... " >&6; }
4127 ac_link_default=`$as_echo "$ac_link" |
sed 's/ -o *conftest[^ ]*//'`
4129 # The possible output files:
4130 ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*"
4133 for ac_file in $ac_files
4136 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
4137 * ) ac_rmfiles="$ac_rmfiles $ac_file";;
4142 if { { ac_try="$ac_link_default"
4144 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
4145 *) ac_try_echo
=$ac_try;;
4147 eval ac_try_echo
="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4148 $as_echo "$ac_try_echo"; } >&5
4149 (eval "$ac_link_default") 2>&5
4151 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4152 test $ac_status = 0; }; then :
4153 # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
4154 # So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
4155 # in a Makefile. We should not override ac_cv_exeext if it was cached,
4156 # so that the user can short-circuit this test for compilers unknown to
4158 for ac_file
in $ac_files ''
4160 test -f "$ac_file" ||
continue
4162 *.
$ac_ext |
*.xcoff |
*.tds |
*.d |
*.pdb |
*.xSYM |
*.bb |
*.bbg |
*.map |
*.inf |
*.dSYM |
*.o |
*.obj
)
4165 # We found the default executable, but exeext='' is most
4169 if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no
;
4171 ac_cv_exeext
=`expr "$ac_file" : '[^.]*\(\..*\)'`
4173 # We set ac_cv_exeext here because the later test for it is not
4174 # safe: cross compilers may not add the suffix if given an `-o'
4175 # argument, so we may need to know it at that point already.
4176 # Even if this section looks crufty: it has the advantage of
4183 test "$ac_cv_exeext" = no
&& ac_cv_exeext
=
4188 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_file" >&5
4189 $as_echo "$ac_file" >&6; }
4190 if test -z "$ac_file"; then :
4191 $as_echo "$as_me: failed program was:" >&5
4192 sed 's/^/| /' conftest.
$ac_ext >&5
4194 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4195 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4196 { as_fn_set_status
77
4197 as_fn_error
"C compiler cannot create executables
4198 See \`config.log' for more details." "$LINENO" 5; }; }
4200 ac_exeext
=$ac_cv_exeext
4202 # Check that the compiler produces executables we can run. If not, either
4203 # the compiler is broken, or we cross compile.
4204 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler works" >&5
4205 $as_echo_n "checking whether the C compiler works... " >&6; }
4206 # If not cross compiling, check that we can run a simple program.
4207 if test "$cross_compiling" != yes; then
4208 if { ac_try
='./$ac_file'
4209 { { case "(($ac_try" in
4210 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
4211 *) ac_try_echo=$ac_try;;
4213 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4214 $as_echo "$ac_try_echo"; } >&5
4215 (eval "$ac_try") 2>&5
4217 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4218 test $ac_status = 0; }; }; then
4221 if test "$cross_compiling" = maybe; then
4224 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4225 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4226 as_fn_error "cannot run C compiled programs.
4227 If you meant to cross compile
, use \
`--host'.
4228 See \`config.log
' for more details." "$LINENO" 5; }
4232 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
4233 $as_echo "yes" >&6; }
4235 rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out conftest.out
4236 ac_clean_files=$ac_clean_files_save
4237 # Check that the compiler produces executables we can run. If not, either
4238 # the compiler is broken, or we cross compile.
4239 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are cross compiling" >&5
4240 $as_echo_n "checking whether we are cross compiling... " >&6; }
4241 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5
4242 $as_echo "$cross_compiling" >&6; }
4244 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of executables" >&5
4245 $as_echo_n "checking for suffix of executables... " >&6; }
4246 if { { ac_try="$ac_link"
4248 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4249 *) ac_try_echo=$ac_try;;
4251 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4252 $as_echo "$ac_try_echo"; } >&5
4253 (eval "$ac_link") 2>&5
4255 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4256 test $ac_status = 0; }; then :
4257 # If both `conftest.exe' and
`conftest' are `present
' (well, observable)
4258 # catch `conftest.exe'. For instance with Cygwin
, `ls conftest' will
4259 # work properly (i.e., refer to `conftest.exe
'), while it won't with
4261 for ac_file
in conftest.exe conftest conftest.
*; do
4262 test -f "$ac_file" ||
continue
4264 *.
$ac_ext |
*.xcoff |
*.tds |
*.d |
*.pdb |
*.xSYM |
*.bb |
*.bbg |
*.map |
*.inf |
*.dSYM |
*.o |
*.obj
) ;;
4265 *.
* ) ac_cv_exeext
=`expr "$ac_file" : '[^.]*\(\..*\)'`
4271 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4272 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4273 as_fn_error
"cannot compute suffix of executables: cannot compile and link
4274 See \`config.log' for more details." "$LINENO" 5; }
4276 rm -f conftest
$ac_cv_exeext
4277 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5
4278 $as_echo "$ac_cv_exeext" >&6; }
4280 rm -f conftest.
$ac_ext
4281 EXEEXT
=$ac_cv_exeext
4283 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5
4284 $as_echo_n "checking for suffix of object files... " >&6; }
4285 if test "${ac_cv_objext+set}" = set; then :
4286 $as_echo_n "(cached) " >&6
4288 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
4289 /* end confdefs.h. */
4299 rm -f conftest.o conftest.obj
4300 if { { ac_try
="$ac_compile"
4302 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
4303 *) ac_try_echo=$ac_try;;
4305 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4306 $as_echo "$ac_try_echo"; } >&5
4307 (eval "$ac_compile") 2>&5
4309 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4310 test $ac_status = 0; }; then :
4311 for ac_file in conftest.o conftest.obj conftest.*; do
4312 test -f "$ac_file" || continue;
4314 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
4315 *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
4320 $as_echo "$as_me: failed program was:" >&5
4321 sed 's/^/| /' conftest.$ac_ext >&5
4323 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4324 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4325 as_fn_error "cannot compute suffix of object files
: cannot compile
4326 See \
`config.log' for more details." "$LINENO" 5; }
4328 rm -f conftest.$ac_cv_objext conftest.$ac_ext
4330 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_objext" >&5
4331 $as_echo "$ac_cv_objext" >&6; }
4332 OBJEXT=$ac_cv_objext
4334 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5
4335 $as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
4336 if test "${ac_cv_c_compiler_gnu+set}" = set; then :
4337 $as_echo_n "(cached) " >&6
4339 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4340 /* end confdefs.h. */
4353 if ac_fn_c_try_compile "$LINENO"; then :
4358 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4359 ac_cv_c_compiler_gnu=$ac_compiler_gnu
4362 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5
4363 $as_echo "$ac_cv_c_compiler_gnu" >&6; }
4364 if test $ac_compiler_gnu = yes; then
4369 ac_test_CFLAGS=${CFLAGS+set}
4370 ac_save_CFLAGS=$CFLAGS
4371 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
4372 $as_echo_n "checking whether $CC accepts -g... " >&6; }
4373 if test "${ac_cv_prog_cc_g+set}" = set; then :
4374 $as_echo_n "(cached) " >&6
4376 ac_save_c_werror_flag=$ac_c_werror_flag
4377 ac_c_werror_flag=yes
4380 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4381 /* end confdefs.h. */
4391 if ac_fn_c_try_compile "$LINENO"; then :
4395 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4396 /* end confdefs.h. */
4406 if ac_fn_c_try_compile "$LINENO"; then :
4409 ac_c_werror_flag=$ac_save_c_werror_flag
4411 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4412 /* end confdefs.h. */
4422 if ac_fn_c_try_compile "$LINENO"; then :
4425 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4427 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4429 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4430 ac_c_werror_flag=$ac_save_c_werror_flag
4432 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5
4433 $as_echo "$ac_cv_prog_cc_g" >&6; }
4434 if test "$ac_test_CFLAGS" = set; then
4435 CFLAGS=$ac_save_CFLAGS
4436 elif test $ac_cv_prog_cc_g = yes; then
4437 if test "$GCC" = yes; then
4443 if test "$GCC" = yes; then
4449 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5
4450 $as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
4451 if test "${ac_cv_prog_cc_c89+set}" = set; then :
4452 $as_echo_n "(cached) " >&6
4454 ac_cv_prog_cc_c89=no
4456 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4457 /* end confdefs.h. */
4460 #include <sys/types.h>
4461 #include <sys/stat.h>
4462 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
4463 struct buf { int x; };
4464 FILE * (*rcsopen) (struct buf *, struct stat *, int);
4465 static char *e (p, i)
4471 static char *f (char * (*g) (char **, int), char **p, ...)
4476 s = g (p, va_arg (v,int));
4481 /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
4482 function prototypes and stuff, but not '\xHH' hex character constants.
4483 These don't provoke an error unfortunately, instead are silently treated
4484 as 'x'. The following induces an error, until -std is added to get
4485 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
4486 array size at least. It's necessary to write '\x00'==0 to get something
4487 that's true only with -std. */
4488 int osf4_cc_array ['\x00' == 0 ? 1 : -1];
4490 /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
4491 inside strings and character constants. */
4493 int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
4495 int test (int i, double x);
4496 struct s1 {int (*f) (int a);};
4497 struct s2 {int (*f) (double a);};
4498 int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
4504 return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
4509 for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
4510 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
4512 CC="$ac_save_CC $ac_arg"
4513 if ac_fn_c_try_compile "$LINENO"; then :
4514 ac_cv_prog_cc_c89=$ac_arg
4516 rm -f core conftest.err conftest.$ac_objext
4517 test "x$ac_cv_prog_cc_c89" != "xno" && break
4519 rm -f conftest.$ac_ext
4524 case "x$ac_cv_prog_cc_c89" in
4526 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
4527 $as_echo "none needed" >&6; } ;;
4529 { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
4530 $as_echo "unsupported" >&6; } ;;
4532 CC="$CC $ac_cv_prog_cc_c89"
4533 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5
4534 $as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
4536 if test "x$ac_cv_prog_cc_c89" != xno; then :
4541 ac_cpp='$CPP $CPPFLAGS'
4542 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4543 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4544 ac_compiler_gnu=$ac_cv_c_compiler_gnu
4547 ac_cpp='$CXXCPP $CPPFLAGS'
4548 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4549 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4550 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
4551 if test -z "$CXX"; then
4552 if test -n "$CCC"; then
4555 if test -n "$ac_tool_prefix"; then
4556 for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
4558 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
4559 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
4560 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4561 $as_echo_n "checking for $ac_word... " >&6; }
4562 if test "${ac_cv_prog_CXX+set}" = set; then :
4563 $as_echo_n "(cached) " >&6
4565 if test -n "$CXX"; then
4566 ac_cv_prog_CXX="$CXX" # Let the user override the test.
4568 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4572 test -z "$as_dir" && as_dir=.
4573 for ac_exec_ext in '' $ac_executable_extensions; do
4574 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4575 ac_cv_prog_CXX="$ac_tool_prefix$ac_prog"
4576 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4586 if test -n "$CXX"; then
4587 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CXX" >&5
4588 $as_echo "$CXX" >&6; }
4590 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4591 $as_echo "no" >&6; }
4595 test -n "$CXX" && break
4598 if test -z "$CXX"; then
4600 for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
4602 # Extract the first word of "$ac_prog", so it can be a program name with args.
4603 set dummy $ac_prog; ac_word=$2
4604 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4605 $as_echo_n "checking for $ac_word... " >&6; }
4606 if test "${ac_cv_prog_ac_ct_CXX+set}" = set; then :
4607 $as_echo_n "(cached) " >&6
4609 if test -n "$ac_ct_CXX"; then
4610 ac_cv_prog_ac_ct_CXX="$ac_ct_CXX" # Let the user override the test.
4612 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4616 test -z "$as_dir" && as_dir=.
4617 for ac_exec_ext in '' $ac_executable_extensions; do
4618 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4619 ac_cv_prog_ac_ct_CXX="$ac_prog"
4620 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4629 ac_ct_CXX=$ac_cv_prog_ac_ct_CXX
4630 if test -n "$ac_ct_CXX"; then
4631 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CXX" >&5
4632 $as_echo "$ac_ct_CXX" >&6; }
4634 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4635 $as_echo "no" >&6; }
4639 test -n "$ac_ct_CXX" && break
4642 if test "x$ac_ct_CXX" = x; then
4645 case $cross_compiling:$ac_tool_warned in
4647 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4648 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4649 ac_tool_warned=yes ;;
4657 # Provide some information about the compiler.
4658 $as_echo "$as_me:${as_lineno-$LINENO}: checking for C++ compiler version" >&5
4661 for ac_option in --version -v -V -qversion; do
4662 { { ac_try="$ac_compiler $ac_option >&5"
4664 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
4665 *) ac_try_echo
=$ac_try;;
4667 eval ac_try_echo
="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4668 $as_echo "$ac_try_echo"; } >&5
4669 (eval "$ac_compiler $ac_option >&5") 2>conftest.err
4671 if test -s conftest.err
; then
4673 ... rest of stderr output deleted ...
4674 10q' conftest.err
>conftest.er1
4675 cat conftest.er1
>&5
4676 rm -f conftest.er1 conftest.err
4678 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4679 test $ac_status = 0; }
4682 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C++ compiler" >&5
4683 $as_echo_n "checking whether we are using the GNU C++ compiler... " >&6; }
4684 if test "${ac_cv_cxx_compiler_gnu+set}" = set; then :
4685 $as_echo_n "(cached) " >&6
4687 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
4688 /* end confdefs.h. */
4701 if ac_fn_cxx_try_compile
"$LINENO"; then :
4706 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
4707 ac_cv_cxx_compiler_gnu
=$ac_compiler_gnu
4710 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cxx_compiler_gnu" >&5
4711 $as_echo "$ac_cv_cxx_compiler_gnu" >&6; }
4712 if test $ac_compiler_gnu = yes; then
4717 ac_test_CXXFLAGS
=${CXXFLAGS+set}
4718 ac_save_CXXFLAGS
=$CXXFLAGS
4719 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CXX accepts -g" >&5
4720 $as_echo_n "checking whether $CXX accepts -g... " >&6; }
4721 if test "${ac_cv_prog_cxx_g+set}" = set; then :
4722 $as_echo_n "(cached) " >&6
4724 ac_save_cxx_werror_flag
=$ac_cxx_werror_flag
4725 ac_cxx_werror_flag
=yes
4728 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
4729 /* end confdefs.h. */
4739 if ac_fn_cxx_try_compile
"$LINENO"; then :
4740 ac_cv_prog_cxx_g
=yes
4743 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
4744 /* end confdefs.h. */
4754 if ac_fn_cxx_try_compile
"$LINENO"; then :
4757 ac_cxx_werror_flag
=$ac_save_cxx_werror_flag
4759 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
4760 /* end confdefs.h. */
4770 if ac_fn_cxx_try_compile
"$LINENO"; then :
4771 ac_cv_prog_cxx_g
=yes
4773 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
4775 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
4777 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
4778 ac_cxx_werror_flag
=$ac_save_cxx_werror_flag
4780 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cxx_g" >&5
4781 $as_echo "$ac_cv_prog_cxx_g" >&6; }
4782 if test "$ac_test_CXXFLAGS" = set; then
4783 CXXFLAGS
=$ac_save_CXXFLAGS
4784 elif test $ac_cv_prog_cxx_g = yes; then
4785 if test "$GXX" = yes; then
4791 if test "$GXX" = yes; then
4798 ac_cpp
='$CPP $CPPFLAGS'
4799 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4800 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4801 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
4804 # We must set the default linker to the linker used by gcc for the correct
4805 # operation of libtool. If LD is not defined and we are using gcc, try to
4806 # set the LD default to the ld used by gcc.
4807 if test -z "$LD"; then
4808 if test "$GCC" = yes; then
4811 gcc_prog_ld
=`$CC -print-prog-name=ld 2>&1 | tr -d '\015'` ;;
4813 gcc_prog_ld
=`$CC -print-prog-name=ld 2>&1` ;;
4815 case $gcc_prog_ld in
4816 # Accept absolute paths.
4817 [\\/]* |
[A-Za-z
]:[\\/]*)
4818 LD
="$gcc_prog_ld" ;;
4826 if test -n "$ac_tool_prefix"; then
4827 # Extract the first word of "${ac_tool_prefix}gnatbind", so it can be a program name with args.
4828 set dummy
${ac_tool_prefix}gnatbind
; ac_word
=$2
4829 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4830 $as_echo_n "checking for $ac_word... " >&6; }
4831 if test "${ac_cv_prog_GNATBIND+set}" = set; then :
4832 $as_echo_n "(cached) " >&6
4834 if test -n "$GNATBIND"; then
4835 ac_cv_prog_GNATBIND
="$GNATBIND" # Let the user override the test.
4837 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
4841 test -z "$as_dir" && as_dir
=.
4842 for ac_exec_ext
in '' $ac_executable_extensions; do
4843 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4844 ac_cv_prog_GNATBIND
="${ac_tool_prefix}gnatbind"
4845 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4854 GNATBIND
=$ac_cv_prog_GNATBIND
4855 if test -n "$GNATBIND"; then
4856 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GNATBIND" >&5
4857 $as_echo "$GNATBIND" >&6; }
4859 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4860 $as_echo "no" >&6; }
4865 if test -z "$ac_cv_prog_GNATBIND"; then
4866 ac_ct_GNATBIND
=$GNATBIND
4867 # Extract the first word of "gnatbind", so it can be a program name with args.
4868 set dummy gnatbind
; ac_word
=$2
4869 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4870 $as_echo_n "checking for $ac_word... " >&6; }
4871 if test "${ac_cv_prog_ac_ct_GNATBIND+set}" = set; then :
4872 $as_echo_n "(cached) " >&6
4874 if test -n "$ac_ct_GNATBIND"; then
4875 ac_cv_prog_ac_ct_GNATBIND
="$ac_ct_GNATBIND" # Let the user override the test.
4877 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
4881 test -z "$as_dir" && as_dir
=.
4882 for ac_exec_ext
in '' $ac_executable_extensions; do
4883 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4884 ac_cv_prog_ac_ct_GNATBIND
="gnatbind"
4885 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4894 ac_ct_GNATBIND
=$ac_cv_prog_ac_ct_GNATBIND
4895 if test -n "$ac_ct_GNATBIND"; then
4896 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_GNATBIND" >&5
4897 $as_echo "$ac_ct_GNATBIND" >&6; }
4899 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4900 $as_echo "no" >&6; }
4903 if test "x$ac_ct_GNATBIND" = x
; then
4906 case $cross_compiling:$ac_tool_warned in
4908 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4909 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4910 ac_tool_warned
=yes ;;
4912 GNATBIND
=$ac_ct_GNATBIND
4915 GNATBIND
="$ac_cv_prog_GNATBIND"
4918 if test -n "$ac_tool_prefix"; then
4919 # Extract the first word of "${ac_tool_prefix}gnatmake", so it can be a program name with args.
4920 set dummy
${ac_tool_prefix}gnatmake
; ac_word
=$2
4921 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4922 $as_echo_n "checking for $ac_word... " >&6; }
4923 if test "${ac_cv_prog_GNATMAKE+set}" = set; then :
4924 $as_echo_n "(cached) " >&6
4926 if test -n "$GNATMAKE"; then
4927 ac_cv_prog_GNATMAKE
="$GNATMAKE" # Let the user override the test.
4929 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
4933 test -z "$as_dir" && as_dir
=.
4934 for ac_exec_ext
in '' $ac_executable_extensions; do
4935 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4936 ac_cv_prog_GNATMAKE
="${ac_tool_prefix}gnatmake"
4937 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4946 GNATMAKE
=$ac_cv_prog_GNATMAKE
4947 if test -n "$GNATMAKE"; then
4948 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GNATMAKE" >&5
4949 $as_echo "$GNATMAKE" >&6; }
4951 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4952 $as_echo "no" >&6; }
4957 if test -z "$ac_cv_prog_GNATMAKE"; then
4958 ac_ct_GNATMAKE
=$GNATMAKE
4959 # Extract the first word of "gnatmake", so it can be a program name with args.
4960 set dummy gnatmake
; ac_word
=$2
4961 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4962 $as_echo_n "checking for $ac_word... " >&6; }
4963 if test "${ac_cv_prog_ac_ct_GNATMAKE+set}" = set; then :
4964 $as_echo_n "(cached) " >&6
4966 if test -n "$ac_ct_GNATMAKE"; then
4967 ac_cv_prog_ac_ct_GNATMAKE
="$ac_ct_GNATMAKE" # Let the user override the test.
4969 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
4973 test -z "$as_dir" && as_dir
=.
4974 for ac_exec_ext
in '' $ac_executable_extensions; do
4975 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4976 ac_cv_prog_ac_ct_GNATMAKE
="gnatmake"
4977 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4986 ac_ct_GNATMAKE
=$ac_cv_prog_ac_ct_GNATMAKE
4987 if test -n "$ac_ct_GNATMAKE"; then
4988 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_GNATMAKE" >&5
4989 $as_echo "$ac_ct_GNATMAKE" >&6; }
4991 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4992 $as_echo "no" >&6; }
4995 if test "x$ac_ct_GNATMAKE" = x
; then
4998 case $cross_compiling:$ac_tool_warned in
5000 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5001 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5002 ac_tool_warned
=yes ;;
5004 GNATMAKE
=$ac_ct_GNATMAKE
5007 GNATMAKE
="$ac_cv_prog_GNATMAKE"
5010 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether compiler driver understands Ada" >&5
5011 $as_echo_n "checking whether compiler driver understands Ada... " >&6; }
5012 if test "${acx_cv_cc_gcc_supports_ada+set}" = set; then :
5013 $as_echo_n "(cached) " >&6
5015 cat >conftest.adb
<<EOF
5016 procedure conftest is begin null; end conftest;
5018 acx_cv_cc_gcc_supports_ada
=no
5019 # There is a bug in old released versions of GCC which causes the
5020 # driver to exit successfully when the appropriate language module
5021 # has not been installed. This is fixed in 2.95.4, 3.0.2, and 3.1.
5022 # Therefore we must check for the error message as well as an
5023 # unsuccessful exit.
5024 # Other compilers, like HP Tru64 UNIX cc, exit successfully when
5025 # given a .adb file, but produce no object file. So we must check
5026 # if an object file was really produced to guard against this.
5027 errors
=`(${CC} -c conftest.adb) 2>&1 || echo failure`
5028 if test x
"$errors" = x
&& test -f conftest.
$ac_objext; then
5029 acx_cv_cc_gcc_supports_ada
=yes
5033 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $acx_cv_cc_gcc_supports_ada" >&5
5034 $as_echo "$acx_cv_cc_gcc_supports_ada" >&6; }
5036 if test x
$GNATBIND != xno
&& test x
$GNATMAKE != xno
&& test x
$acx_cv_cc_gcc_supports_ada != xno
; then
5042 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to compare bootstrapped objects" >&5
5043 $as_echo_n "checking how to compare bootstrapped objects... " >&6; }
5044 if test "${gcc_cv_prog_cmp_skip+set}" = set; then :
5045 $as_echo_n "(cached) " >&6
5049 gcc_cv_prog_cmp_skip
='tail +16c $$f1 > tmp-foo1; tail +16c $$f2 > tmp-foo2; cmp tmp-foo1 tmp-foo2'
5050 if cmp t1 t2
2 2 > /dev
/null
2>&1; then
5051 if cmp t1 t2
1 1 > /dev
/null
2>&1; then
5054 gcc_cv_prog_cmp_skip
='cmp $$f1 $$f2 16 16'
5057 if cmp --ignore-initial=2 t1 t2
> /dev
/null
2>&1; then
5058 if cmp --ignore-initial=1 t1 t2
> /dev
/null
2>&1; then
5061 gcc_cv_prog_cmp_skip
='cmp --ignore-initial=16 $$f1 $$f2'
5067 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_prog_cmp_skip" >&5
5068 $as_echo "$gcc_cv_prog_cmp_skip" >&6; }
5069 do_compare
="$gcc_cv_prog_cmp_skip"
5073 # See if we are building gcc with C++.
5074 # Check whether --enable-build-with-cxx was given.
5075 if test "${enable_build_with_cxx+set}" = set; then :
5076 enableval
=$enable_build_with_cxx; ENABLE_BUILD_WITH_CXX
=$enableval
5078 ENABLE_BUILD_WITH_CXX
=no
5082 # Used for setting $lt_cv_objdir
5083 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for objdir" >&5
5084 $as_echo_n "checking for objdir... " >&6; }
5085 if test "${lt_cv_objdir+set}" = set; then :
5086 $as_echo_n "(cached) " >&6
5088 rm -f .libs
2>/dev
/null
5089 mkdir .libs
2>/dev
/null
5090 if test -d .libs
; then
5093 # MS-DOS does not allow filenames that begin with a dot.
5096 rmdir .libs
2>/dev
/null
5098 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_objdir" >&5
5099 $as_echo "$lt_cv_objdir" >&6; }
5100 objdir
=$lt_cv_objdir
5106 cat >>confdefs.h
<<_ACEOF
5107 #define LT_OBJDIR "$lt_cv_objdir/"
5112 # Check for GMP, MPFR and MPC
5113 gmplibs
="-lmpc -lmpfr -lgmp"
5117 # Specify a location for mpc
5118 # check for this first so it ends up on the link line before mpfr.
5120 # Check whether --with-mpc was given.
5121 if test "${with_mpc+set}" = set; then :
5126 # Check whether --with-mpc_include was given.
5127 if test "${with_mpc_include+set}" = set; then :
5128 withval
=$with_mpc_include;
5132 # Check whether --with-mpc_lib was given.
5133 if test "${with_mpc_lib+set}" = set; then :
5134 withval
=$with_mpc_lib;
5138 if test "x$with_mpc" != x
; then
5139 gmplibs
="-L$with_mpc/lib $gmplibs"
5140 gmpinc
="-I$with_mpc/include $gmpinc"
5142 if test "x$with_mpc_include" != x
; then
5143 gmpinc
="-I$with_mpc_include $gmpinc"
5145 if test "x$with_mpc_lib" != x
; then
5146 gmplibs
="-L$with_mpc_lib $gmplibs"
5148 if test "x$with_mpc$with_mpc_include$with_mpc_lib" = x
&& test -d ${srcdir}/mpc
; then
5149 gmplibs
='-L$$r/$(HOST_SUBDIR)/mpc/src/'"$lt_cv_objdir $gmplibs"
5150 gmpinc
='-I$$s/mpc/src '"$gmpinc"
5151 # Do not test the mpc version. Assume that it is sufficient, since
5152 # it is in the source tree, and the library has not been built yet
5153 # but it would be included on the link line in the version check below
5154 # hence making the test fail.
5158 # Specify a location for mpfr
5159 # check for this first so it ends up on the link line before gmp.
5161 # Check whether --with-mpfr-dir was given.
5162 if test "${with_mpfr_dir+set}" = set; then :
5163 withval
=$with_mpfr_dir; as_fn_error
"The --with-mpfr-dir=PATH option has been removed.
5164 Use --with-mpfr=PATH or --with-mpfr-include=PATH plus --with-mpfr-lib=PATH" "$LINENO" 5
5169 # Check whether --with-mpfr was given.
5170 if test "${with_mpfr+set}" = set; then :
5175 # Check whether --with-mpfr_include was given.
5176 if test "${with_mpfr_include+set}" = set; then :
5177 withval
=$with_mpfr_include;
5181 # Check whether --with-mpfr_lib was given.
5182 if test "${with_mpfr_lib+set}" = set; then :
5183 withval
=$with_mpfr_lib;
5187 if test "x$with_mpfr" != x
; then
5188 gmplibs
="-L$with_mpfr/lib $gmplibs"
5189 gmpinc
="-I$with_mpfr/include $gmpinc"
5191 if test "x$with_mpfr_include" != x
; then
5192 gmpinc
="-I$with_mpfr_include $gmpinc"
5194 if test "x$with_mpfr_lib" != x
; then
5195 gmplibs
="-L$with_mpfr_lib $gmplibs"
5197 if test "x$with_mpfr$with_mpfr_include$with_mpfr_lib" = x
&& test -d ${srcdir}/mpfr
; then
5198 gmplibs
='-L$$r/$(HOST_SUBDIR)/mpfr/'"$lt_cv_objdir $gmplibs"
5199 gmpinc
='-I$$r/$(HOST_SUBDIR)/mpfr -I$$s/mpfr '"$gmpinc"
5200 extra_mpc_mpfr_configure_flags
='--with-mpfr-include=$$s/mpfr --with-mpfr-lib=$$r/$(HOST_SUBDIR)/mpfr/'"$lt_cv_objdir"
5201 # Do not test the mpfr version. Assume that it is sufficient, since
5202 # it is in the source tree, and the library has not been built yet
5203 # but it would be included on the link line in the version check below
5204 # hence making the test fail.
5208 # Specify a location for gmp
5210 # Check whether --with-gmp-dir was given.
5211 if test "${with_gmp_dir+set}" = set; then :
5212 withval
=$with_gmp_dir; as_fn_error
"The --with-gmp-dir=PATH option has been removed.
5213 Use --with-gmp=PATH or --with-gmp-include=PATH plus --with-gmp-lib=PATH" "$LINENO" 5
5218 # Check whether --with-gmp was given.
5219 if test "${with_gmp+set}" = set; then :
5224 # Check whether --with-gmp_include was given.
5225 if test "${with_gmp_include+set}" = set; then :
5226 withval
=$with_gmp_include;
5230 # Check whether --with-gmp_lib was given.
5231 if test "${with_gmp_lib+set}" = set; then :
5232 withval
=$with_gmp_lib;
5237 if test "x$with_gmp" != x
; then
5238 gmplibs
="-L$with_gmp/lib $gmplibs"
5239 gmpinc
="-I$with_gmp/include $gmpinc"
5241 if test "x$with_gmp_include" != x
; then
5242 gmpinc
="-I$with_gmp_include $gmpinc"
5244 if test "x$with_gmp_lib" != x
; then
5245 gmplibs
="-L$with_gmp_lib $gmplibs"
5247 if test "x$with_gmp$with_gmp_include$with_gmp_lib" = x
&& test -d ${srcdir}/gmp
; then
5248 gmplibs
='-L$$r/$(HOST_SUBDIR)/gmp/'"$lt_cv_objdir $gmplibs"
5249 gmpinc
='-I$$r/$(HOST_SUBDIR)/gmp -I$$s/gmp '"$gmpinc"
5250 extra_mpfr_configure_flags
='--with-gmp-include=$$r/$(HOST_SUBDIR)/gmp --with-gmp-lib=$$r/$(HOST_SUBDIR)/gmp/'"$lt_cv_objdir"
5251 extra_mpc_gmp_configure_flags
='--with-gmp-include=$$r/$(HOST_SUBDIR)/gmp --with-gmp-lib=$$r/$(HOST_SUBDIR)/gmp/'"$lt_cv_objdir"
5252 # Do not test the gmp version. Assume that it is sufficient, since
5253 # it is in the source tree, and the library has not been built yet
5254 # but it would be included on the link line in the version check below
5255 # hence making the test fail.
5259 if test -d ${srcdir}/gcc
&& test "x$have_gmp" = xno
; then
5261 saved_CFLAGS
="$CFLAGS"
5262 CFLAGS
="$CFLAGS $gmpinc"
5263 # Check for the recommended and required versions of GMP.
5264 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for the correct version of gmp.h" >&5
5265 $as_echo_n "checking for the correct version of gmp.h... " >&6; }
5267 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
5268 /* end confdefs.h. */
5274 #define GCC_GMP_VERSION_NUM(a,b,c) (((a) << 16L) | ((b) << 8) | (c))
5275 #define GCC_GMP_VERSION GCC_GMP_VERSION_NUM(__GNU_MP_VERSION,__GNU_MP_VERSION_MINOR,__GNU_MP_VERSION_PATCHLEVEL)
5276 #if GCC_GMP_VERSION < GCC_GMP_VERSION_NUM(4,2,0)
5284 if ac_fn_c_try_compile
"$LINENO"; then :
5285 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
5286 /* end confdefs.h. */
5292 #define GCC_GMP_VERSION_NUM(a,b,c) (((a) << 16L) | ((b) << 8) | (c))
5293 #define GCC_GMP_VERSION GCC_GMP_VERSION_NUM(__GNU_MP_VERSION,__GNU_MP_VERSION_MINOR,__GNU_MP_VERSION_PATCHLEVEL)
5294 #if GCC_GMP_VERSION < GCC_GMP_VERSION_NUM(4,3,2)
5302 if ac_fn_c_try_compile
"$LINENO"; then :
5303 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
5304 $as_echo "yes" >&6; }
5306 { $as_echo "$as_me:${as_lineno-$LINENO}: result: buggy but acceptable" >&5
5307 $as_echo "buggy but acceptable" >&6; }
5309 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
5311 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5312 $as_echo "no" >&6; }; have_gmp
=no
5314 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
5316 # If we have GMP, check the MPFR version.
5317 if test x
"$have_gmp" = xyes
; then
5318 # Check for the recommended and required versions of MPFR.
5319 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for the correct version of mpfr.h" >&5
5320 $as_echo_n "checking for the correct version of mpfr.h... " >&6; }
5321 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
5322 /* end confdefs.h. */
5329 #if MPFR_VERSION < MPFR_VERSION_NUM(2,3,1)
5337 if ac_fn_c_try_compile
"$LINENO"; then :
5338 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
5339 /* end confdefs.h. */
5346 #if MPFR_VERSION < MPFR_VERSION_NUM(2,4,2)
5354 if ac_fn_c_try_compile
"$LINENO"; then :
5355 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
5356 $as_echo "yes" >&6; }
5358 { $as_echo "$as_me:${as_lineno-$LINENO}: result: buggy but acceptable" >&5
5359 $as_echo "buggy but acceptable" >&6; }
5361 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
5363 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5364 $as_echo "no" >&6; }; have_gmp
=no
5366 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
5369 # Check for the MPC header version.
5370 if test x
"$have_gmp" = xyes
; then
5371 # Check for the recommended and required versions of MPC.
5372 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for the correct version of mpc.h" >&5
5373 $as_echo_n "checking for the correct version of mpc.h... " >&6; }
5374 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
5375 /* end confdefs.h. */
5381 #if MPC_VERSION < MPC_VERSION_NUM(0,8,0)
5389 if ac_fn_c_try_compile
"$LINENO"; then :
5390 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
5391 /* end confdefs.h. */
5397 #if MPC_VERSION < MPC_VERSION_NUM(0,8,1)
5405 if ac_fn_c_try_compile
"$LINENO"; then :
5406 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
5407 $as_echo "yes" >&6; }
5409 { $as_echo "$as_me:${as_lineno-$LINENO}: result: buggy but acceptable" >&5
5410 $as_echo "buggy but acceptable" >&6; }
5412 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
5414 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5415 $as_echo "no" >&6; }; have_gmp
=no
5417 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
5420 # Now check the MPFR library.
5421 if test x
"$have_gmp" = xyes
; then
5423 LIBS
="$LIBS $gmplibs"
5424 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for the correct version of the gmp/mpfr/mpc libraries" >&5
5425 $as_echo_n "checking for the correct version of the gmp/mpfr/mpc libraries... " >&6; }
5426 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
5427 /* end confdefs.h. */
5439 mpfr_atan2 (n, n, x, GMP_RNDN);
5440 mpfr_erfc (n, x, GMP_RNDN);
5441 mpfr_subnormalize (x, t, GMP_RNDN);
5445 mpc_set_ui_ui (c, 1, 1, MPC_RNDNN);
5446 mpc_cosh (c, c, MPC_RNDNN);
5447 mpc_pow (c, c, c, MPC_RNDNN);
5448 mpc_acosh (c, c, MPC_RNDNN);
5455 if ac_fn_c_try_link
"$LINENO"; then :
5456 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
5457 $as_echo "yes" >&6; }
5459 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5460 $as_echo "no" >&6; }; have_gmp
=no
5462 rm -f core conftest.err conftest.
$ac_objext \
5463 conftest
$ac_exeext conftest.
$ac_ext
5467 CFLAGS
="$saved_CFLAGS"
5469 # The library versions listed in the error message below should match
5470 # the HARD-minimums enforced above.
5471 if test x
$have_gmp != xyes
; then
5472 as_fn_error
"Building GCC requires GMP 4.2+, MPFR 2.3.1+ and MPC 0.8.0+.
5473 Try the --with-gmp, --with-mpfr and/or --with-mpc options to specify
5474 their locations. Source code for these libraries can be found at
5475 their respective hosting sites as well as at
5476 ftp://gcc.gnu.org/pub/gcc/infrastructure/. See also
5477 http://gcc.gnu.org/install/prerequisites.html for additional info. If
5478 you obtained GMP, MPFR and/or MPC from a vendor distribution package,
5479 make sure that you have installed both the libraries and the header
5480 files. They may be located in separate packages." "$LINENO" 5
5484 # Flags needed for both GMP, MPFR and/or MPC.
5491 # Allow host libstdc++ to be specified for static linking with PPL.
5493 # Check whether --with-host-libstdcxx was given.
5494 if test "${with_host_libstdcxx+set}" = set; then :
5495 withval
=$with_host_libstdcxx;
5499 case $with_host_libstdcxx in
5501 as_fn_error
"-with-host-libstdcxx needs an argument" "$LINENO" 5
5505 # Linker flags to use for stage1 or when not boostrapping.
5507 # Check whether --with-stage1-ldflags was given.
5508 if test "${with_stage1_ldflags+set}" = set; then :
5509 withval
=$with_stage1_ldflags; if test "$withval" = "no" -o "$withval" = "yes"; then
5512 stage1_ldflags
=$withval
5520 # Libraries to use for stage1 or when not bootstrapping.
5522 # Check whether --with-stage1-libs was given.
5523 if test "${with_stage1_libs+set}" = set; then :
5524 withval
=$with_stage1_libs; if test "$withval" = "no" -o "$withval" = "yes"; then
5527 stage1_libs
=$withval
5530 stage1_libs
=$with_host_libstdcxx
5535 # Libraries to use for stage2 and later builds. This defaults to the
5536 # argument passed to --with-host-libstdcxx.
5538 # Check whether --with-boot-libs was given.
5539 if test "${with_boot_libs+set}" = set; then :
5540 withval
=$with_boot_libs; if test "$withval" = "no" -o "$withval" = "yes"; then
5543 poststage1_libs
=$withval
5546 poststage1_libs
=$with_host_libstdcxx
5551 # Linker flags to use for stage2 and later builds.
5553 # Check whether --with-boot-ldflags was given.
5554 if test "${with_boot_ldflags+set}" = set; then :
5555 withval
=$with_boot_ldflags; if test "$withval" = "no" -o "$withval" = "yes"; then
5558 poststage1_ldflags
=$withval
5562 # With --enable-build-with-cxx, default to linking libstdc++ and
5563 # libgcc statically. But if the user explicitly specified the
5564 # libraries to use, trust that they are doing what they want.
5565 if test "$ENABLE_BUILD_WITH_CXX" = "yes" -a "$poststage1_libs" = ""; then
5566 poststage1_ldflags
="-static-libstdc++ -static-libgcc"
5573 ppllibs
=" -lppl_c -lppl -lgmpxx"
5577 # Check whether --with-ppl was given.
5578 if test "${with_ppl+set}" = set; then :
5583 # Check whether --with-ppl_include was given.
5584 if test "${with_ppl_include+set}" = set; then :
5585 withval
=$with_ppl_include;
5589 # Check whether --with-ppl_lib was given.
5590 if test "${with_ppl_lib+set}" = set; then :
5591 withval
=$with_ppl_lib;
5602 ppllibs
="-L$with_ppl/lib -lppl_c -lppl -lgmpxx"
5603 pplinc
="-I$with_ppl/include $pplinc"
5606 if test "x$with_ppl_include" != x
; then
5607 pplinc
="-I$with_ppl_include $pplinc"
5609 if test "x$with_ppl_lib" != x
; then
5610 ppllibs
="-L$with_ppl_lib -lppl_c -lppl -lgmpxx"
5612 if test "x$with_ppl$with_ppl_include$with_ppl_lib" = x
&& test -d ${srcdir}/ppl
; then
5613 ppllibs
='-L$$r/$(HOST_SUBDIR)/ppl/interfaces/C/'"$lt_cv_objdir"' -L$$r/$(HOST_SUBDIR)/ppl/src/'"$lt_cv_objdir"' -lppl_c -lppl -lgmpxx '
5614 pplinc
='-I$$r/$(HOST_SUBDIR)/ppl/src -I$$r/$(HOST_SUBDIR)/ppl/interfaces/C '
5615 enable_ppl_version_check
=no
5618 # Check whether --enable-ppl-version-check was given.
5619 if test "${enable_ppl_version_check+set}" = set; then :
5620 enableval
=$enable_ppl_version_check; ENABLE_PPL_CHECK
=$enableval
5622 ENABLE_PPL_CHECK
=yes
5626 if test "x$with_ppl" != "xno" -a "${ENABLE_PPL_CHECK}" = "yes"; then
5627 saved_CFLAGS
="$CFLAGS"
5628 CFLAGS
="$CFLAGS $pplinc $gmpinc"
5629 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for version 0.10 (or later revision) of PPL" >&5
5630 $as_echo_n "checking for version 0.10 (or later revision) of PPL... " >&6; }
5631 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
5632 /* end confdefs.h. */
5638 #if PPL_VERSION_MAJOR != 0 || PPL_VERSION_MINOR < 10
5646 if ac_fn_c_try_compile
"$LINENO"; then :
5647 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
5648 $as_echo "yes" >&6; }
5650 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5651 $as_echo "no" >&6; }; ppllibs
= ; pplinc
= ; with_ppl
=no
5653 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
5654 CFLAGS
="$saved_CFLAGS"
5657 # Flags needed for PPL
5666 # Check whether --with-cloog was given.
5667 if test "${with_cloog+set}" = set; then :
5668 withval
=$with_cloog;
5672 # Check whether --with-cloog_include was given.
5673 if test "${with_cloog_include+set}" = set; then :
5674 withval
=$with_cloog_include;
5678 # Check whether --with-cloog_lib was given.
5679 if test "${with_cloog_lib+set}" = set; then :
5680 withval
=$with_cloog_lib;
5684 # Check whether --enable-cloog-backend was given.
5685 if test "${enable_cloog_backend+set}" = set; then :
5686 enableval
=$enable_cloog_backend; if test "x${enableval}" = "xisl"; then
5688 elif test "x${enableval}" = "xppl"; then
5691 cloog_backend
=ppl-legacy
5694 cloog_backend
=ppl-legacy
5697 # Check whether --enable-cloog-version-check was given.
5698 if test "${enable_cloog_version_check+set}" = set; then :
5699 enableval
=$enable_cloog_version_check; ENABLE_CLOOG_CHECK
=$enableval
5701 ENABLE_CLOOG_CHECK
=yes
5705 # Initialize clooglibs and clooginc.
5714 clooglibs
="-L$with_cloog/lib"
5715 clooginc
="-I$with_cloog/include"
5718 if test "x${with_cloog_include}" != x
; then
5719 clooginc
="-I$with_cloog_include"
5721 if test "x${with_cloog_lib}" != x
; then
5722 clooglibs
="-L$with_cloog_lib"
5729 if test "x$with_ppl" = "xno"; then
5732 if test "x${with_cloog}" = x
&& test "x${with_cloog_include}" = x \
5733 && test "x${with_cloog_lib}" = x
&& test -d ${srcdir}/cloog
; then
5734 clooglibs
='-L$$r/$(HOST_SUBDIR)/cloog/'"$lt_cv_objdir"' '
5735 clooginc
='-I$$r/$(HOST_SUBDIR)/cloog/include -I$$s/cloog/include '
5737 if test "x$with_cloog" != "xno"; then
5741 _cloog_saved_CFLAGS
=$CFLAGS
5742 _cloog_saved_CPPFLAGS
=$CPPFLAGS
5743 _cloog_saved_LDFLAGS
=$LDFLAGS
5744 _cloog_saved_LIBS
=$LIBS
5746 _cloogorginc
="-DCLOOG_INT_GMP -DCLOOG_ORG"
5748 CFLAGS
="${CFLAGS} ${clooginc} ${gmpinc}"
5749 CPPFLAGS
="${CPPFLAGS} ${_cloogorginc}"
5750 LDFLAGS
="${LDFLAGS} ${clooglibs}"
5752 case $cloog_backend in
5754 CFLAGS
="${CFLAGS} ${pplinc}"
5755 LDFLAGS
="${LDFLAGS} ${ppllibs}"
5756 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for installed CLooG PPL Legacy" >&5
5757 $as_echo_n "checking for installed CLooG PPL Legacy... " >&6; }
5758 if test "${gcc_cv_cloog_type+set}" = set; then :
5759 $as_echo_n "(cached) " >&6
5761 LIBS
="-lcloog ${_cloog_saved_LIBS}"
5762 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
5763 /* end confdefs.h. */
5764 #include "cloog/cloog.h"
5768 #ifndef CLOOG_PPL_BACKEND
5775 if ac_fn_c_try_link
"$LINENO"; then :
5776 gcc_cv_cloog_type
="PPL Legacy"
5778 gcc_cv_cloog_type
=no
5780 rm -f core conftest.err conftest.
$ac_objext \
5781 conftest
$ac_exeext conftest.
$ac_ext
5783 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_cloog_type" >&5
5784 $as_echo "$gcc_cv_cloog_type" >&6; }
5787 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for installed CLooG ISL" >&5
5788 $as_echo_n "checking for installed CLooG ISL... " >&6; }
5789 if test "${gcc_cv_cloog_type+set}" = set; then :
5790 $as_echo_n "(cached) " >&6
5792 LIBS
="-lcloog-isl ${_cloog_saved_LIBS}"
5793 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
5794 /* end confdefs.h. */
5795 #include "cloog/cloog.h"
5804 if ac_fn_c_try_link
"$LINENO"; then :
5805 gcc_cv_cloog_type
="ISL"
5807 gcc_cv_cloog_type
=no
5809 rm -f core conftest.err conftest.
$ac_objext \
5810 conftest
$ac_exeext conftest.
$ac_ext
5812 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_cloog_type" >&5
5813 $as_echo "$gcc_cv_cloog_type" >&6; }
5816 CFLAGS
="${CFLAGS} ${pplinc}"
5817 LDFLAGS
="${LDFLAGS} ${ppllibs}"
5818 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for installed CLooG PPL" >&5
5819 $as_echo_n "checking for installed CLooG PPL... " >&6; }
5820 if test "${gcc_cv_cloog_type+set}" = set; then :
5821 $as_echo_n "(cached) " >&6
5823 LIBS
="-lcloog-ppl ${_cloog_saved_LIBS}"
5824 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
5825 /* end confdefs.h. */
5826 #include "cloog/cloog.h"
5827 #include "cloog/ppl/cloog.h"
5836 if ac_fn_c_try_link
"$LINENO"; then :
5837 gcc_cv_cloog_type
="PPL"
5839 gcc_cv_cloog_type
=no
5841 rm -f core conftest.err conftest.
$ac_objext \
5842 conftest
$ac_exeext conftest.
$ac_ext
5844 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_cloog_type" >&5
5845 $as_echo "$gcc_cv_cloog_type" >&6; }
5848 gcc_cv_cloog_type
=""
5851 case $gcc_cv_cloog_type in
5853 clooginc
="${clooginc}"
5854 clooglibs
="${clooglibs} -lcloog"
5858 clooginc
="${clooginc} ${_cloogorginc}"
5859 clooglibs
="${clooglibs} -lcloog-isl"
5863 clooginc
="${clooginc} ${_cloogorginc}"
5864 clooglibs
="${clooglibs} -lcloog-ppl"
5874 LIBS
=$_cloog_saved_LIBS
5875 CFLAGS
=$_cloog_saved_CFLAGS
5876 CPPFLAGS
=$_cloog_saved_CPPFLAGS
5877 LDFLAGS
=$_cloog_saved_LDFLAGS
5883 if test "${ENABLE_CLOOG_CHECK}" = yes ; then
5884 _cloog_saved_CFLAGS
=$CFLAGS
5885 _cloog_saved_LDFLAGS
=$LDFLAGS
5887 CFLAGS
="${_cloog_saved_CFLAGS} ${clooginc} ${pplinc} ${gmpinc}"
5888 LDFLAGS
="${_cloog_saved_LDFLAGS} ${clooglibs} ${ppllibs}"
5890 if test "${cloog_org}" = yes ; then
5891 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for version 0.14.0 of CLooG" >&5
5892 $as_echo_n "checking for version 0.14.0 of CLooG... " >&6; }
5893 if test "${gcc_cv_cloog_ct_0_14_0+set}" = set; then :
5894 $as_echo_n "(cached) " >&6
5896 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
5897 /* end confdefs.h. */
5898 #include "cloog/cloog.h"
5902 #if CLOOG_VERSION_MAJOR != 0 \
5903 || CLOOG_VERSION_MINOR != 14 \
5904 || CLOOG_VERSION_REVISION < 0
5911 if ac_fn_c_try_compile
"$LINENO"; then :
5912 gcc_cv_cloog_ct_0_14_0
=yes
5914 gcc_cv_cloog_ct_0_14_0
=no
5916 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
5918 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_cloog_ct_0_14_0" >&5
5919 $as_echo "$gcc_cv_cloog_ct_0_14_0" >&6; }
5920 elif test "${cloog_org}" = no
; then
5921 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for version 0.15.5 (or later revision) of CLooG" >&5
5922 $as_echo_n "checking for version 0.15.5 (or later revision) of CLooG... " >&6; }
5923 if test "${gcc_cv_cloog_ct_0_15_5+set}" = set; then :
5924 $as_echo_n "(cached) " >&6
5926 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
5927 /* end confdefs.h. */
5928 #include "cloog/cloog.h"
5932 #if CLOOG_VERSION_MAJOR != 0 \
5933 || CLOOG_VERSION_MINOR != 15 \
5934 || CLOOG_VERSION_REVISION < 5
5941 if ac_fn_c_try_compile
"$LINENO"; then :
5942 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
5943 /* end confdefs.h. */
5944 #include "cloog/cloog.h"
5948 #if CLOOG_VERSION_MAJOR != 0 \
5949 || CLOOG_VERSION_MINOR != 15 \
5950 || CLOOG_VERSION_REVISION < 9
5957 if ac_fn_c_try_compile
"$LINENO"; then :
5958 gcc_cv_cloog_ct_0_15_5
=yes
5960 gcc_cv_cloog_ct_0_15_5
="buggy but acceptable"
5962 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
5964 gcc_cv_cloog_ct_0_15_5
=no
5966 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
5968 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_cloog_ct_0_15_5" >&5
5969 $as_echo "$gcc_cv_cloog_ct_0_15_5" >&6; }
5972 CFLAGS
=$_cloog_saved_CFLAGS
5973 LDFLAGS
=$_cloog_saved_LDFLAGS
5982 if test "x${with_cloog}" != x \
5983 ||
test "x${with_cloog_include}" != x \
5984 ||
test "x${with_cloog_lib}" != x
; then
5985 graphite_requested
=yes
5987 graphite_requested
=no
5992 if test "${gcc_cv_cloog_ct_0_14_0}" = no \
5993 ||
test "${gcc_cv_cloog_rt_0_14_0}" = no \
5994 ||
test "${gcc_cv_cloog_ct_0_15_5}" = no
; then
5999 if test "${graphite_requested}" = yes \
6000 && test "x${clooglibs}" = x \
6001 && test "x${clooginc}" = x
; then
6003 as_fn_error
"Unable to find a usable CLooG. See config.log for details." "$LINENO" 5
6009 # Check for LTO support.
6010 # Check whether --enable-lto was given.
6011 if test "${enable_lto+set}" = set; then :
6012 enableval
=$enable_lto; enable_lto
=$enableval
6014 enable_lto
=yes; default_enable_lto
=yes
6023 *-darwin* |
*-aix* |
*-cygwin* |
*-mingw* |
*-aout* |
*-*coff
* | \
6024 *-msdosdjgpp* |
*-netware* |
*-vms* |
*-wince* |
*-*-pe* | \
6025 alpha
*-dec-osf* |
*-interix* | hppa
[12]*-*-hpux*)
6033 if test $target_elf = yes; then :
6034 # ELF platforms build the lto-plugin always.
6035 build_lto_plugin
=yes
6038 if test x
"$default_enable_lto" = x
"yes" ; then
6040 *-apple-darwin* |
*-cygwin* |
*-mingw*) ;;
6041 # On other non-ELF platforms, LTO has yet to be validated.
6045 # Apart from ELF platforms, only Windows and Darwin support LTO so far.
6046 # It would also be nice to check the binutils support, but we don't
6047 # have gcc_GAS_CHECK_FEATURE available here. For now, we'll just
6048 # warn during gcc/ subconfigure; unless you're bootstrapping with
6049 # -flto it won't be needed until after installation anyway.
6051 *-cygwin* |
*-mingw* |
*-apple-darwin*) ;;
6052 *) if test x
"$enable_lto" = x
"yes"; then
6053 as_fn_error
"LTO support is not enabled for this target." "$LINENO" 5
6058 # Among non-ELF, only Windows platforms support the lto-plugin so far.
6059 # Build it unless LTO was explicitly disabled.
6061 *-cygwin* |
*-mingw*) build_lto_plugin
=$enable_lto ;;
6069 # By default, C is the only stage 1 language.
6070 stage1_languages
=,c
,
6072 # Target libraries that we bootstrap.
6073 bootstrap_target_libs
=,target-libgcc
,
6075 # Figure out what language subdirectories are present.
6076 # Look if the user specified --enable-languages="..."; if not, use
6077 # the environment variable $LANGUAGES if defined. $LANGUAGES might
6079 # NB: embedded tabs in this IF block -- do not untabify
6080 if test -d ${srcdir}/gcc
; then
6081 if test x
"${enable_languages+set}" != xset
; then
6082 if test x
"${LANGUAGES+set}" = xset
; then
6083 enable_languages
="${LANGUAGES}"
6084 echo configure.
in: warning
: setting LANGUAGES is deprecated
, use
--enable-languages instead
1>&2
6086 enable_languages
=all
6089 if test x
"${enable_languages}" = x ||
6090 test x
"${enable_languages}" = xyes
;
6092 echo configure.
in: --enable-languages needs
at least one language argument
1>&2
6096 enable_languages
=`echo "${enable_languages}" | sed -e 's/[ ,][ ,]*/,/g' -e 's/,$//'`
6098 # 'f95' is the old name for the 'fortran' language. We issue a warning
6099 # and make the substitution.
6100 case ,${enable_languages}, in
6102 echo configure.
in: warning
: 'f95' as language name is deprecated
, use
'fortran' instead
1>&2
6103 enable_languages
=`echo "${enable_languages}" | sed -e 's/f95/fortran/g'`
6107 # First scan to see if an enabled language requires some other language.
6108 # We assume that a given config-lang.in will list all the language
6109 # front ends it requires, even if some are required indirectly.
6110 for lang_frag
in ${srcdir}/gcc
/*/config-lang.
in ..
; do
6111 case ${lang_frag} in
6113 # The odd quoting in the next line works around
6114 # an apparent bug in bash 1.12 on linux.
6115 ${srcdir}/gcc
/[*]/config-lang.
in) ;;
6117 # From the config-lang.in, get $language, $lang_requires
6121 for other
in ${lang_requires} ; do
6122 case ,${enable_languages}, in
6126 echo " \`$other' language required by \`$language'; enabling" 1>&2
6127 enable_languages
="${enable_languages},${other}"
6135 new_enable_languages
=,c
,
6137 # If LTO is enabled, add the LTO front end.
6138 extra_host_libiberty_configure_flags
=
6139 if test "$enable_lto" = "yes" ; then
6140 case ,${enable_languages}, in
6142 *) enable_languages
="${enable_languages},lto" ;;
6144 if test "${build_lto_plugin}" = "yes" ; then
6145 configdirs
="$configdirs lto-plugin"
6146 extra_host_libiberty_configure_flags
=--enable-shared
6151 missing_languages
=`echo ",$enable_languages," | sed -e s/,all,/,/ -e s/,c,/,/ `
6152 potential_languages
=,c
,
6154 for lang_frag
in ${srcdir}/gcc
/*/config-lang.
in ..
; do
6155 case ${lang_frag} in
6157 # The odd quoting in the next line works around
6158 # an apparent bug in bash 1.12 on linux.
6159 ${srcdir}/gcc
/[*]/config-lang.
in) ;;
6161 # From the config-lang.in, get $language, $target_libs,
6162 # $lang_dirs, $boot_language, and $build_by_default
6168 build_by_default
=yes
6170 if test x
${language} = x
; then
6171 echo "${lang_frag} doesn't set \$language." 1>&2
6175 if test "$language" = "c++" \
6176 && test "$ENABLE_BUILD_WITH_CXX" = "yes"; then
6180 case ,${enable_languages}, in
6182 # Language was explicitly selected; include it.
6186 # 'all' was selected, select it if it is a default language
6187 add_this_lang
=${build_by_default}
6194 # Disable languages that need other directories if these aren't available.
6195 for i
in $subdir_requires; do
6196 test -f "$srcdir/gcc/$i/config-lang.in" && continue
6197 case ,${enable_languages}, in
6199 # Specifically requested language; tell them.
6200 as_fn_error
"The gcc/$i directory contains parts of $language but is missing" "$LINENO" 5
6204 add_this_lang
=unsupported
6209 # Disable Ada if no preexisting GNAT is available.
6210 case ,${enable_languages},:${language}:${have_gnat} in
6211 *,${language},*:ada
:no
)
6212 # Specifically requested language; tell them.
6213 as_fn_error
"GNAT is required to build $language" "$LINENO" 5
6217 add_this_lang
=unsupported
6221 # Disable a language that is unsupported by the target.
6222 case " $unsupported_languages " in
6224 add_this_lang
=unsupported
6228 case $add_this_lang in
6230 # Remove language-dependent dirs.
6231 eval noconfigdirs
='"$noconfigdirs "'\"$target_libs $lang_dirs\"
6234 # Remove language-dependent dirs; still show language as supported.
6235 eval noconfigdirs
='"$noconfigdirs "'\"$target_libs $lang_dirs\"
6236 potential_languages
="${potential_languages}${language},"
6239 new_enable_languages
="${new_enable_languages}${language},"
6240 potential_languages
="${potential_languages}${language},"
6241 missing_languages
=`echo "$missing_languages" | sed "s/,$language,/,/"`
6242 case "${boot_language}:,$enable_stage1_languages," in
6243 yes:* |
*:*,$language,* |
*:*,yes, |
*:*,all
,)
6244 # Add to (comma-separated) list of stage 1 languages.
6245 case ",$stage1_languages," in
6246 *,$language,* |
,yes, |
,all
,) ;;
6247 *) stage1_languages
="${stage1_languages}${language}," ;;
6249 # We need to bootstrap any supporting libraries.
6250 bootstrap_target_libs
="${bootstrap_target_libs}${target_libs},"
6259 # Check whether --enable-stage1-languages was given.
6260 if test "${enable_stage1_languages+set}" = set; then :
6261 enableval
=$enable_stage1_languages; case ,${enable_stage1_languages}, in
6263 # Set it to something that will have no effect in the loop below
6264 enable_stage1_languages
=c
;;
6266 enable_stage1_languages
=`echo $new_enable_languages | \
6267 sed -e "s/^,//" -e "s/,$//" ` ;;
6269 enable_stage1_languages
=`echo ,$enable_stage1_languages, | \
6270 sed -e "s/,all,/$new_enable_languages/" -e "s/^,//" -e "s/,$//" ` ;;
6273 # Add "good" languages from enable_stage1_languages to stage1_languages,
6274 # while "bad" languages go in missing_languages. Leave no duplicates.
6275 for i
in `echo $enable_stage1_languages | sed 's/,/ /g' `; do
6276 case $potential_languages in
6278 case $stage1_languages in
6280 *) stage1_languages
="$stage1_languages$i," ;;
6283 case $missing_languages in
6285 *) missing_languages
="$missing_languages$i," ;;
6292 # Remove leading/trailing commas that were added for simplicity
6293 potential_languages
=`echo "$potential_languages" | sed -e "s/^,//" -e "s/,$//"`
6294 missing_languages
=`echo "$missing_languages" | sed -e "s/^,//" -e "s/,$//"`
6295 stage1_languages
=`echo "$stage1_languages" | sed -e "s/^,//" -e "s/,$//"`
6296 new_enable_languages
=`echo "$new_enable_languages" | sed -e "s/^,//" -e "s/,$//"`
6298 if test "x$missing_languages" != x
; then
6300 The following requested languages could not be built: ${missing_languages}
6301 Supported languages are: ${potential_languages}" "$LINENO" 5
6303 if test "x$new_enable_languages" != "x$enable_languages"; then
6304 echo The following languages will be built
: ${new_enable_languages}
6305 enable_languages
="$new_enable_languages"
6309 ac_configure_args
=`echo " $ac_configure_args" | sed -e "s/ '--enable-languages=[^ ]*'//g" -e "s/$/ '--enable-languages="$enable_languages"'/" `
6312 # Handle --disable-<component> generically.
6313 for dir
in $configdirs $build_configdirs $target_configdirs ; do
6314 dirname=`echo $dir | sed -e s/target-//g -e s/build-//g -e s/-/_/g`
6315 varname
=`echo $dirname | sed -e s/+/_/g`
6316 if eval test x\
${enable_${varname}} "=" xno
; then
6317 noconfigdirs
="$noconfigdirs $dir"
6321 # Check for Boehm's garbage collector
6322 # Check whether --enable-objc-gc was given.
6323 if test "${enable_objc_gc+set}" = set; then :
6324 enableval
=$enable_objc_gc; case ,${enable_languages},:${enable_objc_gc}:${noconfigdirs} in
6325 *,objc
,*:*:yes:*target-boehm-gc
*)
6326 as_fn_error
"Boehm's garbage collector was requested yet not supported in this configuration" "$LINENO" 5
6332 # Make sure we only build Boehm's garbage collector if required.
6333 case ,${enable_languages},:${enable_objc_gc} in
6335 # Keep target-boehm-gc if requested for Objective-C.
6338 # Otherwise remove target-boehm-gc depending on target-libjava.
6339 if echo " ${noconfigdirs} " |
grep "target-libjava" >/dev
/null
2>&1; then
6340 noconfigdirs
="$noconfigdirs target-boehm-gc"
6345 # Remove the entries in $skipdirs and $noconfigdirs from $configdirs,
6346 # $build_configdirs and $target_configdirs.
6347 # If we have the source for $noconfigdirs entries, add them to $notsupp.
6350 for dir
in .
$skipdirs $noconfigdirs ; do
6351 dirname=`echo $dir | sed -e s/target-//g -e s/build-//g`
6352 if test $dir != .
&& echo " ${configdirs} " |
grep " ${dir} " >/dev
/null
2>&1; then
6353 configdirs
=`echo " ${configdirs} " | sed -e "s/ ${dir} / /"`
6354 if test -r $srcdir/$dirname/configure
; then
6355 if echo " ${skipdirs} " |
grep " ${dir} " >/dev
/null
2>&1; then
6358 notsupp
="$notsupp $dir"
6362 if test $dir != .
&& echo " ${build_configdirs} " |
grep " ${dir} " >/dev
/null
2>&1; then
6363 build_configdirs
=`echo " ${build_configdirs} " | sed -e "s/ ${dir} / /"`
6364 if test -r $srcdir/$dirname/configure
; then
6365 if echo " ${skipdirs} " |
grep " ${dir} " >/dev
/null
2>&1; then
6368 notsupp
="$notsupp $dir"
6372 if test $dir != .
&& echo " ${target_configdirs} " |
grep " ${dir} " >/dev
/null
2>&1; then
6373 target_configdirs
=`echo " ${target_configdirs} " | sed -e "s/ ${dir} / /"`
6374 if test -r $srcdir/$dirname/configure
; then
6375 if echo " ${skipdirs} " |
grep " ${dir} " >/dev
/null
2>&1; then
6378 notsupp
="$notsupp $dir"
6384 # Sometimes the tools are distributed with libiberty but with no other
6385 # libraries. In that case, we don't want to build target-libiberty.
6386 # Don't let libgcc imply libiberty either.
6387 if test -n "${target_configdirs}" ; then
6390 for i
in `echo ${target_configdirs} | sed -e s/target-//g` ; do
6391 if test "$i" = "libgcc"; then
6392 libgcc
=target-libgcc
6393 elif test "$i" != "libiberty" ; then
6394 if test -r $srcdir/$i/configure
; then
6400 if test -z "${others}" ; then
6401 target_configdirs
=$libgcc
6405 # Quietly strip out all directories which aren't configurable in this tree.
6406 # This relies on all configurable subdirectories being autoconfiscated, which
6408 build_configdirs_all
="$build_configdirs"
6410 for i
in ${build_configdirs_all} ; do
6411 j
=`echo $i | sed -e s/build-//g`
6412 if test -f ${srcdir}/$j/configure
; then
6413 build_configdirs
="${build_configdirs} $i"
6417 configdirs_all
="$configdirs"
6419 for i
in ${configdirs_all} ; do
6420 if test -f ${srcdir}/$i/configure
; then
6421 configdirs
="${configdirs} $i"
6425 target_configdirs_all
="$target_configdirs"
6427 for i
in ${target_configdirs_all} ; do
6428 j
=`echo $i | sed -e s/target-//g`
6429 if test -f ${srcdir}/$j/configure
; then
6430 target_configdirs
="${target_configdirs} $i"
6434 # Produce a warning message for the subdirs we can't configure.
6435 # This isn't especially interesting in the Cygnus tree, but in the individual
6436 # FSF releases, it's important to let people know when their machine isn't
6437 # supported by the one or two programs in a package.
6439 if test -n "${notsupp}" && test -z "${norecursion}" ; then
6440 # If $appdirs is non-empty, at least one of those directories must still
6441 # be configured, or we error out. (E.g., if the gas release supports a
6442 # specified target in some subdirs but not the gas subdir, we shouldn't
6443 # pretend that all is well.)
6444 if test -n "$appdirs" ; then
6445 for dir
in $appdirs ; do
6446 if test -r $dir/Makefile.
in ; then
6447 if echo " ${configdirs} " |
grep " ${dir} " >/dev
/null
2>&1; then
6451 if echo " ${target_configdirs} " |
grep " target-${dir} " >/dev
/null
2>&1; then
6457 if test -n "$appdirs" ; then
6458 echo "*** This configuration is not supported by this package." 1>&2
6462 # Okay, some application will build, or we don't care to check. Still
6463 # notify of subdirs not getting built.
6464 echo "*** This configuration is not supported in the following subdirectories:" 1>&2
6465 echo " ${notsupp}" 1>&2
6466 echo " (Any other directories should still work fine.)" 1>&2
6474 # To find our prefix, in gcc_cv_tool_prefix.
6476 # The user is always right.
6477 if test "${PATH_SEPARATOR+set}" != set; then
6478 echo "#! /bin/sh" >conf$$.sh
6479 echo "exit 0" >>conf$$.sh
6481 if (PATH
="/nonexistent;."; conf$$.sh
) >/dev
/null
2>&1; then
6491 if test "x$exec_prefix" = xNONE
; then
6492 if test "x$prefix" = xNONE
; then
6493 gcc_cv_tool_prefix
=$ac_default_prefix
6495 gcc_cv_tool_prefix
=$prefix
6498 gcc_cv_tool_prefix
=$exec_prefix
6501 # If there is no compiler in the tree, use the PATH only. In any
6502 # case, if there is no compiler in the tree nobody should use
6503 # AS_FOR_TARGET and LD_FOR_TARGET.
6504 if test x
$host = x
$build && test -f $srcdir/gcc
/BASE-VER
; then
6505 gcc_version
=`cat $srcdir/gcc/BASE-VER`
6506 gcc_cv_tool_dirs
="$gcc_cv_tool_prefix/libexec/gcc/$target_noncanonical/$gcc_version$PATH_SEPARATOR"
6507 gcc_cv_tool_dirs
="$gcc_cv_tool_dirs$gcc_cv_tool_prefix/libexec/gcc/$target_noncanonical$PATH_SEPARATOR"
6508 gcc_cv_tool_dirs
="$gcc_cv_tool_dirs/usr/lib/gcc/$target_noncanonical/$gcc_version$PATH_SEPARATOR"
6509 gcc_cv_tool_dirs
="$gcc_cv_tool_dirs/usr/lib/gcc/$target_noncanonical$PATH_SEPARATOR"
6510 gcc_cv_tool_dirs
="$gcc_cv_tool_dirs$gcc_cv_tool_prefix/$target_noncanonical/bin/$target_noncanonical/$gcc_version$PATH_SEPARATOR"
6511 gcc_cv_tool_dirs
="$gcc_cv_tool_dirs$gcc_cv_tool_prefix/$target_noncanonical/bin$PATH_SEPARATOR"
6516 if test x
$build = x
$target && test -n "$md_exec_prefix"; then
6517 gcc_cv_tool_dirs
="$gcc_cv_tool_dirs$md_exec_prefix$PATH_SEPARATOR"
6525 # Check whether --with-build-sysroot was given.
6526 if test "${with_build_sysroot+set}" = set; then :
6527 withval
=$with_build_sysroot; if test x
"$withval" != x
; then
6528 SYSROOT_CFLAGS_FOR_TARGET
="--sysroot=$withval"
6531 SYSROOT_CFLAGS_FOR_TARGET
=
6537 # Check whether --with-debug-prefix-map was given.
6538 if test "${with_debug_prefix_map+set}" = set; then :
6539 withval
=$with_debug_prefix_map; if test x
"$withval" != x
; then
6540 DEBUG_PREFIX_CFLAGS_FOR_TARGET
=
6541 for debug_map
in $withval; do
6542 DEBUG_PREFIX_CFLAGS_FOR_TARGET
="$DEBUG_PREFIX_CFLAGS_FOR_TARGET -fdebug-prefix-map=$debug_map"
6546 DEBUG_PREFIX_CFLAGS_FOR_TARGET
=
6551 # During gcc bootstrap, if we use some random cc for stage1 then CFLAGS
6552 # might be empty or "-g". We don't require a C++ compiler, so CXXFLAGS
6553 # might also be empty (or "-g", if a non-GCC C++ compiler is in the path).
6554 # We want to ensure that TARGET libraries (which we know are built with
6555 # gcc) are built with "-O2 -g", so include those options when setting
6556 # CFLAGS_FOR_TARGET and CXXFLAGS_FOR_TARGET.
6557 if test "x$CFLAGS_FOR_TARGET" = x
; then
6558 CFLAGS_FOR_TARGET
=$CFLAGS
6561 *) CFLAGS_FOR_TARGET
="-O2 $CFLAGS" ;;
6564 *" -g "* |
*" -g3 "*) ;;
6565 *) CFLAGS_FOR_TARGET
="-g $CFLAGS" ;;
6570 if test "x$CXXFLAGS_FOR_TARGET" = x
; then
6571 CXXFLAGS_FOR_TARGET
=$CXXFLAGS
6572 case " $CXXFLAGS " in
6574 *) CXXFLAGS_FOR_TARGET
="-O2 $CXXFLAGS" ;;
6576 case " $CXXFLAGS " in
6577 *" -g "* |
*" -g3 "*) ;;
6578 *) CXXFLAGS_FOR_TARGET
="-g $CXXFLAGS" ;;
6583 # Handle --with-headers=XXX. If the value is not "yes", the contents of
6584 # the named directory are copied to $(tooldir)/sys-include.
6585 if test x
"${with_headers}" != x
&& test x
"${with_headers}" != xno
; then
6586 if test x
${is_cross_compiler} = xno
; then
6587 echo 1>&2 '***' --with-headers is only supported when cross compiling
6590 if test x
"${with_headers}" != xyes
; then
6591 x
=${gcc_cv_tool_prefix}
6592 copy_dirs
="${copy_dirs} ${with_headers} $x/${target_noncanonical}/sys-include"
6596 # Handle --with-libs=XXX. If the value is not "yes", the contents of
6597 # the name directories are copied to $(tooldir)/lib. Multiple directories
6599 if test x
"${with_libs}" != x
&& test x
"${with_libs}" != xno
; then
6600 if test x
${is_cross_compiler} = xno
; then
6601 echo 1>&2 '***' --with-libs is only supported when cross compiling
6604 if test x
"${with_libs}" != xyes
; then
6605 # Copy the libraries in reverse order, so that files in the first named
6606 # library override files in subsequent libraries.
6607 x
=${gcc_cv_tool_prefix}
6608 for l
in ${with_libs}; do
6609 copy_dirs
="$l $x/${target_noncanonical}/lib ${copy_dirs}"
6614 # Set with_gnu_as, with_gnu_ld, and with_system_zlib as appropriate.
6616 # This is done by determining whether or not the appropriate directory
6617 # is available, and by checking whether or not specific configurations
6618 # have requested that this magic not happen.
6620 # The command line options always override the explicit settings in
6621 # configure.in, and the settings in configure.in override this magic.
6623 # If the default for a toolchain is to use GNU as and ld, and you don't
6624 # want to do that, then you should use the --without-gnu-as and
6625 # --without-gnu-ld options for the configure script. Similarly, if
6626 # the default is to use the included zlib and you don't want to do that,
6627 # you should use the --with-system-zlib option for the configure script.
6629 if test x
${use_gnu_as} = x
&&
6630 echo " ${configdirs} " |
grep " gas " > /dev
/null
2>&1 ; then
6632 extra_host_args
="$extra_host_args --with-gnu-as"
6635 if test x
${use_gnu_ld} = x
&&
6636 echo " ${configdirs} " |
egrep " (go)?ld " > /dev
/null
2>&1 ; then
6638 extra_host_args
="$extra_host_args --with-gnu-ld"
6641 if test x
${use_included_zlib} = x
&&
6642 echo " ${configdirs} " |
grep " zlib " > /dev
/null
2>&1 ; then
6645 with_system_zlib
=yes
6646 extra_host_args
="$extra_host_args --with-system-zlib"
6649 # If using newlib, add --with-newlib to the extra_host_args so that gcc/configure
6650 # can detect this case.
6652 if test x
${with_newlib} != xno
&& echo " ${target_configdirs} " |
grep " target-newlib " > /dev
/null
2>&1 ; then
6654 extra_host_args
="$extra_host_args --with-newlib"
6657 # Handle ${copy_dirs}
6658 set fnord
${copy_dirs}
6660 while test $# != 0 ; do
6661 if test -f $2/COPIED
&& test x
"`cat $2/COPIED`" = x
"$1" ; then
6664 echo Copying
$1 to
$2
6666 # Use the install script to create the directory and all required
6667 # parent directories.
6668 if test -d $2 ; then
6672 ${srcdir}/install-sh
-c -m 644 config.temp
$2/COPIED
6675 # Copy the directory, assuming we have tar.
6676 # FIXME: Should we use B in the second tar? Not all systems support it.
6677 (cd $1; tar -cf - .
) |
(cd $2; tar -xpf -)
6679 # It is the responsibility of the user to correctly adjust all
6680 # symlinks. If somebody can figure out how to handle them correctly
6681 # here, feel free to add the code.
6688 # Determine a target-dependent exec_prefix that the installed
6689 # gcc will search in. Keep this list sorted by triplet, with
6690 # the *-*-osname triplets last.
6694 md_exec_prefix
=/gnu
/lib
/gcc-lib
6696 i
[34567]86-pc-msdosdjgpp*)
6697 md_exec_prefix
=/dev
/env
/DJDIR
/bin
6699 i
[34567]86-*-sco3.2v5
*)
6700 if test $with_gnu_as = yes; then
6701 md_exec_prefix
=/usr
/gnu
/bin
6703 md_exec_prefix
=/usr
/ccs
/bin
/elf
6708 powerpc-
*-chorusos* | \
6709 powerpc
*-*-eabi* | \
6710 powerpc
*-*-sysv* | \
6711 powerpc
*-*-kaos* | \
6713 md_exec_prefix
=/usr
/ccs
/bin
6718 md_exec_prefix
=/usr
/ccs
/bin
6733 md_exec_prefix
=/usr
/ccs
/bin
6737 extra_arflags_for_target
=
6738 extra_nmflags_for_target
=
6739 extra_ranlibflags_for_target
=
6740 target_makefile_frag
=/dev
/null
6743 target_makefile_frag
="config/mt-mep"
6746 target_makefile_frag
="config/mt-spu"
6749 target_makefile_frag
="config/mt-sde"
6751 mipsisa
*-*-elfoabi*)
6752 target_makefile_frag
="config/mt-mips-elfoabi"
6754 mips
*-*-*linux
* | mips
*-*-gnu*)
6755 target_makefile_frag
="config/mt-mips-gnu"
6758 target_makefile_frag
="config/mt-netware"
6760 *-*-linux* |
*-*-gnu* |
*-*-k*bsd
*-gnu |
*-*-kopensolaris*-gnu)
6761 target_makefile_frag
="config/mt-gnu"
6763 *-*-aix4.
[3456789]* |
*-*-aix[56789].
*)
6764 # nm and ar from AIX 4.3 and above require -X32_64 flag to all ar and nm
6765 # commands to handle both 32-bit and 64-bit objects. These flags are
6766 # harmless if we're using GNU nm or ar.
6767 extra_arflags_for_target
=" -X32_64"
6768 extra_nmflags_for_target
=" -B -X32_64"
6771 # ranlib before Darwin10 requires the -c flag to look at common symbols.
6772 extra_ranlibflags_for_target
=" -c"
6774 mips
*-*-pe | sh
*-*-pe |
*arm-wince-pe
)
6775 target_makefile_frag
="config/mt-wince"
6779 alphaieee_frag
=/dev
/null
6782 # This just makes sure to use the -mieee option to build target libs.
6783 # This should probably be set individually by each library.
6784 alphaieee_frag
="config/mt-alphaieee"
6788 # If --enable-target-optspace always use -Os instead of -O2 to build
6789 # the target libraries, similarly if it is not specified, use -Os
6790 # on selected platforms.
6791 ospace_frag
=/dev
/null
6792 case "${enable_target_optspace}:${target}" in
6794 ospace_frag
="config/mt-ospace"
6797 ospace_frag
="config/mt-d30v"
6799 :m32r-
* |
:d10v-
* |
:fr30-
*)
6800 ospace_frag
="config/mt-ospace"
6805 echo "*** bad value \"${enable_target_optspace}\" for --enable-target-optspace flag; ignored" 1>&2
6809 # Default to using --with-stabs for certain targets.
6810 if test x
${with_stabs} = x
; then
6814 mips
*-*-* | alpha
*-*-osf*)
6816 extra_host_args
="${extra_host_args} --with-stabs"
6821 # hpux11 in 64bit mode has libraries in a weird place. Arrange to find
6822 # them automatically.
6825 extra_host_args
="$extra_host_args -x-libraries=/usr/lib/pa20_64 -x-includes=/usr/X11R6/include"
6829 # Some systems (e.g., one of the i386-aix systems the gas testers are
6830 # using) don't handle "\$" correctly, so don't use it here.
6831 tooldir
='${exec_prefix}'/${target_noncanonical}
6832 build_tooldir
=${tooldir}
6834 # Create a .gdbinit file which runs the one in srcdir
6835 # and tells GDB to look there for source files.
6837 if test -r ${srcdir}/.gdbinit
; then
6840 *) cat > .
/.gdbinit
<<EOF
6844 source ${srcdir}/.gdbinit
6850 # Make sure that the compiler is able to generate an executable. If it
6851 # can't, we are probably in trouble. We don't care whether we can run the
6852 # executable--we might be using a cross compiler--we only care whether it
6853 # can be created. At this point the main configure script has set CC.
6855 echo "int main () { return 0; }" > conftest.c
6856 ${CC} -o conftest ${CFLAGS} ${CPPFLAGS} ${LDFLAGS} conftest.c
6857 if test $?
= 0 ; then
6858 if test -s conftest ||
test -s conftest.exe
; then
6864 echo 1>&2 "*** The command '${CC} -o conftest ${CFLAGS} ${CPPFLAGS} ${LDFLAGS} conftest.c' failed."
6865 echo 1>&2 "*** You must set the environment variable CC to a working compiler."
6872 # The Solaris /usr/ucb/cc compiler does not appear to work.
6874 sparc-sun-solaris2
*)
6875 CCBASE
="`echo ${CC-cc} | sed 's/ .*$//'`"
6876 if test "`type $CCBASE | sed 's/^[^/]*//'`" = "/usr/ucb/cc" ; then
6878 test -d /opt
/SUNWspro
/bin
&& could_use
="/opt/SUNWspro/bin"
6879 if test -d /opt
/cygnus
/bin
; then
6880 if test "$could_use" = "" ; then
6881 could_use
="/opt/cygnus/bin"
6883 could_use
="$could_use or /opt/cygnus/bin"
6886 if test "$could_use" = "" ; then
6887 echo "Warning: compilation may fail because you're using"
6888 echo "/usr/ucb/cc. You should change your PATH or CC "
6889 echo "variable and rerun configure."
6891 echo "Warning: compilation may fail because you're using"
6892 echo "/usr/ucb/cc, when you should use the C compiler from"
6893 echo "$could_use. You should change your"
6894 echo "PATH or CC variable and rerun configure."
6900 # Decide which environment variable is used to find dynamic libraries.
6902 *-*-hpux*) RPATH_ENVVAR
=SHLIB_PATH
;;
6903 *-*-darwin* |
*-*-rhapsody* ) RPATH_ENVVAR
=DYLD_LIBRARY_PATH
;;
6904 *-*-mingw* |
*-*-cygwin ) RPATH_ENVVAR
=PATH
;;
6905 *) RPATH_ENVVAR
=LD_LIBRARY_PATH
;;
6908 # On systems where the dynamic library environment variable is PATH,
6909 # gcc/ will put dynamic libraries into a subdirectory to avoid adding
6910 # built executables to PATH.
6911 if test "$RPATH_ENVVAR" = PATH
; then
6912 GCC_SHLIB_SUBDIR
=/shlib
6917 # Record target_configdirs and the configure arguments for target and
6918 # build configuration in Makefile.
6919 target_configdirs
=`echo "${target_configdirs}" | sed -e 's/target-//g'`
6920 build_configdirs
=`echo "${build_configdirs}" | sed -e 's/build-//g'`
6922 # If we are building libgomp, bootstrap it.
6923 if echo " ${target_configdirs} " |
grep " libgomp " > /dev
/null
2>&1 ; then
6924 bootstrap_target_libs
=${bootstrap_target_libs}target-libgomp
,
6927 # Determine whether gdb needs tk/tcl or not.
6928 # Use 'maybe' since enable_gdbtk might be true even if tk isn't available
6929 # and in that case we want gdb to be built without tk. Ugh!
6930 # In fact I believe gdb is the *only* package directly dependent on tk,
6931 # so we should be able to put the 'maybe's in unconditionally and
6932 # leave out the maybe dependencies when enable_gdbtk is false. I'm not
6933 # 100% sure that that's safe though.
6935 gdb_tk
="maybe-all-tcl maybe-all-tk maybe-all-itcl maybe-all-libgui"
6936 case "$enable_gdbtk" in
6940 GDB_TK
="${gdb_tk}" ;;
6942 # Only add the dependency on gdbtk when GDBtk is part of the gdb
6943 # distro. Eventually someone will fix this and move Insight, nee
6944 # gdbtk to a separate directory.
6945 if test -d ${srcdir}/gdb
/gdbtk
; then
6952 CONFIGURE_GDB_TK
=`echo ${GDB_TK} | sed s/-all-/-configure-/g`
6953 INSTALL_GDB_TK
=`echo ${GDB_TK} | sed s/-all-/-install-/g`
6955 # Strip out unwanted targets.
6957 # While at that, we remove Makefiles if we were started for recursive
6958 # configuration, so that the top-level Makefile reconfigures them,
6959 # like we used to do when configure itself was recursive.
6961 # Loop over modules. We used to use the "$extrasub" feature from Autoconf
6962 # but now we're fixing up the Makefile ourselves with the additional
6963 # commands passed to AC_CONFIG_FILES. Use separate variables
6964 # extrasub-{build,host,target} not because there is any reason to split
6965 # the substitutions up that way, but only to remain below the limit of
6966 # 99 commands in a script, for HP-UX sed.
6967 # Do not nest @if/@endif pairs, because configure will not warn you at all.
6969 # Check whether --enable-bootstrap was given.
6970 if test "${enable_bootstrap+set}" = set; then :
6971 enableval
=$enable_bootstrap;
6973 enable_bootstrap
=default
6977 # Issue errors and warnings for invalid/strange bootstrap combinations.
6978 case "$configdirs" in
6979 *gcc
*) have_compiler
=yes ;;
6980 *) have_compiler
=no
;;
6983 case "$have_compiler:$host:$target:$enable_bootstrap" in
6986 # Default behavior. Enable bootstrap if we have a compiler
6987 # and we are in a native configuration.
6988 yes:$build:$build:default
)
6989 enable_bootstrap
=yes ;;
6992 enable_bootstrap
=no
;;
6994 # We have a compiler and we are in a native configuration, bootstrap is ok
6995 yes:$build:$build:yes)
6998 # Other configurations, but we have a compiler. Assume the user knows
7001 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: trying to bootstrap a cross compiler" >&5
7002 $as_echo "$as_me: WARNING: trying to bootstrap a cross compiler" >&2;}
7005 # No compiler: if they passed --enable-bootstrap explicitly, fail
7007 as_fn_error
"cannot bootstrap without a compiler" "$LINENO" 5 ;;
7009 # Fail if wrong command line
7011 as_fn_error
"invalid option for --enable-bootstrap" "$LINENO" 5
7015 case ",$enable_languages,:$ENABLE_BUILD_WITH_CXX:$enable_bootstrap" in
7018 as_fn_error
"bootstrapping with --enable-build-with-cxx requires c++ in --enable-languages" "$LINENO" 5
7022 case "$enable_bootstrap:$ENABLE_GOLD: $configdirs :,$stage1_languages," in
7023 yes:yes:*\ gold\
*:*,c
++,*) ;;
7024 yes:yes:*\ gold\
*:*)
7025 as_fn_error
"in a combined tree, bootstrapping with --enable-gold requires c++ in stage1_languages" "$LINENO" 5
7029 # Adjust the toplevel makefile according to whether bootstrap was selected.
7030 case $enable_bootstrap in
7032 bootstrap_suffix
=bootstrap
7033 BUILD_CONFIG
=bootstrap-debug
7036 bootstrap_suffix
=no-bootstrap
7041 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for default BUILD_CONFIG" >&5
7042 $as_echo_n "checking for default BUILD_CONFIG... " >&6; }
7045 # Check whether --with-build-config was given.
7046 if test "${with_build_config+set}" = set; then :
7047 withval
=$with_build_config; case $with_build_config in
7048 yes) with_build_config
= ;;
7049 no
) with_build_config
= BUILD_CONFIG
= ;;
7054 if test "x${with_build_config}" != x
; then
7055 BUILD_CONFIG
=$with_build_config
7057 case $BUILD_CONFIG in
7059 if echo "int f (void) { return 0; }" > conftest.c
&&
7060 ${CC} -c conftest.c
&&
7061 mv conftest.o conftest.o.g0
&&
7062 ${CC} -c -g conftest.c
&&
7063 mv conftest.o conftest.o.g
&&
7064 ${srcdir}/contrib
/compare-debug conftest.o.g0 conftest.o.g
> /dev
/null
2>&1; then
7069 rm -f conftest.c conftest.o conftest.o.g0 conftest.o.g
7073 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $BUILD_CONFIG" >&5
7074 $as_echo "$BUILD_CONFIG" >&6; }
7078 for module
in ${build_configdirs} ; do
7079 if test -z "${no_recursion}" \
7080 && test -f ${build_subdir}/${module}/Makefile
; then
7081 echo 1>&2 "*** removing ${build_subdir}/${module}/Makefile to force reconfigure"
7082 rm -f ${build_subdir}/${module}/Makefile
7084 extrasub_build
="$extrasub_build
7085 /^@if build-$module\$/d
7086 /^@endif build-$module\$/d
7087 /^@if build-$module-$bootstrap_suffix\$/d
7088 /^@endif build-$module-$bootstrap_suffix\$/d"
7091 for module
in ${configdirs} ; do
7092 if test -z "${no_recursion}"; then
7093 for file in stage
*-${module}/Makefile prev-${module}/Makefile ${module}/Makefile
; do
7094 if test -f ${file}; then
7095 echo 1>&2 "*** removing ${file} to force reconfigure"
7100 extrasub_host
="$extrasub_host
7102 /^@endif $module\$/d
7103 /^@if $module-$bootstrap_suffix\$/d
7104 /^@endif $module-$bootstrap_suffix\$/d"
7107 for module
in ${target_configdirs} ; do
7108 if test -z "${no_recursion}" \
7109 && test -f ${target_subdir}/${module}/Makefile
; then
7110 echo 1>&2 "*** removing ${target_subdir}/${module}/Makefile to force reconfigure"
7111 rm -f ${target_subdir}/${module}/Makefile
7114 # We only bootstrap target libraries listed in bootstrap_target_libs.
7115 case $bootstrap_target_libs in
7116 *,target-
$module,*) target_bootstrap_suffix
=$bootstrap_suffix ;;
7117 *) target_bootstrap_suffix
=no-bootstrap
;;
7120 extrasub_target
="$extrasub_target
7121 /^@if target-$module\$/d
7122 /^@endif target-$module\$/d
7123 /^@if target-$module-$target_bootstrap_suffix\$/d
7124 /^@endif target-$module-$target_bootstrap_suffix\$/d"
7127 # Do the final fixup along with target modules.
7128 extrasub_target
="$extrasub_target
7129 /^@if /,/^@endif /d"
7131 # Create the serialization dependencies. This uses a temporary file.
7133 # Check whether --enable-serial-configure was given.
7134 if test "${enable_serial_configure+set}" = set; then :
7135 enableval
=$enable_serial_configure;
7139 case ${enable_serial_configure} in
7141 enable_serial_build_configure
=yes
7142 enable_serial_host_configure
=yes
7143 enable_serial_target_configure
=yes
7147 # These force 'configure's to be done one at a time, to avoid problems
7148 # with contention over a shared config.cache.
7150 echo '# serdep.tmp' > serdep.tmp
7152 test "x${enable_serial_build_configure}" = xyes
&&
7153 for item
in ${build_configdirs} ; do
7156 *) echo "configure-build-${item}: configure-build-${olditem}" >> serdep.tmp
;;
7161 test "x${enable_serial_host_configure}" = xyes
&&
7162 for item
in ${configdirs} ; do
7165 *) echo "configure-${item}: configure-${olditem}" >> serdep.tmp
;;
7170 test "x${enable_serial_target_configure}" = xyes
&&
7171 for item
in ${target_configdirs} ; do
7174 *) echo "configure-target-${item}: configure-target-${olditem}" >> serdep.tmp
;;
7178 serialization_dependencies
=serdep.tmp
7181 # Base args. Strip norecursion, cache-file, srcdir, host, build,
7182 # target, nonopt, and variable assignments. These are the ones we
7183 # might not want to pass down to subconfigures. The exception being
7184 # --cache-file=/dev/null, which is used to turn off the use of cache
7185 # files altogether, and which should be passed on to subconfigures.
7186 # Also strip program-prefix, program-suffix, and program-transform-name,
7187 # so that we can pass down a consistent program-transform-name.
7191 eval "set -- $ac_configure_args"
7194 if test X
"$skip_next" = X
"yes"; then
7198 if test X
"$keep_next" = X
"yes"; then
7201 ac_arg
=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
7203 baseargs
="$baseargs '$ac_arg'"
7208 # Handle separated arguments. Based on the logic generated by
7211 *=* |
--config-cache |
-C |
-disable-* |
--disable-* \
7212 |
-enable-* |
--enable-* |
-gas |
--g* |
-nfp |
--nf* \
7213 |
-q |
-quiet |
--q* |
-silent |
--sil* |
-v |
-verb* \
7214 |
-with-* |
--with-* |
-without-* |
--without-* |
--x)
7226 --cache-file=/dev
/null | \
7227 -cache-file=/dev
/null
)
7228 # Handled here to avoid the test to skip args below.
7229 baseargs
="$baseargs '$ac_arg'"
7230 # Assert: $separate_arg should always be no.
7231 keep_next
=$separate_arg
7247 -program-prefix* | \
7248 -program-suffix* | \
7249 -program-transform-name* )
7250 skip_next
=$separate_arg
7254 # An option. Add it.
7257 ac_arg
=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
7259 baseargs
="$baseargs '$ac_arg'"
7260 keep_next
=$separate_arg
7263 # Either a variable assignment, or a nonopt (triplet). Don't
7264 # pass it down; let the Makefile handle this.
7269 # Remove the initial space we just introduced and, as these will be
7270 # expanded by make, quote '$'.
7271 baseargs
=`echo "x$baseargs" | sed -e 's/^x *//' -e 's,\\$,$$,g'`
7273 # Add in --program-transform-name, after --program-prefix and
7274 # --program-suffix have been applied to it. Autoconf has already
7275 # doubled dollar signs and backslashes in program_transform_name; we want
7276 # the backslashes un-doubled, and then the entire thing wrapped in single
7277 # quotes, because this will be expanded first by make and then by the shell.
7278 # Also, because we want to override the logic in subdir configure scripts to
7279 # choose program_transform_name, replace any s,x,x, with s,y,y,.
7280 sed -e "s,\\\\\\\\,\\\\,g; s,','\\\\'',g; s/s,x,x,/s,y,y,/" <<EOF_SED > conftestsed.out
7281 ${program_transform_name}
7283 gcc_transform_name
=`cat conftestsed.out`
7284 rm -f conftestsed.out
7285 baseargs
="$baseargs --program-transform-name='${gcc_transform_name}'"
7286 if test "$silent" = yes; then
7287 baseargs
="$baseargs --silent"
7289 baseargs
="$baseargs --disable-option-checking"
7291 # Record and document user additions to sub configure arguments.
7296 # For the build-side libraries, we just need to pretend we're native,
7297 # and not use the same cache file. Multilibs are neither needed nor
7299 build_configargs
="$build_configargs --cache-file=../config.cache ${baseargs}"
7301 # For host modules, accept cache file option, or specification as blank.
7302 case "${cache_file}" in
7304 cache_file_option
="" ;;
7305 /* |
[A-Za-z
]:[\\/]* ) # absolute path
7306 cache_file_option
="--cache-file=${cache_file}" ;;
7308 cache_file_option
="--cache-file=../${cache_file}" ;;
7311 # Host dirs don't like to share a cache file either, horribly enough.
7312 # This seems to be due to autoconf 2.5x stupidity.
7313 host_configargs
="$host_configargs --cache-file=./config.cache ${extra_host_args} ${baseargs}"
7315 target_configargs
="$target_configargs ${baseargs}"
7317 # Passing a --with-cross-host argument lets the target libraries know
7318 # whether they are being built with a cross-compiler or being built
7319 # native. However, it would be better to use other mechanisms to make the
7320 # sorts of decisions they want to make on this basis. Please consider
7321 # this option to be deprecated. FIXME.
7322 if test x
${is_cross_compiler} = xyes
; then
7323 target_configargs
="--with-cross-host=${host_noncanonical} ${target_configargs}"
7326 # Default to --enable-multilib.
7327 if test x
${enable_multilib} = x
; then
7328 target_configargs
="--enable-multilib ${target_configargs}"
7331 # Pass --with-newlib if appropriate. Note that target_configdirs has
7332 # changed from the earlier setting of with_newlib.
7333 if test x
${with_newlib} != xno && echo " ${target_configdirs} " | grep " newlib " > /dev/null 2>&1 && test -d ${srcdir}/newlib
; then
7334 target_configargs
="--with-newlib ${target_configargs}"
7337 # Different target subdirs use different values of certain variables
7338 # (notably CXX). Worse, multilibs use *lots* of different values.
7339 # Worse yet, autoconf 2.5x makes some of these 'precious', meaning that
7340 # it doesn't automatically accept command-line overrides of them.
7341 # This means it's not safe for target subdirs to share a cache file,
7342 # which is disgusting, but there you have it. Hopefully this can be
7343 # fixed in future. It's still worthwhile to use a cache file for each
7344 # directory. I think.
7346 # Pass the appropriate --build, --host, --target and --cache-file arguments.
7347 # We need to pass --target, as newer autoconf's requires consistency
7348 # for target_alias and gcc doesn't manage it consistently.
7349 target_configargs
="--cache-file=./config.cache ${target_configargs}"
7352 case " $target_configdirs " in
7354 case " $target_configargs " in
7355 *" --with-newlib "*)
7358 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'
7362 # If we're not building GCC, don't discard standard headers.
7363 if test -d ${srcdir}/gcc
; then
7364 FLAGS_FOR_TARGET
=$FLAGS_FOR_TARGET' -nostdinc'
7366 if test "${build}" != "${host}"; then
7367 # On Canadian crosses, CC_FOR_TARGET will have already been set
7368 # by `configure', so we won't have an opportunity to add -Bgcc/
7369 # to it. This is right: we don't want to search that directory
7370 # for binaries, but we want the header files in there, so add
7372 FLAGS_FOR_TARGET
=$FLAGS_FOR_TARGET' -isystem $$r/$(HOST_SUBDIR)/gcc/include'
7374 # Someone might think of using the pre-installed headers on
7375 # Canadian crosses, in case the installed compiler is not fully
7376 # compatible with the compiler being built. In this case, it
7377 # would be better to flag an error than risking having
7378 # incompatible object files being constructed. We can't
7379 # guarantee that an error will be flagged, but let's hope the
7380 # compiler will do it, when presented with incompatible header
7385 case "${target}-${is_cross_compiler}" in
7386 i
[3456789]86-*-linux*-no)
7387 # Here host == target, so we don't need to build gcc,
7388 # so we don't want to discard standard headers.
7389 FLAGS_FOR_TARGET
=`echo " $FLAGS_FOR_TARGET " | sed -e 's/ -nostdinc / /'`
7392 # If we're building newlib, use its generic headers last, but search
7393 # for any libc-related directories first (so make it the last -B
7395 FLAGS_FOR_TARGET
=$FLAGS_FOR_TARGET' -B$$r/$(TARGET_SUBDIR)/newlib/ -isystem $$r/$(TARGET_SUBDIR)/newlib/targ-include -isystem $$s/newlib/libc/include'
7397 # If we're building libgloss, find the startup file, simulator library
7398 # and linker script.
7399 case " $target_configdirs " in
7401 # Look for startup file, simulator library and maybe linker script.
7402 FLAGS_FOR_TARGET
=$FLAGS_FOR_TARGET' -B$$r/$(TARGET_SUBDIR)/libgloss/'"$libgloss_dir"
7403 # Look for libnosys.a in case the target needs it.
7404 FLAGS_FOR_TARGET
=$FLAGS_FOR_TARGET' -L$$r/$(TARGET_SUBDIR)/libgloss/libnosys'
7405 # Most targets have the linker script in the source directory.
7406 FLAGS_FOR_TARGET
=$FLAGS_FOR_TARGET' -L$$s/libgloss/'"$libgloss_dir"
7417 x86_64-
*mingw
* |
*-w64-mingw*)
7418 # MinGW-w64 does not use newlib, nor does it use winsup. It may,
7419 # however, use a symlink named 'mingw' in ${prefix} .
7420 FLAGS_FOR_TARGET
=$FLAGS_FOR_TARGET' -L${prefix}/${target}/lib -L${prefix}/mingw/lib -isystem ${prefix}/${target}/include -isystem ${prefix}/mingw/include'
7423 # MinGW can't be handled as Cygwin above since it does not use newlib.
7424 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'
7428 # Allow the user to override the flags for
7429 # our build compiler if desired.
7430 if test x
"${build}" = x
"${host}" ; then
7431 CFLAGS_FOR_BUILD
=${CFLAGS_FOR_BUILD-${CFLAGS}}
7432 CXXFLAGS_FOR_BUILD
=${CXXFLAGS_FOR_BUILD-${CXXFLAGS}}
7433 LDFLAGS_FOR_BUILD
=${LDFLAGS_FOR_BUILD-${LDFLAGS}}
7436 # On Canadian crosses, we'll be searching the right directories for
7437 # the previously-installed cross compiler, so don't bother to add
7438 # flags for directories within the install tree of the compiler
7439 # being built; programs in there won't even run.
7440 if test "${build}" = "${host}" && test -d ${srcdir}/gcc; then
7441 # Search for pre-installed headers if nothing else fits.
7442 FLAGS_FOR_TARGET=$FLAGS_FOR_TARGET' -B$(build_tooldir)/bin/ -B$(build_tooldir)/lib/ -isystem $(build_tooldir)/include -isystem $(build_tooldir)/sys-include'
7445 if test "x
${use_gnu_ld}" = x &&
7446 echo " ${configdirs} " | grep " ld
" > /dev/null ; then
7447 # Arrange for us to find uninstalled linker scripts.
7448 FLAGS_FOR_TARGET=$FLAGS_FOR_TARGET' -L$$r/$(HOST_SUBDIR)/ld'
7451 # Search for other target-specific linker scripts and such.
7454 FLAGS_FOR_TARGET="$FLAGS_FOR_TARGET -mlibrary"
7458 # Makefile fragments.
7459 for frag in host_makefile_frag target_makefile_frag alphaieee_frag ospace_frag;
7461 eval fragval=\$$frag
7462 if test $fragval != /dev/null; then
7463 eval $frag=${srcdir}/$fragval
7471 # Miscellanea: directories, flags, etc.
7480 # Build module lists & subconfigure args.
7484 # Host module lists & subconfigure args.
7489 # Target module lists & subconfigure args.
7511 # Generate default definitions for YACC, M4, LEX and other programs that run
7512 # on the build machine. These are used if the Makefile can't locate these
7513 # programs in objdir.
7514 MISSING=`cd $ac_aux_dir && ${PWDCMD-pwd}`/missing
7516 for ac_prog in 'bison -y' byacc yacc
7518 # Extract the first word of "$ac_prog", so it can be a program name with args.
7519 set dummy $ac_prog; ac_word=$2
7520 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
7521 $as_echo_n "checking
for $ac_word...
" >&6; }
7522 if test "${ac_cv_prog_YACC+set}" = set; then :
7523 $as_echo_n "(cached
) " >&6
7525 if test -n "$YACC"; then
7526 ac_cv_prog_YACC="$YACC" # Let the user override the test.
7528 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7532 test -z "$as_dir" && as_dir=.
7533 for ac_exec_ext in '' $ac_executable_extensions; do
7534 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7535 ac_cv_prog_YACC="$ac_prog"
7536 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
7545 YACC=$ac_cv_prog_YACC
7546 if test -n "$YACC"; then
7547 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $YACC" >&5
7548 $as_echo "$YACC" >&6; }
7550 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
7551 $as_echo "no
" >&6; }
7555 test -n "$YACC" && break
7557 test -n "$YACC" || YACC="$MISSING bison
-y"
7559 case " $build_configdirs " in
7560 *" bison
"*) YACC='$$r/$(BUILD_SUBDIR)/bison/tests/bison -y' ;;
7561 *" byacc
"*) YACC='$$r/$(BUILD_SUBDIR)/byacc/byacc' ;;
7564 for ac_prog in bison
7566 # Extract the first word of "$ac_prog", so it can be a program name with args.
7567 set dummy $ac_prog; ac_word=$2
7568 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
7569 $as_echo_n "checking
for $ac_word...
" >&6; }
7570 if test "${ac_cv_prog_BISON+set}" = set; then :
7571 $as_echo_n "(cached
) " >&6
7573 if test -n "$BISON"; then
7574 ac_cv_prog_BISON="$BISON" # Let the user override the test.
7576 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7580 test -z "$as_dir" && as_dir=.
7581 for ac_exec_ext in '' $ac_executable_extensions; do
7582 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7583 ac_cv_prog_BISON="$ac_prog"
7584 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
7593 BISON=$ac_cv_prog_BISON
7594 if test -n "$BISON"; then
7595 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $BISON" >&5
7596 $as_echo "$BISON" >&6; }
7598 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
7599 $as_echo "no
" >&6; }
7603 test -n "$BISON" && break
7605 test -n "$BISON" || BISON="$MISSING bison
"
7607 case " $build_configdirs " in
7608 *" bison
"*) BISON='$$r/$(BUILD_SUBDIR)/bison/tests/bison' ;;
7611 for ac_prog in gm4 gnum4 m4
7613 # Extract the first word of "$ac_prog", so it can be a program name with args.
7614 set dummy $ac_prog; ac_word=$2
7615 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
7616 $as_echo_n "checking
for $ac_word...
" >&6; }
7617 if test "${ac_cv_prog_M4+set}" = set; then :
7618 $as_echo_n "(cached
) " >&6
7620 if test -n "$M4"; then
7621 ac_cv_prog_M4="$M4" # Let the user override the test.
7623 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7627 test -z "$as_dir" && as_dir=.
7628 for ac_exec_ext in '' $ac_executable_extensions; do
7629 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7630 ac_cv_prog_M4="$ac_prog"
7631 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
7641 if test -n "$M4"; then
7642 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $M4" >&5
7643 $as_echo "$M4" >&6; }
7645 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
7646 $as_echo "no
" >&6; }
7650 test -n "$M4" && break
7652 test -n "$M4" || M4="$MISSING m4"
7654 case " $build_configdirs " in
7655 *" m4 "*) M4='$$r/$(BUILD_SUBDIR)/m4/m4' ;;
7658 for ac_prog in flex lex
7660 # Extract the first word of "$ac_prog", so it can be a program name with args.
7661 set dummy $ac_prog; ac_word=$2
7662 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
7663 $as_echo_n "checking
for $ac_word...
" >&6; }
7664 if test "${ac_cv_prog_LEX+set}" = set; then :
7665 $as_echo_n "(cached
) " >&6
7667 if test -n "$LEX"; then
7668 ac_cv_prog_LEX="$LEX" # Let the user override the test.
7670 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7674 test -z "$as_dir" && as_dir=.
7675 for ac_exec_ext in '' $ac_executable_extensions; do
7676 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7677 ac_cv_prog_LEX="$ac_prog"
7678 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
7688 if test -n "$LEX"; then
7689 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $LEX" >&5
7690 $as_echo "$LEX" >&6; }
7692 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
7693 $as_echo "no
" >&6; }
7697 test -n "$LEX" && break
7699 test -n "$LEX" || LEX="$MISSING flex
"
7701 case " $build_configdirs " in
7702 *" flex
"*) LEX='$$r/$(BUILD_SUBDIR)/flex/flex' ;;
7703 *" lex "*) LEX='$$r/$(BUILD_SUBDIR)/lex/lex' ;;
7708 # Extract the first word of "$ac_prog", so it can be a program name with args.
7709 set dummy $ac_prog; 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_FLEX+set}" = set; then :
7713 $as_echo_n "(cached
) " >&6
7715 if test -n "$FLEX"; then
7716 ac_cv_prog_FLEX="$FLEX" # 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_FLEX="$ac_prog"
7726 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
7735 FLEX=$ac_cv_prog_FLEX
7736 if test -n "$FLEX"; then
7737 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $FLEX" >&5
7738 $as_echo "$FLEX" >&6; }
7740 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
7741 $as_echo "no
" >&6; }
7745 test -n "$FLEX" && break
7747 test -n "$FLEX" || FLEX="$MISSING flex
"
7749 case " $build_configdirs " in
7750 *" flex
"*) FLEX='$$r/$(BUILD_SUBDIR)/flex/flex' ;;
7753 for ac_prog in makeinfo
7755 # Extract the first word of "$ac_prog", so it can be a program name with args.
7756 set dummy $ac_prog; ac_word=$2
7757 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
7758 $as_echo_n "checking
for $ac_word...
" >&6; }
7759 if test "${ac_cv_prog_MAKEINFO+set}" = set; then :
7760 $as_echo_n "(cached
) " >&6
7762 if test -n "$MAKEINFO"; then
7763 ac_cv_prog_MAKEINFO="$MAKEINFO" # Let the user override the test.
7765 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7769 test -z "$as_dir" && as_dir=.
7770 for ac_exec_ext in '' $ac_executable_extensions; do
7771 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7772 ac_cv_prog_MAKEINFO="$ac_prog"
7773 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
7782 MAKEINFO=$ac_cv_prog_MAKEINFO
7783 if test -n "$MAKEINFO"; then
7784 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $MAKEINFO" >&5
7785 $as_echo "$MAKEINFO" >&6; }
7787 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
7788 $as_echo "no
" >&6; }
7792 test -n "$MAKEINFO" && break
7794 test -n "$MAKEINFO" || MAKEINFO="$MISSING makeinfo
"
7796 case " $build_configdirs " in
7797 *" texinfo
"*) MAKEINFO='$$r/$(BUILD_SUBDIR)/texinfo/makeinfo/makeinfo' ;;
7800 # For an installed makeinfo, we require it to be from texinfo 4.7 or
7801 # higher, else we use the "missing
" dummy.
7802 if ${MAKEINFO} --version \
7803 | egrep 'texinfo[^0-9]*(4\.([7-9]|[1-9][0-9])|[5-9]|[1-9][0-9])' >/dev/null 2>&1; then
7806 MAKEINFO="$MISSING makeinfo
"
7812 # FIXME: expect and dejagnu may become build tools?
7814 for ac_prog in expect
7816 # Extract the first word of "$ac_prog", so it can be a program name with args.
7817 set dummy $ac_prog; ac_word=$2
7818 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
7819 $as_echo_n "checking
for $ac_word...
" >&6; }
7820 if test "${ac_cv_prog_EXPECT+set}" = set; then :
7821 $as_echo_n "(cached
) " >&6
7823 if test -n "$EXPECT"; then
7824 ac_cv_prog_EXPECT="$EXPECT" # Let the user override the test.
7826 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7830 test -z "$as_dir" && as_dir=.
7831 for ac_exec_ext in '' $ac_executable_extensions; do
7832 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7833 ac_cv_prog_EXPECT="$ac_prog"
7834 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
7843 EXPECT=$ac_cv_prog_EXPECT
7844 if test -n "$EXPECT"; then
7845 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $EXPECT" >&5
7846 $as_echo "$EXPECT" >&6; }
7848 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
7849 $as_echo "no
" >&6; }
7853 test -n "$EXPECT" && break
7855 test -n "$EXPECT" || EXPECT="expect
"
7857 case " $configdirs " in
7859 test $host = $build && EXPECT='$$r/$(HOST_SUBDIR)/expect/expect'
7863 for ac_prog in runtest
7865 # Extract the first word of "$ac_prog", so it can be a program name with args.
7866 set dummy $ac_prog; ac_word=$2
7867 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
7868 $as_echo_n "checking
for $ac_word...
" >&6; }
7869 if test "${ac_cv_prog_RUNTEST+set}" = set; then :
7870 $as_echo_n "(cached
) " >&6
7872 if test -n "$RUNTEST"; then
7873 ac_cv_prog_RUNTEST="$RUNTEST" # Let the user override the test.
7875 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7879 test -z "$as_dir" && as_dir=.
7880 for ac_exec_ext in '' $ac_executable_extensions; do
7881 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7882 ac_cv_prog_RUNTEST="$ac_prog"
7883 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
7892 RUNTEST=$ac_cv_prog_RUNTEST
7893 if test -n "$RUNTEST"; then
7894 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $RUNTEST" >&5
7895 $as_echo "$RUNTEST" >&6; }
7897 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
7898 $as_echo "no
" >&6; }
7902 test -n "$RUNTEST" && break
7904 test -n "$RUNTEST" || RUNTEST="runtest
"
7906 case " $configdirs " in
7908 test $host = $build && RUNTEST='$$s/$(HOST_SUBDIR)/dejagnu/runtest'
7915 test -n "$host_alias" && ncn_tool_prefix=$host_alias-
7916 ncn_target_tool_prefix=
7917 test -n "$target_alias" && ncn_target_tool_prefix=$target_alias-
7921 if test -n "$AR"; then
7923 elif test -n "$ac_cv_prog_AR"; then
7927 if test -n "$ac_cv_prog_AR"; then
7928 for ncn_progname in ar; do
7929 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
7930 set dummy ${ncn_progname}; ac_word=$2
7931 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
7932 $as_echo_n "checking
for $ac_word...
" >&6; }
7933 if test "${ac_cv_prog_AR+set}" = set; then :
7934 $as_echo_n "(cached
) " >&6
7936 if test -n "$AR"; then
7937 ac_cv_prog_AR="$AR" # Let the user override the test.
7939 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7943 test -z "$as_dir" && as_dir=.
7944 for ac_exec_ext in '' $ac_executable_extensions; do
7945 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7946 ac_cv_prog_AR="${ncn_progname}"
7947 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
7957 if test -n "$AR"; then
7958 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $AR" >&5
7959 $as_echo "$AR" >&6; }
7961 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
7962 $as_echo "no
" >&6; }
7969 for ncn_progname in ar; do
7970 if test -n "$ncn_tool_prefix"; then
7971 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
7972 set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
7973 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
7974 $as_echo_n "checking
for $ac_word...
" >&6; }
7975 if test "${ac_cv_prog_AR+set}" = set; then :
7976 $as_echo_n "(cached
) " >&6
7978 if test -n "$AR"; then
7979 ac_cv_prog_AR="$AR" # Let the user override the test.
7981 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7985 test -z "$as_dir" && as_dir=.
7986 for ac_exec_ext in '' $ac_executable_extensions; do
7987 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7988 ac_cv_prog_AR="${ncn_tool_prefix}${ncn_progname}"
7989 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
7999 if test -n "$AR"; then
8000 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $AR" >&5
8001 $as_echo "$AR" >&6; }
8003 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
8004 $as_echo "no
" >&6; }
8009 if test -z "$ac_cv_prog_AR" && test $build = $host ; then
8010 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8011 set dummy ${ncn_progname}; ac_word=$2
8012 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
8013 $as_echo_n "checking
for $ac_word...
" >&6; }
8014 if test "${ac_cv_prog_AR+set}" = set; then :
8015 $as_echo_n "(cached
) " >&6
8017 if test -n "$AR"; then
8018 ac_cv_prog_AR="$AR" # Let the user override the test.
8020 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8024 test -z "$as_dir" && as_dir=.
8025 for ac_exec_ext in '' $ac_executable_extensions; do
8026 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8027 ac_cv_prog_AR="${ncn_progname}"
8028 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
8038 if test -n "$AR"; then
8039 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $AR" >&5
8040 $as_echo "$AR" >&6; }
8042 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
8043 $as_echo "no
" >&6; }
8048 test -n "$ac_cv_prog_AR" && break
8051 if test -z "$ac_cv_prog_AR" ; then
8053 if test $build = $host ; then
8056 AR="${ncn_tool_prefix}$2"
8062 if test -n "$AS"; then
8064 elif test -n "$ac_cv_prog_AS"; then
8068 if test -n "$ac_cv_prog_AS"; then
8069 for ncn_progname in as; do
8070 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8071 set dummy ${ncn_progname}; ac_word=$2
8072 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
8073 $as_echo_n "checking
for $ac_word...
" >&6; }
8074 if test "${ac_cv_prog_AS+set}" = set; then :
8075 $as_echo_n "(cached
) " >&6
8077 if test -n "$AS"; then
8078 ac_cv_prog_AS="$AS" # Let the user override the test.
8080 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8084 test -z "$as_dir" && as_dir=.
8085 for ac_exec_ext in '' $ac_executable_extensions; do
8086 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8087 ac_cv_prog_AS="${ncn_progname}"
8088 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
8098 if test -n "$AS"; then
8099 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $AS" >&5
8100 $as_echo "$AS" >&6; }
8102 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
8103 $as_echo "no
" >&6; }
8110 for ncn_progname in as; do
8111 if test -n "$ncn_tool_prefix"; then
8112 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
8113 set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
8114 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
8115 $as_echo_n "checking
for $ac_word...
" >&6; }
8116 if test "${ac_cv_prog_AS+set}" = set; then :
8117 $as_echo_n "(cached
) " >&6
8119 if test -n "$AS"; then
8120 ac_cv_prog_AS="$AS" # Let the user override the test.
8122 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8126 test -z "$as_dir" && as_dir=.
8127 for ac_exec_ext in '' $ac_executable_extensions; do
8128 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8129 ac_cv_prog_AS="${ncn_tool_prefix}${ncn_progname}"
8130 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
8140 if test -n "$AS"; then
8141 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $AS" >&5
8142 $as_echo "$AS" >&6; }
8144 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
8145 $as_echo "no
" >&6; }
8150 if test -z "$ac_cv_prog_AS" && test $build = $host ; then
8151 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8152 set dummy ${ncn_progname}; ac_word=$2
8153 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
8154 $as_echo_n "checking
for $ac_word...
" >&6; }
8155 if test "${ac_cv_prog_AS+set}" = set; then :
8156 $as_echo_n "(cached
) " >&6
8158 if test -n "$AS"; then
8159 ac_cv_prog_AS="$AS" # Let the user override the test.
8161 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8165 test -z "$as_dir" && as_dir=.
8166 for ac_exec_ext in '' $ac_executable_extensions; do
8167 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8168 ac_cv_prog_AS="${ncn_progname}"
8169 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
8179 if test -n "$AS"; then
8180 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $AS" >&5
8181 $as_echo "$AS" >&6; }
8183 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
8184 $as_echo "no
" >&6; }
8189 test -n "$ac_cv_prog_AS" && break
8192 if test -z "$ac_cv_prog_AS" ; then
8194 if test $build = $host ; then
8197 AS="${ncn_tool_prefix}$2"
8203 if test -n "$DLLTOOL"; then
8204 ac_cv_prog_DLLTOOL=$DLLTOOL
8205 elif test -n "$ac_cv_prog_DLLTOOL"; then
8206 DLLTOOL=$ac_cv_prog_DLLTOOL
8209 if test -n "$ac_cv_prog_DLLTOOL"; then
8210 for ncn_progname in dlltool; do
8211 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8212 set dummy ${ncn_progname}; ac_word=$2
8213 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
8214 $as_echo_n "checking
for $ac_word...
" >&6; }
8215 if test "${ac_cv_prog_DLLTOOL+set}" = set; then :
8216 $as_echo_n "(cached
) " >&6
8218 if test -n "$DLLTOOL"; then
8219 ac_cv_prog_DLLTOOL="$DLLTOOL" # Let the user override the test.
8221 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8225 test -z "$as_dir" && as_dir=.
8226 for ac_exec_ext in '' $ac_executable_extensions; do
8227 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8228 ac_cv_prog_DLLTOOL="${ncn_progname}"
8229 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
8238 DLLTOOL=$ac_cv_prog_DLLTOOL
8239 if test -n "$DLLTOOL"; then
8240 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $DLLTOOL" >&5
8241 $as_echo "$DLLTOOL" >&6; }
8243 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
8244 $as_echo "no
" >&6; }
8251 for ncn_progname in dlltool; do
8252 if test -n "$ncn_tool_prefix"; then
8253 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
8254 set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
8255 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
8256 $as_echo_n "checking
for $ac_word...
" >&6; }
8257 if test "${ac_cv_prog_DLLTOOL+set}" = set; then :
8258 $as_echo_n "(cached
) " >&6
8260 if test -n "$DLLTOOL"; then
8261 ac_cv_prog_DLLTOOL="$DLLTOOL" # Let the user override the test.
8263 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8267 test -z "$as_dir" && as_dir=.
8268 for ac_exec_ext in '' $ac_executable_extensions; do
8269 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8270 ac_cv_prog_DLLTOOL="${ncn_tool_prefix}${ncn_progname}"
8271 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
8280 DLLTOOL=$ac_cv_prog_DLLTOOL
8281 if test -n "$DLLTOOL"; then
8282 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $DLLTOOL" >&5
8283 $as_echo "$DLLTOOL" >&6; }
8285 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
8286 $as_echo "no
" >&6; }
8291 if test -z "$ac_cv_prog_DLLTOOL" && test $build = $host ; then
8292 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8293 set dummy ${ncn_progname}; ac_word=$2
8294 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
8295 $as_echo_n "checking
for $ac_word...
" >&6; }
8296 if test "${ac_cv_prog_DLLTOOL+set}" = set; then :
8297 $as_echo_n "(cached
) " >&6
8299 if test -n "$DLLTOOL"; then
8300 ac_cv_prog_DLLTOOL="$DLLTOOL" # Let the user override the test.
8302 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8306 test -z "$as_dir" && as_dir=.
8307 for ac_exec_ext in '' $ac_executable_extensions; do
8308 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8309 ac_cv_prog_DLLTOOL="${ncn_progname}"
8310 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
8319 DLLTOOL=$ac_cv_prog_DLLTOOL
8320 if test -n "$DLLTOOL"; then
8321 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $DLLTOOL" >&5
8322 $as_echo "$DLLTOOL" >&6; }
8324 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
8325 $as_echo "no
" >&6; }
8330 test -n "$ac_cv_prog_DLLTOOL" && break
8333 if test -z "$ac_cv_prog_DLLTOOL" ; then
8335 if test $build = $host ; then
8338 DLLTOOL="${ncn_tool_prefix}$2"
8344 if test -n "$LD"; then
8346 elif test -n "$ac_cv_prog_LD"; then
8350 if test -n "$ac_cv_prog_LD"; then
8351 for ncn_progname in ld; do
8352 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8353 set dummy ${ncn_progname}; ac_word=$2
8354 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
8355 $as_echo_n "checking
for $ac_word...
" >&6; }
8356 if test "${ac_cv_prog_LD+set}" = set; then :
8357 $as_echo_n "(cached
) " >&6
8359 if test -n "$LD"; then
8360 ac_cv_prog_LD="$LD" # Let the user override the test.
8362 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8366 test -z "$as_dir" && as_dir=.
8367 for ac_exec_ext in '' $ac_executable_extensions; do
8368 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8369 ac_cv_prog_LD="${ncn_progname}"
8370 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
8380 if test -n "$LD"; then
8381 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $LD" >&5
8382 $as_echo "$LD" >&6; }
8384 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
8385 $as_echo "no
" >&6; }
8392 for ncn_progname in ld; do
8393 if test -n "$ncn_tool_prefix"; then
8394 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
8395 set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
8396 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
8397 $as_echo_n "checking
for $ac_word...
" >&6; }
8398 if test "${ac_cv_prog_LD+set}" = set; then :
8399 $as_echo_n "(cached
) " >&6
8401 if test -n "$LD"; then
8402 ac_cv_prog_LD="$LD" # Let the user override the test.
8404 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8408 test -z "$as_dir" && as_dir=.
8409 for ac_exec_ext in '' $ac_executable_extensions; do
8410 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8411 ac_cv_prog_LD="${ncn_tool_prefix}${ncn_progname}"
8412 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
8422 if test -n "$LD"; then
8423 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $LD" >&5
8424 $as_echo "$LD" >&6; }
8426 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
8427 $as_echo "no
" >&6; }
8432 if test -z "$ac_cv_prog_LD" && test $build = $host ; then
8433 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8434 set dummy ${ncn_progname}; ac_word=$2
8435 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
8436 $as_echo_n "checking
for $ac_word...
" >&6; }
8437 if test "${ac_cv_prog_LD+set}" = set; then :
8438 $as_echo_n "(cached
) " >&6
8440 if test -n "$LD"; then
8441 ac_cv_prog_LD="$LD" # Let the user override the test.
8443 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8447 test -z "$as_dir" && as_dir=.
8448 for ac_exec_ext in '' $ac_executable_extensions; do
8449 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8450 ac_cv_prog_LD="${ncn_progname}"
8451 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
8461 if test -n "$LD"; then
8462 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $LD" >&5
8463 $as_echo "$LD" >&6; }
8465 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
8466 $as_echo "no
" >&6; }
8471 test -n "$ac_cv_prog_LD" && break
8474 if test -z "$ac_cv_prog_LD" ; then
8476 if test $build = $host ; then
8479 LD="${ncn_tool_prefix}$2"
8485 if test -n "$LIPO"; then
8486 ac_cv_prog_LIPO=$LIPO
8487 elif test -n "$ac_cv_prog_LIPO"; then
8488 LIPO=$ac_cv_prog_LIPO
8491 if test -n "$ac_cv_prog_LIPO"; then
8492 for ncn_progname in lipo; do
8493 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8494 set dummy ${ncn_progname}; ac_word=$2
8495 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
8496 $as_echo_n "checking
for $ac_word...
" >&6; }
8497 if test "${ac_cv_prog_LIPO+set}" = set; then :
8498 $as_echo_n "(cached
) " >&6
8500 if test -n "$LIPO"; then
8501 ac_cv_prog_LIPO="$LIPO" # Let the user override the test.
8503 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8507 test -z "$as_dir" && as_dir=.
8508 for ac_exec_ext in '' $ac_executable_extensions; do
8509 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8510 ac_cv_prog_LIPO="${ncn_progname}"
8511 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
8520 LIPO=$ac_cv_prog_LIPO
8521 if test -n "$LIPO"; then
8522 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $LIPO" >&5
8523 $as_echo "$LIPO" >&6; }
8525 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
8526 $as_echo "no
" >&6; }
8533 for ncn_progname in lipo; do
8534 if test -n "$ncn_tool_prefix"; then
8535 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
8536 set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
8537 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
8538 $as_echo_n "checking
for $ac_word...
" >&6; }
8539 if test "${ac_cv_prog_LIPO+set}" = set; then :
8540 $as_echo_n "(cached
) " >&6
8542 if test -n "$LIPO"; then
8543 ac_cv_prog_LIPO="$LIPO" # Let the user override the test.
8545 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8549 test -z "$as_dir" && as_dir=.
8550 for ac_exec_ext in '' $ac_executable_extensions; do
8551 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8552 ac_cv_prog_LIPO="${ncn_tool_prefix}${ncn_progname}"
8553 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
8562 LIPO=$ac_cv_prog_LIPO
8563 if test -n "$LIPO"; then
8564 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $LIPO" >&5
8565 $as_echo "$LIPO" >&6; }
8567 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
8568 $as_echo "no
" >&6; }
8573 if test -z "$ac_cv_prog_LIPO" && test $build = $host ; then
8574 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8575 set dummy ${ncn_progname}; ac_word=$2
8576 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
8577 $as_echo_n "checking
for $ac_word...
" >&6; }
8578 if test "${ac_cv_prog_LIPO+set}" = set; then :
8579 $as_echo_n "(cached
) " >&6
8581 if test -n "$LIPO"; then
8582 ac_cv_prog_LIPO="$LIPO" # Let the user override the test.
8584 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8588 test -z "$as_dir" && as_dir=.
8589 for ac_exec_ext in '' $ac_executable_extensions; do
8590 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8591 ac_cv_prog_LIPO="${ncn_progname}"
8592 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
8601 LIPO=$ac_cv_prog_LIPO
8602 if test -n "$LIPO"; then
8603 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $LIPO" >&5
8604 $as_echo "$LIPO" >&6; }
8606 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
8607 $as_echo "no
" >&6; }
8612 test -n "$ac_cv_prog_LIPO" && break
8615 if test -z "$ac_cv_prog_LIPO" ; then
8617 if test $build = $host ; then
8620 LIPO="${ncn_tool_prefix}$2"
8626 if test -n "$NM"; then
8628 elif test -n "$ac_cv_prog_NM"; then
8632 if test -n "$ac_cv_prog_NM"; then
8633 for ncn_progname in nm; do
8634 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8635 set dummy ${ncn_progname}; ac_word=$2
8636 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
8637 $as_echo_n "checking
for $ac_word...
" >&6; }
8638 if test "${ac_cv_prog_NM+set}" = set; then :
8639 $as_echo_n "(cached
) " >&6
8641 if test -n "$NM"; then
8642 ac_cv_prog_NM="$NM" # Let the user override the test.
8644 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8648 test -z "$as_dir" && as_dir=.
8649 for ac_exec_ext in '' $ac_executable_extensions; do
8650 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8651 ac_cv_prog_NM="${ncn_progname}"
8652 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
8662 if test -n "$NM"; then
8663 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $NM" >&5
8664 $as_echo "$NM" >&6; }
8666 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
8667 $as_echo "no
" >&6; }
8674 for ncn_progname in nm; do
8675 if test -n "$ncn_tool_prefix"; then
8676 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
8677 set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
8678 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
8679 $as_echo_n "checking
for $ac_word...
" >&6; }
8680 if test "${ac_cv_prog_NM+set}" = set; then :
8681 $as_echo_n "(cached
) " >&6
8683 if test -n "$NM"; then
8684 ac_cv_prog_NM="$NM" # Let the user override the test.
8686 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8690 test -z "$as_dir" && as_dir=.
8691 for ac_exec_ext in '' $ac_executable_extensions; do
8692 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8693 ac_cv_prog_NM="${ncn_tool_prefix}${ncn_progname}"
8694 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
8704 if test -n "$NM"; then
8705 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $NM" >&5
8706 $as_echo "$NM" >&6; }
8708 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
8709 $as_echo "no
" >&6; }
8714 if test -z "$ac_cv_prog_NM" && test $build = $host ; then
8715 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8716 set dummy ${ncn_progname}; ac_word=$2
8717 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
8718 $as_echo_n "checking
for $ac_word...
" >&6; }
8719 if test "${ac_cv_prog_NM+set}" = set; then :
8720 $as_echo_n "(cached
) " >&6
8722 if test -n "$NM"; then
8723 ac_cv_prog_NM="$NM" # Let the user override the test.
8725 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8729 test -z "$as_dir" && as_dir=.
8730 for ac_exec_ext in '' $ac_executable_extensions; do
8731 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8732 ac_cv_prog_NM="${ncn_progname}"
8733 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
8743 if test -n "$NM"; then
8744 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $NM" >&5
8745 $as_echo "$NM" >&6; }
8747 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
8748 $as_echo "no
" >&6; }
8753 test -n "$ac_cv_prog_NM" && break
8756 if test -z "$ac_cv_prog_NM" ; then
8758 if test $build = $host ; then
8761 NM="${ncn_tool_prefix}$2"
8767 if test -n "$RANLIB"; then
8768 ac_cv_prog_RANLIB=$RANLIB
8769 elif test -n "$ac_cv_prog_RANLIB"; then
8770 RANLIB=$ac_cv_prog_RANLIB
8773 if test -n "$ac_cv_prog_RANLIB"; then
8774 for ncn_progname in ranlib; do
8775 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8776 set dummy ${ncn_progname}; ac_word=$2
8777 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
8778 $as_echo_n "checking
for $ac_word...
" >&6; }
8779 if test "${ac_cv_prog_RANLIB+set}" = set; then :
8780 $as_echo_n "(cached
) " >&6
8782 if test -n "$RANLIB"; then
8783 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
8785 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8789 test -z "$as_dir" && as_dir=.
8790 for ac_exec_ext in '' $ac_executable_extensions; do
8791 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8792 ac_cv_prog_RANLIB="${ncn_progname}"
8793 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
8802 RANLIB=$ac_cv_prog_RANLIB
8803 if test -n "$RANLIB"; then
8804 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $RANLIB" >&5
8805 $as_echo "$RANLIB" >&6; }
8807 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
8808 $as_echo "no
" >&6; }
8815 for ncn_progname in ranlib; do
8816 if test -n "$ncn_tool_prefix"; then
8817 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
8818 set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
8819 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
8820 $as_echo_n "checking
for $ac_word...
" >&6; }
8821 if test "${ac_cv_prog_RANLIB+set}" = set; then :
8822 $as_echo_n "(cached
) " >&6
8824 if test -n "$RANLIB"; then
8825 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
8827 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8831 test -z "$as_dir" && as_dir=.
8832 for ac_exec_ext in '' $ac_executable_extensions; do
8833 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8834 ac_cv_prog_RANLIB="${ncn_tool_prefix}${ncn_progname}"
8835 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
8844 RANLIB=$ac_cv_prog_RANLIB
8845 if test -n "$RANLIB"; then
8846 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $RANLIB" >&5
8847 $as_echo "$RANLIB" >&6; }
8849 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
8850 $as_echo "no
" >&6; }
8855 if test -z "$ac_cv_prog_RANLIB" && test $build = $host ; then
8856 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8857 set dummy ${ncn_progname}; ac_word=$2
8858 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
8859 $as_echo_n "checking
for $ac_word...
" >&6; }
8860 if test "${ac_cv_prog_RANLIB+set}" = set; then :
8861 $as_echo_n "(cached
) " >&6
8863 if test -n "$RANLIB"; then
8864 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
8866 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8870 test -z "$as_dir" && as_dir=.
8871 for ac_exec_ext in '' $ac_executable_extensions; do
8872 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8873 ac_cv_prog_RANLIB="${ncn_progname}"
8874 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
8883 RANLIB=$ac_cv_prog_RANLIB
8884 if test -n "$RANLIB"; then
8885 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $RANLIB" >&5
8886 $as_echo "$RANLIB" >&6; }
8888 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
8889 $as_echo "no
" >&6; }
8894 test -n "$ac_cv_prog_RANLIB" && break
8897 if test -z "$ac_cv_prog_RANLIB" ; then
8903 if test -n "$STRIP"; then
8904 ac_cv_prog_STRIP=$STRIP
8905 elif test -n "$ac_cv_prog_STRIP"; then
8906 STRIP=$ac_cv_prog_STRIP
8909 if test -n "$ac_cv_prog_STRIP"; then
8910 for ncn_progname in strip; do
8911 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8912 set dummy ${ncn_progname}; ac_word=$2
8913 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
8914 $as_echo_n "checking
for $ac_word...
" >&6; }
8915 if test "${ac_cv_prog_STRIP+set}" = set; then :
8916 $as_echo_n "(cached
) " >&6
8918 if test -n "$STRIP"; then
8919 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
8921 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8925 test -z "$as_dir" && as_dir=.
8926 for ac_exec_ext in '' $ac_executable_extensions; do
8927 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8928 ac_cv_prog_STRIP="${ncn_progname}"
8929 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
8938 STRIP=$ac_cv_prog_STRIP
8939 if test -n "$STRIP"; then
8940 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $STRIP" >&5
8941 $as_echo "$STRIP" >&6; }
8943 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
8944 $as_echo "no
" >&6; }
8951 for ncn_progname in strip; do
8952 if test -n "$ncn_tool_prefix"; then
8953 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
8954 set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
8955 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
8956 $as_echo_n "checking
for $ac_word...
" >&6; }
8957 if test "${ac_cv_prog_STRIP+set}" = set; then :
8958 $as_echo_n "(cached
) " >&6
8960 if test -n "$STRIP"; then
8961 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
8963 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8967 test -z "$as_dir" && as_dir=.
8968 for ac_exec_ext in '' $ac_executable_extensions; do
8969 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8970 ac_cv_prog_STRIP="${ncn_tool_prefix}${ncn_progname}"
8971 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
8980 STRIP=$ac_cv_prog_STRIP
8981 if test -n "$STRIP"; then
8982 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $STRIP" >&5
8983 $as_echo "$STRIP" >&6; }
8985 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
8986 $as_echo "no
" >&6; }
8991 if test -z "$ac_cv_prog_STRIP" && test $build = $host ; then
8992 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8993 set dummy ${ncn_progname}; ac_word=$2
8994 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
8995 $as_echo_n "checking
for $ac_word...
" >&6; }
8996 if test "${ac_cv_prog_STRIP+set}" = set; then :
8997 $as_echo_n "(cached
) " >&6
8999 if test -n "$STRIP"; then
9000 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
9002 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9006 test -z "$as_dir" && as_dir=.
9007 for ac_exec_ext in '' $ac_executable_extensions; do
9008 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9009 ac_cv_prog_STRIP="${ncn_progname}"
9010 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
9019 STRIP=$ac_cv_prog_STRIP
9020 if test -n "$STRIP"; then
9021 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $STRIP" >&5
9022 $as_echo "$STRIP" >&6; }
9024 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
9025 $as_echo "no
" >&6; }
9030 test -n "$ac_cv_prog_STRIP" && break
9033 if test -z "$ac_cv_prog_STRIP" ; then
9039 if test -n "$WINDRES"; then
9040 ac_cv_prog_WINDRES=$WINDRES
9041 elif test -n "$ac_cv_prog_WINDRES"; then
9042 WINDRES=$ac_cv_prog_WINDRES
9045 if test -n "$ac_cv_prog_WINDRES"; then
9046 for ncn_progname in windres; do
9047 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9048 set dummy ${ncn_progname}; ac_word=$2
9049 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
9050 $as_echo_n "checking
for $ac_word...
" >&6; }
9051 if test "${ac_cv_prog_WINDRES+set}" = set; then :
9052 $as_echo_n "(cached
) " >&6
9054 if test -n "$WINDRES"; then
9055 ac_cv_prog_WINDRES="$WINDRES" # Let the user override the test.
9057 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9061 test -z "$as_dir" && as_dir=.
9062 for ac_exec_ext in '' $ac_executable_extensions; do
9063 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9064 ac_cv_prog_WINDRES="${ncn_progname}"
9065 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
9074 WINDRES=$ac_cv_prog_WINDRES
9075 if test -n "$WINDRES"; then
9076 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $WINDRES" >&5
9077 $as_echo "$WINDRES" >&6; }
9079 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
9080 $as_echo "no
" >&6; }
9087 for ncn_progname in windres; do
9088 if test -n "$ncn_tool_prefix"; then
9089 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
9090 set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
9091 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
9092 $as_echo_n "checking
for $ac_word...
" >&6; }
9093 if test "${ac_cv_prog_WINDRES+set}" = set; then :
9094 $as_echo_n "(cached
) " >&6
9096 if test -n "$WINDRES"; then
9097 ac_cv_prog_WINDRES="$WINDRES" # Let the user override the test.
9099 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9103 test -z "$as_dir" && as_dir=.
9104 for ac_exec_ext in '' $ac_executable_extensions; do
9105 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9106 ac_cv_prog_WINDRES="${ncn_tool_prefix}${ncn_progname}"
9107 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
9116 WINDRES=$ac_cv_prog_WINDRES
9117 if test -n "$WINDRES"; then
9118 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $WINDRES" >&5
9119 $as_echo "$WINDRES" >&6; }
9121 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
9122 $as_echo "no
" >&6; }
9127 if test -z "$ac_cv_prog_WINDRES" && test $build = $host ; then
9128 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9129 set dummy ${ncn_progname}; ac_word=$2
9130 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
9131 $as_echo_n "checking
for $ac_word...
" >&6; }
9132 if test "${ac_cv_prog_WINDRES+set}" = set; then :
9133 $as_echo_n "(cached
) " >&6
9135 if test -n "$WINDRES"; then
9136 ac_cv_prog_WINDRES="$WINDRES" # Let the user override the test.
9138 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9142 test -z "$as_dir" && as_dir=.
9143 for ac_exec_ext in '' $ac_executable_extensions; do
9144 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9145 ac_cv_prog_WINDRES="${ncn_progname}"
9146 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
9155 WINDRES=$ac_cv_prog_WINDRES
9156 if test -n "$WINDRES"; then
9157 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $WINDRES" >&5
9158 $as_echo "$WINDRES" >&6; }
9160 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
9161 $as_echo "no
" >&6; }
9166 test -n "$ac_cv_prog_WINDRES" && break
9169 if test -z "$ac_cv_prog_WINDRES" ; then
9171 if test $build = $host ; then
9174 WINDRES="${ncn_tool_prefix}$2"
9180 if test -n "$WINDMC"; then
9181 ac_cv_prog_WINDMC=$WINDMC
9182 elif test -n "$ac_cv_prog_WINDMC"; then
9183 WINDMC=$ac_cv_prog_WINDMC
9186 if test -n "$ac_cv_prog_WINDMC"; then
9187 for ncn_progname in windmc; do
9188 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9189 set dummy ${ncn_progname}; ac_word=$2
9190 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
9191 $as_echo_n "checking
for $ac_word...
" >&6; }
9192 if test "${ac_cv_prog_WINDMC+set}" = set; then :
9193 $as_echo_n "(cached
) " >&6
9195 if test -n "$WINDMC"; then
9196 ac_cv_prog_WINDMC="$WINDMC" # Let the user override the test.
9198 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9202 test -z "$as_dir" && as_dir=.
9203 for ac_exec_ext in '' $ac_executable_extensions; do
9204 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9205 ac_cv_prog_WINDMC="${ncn_progname}"
9206 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
9215 WINDMC=$ac_cv_prog_WINDMC
9216 if test -n "$WINDMC"; then
9217 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $WINDMC" >&5
9218 $as_echo "$WINDMC" >&6; }
9220 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
9221 $as_echo "no
" >&6; }
9228 for ncn_progname in windmc; do
9229 if test -n "$ncn_tool_prefix"; then
9230 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
9231 set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
9232 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
9233 $as_echo_n "checking
for $ac_word...
" >&6; }
9234 if test "${ac_cv_prog_WINDMC+set}" = set; then :
9235 $as_echo_n "(cached
) " >&6
9237 if test -n "$WINDMC"; then
9238 ac_cv_prog_WINDMC="$WINDMC" # Let the user override the test.
9240 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9244 test -z "$as_dir" && as_dir=.
9245 for ac_exec_ext in '' $ac_executable_extensions; do
9246 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9247 ac_cv_prog_WINDMC="${ncn_tool_prefix}${ncn_progname}"
9248 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
9257 WINDMC=$ac_cv_prog_WINDMC
9258 if test -n "$WINDMC"; then
9259 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $WINDMC" >&5
9260 $as_echo "$WINDMC" >&6; }
9262 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
9263 $as_echo "no
" >&6; }
9268 if test -z "$ac_cv_prog_WINDMC" && test $build = $host ; then
9269 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9270 set dummy ${ncn_progname}; ac_word=$2
9271 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
9272 $as_echo_n "checking
for $ac_word...
" >&6; }
9273 if test "${ac_cv_prog_WINDMC+set}" = set; then :
9274 $as_echo_n "(cached
) " >&6
9276 if test -n "$WINDMC"; then
9277 ac_cv_prog_WINDMC="$WINDMC" # Let the user override the test.
9279 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9283 test -z "$as_dir" && as_dir=.
9284 for ac_exec_ext in '' $ac_executable_extensions; do
9285 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9286 ac_cv_prog_WINDMC="${ncn_progname}"
9287 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
9296 WINDMC=$ac_cv_prog_WINDMC
9297 if test -n "$WINDMC"; then
9298 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $WINDMC" >&5
9299 $as_echo "$WINDMC" >&6; }
9301 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
9302 $as_echo "no
" >&6; }
9307 test -n "$ac_cv_prog_WINDMC" && break
9310 if test -z "$ac_cv_prog_WINDMC" ; then
9312 if test $build = $host ; then
9315 WINDMC="${ncn_tool_prefix}$2"
9321 if test -n "$OBJCOPY"; then
9322 ac_cv_prog_OBJCOPY=$OBJCOPY
9323 elif test -n "$ac_cv_prog_OBJCOPY"; then
9324 OBJCOPY=$ac_cv_prog_OBJCOPY
9327 if test -n "$ac_cv_prog_OBJCOPY"; then
9328 for ncn_progname in objcopy; do
9329 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9330 set dummy ${ncn_progname}; ac_word=$2
9331 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
9332 $as_echo_n "checking
for $ac_word...
" >&6; }
9333 if test "${ac_cv_prog_OBJCOPY+set}" = set; then :
9334 $as_echo_n "(cached
) " >&6
9336 if test -n "$OBJCOPY"; then
9337 ac_cv_prog_OBJCOPY="$OBJCOPY" # Let the user override the test.
9339 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9343 test -z "$as_dir" && as_dir=.
9344 for ac_exec_ext in '' $ac_executable_extensions; do
9345 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9346 ac_cv_prog_OBJCOPY="${ncn_progname}"
9347 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
9356 OBJCOPY=$ac_cv_prog_OBJCOPY
9357 if test -n "$OBJCOPY"; then
9358 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $OBJCOPY" >&5
9359 $as_echo "$OBJCOPY" >&6; }
9361 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
9362 $as_echo "no
" >&6; }
9369 for ncn_progname in objcopy; do
9370 if test -n "$ncn_tool_prefix"; then
9371 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
9372 set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
9373 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
9374 $as_echo_n "checking
for $ac_word...
" >&6; }
9375 if test "${ac_cv_prog_OBJCOPY+set}" = set; then :
9376 $as_echo_n "(cached
) " >&6
9378 if test -n "$OBJCOPY"; then
9379 ac_cv_prog_OBJCOPY="$OBJCOPY" # Let the user override the test.
9381 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9385 test -z "$as_dir" && as_dir=.
9386 for ac_exec_ext in '' $ac_executable_extensions; do
9387 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9388 ac_cv_prog_OBJCOPY="${ncn_tool_prefix}${ncn_progname}"
9389 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
9398 OBJCOPY=$ac_cv_prog_OBJCOPY
9399 if test -n "$OBJCOPY"; then
9400 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $OBJCOPY" >&5
9401 $as_echo "$OBJCOPY" >&6; }
9403 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
9404 $as_echo "no
" >&6; }
9409 if test -z "$ac_cv_prog_OBJCOPY" && test $build = $host ; then
9410 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9411 set dummy ${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_OBJCOPY+set}" = set; then :
9415 $as_echo_n "(cached
) " >&6
9417 if test -n "$OBJCOPY"; then
9418 ac_cv_prog_OBJCOPY="$OBJCOPY" # 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_OBJCOPY="${ncn_progname}"
9428 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
9437 OBJCOPY=$ac_cv_prog_OBJCOPY
9438 if test -n "$OBJCOPY"; then
9439 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $OBJCOPY" >&5
9440 $as_echo "$OBJCOPY" >&6; }
9442 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
9443 $as_echo "no
" >&6; }
9448 test -n "$ac_cv_prog_OBJCOPY" && break
9451 if test -z "$ac_cv_prog_OBJCOPY" ; then
9453 if test $build = $host ; then
9456 OBJCOPY="${ncn_tool_prefix}$2"
9462 if test -n "$OBJDUMP"; then
9463 ac_cv_prog_OBJDUMP=$OBJDUMP
9464 elif test -n "$ac_cv_prog_OBJDUMP"; then
9465 OBJDUMP=$ac_cv_prog_OBJDUMP
9468 if test -n "$ac_cv_prog_OBJDUMP"; then
9469 for ncn_progname in objdump; do
9470 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9471 set dummy ${ncn_progname}; ac_word=$2
9472 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
9473 $as_echo_n "checking
for $ac_word...
" >&6; }
9474 if test "${ac_cv_prog_OBJDUMP+set}" = set; then :
9475 $as_echo_n "(cached
) " >&6
9477 if test -n "$OBJDUMP"; then
9478 ac_cv_prog_OBJDUMP="$OBJDUMP" # Let the user override the test.
9480 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9484 test -z "$as_dir" && as_dir=.
9485 for ac_exec_ext in '' $ac_executable_extensions; do
9486 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9487 ac_cv_prog_OBJDUMP="${ncn_progname}"
9488 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
9497 OBJDUMP=$ac_cv_prog_OBJDUMP
9498 if test -n "$OBJDUMP"; then
9499 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $OBJDUMP" >&5
9500 $as_echo "$OBJDUMP" >&6; }
9502 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
9503 $as_echo "no
" >&6; }
9510 for ncn_progname in objdump; do
9511 if test -n "$ncn_tool_prefix"; then
9512 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
9513 set dummy ${ncn_tool_prefix}${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_OBJDUMP+set}" = set; then :
9517 $as_echo_n "(cached
) " >&6
9519 if test -n "$OBJDUMP"; then
9520 ac_cv_prog_OBJDUMP="$OBJDUMP" # 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_OBJDUMP="${ncn_tool_prefix}${ncn_progname}"
9530 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
9539 OBJDUMP=$ac_cv_prog_OBJDUMP
9540 if test -n "$OBJDUMP"; then
9541 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $OBJDUMP" >&5
9542 $as_echo "$OBJDUMP" >&6; }
9544 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
9545 $as_echo "no
" >&6; }
9550 if test -z "$ac_cv_prog_OBJDUMP" && test $build = $host ; then
9551 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9552 set dummy ${ncn_progname}; ac_word=$2
9553 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
9554 $as_echo_n "checking
for $ac_word...
" >&6; }
9555 if test "${ac_cv_prog_OBJDUMP+set}" = set; then :
9556 $as_echo_n "(cached
) " >&6
9558 if test -n "$OBJDUMP"; then
9559 ac_cv_prog_OBJDUMP="$OBJDUMP" # Let the user override the test.
9561 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9565 test -z "$as_dir" && as_dir=.
9566 for ac_exec_ext in '' $ac_executable_extensions; do
9567 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9568 ac_cv_prog_OBJDUMP="${ncn_progname}"
9569 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
9578 OBJDUMP=$ac_cv_prog_OBJDUMP
9579 if test -n "$OBJDUMP"; then
9580 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $OBJDUMP" >&5
9581 $as_echo "$OBJDUMP" >&6; }
9583 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
9584 $as_echo "no
" >&6; }
9589 test -n "$ac_cv_prog_OBJDUMP" && break
9592 if test -z "$ac_cv_prog_OBJDUMP" ; then
9594 if test $build = $host ; then
9597 OBJDUMP="${ncn_tool_prefix}$2"
9608 # Check whether --with-build-time-tools was given.
9609 if test "${with_build_time_tools+set}" = set; then :
9610 withval=$with_build_time_tools; case x"$withval" in
9613 with_build_time_tools=
9614 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING
: argument to
--with-build-time-tools must be an absolute path
" >&5
9615 $as_echo "$as_me: WARNING
: argument to
--with-build-time-tools must be an absolute path
" >&2;}
9619 with_build_time_tools=
9625 if test -n "$CC_FOR_TARGET"; then
9626 ac_cv_prog_CC_FOR_TARGET=$CC_FOR_TARGET
9627 elif test -n "$ac_cv_prog_CC_FOR_TARGET"; then
9628 CC_FOR_TARGET=$ac_cv_prog_CC_FOR_TARGET
9631 if test -n "$ac_cv_prog_CC_FOR_TARGET"; then
9632 for ncn_progname in cc gcc; do
9633 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9634 set dummy ${ncn_progname}; ac_word=$2
9635 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
9636 $as_echo_n "checking
for $ac_word...
" >&6; }
9637 if test "${ac_cv_prog_CC_FOR_TARGET+set}" = set; then :
9638 $as_echo_n "(cached
) " >&6
9640 if test -n "$CC_FOR_TARGET"; then
9641 ac_cv_prog_CC_FOR_TARGET="$CC_FOR_TARGET" # Let the user override the test.
9643 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9647 test -z "$as_dir" && as_dir=.
9648 for ac_exec_ext in '' $ac_executable_extensions; do
9649 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9650 ac_cv_prog_CC_FOR_TARGET="${ncn_progname}"
9651 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
9660 CC_FOR_TARGET=$ac_cv_prog_CC_FOR_TARGET
9661 if test -n "$CC_FOR_TARGET"; then
9662 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $CC_FOR_TARGET" >&5
9663 $as_echo "$CC_FOR_TARGET" >&6; }
9665 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
9666 $as_echo "no
" >&6; }
9673 if test -z "$ac_cv_prog_CC_FOR_TARGET" && test -n "$with_build_time_tools"; then
9674 for ncn_progname in cc gcc; do
9675 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for ${ncn_progname} in $with_build_time_tools" >&5
9676 $as_echo_n "checking
for ${ncn_progname} in $with_build_time_tools...
" >&6; }
9677 if test -x $with_build_time_tools/${ncn_progname}; then
9678 ac_cv_prog_CC_FOR_TARGET=$with_build_time_tools/${ncn_progname}
9679 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: yes" >&5
9680 $as_echo "yes" >&6; }
9683 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
9684 $as_echo "no
" >&6; }
9689 if test -z "$ac_cv_prog_CC_FOR_TARGET"; then
9690 for ncn_progname in cc gcc; do
9691 if test -n "$ncn_target_tool_prefix"; then
9692 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
9693 set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
9694 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
9695 $as_echo_n "checking
for $ac_word...
" >&6; }
9696 if test "${ac_cv_prog_CC_FOR_TARGET+set}" = set; then :
9697 $as_echo_n "(cached
) " >&6
9699 if test -n "$CC_FOR_TARGET"; then
9700 ac_cv_prog_CC_FOR_TARGET="$CC_FOR_TARGET" # Let the user override the test.
9702 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9706 test -z "$as_dir" && as_dir=.
9707 for ac_exec_ext in '' $ac_executable_extensions; do
9708 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9709 ac_cv_prog_CC_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
9710 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
9719 CC_FOR_TARGET=$ac_cv_prog_CC_FOR_TARGET
9720 if test -n "$CC_FOR_TARGET"; then
9721 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $CC_FOR_TARGET" >&5
9722 $as_echo "$CC_FOR_TARGET" >&6; }
9724 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
9725 $as_echo "no
" >&6; }
9730 if test -z "$ac_cv_prog_CC_FOR_TARGET" && test $build = $target ; then
9731 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9732 set dummy ${ncn_progname}; ac_word=$2
9733 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
9734 $as_echo_n "checking
for $ac_word...
" >&6; }
9735 if test "${ac_cv_prog_CC_FOR_TARGET+set}" = set; then :
9736 $as_echo_n "(cached
) " >&6
9738 if test -n "$CC_FOR_TARGET"; then
9739 ac_cv_prog_CC_FOR_TARGET="$CC_FOR_TARGET" # Let the user override the test.
9741 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9745 test -z "$as_dir" && as_dir=.
9746 for ac_exec_ext in '' $ac_executable_extensions; do
9747 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9748 ac_cv_prog_CC_FOR_TARGET="${ncn_progname}"
9749 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
9758 CC_FOR_TARGET=$ac_cv_prog_CC_FOR_TARGET
9759 if test -n "$CC_FOR_TARGET"; then
9760 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $CC_FOR_TARGET" >&5
9761 $as_echo "$CC_FOR_TARGET" >&6; }
9763 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
9764 $as_echo "no
" >&6; }
9769 test -n "$ac_cv_prog_CC_FOR_TARGET" && break
9773 if test -z "$ac_cv_prog_CC_FOR_TARGET" ; then
9775 if test $build = $target ; then
9778 CC_FOR_TARGET="${ncn_target_tool_prefix}$2"
9781 CC_FOR_TARGET="$ac_cv_prog_CC_FOR_TARGET"
9786 if test -n "$CXX_FOR_TARGET"; then
9787 ac_cv_prog_CXX_FOR_TARGET=$CXX_FOR_TARGET
9788 elif test -n "$ac_cv_prog_CXX_FOR_TARGET"; then
9789 CXX_FOR_TARGET=$ac_cv_prog_CXX_FOR_TARGET
9792 if test -n "$ac_cv_prog_CXX_FOR_TARGET"; then
9793 for ncn_progname in c++ g++ cxx gxx; do
9794 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9795 set dummy ${ncn_progname}; ac_word=$2
9796 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
9797 $as_echo_n "checking
for $ac_word...
" >&6; }
9798 if test "${ac_cv_prog_CXX_FOR_TARGET+set}" = set; then :
9799 $as_echo_n "(cached
) " >&6
9801 if test -n "$CXX_FOR_TARGET"; then
9802 ac_cv_prog_CXX_FOR_TARGET="$CXX_FOR_TARGET" # Let the user override the test.
9804 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9808 test -z "$as_dir" && as_dir=.
9809 for ac_exec_ext in '' $ac_executable_extensions; do
9810 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9811 ac_cv_prog_CXX_FOR_TARGET="${ncn_progname}"
9812 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
9821 CXX_FOR_TARGET=$ac_cv_prog_CXX_FOR_TARGET
9822 if test -n "$CXX_FOR_TARGET"; then
9823 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $CXX_FOR_TARGET" >&5
9824 $as_echo "$CXX_FOR_TARGET" >&6; }
9826 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
9827 $as_echo "no
" >&6; }
9834 if test -z "$ac_cv_prog_CXX_FOR_TARGET" && test -n "$with_build_time_tools"; then
9835 for ncn_progname in c++ g++ cxx gxx; do
9836 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for ${ncn_progname} in $with_build_time_tools" >&5
9837 $as_echo_n "checking
for ${ncn_progname} in $with_build_time_tools...
" >&6; }
9838 if test -x $with_build_time_tools/${ncn_progname}; then
9839 ac_cv_prog_CXX_FOR_TARGET=$with_build_time_tools/${ncn_progname}
9840 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: yes" >&5
9841 $as_echo "yes" >&6; }
9844 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
9845 $as_echo "no
" >&6; }
9850 if test -z "$ac_cv_prog_CXX_FOR_TARGET"; then
9851 for ncn_progname in c++ g++ cxx gxx; do
9852 if test -n "$ncn_target_tool_prefix"; then
9853 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
9854 set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
9855 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
9856 $as_echo_n "checking
for $ac_word...
" >&6; }
9857 if test "${ac_cv_prog_CXX_FOR_TARGET+set}" = set; then :
9858 $as_echo_n "(cached
) " >&6
9860 if test -n "$CXX_FOR_TARGET"; then
9861 ac_cv_prog_CXX_FOR_TARGET="$CXX_FOR_TARGET" # Let the user override the test.
9863 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9867 test -z "$as_dir" && as_dir=.
9868 for ac_exec_ext in '' $ac_executable_extensions; do
9869 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9870 ac_cv_prog_CXX_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
9871 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
9880 CXX_FOR_TARGET=$ac_cv_prog_CXX_FOR_TARGET
9881 if test -n "$CXX_FOR_TARGET"; then
9882 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $CXX_FOR_TARGET" >&5
9883 $as_echo "$CXX_FOR_TARGET" >&6; }
9885 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
9886 $as_echo "no
" >&6; }
9891 if test -z "$ac_cv_prog_CXX_FOR_TARGET" && test $build = $target ; then
9892 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9893 set dummy ${ncn_progname}; ac_word=$2
9894 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
9895 $as_echo_n "checking
for $ac_word...
" >&6; }
9896 if test "${ac_cv_prog_CXX_FOR_TARGET+set}" = set; then :
9897 $as_echo_n "(cached
) " >&6
9899 if test -n "$CXX_FOR_TARGET"; then
9900 ac_cv_prog_CXX_FOR_TARGET="$CXX_FOR_TARGET" # Let the user override the test.
9902 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9906 test -z "$as_dir" && as_dir=.
9907 for ac_exec_ext in '' $ac_executable_extensions; do
9908 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9909 ac_cv_prog_CXX_FOR_TARGET="${ncn_progname}"
9910 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
9919 CXX_FOR_TARGET=$ac_cv_prog_CXX_FOR_TARGET
9920 if test -n "$CXX_FOR_TARGET"; then
9921 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $CXX_FOR_TARGET" >&5
9922 $as_echo "$CXX_FOR_TARGET" >&6; }
9924 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
9925 $as_echo "no
" >&6; }
9930 test -n "$ac_cv_prog_CXX_FOR_TARGET" && break
9934 if test -z "$ac_cv_prog_CXX_FOR_TARGET" ; then
9935 set dummy c++ g++ cxx gxx
9936 if test $build = $target ; then
9939 CXX_FOR_TARGET="${ncn_target_tool_prefix}$2"
9942 CXX_FOR_TARGET="$ac_cv_prog_CXX_FOR_TARGET"
9947 if test -n "$GCC_FOR_TARGET"; then
9948 ac_cv_prog_GCC_FOR_TARGET=$GCC_FOR_TARGET
9949 elif test -n "$ac_cv_prog_GCC_FOR_TARGET"; then
9950 GCC_FOR_TARGET=$ac_cv_prog_GCC_FOR_TARGET
9953 if test -n "$ac_cv_prog_GCC_FOR_TARGET"; then
9954 for ncn_progname in gcc; do
9955 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9956 set dummy ${ncn_progname}; ac_word=$2
9957 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
9958 $as_echo_n "checking
for $ac_word...
" >&6; }
9959 if test "${ac_cv_prog_GCC_FOR_TARGET+set}" = set; then :
9960 $as_echo_n "(cached
) " >&6
9962 if test -n "$GCC_FOR_TARGET"; then
9963 ac_cv_prog_GCC_FOR_TARGET="$GCC_FOR_TARGET" # Let the user override the test.
9965 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9969 test -z "$as_dir" && as_dir=.
9970 for ac_exec_ext in '' $ac_executable_extensions; do
9971 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9972 ac_cv_prog_GCC_FOR_TARGET="${ncn_progname}"
9973 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
9982 GCC_FOR_TARGET=$ac_cv_prog_GCC_FOR_TARGET
9983 if test -n "$GCC_FOR_TARGET"; then
9984 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $GCC_FOR_TARGET" >&5
9985 $as_echo "$GCC_FOR_TARGET" >&6; }
9987 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
9988 $as_echo "no
" >&6; }
9995 if test -z "$ac_cv_prog_GCC_FOR_TARGET" && test -n "$with_build_time_tools"; then
9996 for ncn_progname in gcc; do
9997 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for ${ncn_progname} in $with_build_time_tools" >&5
9998 $as_echo_n "checking
for ${ncn_progname} in $with_build_time_tools...
" >&6; }
9999 if test -x $with_build_time_tools/${ncn_progname}; then
10000 ac_cv_prog_GCC_FOR_TARGET=$with_build_time_tools/${ncn_progname}
10001 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: yes" >&5
10002 $as_echo "yes" >&6; }
10005 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
10006 $as_echo "no
" >&6; }
10011 if test -z "$ac_cv_prog_GCC_FOR_TARGET"; then
10012 for ncn_progname in gcc; do
10013 if test -n "$ncn_target_tool_prefix"; then
10014 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
10015 set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
10016 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
10017 $as_echo_n "checking
for $ac_word...
" >&6; }
10018 if test "${ac_cv_prog_GCC_FOR_TARGET+set}" = set; then :
10019 $as_echo_n "(cached
) " >&6
10021 if test -n "$GCC_FOR_TARGET"; then
10022 ac_cv_prog_GCC_FOR_TARGET="$GCC_FOR_TARGET" # Let the user override the test.
10024 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10025 for as_dir in $PATH
10028 test -z "$as_dir" && as_dir=.
10029 for ac_exec_ext in '' $ac_executable_extensions; do
10030 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
10031 ac_cv_prog_GCC_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
10032 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
10041 GCC_FOR_TARGET=$ac_cv_prog_GCC_FOR_TARGET
10042 if test -n "$GCC_FOR_TARGET"; then
10043 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $GCC_FOR_TARGET" >&5
10044 $as_echo "$GCC_FOR_TARGET" >&6; }
10046 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
10047 $as_echo "no
" >&6; }
10052 if test -z "$ac_cv_prog_GCC_FOR_TARGET" && test $build = $target ; then
10053 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
10054 set dummy ${ncn_progname}; ac_word=$2
10055 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
10056 $as_echo_n "checking
for $ac_word...
" >&6; }
10057 if test "${ac_cv_prog_GCC_FOR_TARGET+set}" = set; then :
10058 $as_echo_n "(cached
) " >&6
10060 if test -n "$GCC_FOR_TARGET"; then
10061 ac_cv_prog_GCC_FOR_TARGET="$GCC_FOR_TARGET" # Let the user override the test.
10063 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10064 for as_dir in $PATH
10067 test -z "$as_dir" && as_dir=.
10068 for ac_exec_ext in '' $ac_executable_extensions; do
10069 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
10070 ac_cv_prog_GCC_FOR_TARGET="${ncn_progname}"
10071 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
10080 GCC_FOR_TARGET=$ac_cv_prog_GCC_FOR_TARGET
10081 if test -n "$GCC_FOR_TARGET"; then
10082 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $GCC_FOR_TARGET" >&5
10083 $as_echo "$GCC_FOR_TARGET" >&6; }
10085 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
10086 $as_echo "no
" >&6; }
10091 test -n "$ac_cv_prog_GCC_FOR_TARGET" && break
10095 if test -z "$ac_cv_prog_GCC_FOR_TARGET" ; then
10096 GCC_FOR_TARGET="${CC_FOR_TARGET}"
10098 GCC_FOR_TARGET="$ac_cv_prog_GCC_FOR_TARGET"
10103 if test -n "$GCJ_FOR_TARGET"; then
10104 ac_cv_prog_GCJ_FOR_TARGET=$GCJ_FOR_TARGET
10105 elif test -n "$ac_cv_prog_GCJ_FOR_TARGET"; then
10106 GCJ_FOR_TARGET=$ac_cv_prog_GCJ_FOR_TARGET
10109 if test -n "$ac_cv_prog_GCJ_FOR_TARGET"; then
10110 for ncn_progname in gcj; do
10111 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
10112 set dummy ${ncn_progname}; ac_word=$2
10113 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
10114 $as_echo_n "checking
for $ac_word...
" >&6; }
10115 if test "${ac_cv_prog_GCJ_FOR_TARGET+set}" = set; then :
10116 $as_echo_n "(cached
) " >&6
10118 if test -n "$GCJ_FOR_TARGET"; then
10119 ac_cv_prog_GCJ_FOR_TARGET="$GCJ_FOR_TARGET" # Let the user override the test.
10121 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10122 for as_dir in $PATH
10125 test -z "$as_dir" && as_dir=.
10126 for ac_exec_ext in '' $ac_executable_extensions; do
10127 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
10128 ac_cv_prog_GCJ_FOR_TARGET="${ncn_progname}"
10129 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
10138 GCJ_FOR_TARGET=$ac_cv_prog_GCJ_FOR_TARGET
10139 if test -n "$GCJ_FOR_TARGET"; then
10140 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $GCJ_FOR_TARGET" >&5
10141 $as_echo "$GCJ_FOR_TARGET" >&6; }
10143 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
10144 $as_echo "no
" >&6; }
10151 if test -z "$ac_cv_prog_GCJ_FOR_TARGET" && test -n "$with_build_time_tools"; then
10152 for ncn_progname in gcj; do
10153 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for ${ncn_progname} in $with_build_time_tools" >&5
10154 $as_echo_n "checking
for ${ncn_progname} in $with_build_time_tools...
" >&6; }
10155 if test -x $with_build_time_tools/${ncn_progname}; then
10156 ac_cv_prog_GCJ_FOR_TARGET=$with_build_time_tools/${ncn_progname}
10157 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: yes" >&5
10158 $as_echo "yes" >&6; }
10161 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
10162 $as_echo "no
" >&6; }
10167 if test -z "$ac_cv_prog_GCJ_FOR_TARGET"; then
10168 for ncn_progname in gcj; do
10169 if test -n "$ncn_target_tool_prefix"; then
10170 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
10171 set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
10172 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
10173 $as_echo_n "checking
for $ac_word...
" >&6; }
10174 if test "${ac_cv_prog_GCJ_FOR_TARGET+set}" = set; then :
10175 $as_echo_n "(cached
) " >&6
10177 if test -n "$GCJ_FOR_TARGET"; then
10178 ac_cv_prog_GCJ_FOR_TARGET="$GCJ_FOR_TARGET" # Let the user override the test.
10180 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10181 for as_dir in $PATH
10184 test -z "$as_dir" && as_dir=.
10185 for ac_exec_ext in '' $ac_executable_extensions; do
10186 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
10187 ac_cv_prog_GCJ_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
10188 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
10197 GCJ_FOR_TARGET=$ac_cv_prog_GCJ_FOR_TARGET
10198 if test -n "$GCJ_FOR_TARGET"; then
10199 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $GCJ_FOR_TARGET" >&5
10200 $as_echo "$GCJ_FOR_TARGET" >&6; }
10202 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
10203 $as_echo "no
" >&6; }
10208 if test -z "$ac_cv_prog_GCJ_FOR_TARGET" && test $build = $target ; then
10209 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
10210 set dummy ${ncn_progname}; ac_word=$2
10211 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
10212 $as_echo_n "checking
for $ac_word...
" >&6; }
10213 if test "${ac_cv_prog_GCJ_FOR_TARGET+set}" = set; then :
10214 $as_echo_n "(cached
) " >&6
10216 if test -n "$GCJ_FOR_TARGET"; then
10217 ac_cv_prog_GCJ_FOR_TARGET="$GCJ_FOR_TARGET" # Let the user override the test.
10219 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10220 for as_dir in $PATH
10223 test -z "$as_dir" && as_dir=.
10224 for ac_exec_ext in '' $ac_executable_extensions; do
10225 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
10226 ac_cv_prog_GCJ_FOR_TARGET="${ncn_progname}"
10227 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
10236 GCJ_FOR_TARGET=$ac_cv_prog_GCJ_FOR_TARGET
10237 if test -n "$GCJ_FOR_TARGET"; then
10238 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $GCJ_FOR_TARGET" >&5
10239 $as_echo "$GCJ_FOR_TARGET" >&6; }
10241 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
10242 $as_echo "no
" >&6; }
10247 test -n "$ac_cv_prog_GCJ_FOR_TARGET" && break
10251 if test -z "$ac_cv_prog_GCJ_FOR_TARGET" ; then
10253 if test $build = $target ; then
10254 GCJ_FOR_TARGET="$2"
10256 GCJ_FOR_TARGET="${ncn_target_tool_prefix}$2"
10259 GCJ_FOR_TARGET="$ac_cv_prog_GCJ_FOR_TARGET"
10264 if test -n "$GFORTRAN_FOR_TARGET"; then
10265 ac_cv_prog_GFORTRAN_FOR_TARGET=$GFORTRAN_FOR_TARGET
10266 elif test -n "$ac_cv_prog_GFORTRAN_FOR_TARGET"; then
10267 GFORTRAN_FOR_TARGET=$ac_cv_prog_GFORTRAN_FOR_TARGET
10270 if test -n "$ac_cv_prog_GFORTRAN_FOR_TARGET"; then
10271 for ncn_progname in gfortran; do
10272 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
10273 set dummy ${ncn_progname}; ac_word=$2
10274 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
10275 $as_echo_n "checking
for $ac_word...
" >&6; }
10276 if test "${ac_cv_prog_GFORTRAN_FOR_TARGET+set}" = set; then :
10277 $as_echo_n "(cached
) " >&6
10279 if test -n "$GFORTRAN_FOR_TARGET"; then
10280 ac_cv_prog_GFORTRAN_FOR_TARGET="$GFORTRAN_FOR_TARGET" # Let the user override the test.
10282 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10283 for as_dir in $PATH
10286 test -z "$as_dir" && as_dir=.
10287 for ac_exec_ext in '' $ac_executable_extensions; do
10288 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
10289 ac_cv_prog_GFORTRAN_FOR_TARGET="${ncn_progname}"
10290 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
10299 GFORTRAN_FOR_TARGET=$ac_cv_prog_GFORTRAN_FOR_TARGET
10300 if test -n "$GFORTRAN_FOR_TARGET"; then
10301 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $GFORTRAN_FOR_TARGET" >&5
10302 $as_echo "$GFORTRAN_FOR_TARGET" >&6; }
10304 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
10305 $as_echo "no
" >&6; }
10312 if test -z "$ac_cv_prog_GFORTRAN_FOR_TARGET" && test -n "$with_build_time_tools"; then
10313 for ncn_progname in gfortran; do
10314 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for ${ncn_progname} in $with_build_time_tools" >&5
10315 $as_echo_n "checking
for ${ncn_progname} in $with_build_time_tools...
" >&6; }
10316 if test -x $with_build_time_tools/${ncn_progname}; then
10317 ac_cv_prog_GFORTRAN_FOR_TARGET=$with_build_time_tools/${ncn_progname}
10318 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: yes" >&5
10319 $as_echo "yes" >&6; }
10322 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
10323 $as_echo "no
" >&6; }
10328 if test -z "$ac_cv_prog_GFORTRAN_FOR_TARGET"; then
10329 for ncn_progname in gfortran; do
10330 if test -n "$ncn_target_tool_prefix"; then
10331 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
10332 set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
10333 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
10334 $as_echo_n "checking
for $ac_word...
" >&6; }
10335 if test "${ac_cv_prog_GFORTRAN_FOR_TARGET+set}" = set; then :
10336 $as_echo_n "(cached
) " >&6
10338 if test -n "$GFORTRAN_FOR_TARGET"; then
10339 ac_cv_prog_GFORTRAN_FOR_TARGET="$GFORTRAN_FOR_TARGET" # Let the user override the test.
10341 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10342 for as_dir in $PATH
10345 test -z "$as_dir" && as_dir=.
10346 for ac_exec_ext in '' $ac_executable_extensions; do
10347 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
10348 ac_cv_prog_GFORTRAN_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
10349 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
10358 GFORTRAN_FOR_TARGET=$ac_cv_prog_GFORTRAN_FOR_TARGET
10359 if test -n "$GFORTRAN_FOR_TARGET"; then
10360 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $GFORTRAN_FOR_TARGET" >&5
10361 $as_echo "$GFORTRAN_FOR_TARGET" >&6; }
10363 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
10364 $as_echo "no
" >&6; }
10369 if test -z "$ac_cv_prog_GFORTRAN_FOR_TARGET" && test $build = $target ; then
10370 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
10371 set dummy ${ncn_progname}; ac_word=$2
10372 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
10373 $as_echo_n "checking
for $ac_word...
" >&6; }
10374 if test "${ac_cv_prog_GFORTRAN_FOR_TARGET+set}" = set; then :
10375 $as_echo_n "(cached
) " >&6
10377 if test -n "$GFORTRAN_FOR_TARGET"; then
10378 ac_cv_prog_GFORTRAN_FOR_TARGET="$GFORTRAN_FOR_TARGET" # Let the user override the test.
10380 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10381 for as_dir in $PATH
10384 test -z "$as_dir" && as_dir=.
10385 for ac_exec_ext in '' $ac_executable_extensions; do
10386 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
10387 ac_cv_prog_GFORTRAN_FOR_TARGET="${ncn_progname}"
10388 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
10397 GFORTRAN_FOR_TARGET=$ac_cv_prog_GFORTRAN_FOR_TARGET
10398 if test -n "$GFORTRAN_FOR_TARGET"; then
10399 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $GFORTRAN_FOR_TARGET" >&5
10400 $as_echo "$GFORTRAN_FOR_TARGET" >&6; }
10402 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
10403 $as_echo "no
" >&6; }
10408 test -n "$ac_cv_prog_GFORTRAN_FOR_TARGET" && break
10412 if test -z "$ac_cv_prog_GFORTRAN_FOR_TARGET" ; then
10414 if test $build = $target ; then
10415 GFORTRAN_FOR_TARGET="$2"
10417 GFORTRAN_FOR_TARGET="${ncn_target_tool_prefix}$2"
10420 GFORTRAN_FOR_TARGET="$ac_cv_prog_GFORTRAN_FOR_TARGET"
10425 cat > conftest.c << \EOF
10430 if ($GCC_FOR_TARGET -E conftest.c | grep gcc_yay) > /dev/null 2>&1; then
10431 have_gcc_for_target=yes
10433 GCC_FOR_TARGET=${ncn_target_tool_prefix}gcc
10434 have_gcc_for_target=no
10441 if test -z "$ac_cv_path_AR_FOR_TARGET" ; then
10442 if test -n "$with_build_time_tools"; then
10443 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for ar in $with_build_time_tools" >&5
10444 $as_echo_n "checking
for ar in $with_build_time_tools...
" >&6; }
10445 if test -x $with_build_time_tools/ar; then
10446 AR_FOR_TARGET=`cd $with_build_time_tools && pwd`/ar
10447 ac_cv_path_AR_FOR_TARGET=$AR_FOR_TARGET
10448 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $ac_cv_path_AR_FOR_TARGET" >&5
10449 $as_echo "$ac_cv_path_AR_FOR_TARGET" >&6; }
10451 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
10452 $as_echo "no
" >&6; }
10454 elif test $build != $host && test $have_gcc_for_target = yes; then
10455 AR_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=ar`
10456 test $AR_FOR_TARGET = ar && AR_FOR_TARGET=
10457 test -n "$AR_FOR_TARGET" && ac_cv_path_AR_FOR_TARGET=$AR_FOR_TARGET
10460 if test -z "$ac_cv_path_AR_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
10461 # Extract the first word of "ar", so it can be a program name with args.
10462 set dummy ar; ac_word=$2
10463 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
10464 $as_echo_n "checking
for $ac_word...
" >&6; }
10465 if test "${ac_cv_path_AR_FOR_TARGET+set}" = set; then :
10466 $as_echo_n "(cached
) " >&6
10468 case $AR_FOR_TARGET in
10470 ac_cv_path_AR_FOR_TARGET="$AR_FOR_TARGET" # Let the user override the test with a path.
10473 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10474 for as_dir in $gcc_cv_tool_dirs
10477 test -z "$as_dir" && as_dir=.
10478 for ac_exec_ext in '' $ac_executable_extensions; do
10479 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
10480 ac_cv_path_AR_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
10481 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
10491 AR_FOR_TARGET=$ac_cv_path_AR_FOR_TARGET
10492 if test -n "$AR_FOR_TARGET"; then
10493 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $AR_FOR_TARGET" >&5
10494 $as_echo "$AR_FOR_TARGET" >&6; }
10496 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
10497 $as_echo "no
" >&6; }
10502 if test -z "$ac_cv_path_AR_FOR_TARGET" ; then
10505 if test -n "$AR_FOR_TARGET"; then
10506 ac_cv_prog_AR_FOR_TARGET=$AR_FOR_TARGET
10507 elif test -n "$ac_cv_prog_AR_FOR_TARGET"; then
10508 AR_FOR_TARGET=$ac_cv_prog_AR_FOR_TARGET
10511 if test -n "$ac_cv_prog_AR_FOR_TARGET"; then
10512 for ncn_progname in ar; do
10513 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
10514 set dummy ${ncn_progname}; ac_word=$2
10515 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
10516 $as_echo_n "checking
for $ac_word...
" >&6; }
10517 if test "${ac_cv_prog_AR_FOR_TARGET+set}" = set; then :
10518 $as_echo_n "(cached
) " >&6
10520 if test -n "$AR_FOR_TARGET"; then
10521 ac_cv_prog_AR_FOR_TARGET="$AR_FOR_TARGET" # Let the user override the test.
10523 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10524 for as_dir in $PATH
10527 test -z "$as_dir" && as_dir=.
10528 for ac_exec_ext in '' $ac_executable_extensions; do
10529 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
10530 ac_cv_prog_AR_FOR_TARGET="${ncn_progname}"
10531 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
10540 AR_FOR_TARGET=$ac_cv_prog_AR_FOR_TARGET
10541 if test -n "$AR_FOR_TARGET"; then
10542 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $AR_FOR_TARGET" >&5
10543 $as_echo "$AR_FOR_TARGET" >&6; }
10545 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
10546 $as_echo "no
" >&6; }
10553 if test -z "$ac_cv_prog_AR_FOR_TARGET" && test -n "$with_build_time_tools"; then
10554 for ncn_progname in ar; do
10555 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for ${ncn_progname} in $with_build_time_tools" >&5
10556 $as_echo_n "checking
for ${ncn_progname} in $with_build_time_tools...
" >&6; }
10557 if test -x $with_build_time_tools/${ncn_progname}; then
10558 ac_cv_prog_AR_FOR_TARGET=$with_build_time_tools/${ncn_progname}
10559 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: yes" >&5
10560 $as_echo "yes" >&6; }
10563 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
10564 $as_echo "no
" >&6; }
10569 if test -z "$ac_cv_prog_AR_FOR_TARGET"; then
10570 for ncn_progname in ar; do
10571 if test -n "$ncn_target_tool_prefix"; then
10572 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
10573 set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
10574 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
10575 $as_echo_n "checking
for $ac_word...
" >&6; }
10576 if test "${ac_cv_prog_AR_FOR_TARGET+set}" = set; then :
10577 $as_echo_n "(cached
) " >&6
10579 if test -n "$AR_FOR_TARGET"; then
10580 ac_cv_prog_AR_FOR_TARGET="$AR_FOR_TARGET" # Let the user override the test.
10582 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10583 for as_dir in $PATH
10586 test -z "$as_dir" && as_dir=.
10587 for ac_exec_ext in '' $ac_executable_extensions; do
10588 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
10589 ac_cv_prog_AR_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
10590 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
10599 AR_FOR_TARGET=$ac_cv_prog_AR_FOR_TARGET
10600 if test -n "$AR_FOR_TARGET"; then
10601 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $AR_FOR_TARGET" >&5
10602 $as_echo "$AR_FOR_TARGET" >&6; }
10604 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
10605 $as_echo "no
" >&6; }
10610 if test -z "$ac_cv_prog_AR_FOR_TARGET" && test $build = $target ; then
10611 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
10612 set dummy ${ncn_progname}; ac_word=$2
10613 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
10614 $as_echo_n "checking
for $ac_word...
" >&6; }
10615 if test "${ac_cv_prog_AR_FOR_TARGET+set}" = set; then :
10616 $as_echo_n "(cached
) " >&6
10618 if test -n "$AR_FOR_TARGET"; then
10619 ac_cv_prog_AR_FOR_TARGET="$AR_FOR_TARGET" # Let the user override the test.
10621 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10622 for as_dir in $PATH
10625 test -z "$as_dir" && as_dir=.
10626 for ac_exec_ext in '' $ac_executable_extensions; do
10627 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
10628 ac_cv_prog_AR_FOR_TARGET="${ncn_progname}"
10629 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
10638 AR_FOR_TARGET=$ac_cv_prog_AR_FOR_TARGET
10639 if test -n "$AR_FOR_TARGET"; then
10640 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $AR_FOR_TARGET" >&5
10641 $as_echo "$AR_FOR_TARGET" >&6; }
10643 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
10644 $as_echo "no
" >&6; }
10649 test -n "$ac_cv_prog_AR_FOR_TARGET" && break
10653 if test -z "$ac_cv_prog_AR_FOR_TARGET" ; then
10655 if test $build = $target ; then
10658 AR_FOR_TARGET="${ncn_target_tool_prefix}$2"
10661 AR_FOR_TARGET="$ac_cv_prog_AR_FOR_TARGET"
10665 AR_FOR_TARGET=$ac_cv_path_AR_FOR_TARGET
10671 if test -z "$ac_cv_path_AS_FOR_TARGET" ; then
10672 if test -n "$with_build_time_tools"; then
10673 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for as
in $with_build_time_tools" >&5
10674 $as_echo_n "checking
for as
in $with_build_time_tools...
" >&6; }
10675 if test -x $with_build_time_tools/as; then
10676 AS_FOR_TARGET=`cd $with_build_time_tools && pwd`/as
10677 ac_cv_path_AS_FOR_TARGET=$AS_FOR_TARGET
10678 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $ac_cv_path_AS_FOR_TARGET" >&5
10679 $as_echo "$ac_cv_path_AS_FOR_TARGET" >&6; }
10681 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
10682 $as_echo "no
" >&6; }
10684 elif test $build != $host && test $have_gcc_for_target = yes; then
10685 AS_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=as`
10686 test $AS_FOR_TARGET = as && AS_FOR_TARGET=
10687 test -n "$AS_FOR_TARGET" && ac_cv_path_AS_FOR_TARGET=$AS_FOR_TARGET
10690 if test -z "$ac_cv_path_AS_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
10691 # Extract the first word of "as
", so it can be a program name with args.
10692 set dummy as; ac_word=$2
10693 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
10694 $as_echo_n "checking
for $ac_word...
" >&6; }
10695 if test "${ac_cv_path_AS_FOR_TARGET+set}" = set; then :
10696 $as_echo_n "(cached
) " >&6
10698 case $AS_FOR_TARGET in
10700 ac_cv_path_AS_FOR_TARGET="$AS_FOR_TARGET" # Let the user override the test with a path.
10703 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10704 for as_dir in $gcc_cv_tool_dirs
10707 test -z "$as_dir" && as_dir=.
10708 for ac_exec_ext in '' $ac_executable_extensions; do
10709 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
10710 ac_cv_path_AS_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
10711 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
10721 AS_FOR_TARGET=$ac_cv_path_AS_FOR_TARGET
10722 if test -n "$AS_FOR_TARGET"; then
10723 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $AS_FOR_TARGET" >&5
10724 $as_echo "$AS_FOR_TARGET" >&6; }
10726 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
10727 $as_echo "no
" >&6; }
10732 if test -z "$ac_cv_path_AS_FOR_TARGET" ; then
10735 if test -n "$AS_FOR_TARGET"; then
10736 ac_cv_prog_AS_FOR_TARGET=$AS_FOR_TARGET
10737 elif test -n "$ac_cv_prog_AS_FOR_TARGET"; then
10738 AS_FOR_TARGET=$ac_cv_prog_AS_FOR_TARGET
10741 if test -n "$ac_cv_prog_AS_FOR_TARGET"; then
10742 for ncn_progname in as; do
10743 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
10744 set dummy ${ncn_progname}; ac_word=$2
10745 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
10746 $as_echo_n "checking
for $ac_word...
" >&6; }
10747 if test "${ac_cv_prog_AS_FOR_TARGET+set}" = set; then :
10748 $as_echo_n "(cached
) " >&6
10750 if test -n "$AS_FOR_TARGET"; then
10751 ac_cv_prog_AS_FOR_TARGET="$AS_FOR_TARGET" # Let the user override the test.
10753 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10754 for as_dir in $PATH
10757 test -z "$as_dir" && as_dir=.
10758 for ac_exec_ext in '' $ac_executable_extensions; do
10759 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
10760 ac_cv_prog_AS_FOR_TARGET="${ncn_progname}"
10761 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
10770 AS_FOR_TARGET=$ac_cv_prog_AS_FOR_TARGET
10771 if test -n "$AS_FOR_TARGET"; then
10772 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $AS_FOR_TARGET" >&5
10773 $as_echo "$AS_FOR_TARGET" >&6; }
10775 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
10776 $as_echo "no
" >&6; }
10783 if test -z "$ac_cv_prog_AS_FOR_TARGET" && test -n "$with_build_time_tools"; then
10784 for ncn_progname in as; do
10785 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for ${ncn_progname} in $with_build_time_tools" >&5
10786 $as_echo_n "checking
for ${ncn_progname} in $with_build_time_tools...
" >&6; }
10787 if test -x $with_build_time_tools/${ncn_progname}; then
10788 ac_cv_prog_AS_FOR_TARGET=$with_build_time_tools/${ncn_progname}
10789 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: yes" >&5
10790 $as_echo "yes" >&6; }
10793 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
10794 $as_echo "no
" >&6; }
10799 if test -z "$ac_cv_prog_AS_FOR_TARGET"; then
10800 for ncn_progname in as; do
10801 if test -n "$ncn_target_tool_prefix"; then
10802 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
10803 set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
10804 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
10805 $as_echo_n "checking
for $ac_word...
" >&6; }
10806 if test "${ac_cv_prog_AS_FOR_TARGET+set}" = set; then :
10807 $as_echo_n "(cached
) " >&6
10809 if test -n "$AS_FOR_TARGET"; then
10810 ac_cv_prog_AS_FOR_TARGET="$AS_FOR_TARGET" # Let the user override the test.
10812 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10813 for as_dir in $PATH
10816 test -z "$as_dir" && as_dir=.
10817 for ac_exec_ext in '' $ac_executable_extensions; do
10818 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
10819 ac_cv_prog_AS_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
10820 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
10829 AS_FOR_TARGET=$ac_cv_prog_AS_FOR_TARGET
10830 if test -n "$AS_FOR_TARGET"; then
10831 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $AS_FOR_TARGET" >&5
10832 $as_echo "$AS_FOR_TARGET" >&6; }
10834 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
10835 $as_echo "no
" >&6; }
10840 if test -z "$ac_cv_prog_AS_FOR_TARGET" && test $build = $target ; then
10841 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
10842 set dummy ${ncn_progname}; ac_word=$2
10843 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
10844 $as_echo_n "checking
for $ac_word...
" >&6; }
10845 if test "${ac_cv_prog_AS_FOR_TARGET+set}" = set; then :
10846 $as_echo_n "(cached
) " >&6
10848 if test -n "$AS_FOR_TARGET"; then
10849 ac_cv_prog_AS_FOR_TARGET="$AS_FOR_TARGET" # Let the user override the test.
10851 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10852 for as_dir in $PATH
10855 test -z "$as_dir" && as_dir=.
10856 for ac_exec_ext in '' $ac_executable_extensions; do
10857 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
10858 ac_cv_prog_AS_FOR_TARGET="${ncn_progname}"
10859 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
10868 AS_FOR_TARGET=$ac_cv_prog_AS_FOR_TARGET
10869 if test -n "$AS_FOR_TARGET"; then
10870 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $AS_FOR_TARGET" >&5
10871 $as_echo "$AS_FOR_TARGET" >&6; }
10873 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
10874 $as_echo "no
" >&6; }
10879 test -n "$ac_cv_prog_AS_FOR_TARGET" && break
10883 if test -z "$ac_cv_prog_AS_FOR_TARGET" ; then
10885 if test $build = $target ; then
10888 AS_FOR_TARGET="${ncn_target_tool_prefix}$2"
10891 AS_FOR_TARGET="$ac_cv_prog_AS_FOR_TARGET"
10895 AS_FOR_TARGET=$ac_cv_path_AS_FOR_TARGET
10901 if test -z "$ac_cv_path_DLLTOOL_FOR_TARGET" ; then
10902 if test -n "$with_build_time_tools"; then
10903 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for dlltool
in $with_build_time_tools" >&5
10904 $as_echo_n "checking
for dlltool
in $with_build_time_tools...
" >&6; }
10905 if test -x $with_build_time_tools/dlltool; then
10906 DLLTOOL_FOR_TARGET=`cd $with_build_time_tools && pwd`/dlltool
10907 ac_cv_path_DLLTOOL_FOR_TARGET=$DLLTOOL_FOR_TARGET
10908 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $ac_cv_path_DLLTOOL_FOR_TARGET" >&5
10909 $as_echo "$ac_cv_path_DLLTOOL_FOR_TARGET" >&6; }
10911 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
10912 $as_echo "no
" >&6; }
10914 elif test $build != $host && test $have_gcc_for_target = yes; then
10915 DLLTOOL_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=dlltool`
10916 test $DLLTOOL_FOR_TARGET = dlltool && DLLTOOL_FOR_TARGET=
10917 test -n "$DLLTOOL_FOR_TARGET" && ac_cv_path_DLLTOOL_FOR_TARGET=$DLLTOOL_FOR_TARGET
10920 if test -z "$ac_cv_path_DLLTOOL_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
10921 # Extract the first word of "dlltool
", so it can be a program name with args.
10922 set dummy dlltool; ac_word=$2
10923 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
10924 $as_echo_n "checking
for $ac_word...
" >&6; }
10925 if test "${ac_cv_path_DLLTOOL_FOR_TARGET+set}" = set; then :
10926 $as_echo_n "(cached
) " >&6
10928 case $DLLTOOL_FOR_TARGET in
10930 ac_cv_path_DLLTOOL_FOR_TARGET="$DLLTOOL_FOR_TARGET" # Let the user override the test with a path.
10933 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10934 for as_dir in $gcc_cv_tool_dirs
10937 test -z "$as_dir" && as_dir=.
10938 for ac_exec_ext in '' $ac_executable_extensions; do
10939 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
10940 ac_cv_path_DLLTOOL_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
10941 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
10951 DLLTOOL_FOR_TARGET=$ac_cv_path_DLLTOOL_FOR_TARGET
10952 if test -n "$DLLTOOL_FOR_TARGET"; then
10953 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $DLLTOOL_FOR_TARGET" >&5
10954 $as_echo "$DLLTOOL_FOR_TARGET" >&6; }
10956 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
10957 $as_echo "no
" >&6; }
10962 if test -z "$ac_cv_path_DLLTOOL_FOR_TARGET" ; then
10965 if test -n "$DLLTOOL_FOR_TARGET"; then
10966 ac_cv_prog_DLLTOOL_FOR_TARGET=$DLLTOOL_FOR_TARGET
10967 elif test -n "$ac_cv_prog_DLLTOOL_FOR_TARGET"; then
10968 DLLTOOL_FOR_TARGET=$ac_cv_prog_DLLTOOL_FOR_TARGET
10971 if test -n "$ac_cv_prog_DLLTOOL_FOR_TARGET"; then
10972 for ncn_progname in dlltool; do
10973 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
10974 set dummy ${ncn_progname}; ac_word=$2
10975 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
10976 $as_echo_n "checking
for $ac_word...
" >&6; }
10977 if test "${ac_cv_prog_DLLTOOL_FOR_TARGET+set}" = set; then :
10978 $as_echo_n "(cached
) " >&6
10980 if test -n "$DLLTOOL_FOR_TARGET"; then
10981 ac_cv_prog_DLLTOOL_FOR_TARGET="$DLLTOOL_FOR_TARGET" # Let the user override the test.
10983 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10984 for as_dir in $PATH
10987 test -z "$as_dir" && as_dir=.
10988 for ac_exec_ext in '' $ac_executable_extensions; do
10989 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
10990 ac_cv_prog_DLLTOOL_FOR_TARGET="${ncn_progname}"
10991 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
11000 DLLTOOL_FOR_TARGET=$ac_cv_prog_DLLTOOL_FOR_TARGET
11001 if test -n "$DLLTOOL_FOR_TARGET"; then
11002 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $DLLTOOL_FOR_TARGET" >&5
11003 $as_echo "$DLLTOOL_FOR_TARGET" >&6; }
11005 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
11006 $as_echo "no
" >&6; }
11013 if test -z "$ac_cv_prog_DLLTOOL_FOR_TARGET" && test -n "$with_build_time_tools"; then
11014 for ncn_progname in dlltool; do
11015 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for ${ncn_progname} in $with_build_time_tools" >&5
11016 $as_echo_n "checking
for ${ncn_progname} in $with_build_time_tools...
" >&6; }
11017 if test -x $with_build_time_tools/${ncn_progname}; then
11018 ac_cv_prog_DLLTOOL_FOR_TARGET=$with_build_time_tools/${ncn_progname}
11019 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: yes" >&5
11020 $as_echo "yes" >&6; }
11023 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
11024 $as_echo "no
" >&6; }
11029 if test -z "$ac_cv_prog_DLLTOOL_FOR_TARGET"; then
11030 for ncn_progname in dlltool; do
11031 if test -n "$ncn_target_tool_prefix"; then
11032 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
11033 set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
11034 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
11035 $as_echo_n "checking
for $ac_word...
" >&6; }
11036 if test "${ac_cv_prog_DLLTOOL_FOR_TARGET+set}" = set; then :
11037 $as_echo_n "(cached
) " >&6
11039 if test -n "$DLLTOOL_FOR_TARGET"; then
11040 ac_cv_prog_DLLTOOL_FOR_TARGET="$DLLTOOL_FOR_TARGET" # Let the user override the test.
11042 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11043 for as_dir in $PATH
11046 test -z "$as_dir" && as_dir=.
11047 for ac_exec_ext in '' $ac_executable_extensions; do
11048 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
11049 ac_cv_prog_DLLTOOL_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
11050 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
11059 DLLTOOL_FOR_TARGET=$ac_cv_prog_DLLTOOL_FOR_TARGET
11060 if test -n "$DLLTOOL_FOR_TARGET"; then
11061 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $DLLTOOL_FOR_TARGET" >&5
11062 $as_echo "$DLLTOOL_FOR_TARGET" >&6; }
11064 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
11065 $as_echo "no
" >&6; }
11070 if test -z "$ac_cv_prog_DLLTOOL_FOR_TARGET" && test $build = $target ; then
11071 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
11072 set dummy ${ncn_progname}; ac_word=$2
11073 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
11074 $as_echo_n "checking
for $ac_word...
" >&6; }
11075 if test "${ac_cv_prog_DLLTOOL_FOR_TARGET+set}" = set; then :
11076 $as_echo_n "(cached
) " >&6
11078 if test -n "$DLLTOOL_FOR_TARGET"; then
11079 ac_cv_prog_DLLTOOL_FOR_TARGET="$DLLTOOL_FOR_TARGET" # Let the user override the test.
11081 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11082 for as_dir in $PATH
11085 test -z "$as_dir" && as_dir=.
11086 for ac_exec_ext in '' $ac_executable_extensions; do
11087 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
11088 ac_cv_prog_DLLTOOL_FOR_TARGET="${ncn_progname}"
11089 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
11098 DLLTOOL_FOR_TARGET=$ac_cv_prog_DLLTOOL_FOR_TARGET
11099 if test -n "$DLLTOOL_FOR_TARGET"; then
11100 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $DLLTOOL_FOR_TARGET" >&5
11101 $as_echo "$DLLTOOL_FOR_TARGET" >&6; }
11103 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
11104 $as_echo "no
" >&6; }
11109 test -n "$ac_cv_prog_DLLTOOL_FOR_TARGET" && break
11113 if test -z "$ac_cv_prog_DLLTOOL_FOR_TARGET" ; then
11115 if test $build = $target ; then
11116 DLLTOOL_FOR_TARGET="$2"
11118 DLLTOOL_FOR_TARGET="${ncn_target_tool_prefix}$2"
11121 DLLTOOL_FOR_TARGET="$ac_cv_prog_DLLTOOL_FOR_TARGET"
11125 DLLTOOL_FOR_TARGET=$ac_cv_path_DLLTOOL_FOR_TARGET
11131 if test -z "$ac_cv_path_LD_FOR_TARGET" ; then
11132 if test -n "$with_build_time_tools"; then
11133 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for ld
in $with_build_time_tools" >&5
11134 $as_echo_n "checking
for ld
in $with_build_time_tools...
" >&6; }
11135 if test -x $with_build_time_tools/ld; then
11136 LD_FOR_TARGET=`cd $with_build_time_tools && pwd`/ld
11137 ac_cv_path_LD_FOR_TARGET=$LD_FOR_TARGET
11138 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $ac_cv_path_LD_FOR_TARGET" >&5
11139 $as_echo "$ac_cv_path_LD_FOR_TARGET" >&6; }
11141 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
11142 $as_echo "no
" >&6; }
11144 elif test $build != $host && test $have_gcc_for_target = yes; then
11145 LD_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=ld`
11146 test $LD_FOR_TARGET = ld && LD_FOR_TARGET=
11147 test -n "$LD_FOR_TARGET" && ac_cv_path_LD_FOR_TARGET=$LD_FOR_TARGET
11150 if test -z "$ac_cv_path_LD_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
11151 # Extract the first word of "ld
", so it can be a program name with args.
11152 set dummy ld; ac_word=$2
11153 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
11154 $as_echo_n "checking
for $ac_word...
" >&6; }
11155 if test "${ac_cv_path_LD_FOR_TARGET+set}" = set; then :
11156 $as_echo_n "(cached
) " >&6
11158 case $LD_FOR_TARGET in
11160 ac_cv_path_LD_FOR_TARGET="$LD_FOR_TARGET" # Let the user override the test with a path.
11163 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11164 for as_dir in $gcc_cv_tool_dirs
11167 test -z "$as_dir" && as_dir=.
11168 for ac_exec_ext in '' $ac_executable_extensions; do
11169 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
11170 ac_cv_path_LD_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
11171 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
11181 LD_FOR_TARGET=$ac_cv_path_LD_FOR_TARGET
11182 if test -n "$LD_FOR_TARGET"; then
11183 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $LD_FOR_TARGET" >&5
11184 $as_echo "$LD_FOR_TARGET" >&6; }
11186 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
11187 $as_echo "no
" >&6; }
11192 if test -z "$ac_cv_path_LD_FOR_TARGET" ; then
11195 if test -n "$LD_FOR_TARGET"; then
11196 ac_cv_prog_LD_FOR_TARGET=$LD_FOR_TARGET
11197 elif test -n "$ac_cv_prog_LD_FOR_TARGET"; then
11198 LD_FOR_TARGET=$ac_cv_prog_LD_FOR_TARGET
11201 if test -n "$ac_cv_prog_LD_FOR_TARGET"; then
11202 for ncn_progname in ld; do
11203 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
11204 set dummy ${ncn_progname}; ac_word=$2
11205 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
11206 $as_echo_n "checking
for $ac_word...
" >&6; }
11207 if test "${ac_cv_prog_LD_FOR_TARGET+set}" = set; then :
11208 $as_echo_n "(cached
) " >&6
11210 if test -n "$LD_FOR_TARGET"; then
11211 ac_cv_prog_LD_FOR_TARGET="$LD_FOR_TARGET" # Let the user override the test.
11213 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11214 for as_dir in $PATH
11217 test -z "$as_dir" && as_dir=.
11218 for ac_exec_ext in '' $ac_executable_extensions; do
11219 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
11220 ac_cv_prog_LD_FOR_TARGET="${ncn_progname}"
11221 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
11230 LD_FOR_TARGET=$ac_cv_prog_LD_FOR_TARGET
11231 if test -n "$LD_FOR_TARGET"; then
11232 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $LD_FOR_TARGET" >&5
11233 $as_echo "$LD_FOR_TARGET" >&6; }
11235 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
11236 $as_echo "no
" >&6; }
11243 if test -z "$ac_cv_prog_LD_FOR_TARGET" && test -n "$with_build_time_tools"; then
11244 for ncn_progname in ld; do
11245 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for ${ncn_progname} in $with_build_time_tools" >&5
11246 $as_echo_n "checking
for ${ncn_progname} in $with_build_time_tools...
" >&6; }
11247 if test -x $with_build_time_tools/${ncn_progname}; then
11248 ac_cv_prog_LD_FOR_TARGET=$with_build_time_tools/${ncn_progname}
11249 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: yes" >&5
11250 $as_echo "yes" >&6; }
11253 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
11254 $as_echo "no
" >&6; }
11259 if test -z "$ac_cv_prog_LD_FOR_TARGET"; then
11260 for ncn_progname in ld; do
11261 if test -n "$ncn_target_tool_prefix"; then
11262 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
11263 set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
11264 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
11265 $as_echo_n "checking
for $ac_word...
" >&6; }
11266 if test "${ac_cv_prog_LD_FOR_TARGET+set}" = set; then :
11267 $as_echo_n "(cached
) " >&6
11269 if test -n "$LD_FOR_TARGET"; then
11270 ac_cv_prog_LD_FOR_TARGET="$LD_FOR_TARGET" # Let the user override the test.
11272 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11273 for as_dir in $PATH
11276 test -z "$as_dir" && as_dir=.
11277 for ac_exec_ext in '' $ac_executable_extensions; do
11278 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
11279 ac_cv_prog_LD_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
11280 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
11289 LD_FOR_TARGET=$ac_cv_prog_LD_FOR_TARGET
11290 if test -n "$LD_FOR_TARGET"; then
11291 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $LD_FOR_TARGET" >&5
11292 $as_echo "$LD_FOR_TARGET" >&6; }
11294 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
11295 $as_echo "no
" >&6; }
11300 if test -z "$ac_cv_prog_LD_FOR_TARGET" && test $build = $target ; then
11301 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
11302 set dummy ${ncn_progname}; ac_word=$2
11303 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
11304 $as_echo_n "checking
for $ac_word...
" >&6; }
11305 if test "${ac_cv_prog_LD_FOR_TARGET+set}" = set; then :
11306 $as_echo_n "(cached
) " >&6
11308 if test -n "$LD_FOR_TARGET"; then
11309 ac_cv_prog_LD_FOR_TARGET="$LD_FOR_TARGET" # Let the user override the test.
11311 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11312 for as_dir in $PATH
11315 test -z "$as_dir" && as_dir=.
11316 for ac_exec_ext in '' $ac_executable_extensions; do
11317 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
11318 ac_cv_prog_LD_FOR_TARGET="${ncn_progname}"
11319 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
11328 LD_FOR_TARGET=$ac_cv_prog_LD_FOR_TARGET
11329 if test -n "$LD_FOR_TARGET"; then
11330 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $LD_FOR_TARGET" >&5
11331 $as_echo "$LD_FOR_TARGET" >&6; }
11333 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
11334 $as_echo "no
" >&6; }
11339 test -n "$ac_cv_prog_LD_FOR_TARGET" && break
11343 if test -z "$ac_cv_prog_LD_FOR_TARGET" ; then
11345 if test $build = $target ; then
11348 LD_FOR_TARGET="${ncn_target_tool_prefix}$2"
11351 LD_FOR_TARGET="$ac_cv_prog_LD_FOR_TARGET"
11355 LD_FOR_TARGET=$ac_cv_path_LD_FOR_TARGET
11361 if test -z "$ac_cv_path_LIPO_FOR_TARGET" ; then
11362 if test -n "$with_build_time_tools"; then
11363 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for lipo
in $with_build_time_tools" >&5
11364 $as_echo_n "checking
for lipo
in $with_build_time_tools...
" >&6; }
11365 if test -x $with_build_time_tools/lipo; then
11366 LIPO_FOR_TARGET=`cd $with_build_time_tools && pwd`/lipo
11367 ac_cv_path_LIPO_FOR_TARGET=$LIPO_FOR_TARGET
11368 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $ac_cv_path_LIPO_FOR_TARGET" >&5
11369 $as_echo "$ac_cv_path_LIPO_FOR_TARGET" >&6; }
11371 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
11372 $as_echo "no
" >&6; }
11374 elif test $build != $host && test $have_gcc_for_target = yes; then
11375 LIPO_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=lipo`
11376 test $LIPO_FOR_TARGET = lipo && LIPO_FOR_TARGET=
11377 test -n "$LIPO_FOR_TARGET" && ac_cv_path_LIPO_FOR_TARGET=$LIPO_FOR_TARGET
11380 if test -z "$ac_cv_path_LIPO_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
11381 # Extract the first word of "lipo
", so it can be a program name with args.
11382 set dummy lipo; ac_word=$2
11383 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
11384 $as_echo_n "checking
for $ac_word...
" >&6; }
11385 if test "${ac_cv_path_LIPO_FOR_TARGET+set}" = set; then :
11386 $as_echo_n "(cached
) " >&6
11388 case $LIPO_FOR_TARGET in
11390 ac_cv_path_LIPO_FOR_TARGET="$LIPO_FOR_TARGET" # Let the user override the test with a path.
11393 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11394 for as_dir in $gcc_cv_tool_dirs
11397 test -z "$as_dir" && as_dir=.
11398 for ac_exec_ext in '' $ac_executable_extensions; do
11399 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
11400 ac_cv_path_LIPO_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
11401 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
11411 LIPO_FOR_TARGET=$ac_cv_path_LIPO_FOR_TARGET
11412 if test -n "$LIPO_FOR_TARGET"; then
11413 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $LIPO_FOR_TARGET" >&5
11414 $as_echo "$LIPO_FOR_TARGET" >&6; }
11416 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
11417 $as_echo "no
" >&6; }
11422 if test -z "$ac_cv_path_LIPO_FOR_TARGET" ; then
11425 if test -n "$LIPO_FOR_TARGET"; then
11426 ac_cv_prog_LIPO_FOR_TARGET=$LIPO_FOR_TARGET
11427 elif test -n "$ac_cv_prog_LIPO_FOR_TARGET"; then
11428 LIPO_FOR_TARGET=$ac_cv_prog_LIPO_FOR_TARGET
11431 if test -n "$ac_cv_prog_LIPO_FOR_TARGET"; then
11432 for ncn_progname in lipo; do
11433 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
11434 set dummy ${ncn_progname}; ac_word=$2
11435 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
11436 $as_echo_n "checking
for $ac_word...
" >&6; }
11437 if test "${ac_cv_prog_LIPO_FOR_TARGET+set}" = set; then :
11438 $as_echo_n "(cached
) " >&6
11440 if test -n "$LIPO_FOR_TARGET"; then
11441 ac_cv_prog_LIPO_FOR_TARGET="$LIPO_FOR_TARGET" # Let the user override the test.
11443 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11444 for as_dir in $PATH
11447 test -z "$as_dir" && as_dir=.
11448 for ac_exec_ext in '' $ac_executable_extensions; do
11449 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
11450 ac_cv_prog_LIPO_FOR_TARGET="${ncn_progname}"
11451 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
11460 LIPO_FOR_TARGET=$ac_cv_prog_LIPO_FOR_TARGET
11461 if test -n "$LIPO_FOR_TARGET"; then
11462 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $LIPO_FOR_TARGET" >&5
11463 $as_echo "$LIPO_FOR_TARGET" >&6; }
11465 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
11466 $as_echo "no
" >&6; }
11473 if test -z "$ac_cv_prog_LIPO_FOR_TARGET" && test -n "$with_build_time_tools"; then
11474 for ncn_progname in lipo; do
11475 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for ${ncn_progname} in $with_build_time_tools" >&5
11476 $as_echo_n "checking
for ${ncn_progname} in $with_build_time_tools...
" >&6; }
11477 if test -x $with_build_time_tools/${ncn_progname}; then
11478 ac_cv_prog_LIPO_FOR_TARGET=$with_build_time_tools/${ncn_progname}
11479 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: yes" >&5
11480 $as_echo "yes" >&6; }
11483 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
11484 $as_echo "no
" >&6; }
11489 if test -z "$ac_cv_prog_LIPO_FOR_TARGET"; then
11490 for ncn_progname in lipo; do
11491 if test -n "$ncn_target_tool_prefix"; then
11492 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
11493 set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
11494 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
11495 $as_echo_n "checking
for $ac_word...
" >&6; }
11496 if test "${ac_cv_prog_LIPO_FOR_TARGET+set}" = set; then :
11497 $as_echo_n "(cached
) " >&6
11499 if test -n "$LIPO_FOR_TARGET"; then
11500 ac_cv_prog_LIPO_FOR_TARGET="$LIPO_FOR_TARGET" # Let the user override the test.
11502 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11503 for as_dir in $PATH
11506 test -z "$as_dir" && as_dir=.
11507 for ac_exec_ext in '' $ac_executable_extensions; do
11508 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
11509 ac_cv_prog_LIPO_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
11510 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
11519 LIPO_FOR_TARGET=$ac_cv_prog_LIPO_FOR_TARGET
11520 if test -n "$LIPO_FOR_TARGET"; then
11521 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $LIPO_FOR_TARGET" >&5
11522 $as_echo "$LIPO_FOR_TARGET" >&6; }
11524 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
11525 $as_echo "no
" >&6; }
11530 if test -z "$ac_cv_prog_LIPO_FOR_TARGET" && test $build = $target ; then
11531 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
11532 set dummy ${ncn_progname}; ac_word=$2
11533 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
11534 $as_echo_n "checking
for $ac_word...
" >&6; }
11535 if test "${ac_cv_prog_LIPO_FOR_TARGET+set}" = set; then :
11536 $as_echo_n "(cached
) " >&6
11538 if test -n "$LIPO_FOR_TARGET"; then
11539 ac_cv_prog_LIPO_FOR_TARGET="$LIPO_FOR_TARGET" # Let the user override the test.
11541 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11542 for as_dir in $PATH
11545 test -z "$as_dir" && as_dir=.
11546 for ac_exec_ext in '' $ac_executable_extensions; do
11547 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
11548 ac_cv_prog_LIPO_FOR_TARGET="${ncn_progname}"
11549 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
11558 LIPO_FOR_TARGET=$ac_cv_prog_LIPO_FOR_TARGET
11559 if test -n "$LIPO_FOR_TARGET"; then
11560 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $LIPO_FOR_TARGET" >&5
11561 $as_echo "$LIPO_FOR_TARGET" >&6; }
11563 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
11564 $as_echo "no
" >&6; }
11569 test -n "$ac_cv_prog_LIPO_FOR_TARGET" && break
11573 if test -z "$ac_cv_prog_LIPO_FOR_TARGET" ; then
11575 if test $build = $target ; then
11576 LIPO_FOR_TARGET="$2"
11578 LIPO_FOR_TARGET="${ncn_target_tool_prefix}$2"
11581 LIPO_FOR_TARGET="$ac_cv_prog_LIPO_FOR_TARGET"
11585 LIPO_FOR_TARGET=$ac_cv_path_LIPO_FOR_TARGET
11591 if test -z "$ac_cv_path_NM_FOR_TARGET" ; then
11592 if test -n "$with_build_time_tools"; then
11593 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for nm
in $with_build_time_tools" >&5
11594 $as_echo_n "checking
for nm
in $with_build_time_tools...
" >&6; }
11595 if test -x $with_build_time_tools/nm; then
11596 NM_FOR_TARGET=`cd $with_build_time_tools && pwd`/nm
11597 ac_cv_path_NM_FOR_TARGET=$NM_FOR_TARGET
11598 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $ac_cv_path_NM_FOR_TARGET" >&5
11599 $as_echo "$ac_cv_path_NM_FOR_TARGET" >&6; }
11601 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
11602 $as_echo "no
" >&6; }
11604 elif test $build != $host && test $have_gcc_for_target = yes; then
11605 NM_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=nm`
11606 test $NM_FOR_TARGET = nm && NM_FOR_TARGET=
11607 test -n "$NM_FOR_TARGET" && ac_cv_path_NM_FOR_TARGET=$NM_FOR_TARGET
11610 if test -z "$ac_cv_path_NM_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
11611 # Extract the first word of "nm
", so it can be a program name with args.
11612 set dummy nm; ac_word=$2
11613 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
11614 $as_echo_n "checking
for $ac_word...
" >&6; }
11615 if test "${ac_cv_path_NM_FOR_TARGET+set}" = set; then :
11616 $as_echo_n "(cached
) " >&6
11618 case $NM_FOR_TARGET in
11620 ac_cv_path_NM_FOR_TARGET="$NM_FOR_TARGET" # Let the user override the test with a path.
11623 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11624 for as_dir in $gcc_cv_tool_dirs
11627 test -z "$as_dir" && as_dir=.
11628 for ac_exec_ext in '' $ac_executable_extensions; do
11629 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
11630 ac_cv_path_NM_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
11631 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
11641 NM_FOR_TARGET=$ac_cv_path_NM_FOR_TARGET
11642 if test -n "$NM_FOR_TARGET"; then
11643 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $NM_FOR_TARGET" >&5
11644 $as_echo "$NM_FOR_TARGET" >&6; }
11646 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
11647 $as_echo "no
" >&6; }
11652 if test -z "$ac_cv_path_NM_FOR_TARGET" ; then
11655 if test -n "$NM_FOR_TARGET"; then
11656 ac_cv_prog_NM_FOR_TARGET=$NM_FOR_TARGET
11657 elif test -n "$ac_cv_prog_NM_FOR_TARGET"; then
11658 NM_FOR_TARGET=$ac_cv_prog_NM_FOR_TARGET
11661 if test -n "$ac_cv_prog_NM_FOR_TARGET"; then
11662 for ncn_progname in nm; do
11663 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
11664 set dummy ${ncn_progname}; ac_word=$2
11665 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
11666 $as_echo_n "checking
for $ac_word...
" >&6; }
11667 if test "${ac_cv_prog_NM_FOR_TARGET+set}" = set; then :
11668 $as_echo_n "(cached
) " >&6
11670 if test -n "$NM_FOR_TARGET"; then
11671 ac_cv_prog_NM_FOR_TARGET="$NM_FOR_TARGET" # Let the user override the test.
11673 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11674 for as_dir in $PATH
11677 test -z "$as_dir" && as_dir=.
11678 for ac_exec_ext in '' $ac_executable_extensions; do
11679 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
11680 ac_cv_prog_NM_FOR_TARGET="${ncn_progname}"
11681 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
11690 NM_FOR_TARGET=$ac_cv_prog_NM_FOR_TARGET
11691 if test -n "$NM_FOR_TARGET"; then
11692 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $NM_FOR_TARGET" >&5
11693 $as_echo "$NM_FOR_TARGET" >&6; }
11695 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
11696 $as_echo "no
" >&6; }
11703 if test -z "$ac_cv_prog_NM_FOR_TARGET" && test -n "$with_build_time_tools"; then
11704 for ncn_progname in nm; do
11705 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for ${ncn_progname} in $with_build_time_tools" >&5
11706 $as_echo_n "checking
for ${ncn_progname} in $with_build_time_tools...
" >&6; }
11707 if test -x $with_build_time_tools/${ncn_progname}; then
11708 ac_cv_prog_NM_FOR_TARGET=$with_build_time_tools/${ncn_progname}
11709 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: yes" >&5
11710 $as_echo "yes" >&6; }
11713 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
11714 $as_echo "no
" >&6; }
11719 if test -z "$ac_cv_prog_NM_FOR_TARGET"; then
11720 for ncn_progname in nm; do
11721 if test -n "$ncn_target_tool_prefix"; then
11722 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
11723 set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
11724 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
11725 $as_echo_n "checking
for $ac_word...
" >&6; }
11726 if test "${ac_cv_prog_NM_FOR_TARGET+set}" = set; then :
11727 $as_echo_n "(cached
) " >&6
11729 if test -n "$NM_FOR_TARGET"; then
11730 ac_cv_prog_NM_FOR_TARGET="$NM_FOR_TARGET" # Let the user override the test.
11732 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11733 for as_dir in $PATH
11736 test -z "$as_dir" && as_dir=.
11737 for ac_exec_ext in '' $ac_executable_extensions; do
11738 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
11739 ac_cv_prog_NM_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
11740 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
11749 NM_FOR_TARGET=$ac_cv_prog_NM_FOR_TARGET
11750 if test -n "$NM_FOR_TARGET"; then
11751 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $NM_FOR_TARGET" >&5
11752 $as_echo "$NM_FOR_TARGET" >&6; }
11754 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
11755 $as_echo "no
" >&6; }
11760 if test -z "$ac_cv_prog_NM_FOR_TARGET" && test $build = $target ; then
11761 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
11762 set dummy ${ncn_progname}; ac_word=$2
11763 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
11764 $as_echo_n "checking
for $ac_word...
" >&6; }
11765 if test "${ac_cv_prog_NM_FOR_TARGET+set}" = set; then :
11766 $as_echo_n "(cached
) " >&6
11768 if test -n "$NM_FOR_TARGET"; then
11769 ac_cv_prog_NM_FOR_TARGET="$NM_FOR_TARGET" # Let the user override the test.
11771 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11772 for as_dir in $PATH
11775 test -z "$as_dir" && as_dir=.
11776 for ac_exec_ext in '' $ac_executable_extensions; do
11777 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
11778 ac_cv_prog_NM_FOR_TARGET="${ncn_progname}"
11779 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
11788 NM_FOR_TARGET=$ac_cv_prog_NM_FOR_TARGET
11789 if test -n "$NM_FOR_TARGET"; then
11790 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $NM_FOR_TARGET" >&5
11791 $as_echo "$NM_FOR_TARGET" >&6; }
11793 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
11794 $as_echo "no
" >&6; }
11799 test -n "$ac_cv_prog_NM_FOR_TARGET" && break
11803 if test -z "$ac_cv_prog_NM_FOR_TARGET" ; then
11805 if test $build = $target ; then
11808 NM_FOR_TARGET="${ncn_target_tool_prefix}$2"
11811 NM_FOR_TARGET="$ac_cv_prog_NM_FOR_TARGET"
11815 NM_FOR_TARGET=$ac_cv_path_NM_FOR_TARGET
11821 if test -z "$ac_cv_path_OBJDUMP_FOR_TARGET" ; then
11822 if test -n "$with_build_time_tools"; then
11823 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for objdump
in $with_build_time_tools" >&5
11824 $as_echo_n "checking
for objdump
in $with_build_time_tools...
" >&6; }
11825 if test -x $with_build_time_tools/objdump; then
11826 OBJDUMP_FOR_TARGET=`cd $with_build_time_tools && pwd`/objdump
11827 ac_cv_path_OBJDUMP_FOR_TARGET=$OBJDUMP_FOR_TARGET
11828 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $ac_cv_path_OBJDUMP_FOR_TARGET" >&5
11829 $as_echo "$ac_cv_path_OBJDUMP_FOR_TARGET" >&6; }
11831 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
11832 $as_echo "no
" >&6; }
11834 elif test $build != $host && test $have_gcc_for_target = yes; then
11835 OBJDUMP_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=objdump`
11836 test $OBJDUMP_FOR_TARGET = objdump && OBJDUMP_FOR_TARGET=
11837 test -n "$OBJDUMP_FOR_TARGET" && ac_cv_path_OBJDUMP_FOR_TARGET=$OBJDUMP_FOR_TARGET
11840 if test -z "$ac_cv_path_OBJDUMP_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
11841 # Extract the first word of "objdump
", so it can be a program name with args.
11842 set dummy objdump; ac_word=$2
11843 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
11844 $as_echo_n "checking
for $ac_word...
" >&6; }
11845 if test "${ac_cv_path_OBJDUMP_FOR_TARGET+set}" = set; then :
11846 $as_echo_n "(cached
) " >&6
11848 case $OBJDUMP_FOR_TARGET in
11850 ac_cv_path_OBJDUMP_FOR_TARGET="$OBJDUMP_FOR_TARGET" # Let the user override the test with a path.
11853 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11854 for as_dir in $gcc_cv_tool_dirs
11857 test -z "$as_dir" && as_dir=.
11858 for ac_exec_ext in '' $ac_executable_extensions; do
11859 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
11860 ac_cv_path_OBJDUMP_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
11861 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
11871 OBJDUMP_FOR_TARGET=$ac_cv_path_OBJDUMP_FOR_TARGET
11872 if test -n "$OBJDUMP_FOR_TARGET"; then
11873 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $OBJDUMP_FOR_TARGET" >&5
11874 $as_echo "$OBJDUMP_FOR_TARGET" >&6; }
11876 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
11877 $as_echo "no
" >&6; }
11882 if test -z "$ac_cv_path_OBJDUMP_FOR_TARGET" ; then
11885 if test -n "$OBJDUMP_FOR_TARGET"; then
11886 ac_cv_prog_OBJDUMP_FOR_TARGET=$OBJDUMP_FOR_TARGET
11887 elif test -n "$ac_cv_prog_OBJDUMP_FOR_TARGET"; then
11888 OBJDUMP_FOR_TARGET=$ac_cv_prog_OBJDUMP_FOR_TARGET
11891 if test -n "$ac_cv_prog_OBJDUMP_FOR_TARGET"; then
11892 for ncn_progname in objdump; do
11893 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
11894 set dummy ${ncn_progname}; ac_word=$2
11895 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
11896 $as_echo_n "checking
for $ac_word...
" >&6; }
11897 if test "${ac_cv_prog_OBJDUMP_FOR_TARGET+set}" = set; then :
11898 $as_echo_n "(cached
) " >&6
11900 if test -n "$OBJDUMP_FOR_TARGET"; then
11901 ac_cv_prog_OBJDUMP_FOR_TARGET="$OBJDUMP_FOR_TARGET" # Let the user override the test.
11903 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11904 for as_dir in $PATH
11907 test -z "$as_dir" && as_dir=.
11908 for ac_exec_ext in '' $ac_executable_extensions; do
11909 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
11910 ac_cv_prog_OBJDUMP_FOR_TARGET="${ncn_progname}"
11911 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
11920 OBJDUMP_FOR_TARGET=$ac_cv_prog_OBJDUMP_FOR_TARGET
11921 if test -n "$OBJDUMP_FOR_TARGET"; then
11922 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $OBJDUMP_FOR_TARGET" >&5
11923 $as_echo "$OBJDUMP_FOR_TARGET" >&6; }
11925 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
11926 $as_echo "no
" >&6; }
11933 if test -z "$ac_cv_prog_OBJDUMP_FOR_TARGET" && test -n "$with_build_time_tools"; then
11934 for ncn_progname in objdump; do
11935 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for ${ncn_progname} in $with_build_time_tools" >&5
11936 $as_echo_n "checking
for ${ncn_progname} in $with_build_time_tools...
" >&6; }
11937 if test -x $with_build_time_tools/${ncn_progname}; then
11938 ac_cv_prog_OBJDUMP_FOR_TARGET=$with_build_time_tools/${ncn_progname}
11939 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: yes" >&5
11940 $as_echo "yes" >&6; }
11943 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
11944 $as_echo "no
" >&6; }
11949 if test -z "$ac_cv_prog_OBJDUMP_FOR_TARGET"; then
11950 for ncn_progname in objdump; do
11951 if test -n "$ncn_target_tool_prefix"; then
11952 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
11953 set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
11954 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
11955 $as_echo_n "checking
for $ac_word...
" >&6; }
11956 if test "${ac_cv_prog_OBJDUMP_FOR_TARGET+set}" = set; then :
11957 $as_echo_n "(cached
) " >&6
11959 if test -n "$OBJDUMP_FOR_TARGET"; then
11960 ac_cv_prog_OBJDUMP_FOR_TARGET="$OBJDUMP_FOR_TARGET" # Let the user override the test.
11962 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11963 for as_dir in $PATH
11966 test -z "$as_dir" && as_dir=.
11967 for ac_exec_ext in '' $ac_executable_extensions; do
11968 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
11969 ac_cv_prog_OBJDUMP_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
11970 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
11979 OBJDUMP_FOR_TARGET=$ac_cv_prog_OBJDUMP_FOR_TARGET
11980 if test -n "$OBJDUMP_FOR_TARGET"; then
11981 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $OBJDUMP_FOR_TARGET" >&5
11982 $as_echo "$OBJDUMP_FOR_TARGET" >&6; }
11984 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
11985 $as_echo "no
" >&6; }
11990 if test -z "$ac_cv_prog_OBJDUMP_FOR_TARGET" && test $build = $target ; then
11991 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
11992 set dummy ${ncn_progname}; ac_word=$2
11993 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
11994 $as_echo_n "checking
for $ac_word...
" >&6; }
11995 if test "${ac_cv_prog_OBJDUMP_FOR_TARGET+set}" = set; then :
11996 $as_echo_n "(cached
) " >&6
11998 if test -n "$OBJDUMP_FOR_TARGET"; then
11999 ac_cv_prog_OBJDUMP_FOR_TARGET="$OBJDUMP_FOR_TARGET" # Let the user override the test.
12001 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12002 for as_dir in $PATH
12005 test -z "$as_dir" && as_dir=.
12006 for ac_exec_ext in '' $ac_executable_extensions; do
12007 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
12008 ac_cv_prog_OBJDUMP_FOR_TARGET="${ncn_progname}"
12009 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
12018 OBJDUMP_FOR_TARGET=$ac_cv_prog_OBJDUMP_FOR_TARGET
12019 if test -n "$OBJDUMP_FOR_TARGET"; then
12020 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $OBJDUMP_FOR_TARGET" >&5
12021 $as_echo "$OBJDUMP_FOR_TARGET" >&6; }
12023 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
12024 $as_echo "no
" >&6; }
12029 test -n "$ac_cv_prog_OBJDUMP_FOR_TARGET" && break
12033 if test -z "$ac_cv_prog_OBJDUMP_FOR_TARGET" ; then
12035 if test $build = $target ; then
12036 OBJDUMP_FOR_TARGET="$2"
12038 OBJDUMP_FOR_TARGET="${ncn_target_tool_prefix}$2"
12041 OBJDUMP_FOR_TARGET="$ac_cv_prog_OBJDUMP_FOR_TARGET"
12045 OBJDUMP_FOR_TARGET=$ac_cv_path_OBJDUMP_FOR_TARGET
12051 if test -z "$ac_cv_path_RANLIB_FOR_TARGET" ; then
12052 if test -n "$with_build_time_tools"; then
12053 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for ranlib
in $with_build_time_tools" >&5
12054 $as_echo_n "checking
for ranlib
in $with_build_time_tools...
" >&6; }
12055 if test -x $with_build_time_tools/ranlib; then
12056 RANLIB_FOR_TARGET=`cd $with_build_time_tools && pwd`/ranlib
12057 ac_cv_path_RANLIB_FOR_TARGET=$RANLIB_FOR_TARGET
12058 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $ac_cv_path_RANLIB_FOR_TARGET" >&5
12059 $as_echo "$ac_cv_path_RANLIB_FOR_TARGET" >&6; }
12061 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
12062 $as_echo "no
" >&6; }
12064 elif test $build != $host && test $have_gcc_for_target = yes; then
12065 RANLIB_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=ranlib`
12066 test $RANLIB_FOR_TARGET = ranlib && RANLIB_FOR_TARGET=
12067 test -n "$RANLIB_FOR_TARGET" && ac_cv_path_RANLIB_FOR_TARGET=$RANLIB_FOR_TARGET
12070 if test -z "$ac_cv_path_RANLIB_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
12071 # Extract the first word of "ranlib
", so it can be a program name with args.
12072 set dummy ranlib; ac_word=$2
12073 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
12074 $as_echo_n "checking
for $ac_word...
" >&6; }
12075 if test "${ac_cv_path_RANLIB_FOR_TARGET+set}" = set; then :
12076 $as_echo_n "(cached
) " >&6
12078 case $RANLIB_FOR_TARGET in
12080 ac_cv_path_RANLIB_FOR_TARGET="$RANLIB_FOR_TARGET" # Let the user override the test with a path.
12083 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12084 for as_dir in $gcc_cv_tool_dirs
12087 test -z "$as_dir" && as_dir=.
12088 for ac_exec_ext in '' $ac_executable_extensions; do
12089 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
12090 ac_cv_path_RANLIB_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
12091 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
12101 RANLIB_FOR_TARGET=$ac_cv_path_RANLIB_FOR_TARGET
12102 if test -n "$RANLIB_FOR_TARGET"; then
12103 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $RANLIB_FOR_TARGET" >&5
12104 $as_echo "$RANLIB_FOR_TARGET" >&6; }
12106 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
12107 $as_echo "no
" >&6; }
12112 if test -z "$ac_cv_path_RANLIB_FOR_TARGET" ; then
12115 if test -n "$RANLIB_FOR_TARGET"; then
12116 ac_cv_prog_RANLIB_FOR_TARGET=$RANLIB_FOR_TARGET
12117 elif test -n "$ac_cv_prog_RANLIB_FOR_TARGET"; then
12118 RANLIB_FOR_TARGET=$ac_cv_prog_RANLIB_FOR_TARGET
12121 if test -n "$ac_cv_prog_RANLIB_FOR_TARGET"; then
12122 for ncn_progname in ranlib; do
12123 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
12124 set dummy ${ncn_progname}; ac_word=$2
12125 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
12126 $as_echo_n "checking
for $ac_word...
" >&6; }
12127 if test "${ac_cv_prog_RANLIB_FOR_TARGET+set}" = set; then :
12128 $as_echo_n "(cached
) " >&6
12130 if test -n "$RANLIB_FOR_TARGET"; then
12131 ac_cv_prog_RANLIB_FOR_TARGET="$RANLIB_FOR_TARGET" # Let the user override the test.
12133 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12134 for as_dir in $PATH
12137 test -z "$as_dir" && as_dir=.
12138 for ac_exec_ext in '' $ac_executable_extensions; do
12139 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
12140 ac_cv_prog_RANLIB_FOR_TARGET="${ncn_progname}"
12141 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
12150 RANLIB_FOR_TARGET=$ac_cv_prog_RANLIB_FOR_TARGET
12151 if test -n "$RANLIB_FOR_TARGET"; then
12152 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $RANLIB_FOR_TARGET" >&5
12153 $as_echo "$RANLIB_FOR_TARGET" >&6; }
12155 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
12156 $as_echo "no
" >&6; }
12163 if test -z "$ac_cv_prog_RANLIB_FOR_TARGET" && test -n "$with_build_time_tools"; then
12164 for ncn_progname in ranlib; do
12165 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for ${ncn_progname} in $with_build_time_tools" >&5
12166 $as_echo_n "checking
for ${ncn_progname} in $with_build_time_tools...
" >&6; }
12167 if test -x $with_build_time_tools/${ncn_progname}; then
12168 ac_cv_prog_RANLIB_FOR_TARGET=$with_build_time_tools/${ncn_progname}
12169 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: yes" >&5
12170 $as_echo "yes" >&6; }
12173 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
12174 $as_echo "no
" >&6; }
12179 if test -z "$ac_cv_prog_RANLIB_FOR_TARGET"; then
12180 for ncn_progname in ranlib; do
12181 if test -n "$ncn_target_tool_prefix"; then
12182 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
12183 set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
12184 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
12185 $as_echo_n "checking
for $ac_word...
" >&6; }
12186 if test "${ac_cv_prog_RANLIB_FOR_TARGET+set}" = set; then :
12187 $as_echo_n "(cached
) " >&6
12189 if test -n "$RANLIB_FOR_TARGET"; then
12190 ac_cv_prog_RANLIB_FOR_TARGET="$RANLIB_FOR_TARGET" # Let the user override the test.
12192 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12193 for as_dir in $PATH
12196 test -z "$as_dir" && as_dir=.
12197 for ac_exec_ext in '' $ac_executable_extensions; do
12198 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
12199 ac_cv_prog_RANLIB_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
12200 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
12209 RANLIB_FOR_TARGET=$ac_cv_prog_RANLIB_FOR_TARGET
12210 if test -n "$RANLIB_FOR_TARGET"; then
12211 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $RANLIB_FOR_TARGET" >&5
12212 $as_echo "$RANLIB_FOR_TARGET" >&6; }
12214 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
12215 $as_echo "no
" >&6; }
12220 if test -z "$ac_cv_prog_RANLIB_FOR_TARGET" && test $build = $target ; then
12221 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
12222 set dummy ${ncn_progname}; ac_word=$2
12223 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
12224 $as_echo_n "checking
for $ac_word...
" >&6; }
12225 if test "${ac_cv_prog_RANLIB_FOR_TARGET+set}" = set; then :
12226 $as_echo_n "(cached
) " >&6
12228 if test -n "$RANLIB_FOR_TARGET"; then
12229 ac_cv_prog_RANLIB_FOR_TARGET="$RANLIB_FOR_TARGET" # Let the user override the test.
12231 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12232 for as_dir in $PATH
12235 test -z "$as_dir" && as_dir=.
12236 for ac_exec_ext in '' $ac_executable_extensions; do
12237 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
12238 ac_cv_prog_RANLIB_FOR_TARGET="${ncn_progname}"
12239 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
12248 RANLIB_FOR_TARGET=$ac_cv_prog_RANLIB_FOR_TARGET
12249 if test -n "$RANLIB_FOR_TARGET"; then
12250 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $RANLIB_FOR_TARGET" >&5
12251 $as_echo "$RANLIB_FOR_TARGET" >&6; }
12253 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
12254 $as_echo "no
" >&6; }
12259 test -n "$ac_cv_prog_RANLIB_FOR_TARGET" && break
12263 if test -z "$ac_cv_prog_RANLIB_FOR_TARGET" ; then
12265 if test $build = $target ; then
12266 RANLIB_FOR_TARGET="$2"
12268 RANLIB_FOR_TARGET="${ncn_target_tool_prefix}$2"
12271 RANLIB_FOR_TARGET="$ac_cv_prog_RANLIB_FOR_TARGET"
12275 RANLIB_FOR_TARGET=$ac_cv_path_RANLIB_FOR_TARGET
12281 if test -z "$ac_cv_path_STRIP_FOR_TARGET" ; then
12282 if test -n "$with_build_time_tools"; then
12283 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for strip
in $with_build_time_tools" >&5
12284 $as_echo_n "checking
for strip
in $with_build_time_tools...
" >&6; }
12285 if test -x $with_build_time_tools/strip; then
12286 STRIP_FOR_TARGET=`cd $with_build_time_tools && pwd`/strip
12287 ac_cv_path_STRIP_FOR_TARGET=$STRIP_FOR_TARGET
12288 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $ac_cv_path_STRIP_FOR_TARGET" >&5
12289 $as_echo "$ac_cv_path_STRIP_FOR_TARGET" >&6; }
12291 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
12292 $as_echo "no
" >&6; }
12294 elif test $build != $host && test $have_gcc_for_target = yes; then
12295 STRIP_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=strip`
12296 test $STRIP_FOR_TARGET = strip && STRIP_FOR_TARGET=
12297 test -n "$STRIP_FOR_TARGET" && ac_cv_path_STRIP_FOR_TARGET=$STRIP_FOR_TARGET
12300 if test -z "$ac_cv_path_STRIP_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
12301 # Extract the first word of "strip
", so it can be a program name with args.
12302 set dummy strip; ac_word=$2
12303 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
12304 $as_echo_n "checking
for $ac_word...
" >&6; }
12305 if test "${ac_cv_path_STRIP_FOR_TARGET+set}" = set; then :
12306 $as_echo_n "(cached
) " >&6
12308 case $STRIP_FOR_TARGET in
12310 ac_cv_path_STRIP_FOR_TARGET="$STRIP_FOR_TARGET" # Let the user override the test with a path.
12313 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12314 for as_dir in $gcc_cv_tool_dirs
12317 test -z "$as_dir" && as_dir=.
12318 for ac_exec_ext in '' $ac_executable_extensions; do
12319 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
12320 ac_cv_path_STRIP_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
12321 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
12331 STRIP_FOR_TARGET=$ac_cv_path_STRIP_FOR_TARGET
12332 if test -n "$STRIP_FOR_TARGET"; then
12333 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $STRIP_FOR_TARGET" >&5
12334 $as_echo "$STRIP_FOR_TARGET" >&6; }
12336 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
12337 $as_echo "no
" >&6; }
12342 if test -z "$ac_cv_path_STRIP_FOR_TARGET" ; then
12345 if test -n "$STRIP_FOR_TARGET"; then
12346 ac_cv_prog_STRIP_FOR_TARGET=$STRIP_FOR_TARGET
12347 elif test -n "$ac_cv_prog_STRIP_FOR_TARGET"; then
12348 STRIP_FOR_TARGET=$ac_cv_prog_STRIP_FOR_TARGET
12351 if test -n "$ac_cv_prog_STRIP_FOR_TARGET"; then
12352 for ncn_progname in strip; do
12353 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
12354 set dummy ${ncn_progname}; ac_word=$2
12355 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
12356 $as_echo_n "checking
for $ac_word...
" >&6; }
12357 if test "${ac_cv_prog_STRIP_FOR_TARGET+set}" = set; then :
12358 $as_echo_n "(cached
) " >&6
12360 if test -n "$STRIP_FOR_TARGET"; then
12361 ac_cv_prog_STRIP_FOR_TARGET="$STRIP_FOR_TARGET" # Let the user override the test.
12363 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12364 for as_dir in $PATH
12367 test -z "$as_dir" && as_dir=.
12368 for ac_exec_ext in '' $ac_executable_extensions; do
12369 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
12370 ac_cv_prog_STRIP_FOR_TARGET="${ncn_progname}"
12371 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
12380 STRIP_FOR_TARGET=$ac_cv_prog_STRIP_FOR_TARGET
12381 if test -n "$STRIP_FOR_TARGET"; then
12382 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $STRIP_FOR_TARGET" >&5
12383 $as_echo "$STRIP_FOR_TARGET" >&6; }
12385 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
12386 $as_echo "no
" >&6; }
12393 if test -z "$ac_cv_prog_STRIP_FOR_TARGET" && test -n "$with_build_time_tools"; then
12394 for ncn_progname in strip; do
12395 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for ${ncn_progname} in $with_build_time_tools" >&5
12396 $as_echo_n "checking
for ${ncn_progname} in $with_build_time_tools...
" >&6; }
12397 if test -x $with_build_time_tools/${ncn_progname}; then
12398 ac_cv_prog_STRIP_FOR_TARGET=$with_build_time_tools/${ncn_progname}
12399 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: yes" >&5
12400 $as_echo "yes" >&6; }
12403 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
12404 $as_echo "no
" >&6; }
12409 if test -z "$ac_cv_prog_STRIP_FOR_TARGET"; then
12410 for ncn_progname in strip; do
12411 if test -n "$ncn_target_tool_prefix"; then
12412 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
12413 set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
12414 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
12415 $as_echo_n "checking
for $ac_word...
" >&6; }
12416 if test "${ac_cv_prog_STRIP_FOR_TARGET+set}" = set; then :
12417 $as_echo_n "(cached
) " >&6
12419 if test -n "$STRIP_FOR_TARGET"; then
12420 ac_cv_prog_STRIP_FOR_TARGET="$STRIP_FOR_TARGET" # Let the user override the test.
12422 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12423 for as_dir in $PATH
12426 test -z "$as_dir" && as_dir=.
12427 for ac_exec_ext in '' $ac_executable_extensions; do
12428 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
12429 ac_cv_prog_STRIP_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
12430 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
12439 STRIP_FOR_TARGET=$ac_cv_prog_STRIP_FOR_TARGET
12440 if test -n "$STRIP_FOR_TARGET"; then
12441 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $STRIP_FOR_TARGET" >&5
12442 $as_echo "$STRIP_FOR_TARGET" >&6; }
12444 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
12445 $as_echo "no
" >&6; }
12450 if test -z "$ac_cv_prog_STRIP_FOR_TARGET" && test $build = $target ; then
12451 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
12452 set dummy ${ncn_progname}; ac_word=$2
12453 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
12454 $as_echo_n "checking
for $ac_word...
" >&6; }
12455 if test "${ac_cv_prog_STRIP_FOR_TARGET+set}" = set; then :
12456 $as_echo_n "(cached
) " >&6
12458 if test -n "$STRIP_FOR_TARGET"; then
12459 ac_cv_prog_STRIP_FOR_TARGET="$STRIP_FOR_TARGET" # Let the user override the test.
12461 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12462 for as_dir in $PATH
12465 test -z "$as_dir" && as_dir=.
12466 for ac_exec_ext in '' $ac_executable_extensions; do
12467 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
12468 ac_cv_prog_STRIP_FOR_TARGET="${ncn_progname}"
12469 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
12478 STRIP_FOR_TARGET=$ac_cv_prog_STRIP_FOR_TARGET
12479 if test -n "$STRIP_FOR_TARGET"; then
12480 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $STRIP_FOR_TARGET" >&5
12481 $as_echo "$STRIP_FOR_TARGET" >&6; }
12483 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
12484 $as_echo "no
" >&6; }
12489 test -n "$ac_cv_prog_STRIP_FOR_TARGET" && break
12493 if test -z "$ac_cv_prog_STRIP_FOR_TARGET" ; then
12495 if test $build = $target ; then
12496 STRIP_FOR_TARGET="$2"
12498 STRIP_FOR_TARGET="${ncn_target_tool_prefix}$2"
12501 STRIP_FOR_TARGET="$ac_cv_prog_STRIP_FOR_TARGET"
12505 STRIP_FOR_TARGET=$ac_cv_path_STRIP_FOR_TARGET
12511 if test -z "$ac_cv_path_WINDRES_FOR_TARGET" ; then
12512 if test -n "$with_build_time_tools"; then
12513 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for windres
in $with_build_time_tools" >&5
12514 $as_echo_n "checking
for windres
in $with_build_time_tools...
" >&6; }
12515 if test -x $with_build_time_tools/windres; then
12516 WINDRES_FOR_TARGET=`cd $with_build_time_tools && pwd`/windres
12517 ac_cv_path_WINDRES_FOR_TARGET=$WINDRES_FOR_TARGET
12518 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $ac_cv_path_WINDRES_FOR_TARGET" >&5
12519 $as_echo "$ac_cv_path_WINDRES_FOR_TARGET" >&6; }
12521 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
12522 $as_echo "no
" >&6; }
12524 elif test $build != $host && test $have_gcc_for_target = yes; then
12525 WINDRES_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=windres`
12526 test $WINDRES_FOR_TARGET = windres && WINDRES_FOR_TARGET=
12527 test -n "$WINDRES_FOR_TARGET" && ac_cv_path_WINDRES_FOR_TARGET=$WINDRES_FOR_TARGET
12530 if test -z "$ac_cv_path_WINDRES_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
12531 # Extract the first word of "windres
", so it can be a program name with args.
12532 set dummy windres; ac_word=$2
12533 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
12534 $as_echo_n "checking
for $ac_word...
" >&6; }
12535 if test "${ac_cv_path_WINDRES_FOR_TARGET+set}" = set; then :
12536 $as_echo_n "(cached
) " >&6
12538 case $WINDRES_FOR_TARGET in
12540 ac_cv_path_WINDRES_FOR_TARGET="$WINDRES_FOR_TARGET" # Let the user override the test with a path.
12543 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12544 for as_dir in $gcc_cv_tool_dirs
12547 test -z "$as_dir" && as_dir=.
12548 for ac_exec_ext in '' $ac_executable_extensions; do
12549 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
12550 ac_cv_path_WINDRES_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
12551 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
12561 WINDRES_FOR_TARGET=$ac_cv_path_WINDRES_FOR_TARGET
12562 if test -n "$WINDRES_FOR_TARGET"; then
12563 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $WINDRES_FOR_TARGET" >&5
12564 $as_echo "$WINDRES_FOR_TARGET" >&6; }
12566 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
12567 $as_echo "no
" >&6; }
12572 if test -z "$ac_cv_path_WINDRES_FOR_TARGET" ; then
12575 if test -n "$WINDRES_FOR_TARGET"; then
12576 ac_cv_prog_WINDRES_FOR_TARGET=$WINDRES_FOR_TARGET
12577 elif test -n "$ac_cv_prog_WINDRES_FOR_TARGET"; then
12578 WINDRES_FOR_TARGET=$ac_cv_prog_WINDRES_FOR_TARGET
12581 if test -n "$ac_cv_prog_WINDRES_FOR_TARGET"; then
12582 for ncn_progname in windres; do
12583 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
12584 set dummy ${ncn_progname}; ac_word=$2
12585 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
12586 $as_echo_n "checking
for $ac_word...
" >&6; }
12587 if test "${ac_cv_prog_WINDRES_FOR_TARGET+set}" = set; then :
12588 $as_echo_n "(cached
) " >&6
12590 if test -n "$WINDRES_FOR_TARGET"; then
12591 ac_cv_prog_WINDRES_FOR_TARGET="$WINDRES_FOR_TARGET" # Let the user override the test.
12593 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12594 for as_dir in $PATH
12597 test -z "$as_dir" && as_dir=.
12598 for ac_exec_ext in '' $ac_executable_extensions; do
12599 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
12600 ac_cv_prog_WINDRES_FOR_TARGET="${ncn_progname}"
12601 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
12610 WINDRES_FOR_TARGET=$ac_cv_prog_WINDRES_FOR_TARGET
12611 if test -n "$WINDRES_FOR_TARGET"; then
12612 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $WINDRES_FOR_TARGET" >&5
12613 $as_echo "$WINDRES_FOR_TARGET" >&6; }
12615 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
12616 $as_echo "no
" >&6; }
12623 if test -z "$ac_cv_prog_WINDRES_FOR_TARGET" && test -n "$with_build_time_tools"; then
12624 for ncn_progname in windres; do
12625 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for ${ncn_progname} in $with_build_time_tools" >&5
12626 $as_echo_n "checking
for ${ncn_progname} in $with_build_time_tools...
" >&6; }
12627 if test -x $with_build_time_tools/${ncn_progname}; then
12628 ac_cv_prog_WINDRES_FOR_TARGET=$with_build_time_tools/${ncn_progname}
12629 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: yes" >&5
12630 $as_echo "yes" >&6; }
12633 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
12634 $as_echo "no
" >&6; }
12639 if test -z "$ac_cv_prog_WINDRES_FOR_TARGET"; then
12640 for ncn_progname in windres; do
12641 if test -n "$ncn_target_tool_prefix"; then
12642 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
12643 set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
12644 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
12645 $as_echo_n "checking
for $ac_word...
" >&6; }
12646 if test "${ac_cv_prog_WINDRES_FOR_TARGET+set}" = set; then :
12647 $as_echo_n "(cached
) " >&6
12649 if test -n "$WINDRES_FOR_TARGET"; then
12650 ac_cv_prog_WINDRES_FOR_TARGET="$WINDRES_FOR_TARGET" # Let the user override the test.
12652 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12653 for as_dir in $PATH
12656 test -z "$as_dir" && as_dir=.
12657 for ac_exec_ext in '' $ac_executable_extensions; do
12658 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
12659 ac_cv_prog_WINDRES_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
12660 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
12669 WINDRES_FOR_TARGET=$ac_cv_prog_WINDRES_FOR_TARGET
12670 if test -n "$WINDRES_FOR_TARGET"; then
12671 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $WINDRES_FOR_TARGET" >&5
12672 $as_echo "$WINDRES_FOR_TARGET" >&6; }
12674 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
12675 $as_echo "no
" >&6; }
12680 if test -z "$ac_cv_prog_WINDRES_FOR_TARGET" && test $build = $target ; then
12681 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
12682 set dummy ${ncn_progname}; ac_word=$2
12683 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
12684 $as_echo_n "checking
for $ac_word...
" >&6; }
12685 if test "${ac_cv_prog_WINDRES_FOR_TARGET+set}" = set; then :
12686 $as_echo_n "(cached
) " >&6
12688 if test -n "$WINDRES_FOR_TARGET"; then
12689 ac_cv_prog_WINDRES_FOR_TARGET="$WINDRES_FOR_TARGET" # Let the user override the test.
12691 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12692 for as_dir in $PATH
12695 test -z "$as_dir" && as_dir=.
12696 for ac_exec_ext in '' $ac_executable_extensions; do
12697 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
12698 ac_cv_prog_WINDRES_FOR_TARGET="${ncn_progname}"
12699 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
12708 WINDRES_FOR_TARGET=$ac_cv_prog_WINDRES_FOR_TARGET
12709 if test -n "$WINDRES_FOR_TARGET"; then
12710 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $WINDRES_FOR_TARGET" >&5
12711 $as_echo "$WINDRES_FOR_TARGET" >&6; }
12713 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
12714 $as_echo "no
" >&6; }
12719 test -n "$ac_cv_prog_WINDRES_FOR_TARGET" && break
12723 if test -z "$ac_cv_prog_WINDRES_FOR_TARGET" ; then
12725 if test $build = $target ; then
12726 WINDRES_FOR_TARGET="$2"
12728 WINDRES_FOR_TARGET="${ncn_target_tool_prefix}$2"
12731 WINDRES_FOR_TARGET="$ac_cv_prog_WINDRES_FOR_TARGET"
12735 WINDRES_FOR_TARGET=$ac_cv_path_WINDRES_FOR_TARGET
12741 if test -z "$ac_cv_path_WINDMC_FOR_TARGET" ; then
12742 if test -n "$with_build_time_tools"; then
12743 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for windmc
in $with_build_time_tools" >&5
12744 $as_echo_n "checking
for windmc
in $with_build_time_tools...
" >&6; }
12745 if test -x $with_build_time_tools/windmc; then
12746 WINDMC_FOR_TARGET=`cd $with_build_time_tools && pwd`/windmc
12747 ac_cv_path_WINDMC_FOR_TARGET=$WINDMC_FOR_TARGET
12748 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $ac_cv_path_WINDMC_FOR_TARGET" >&5
12749 $as_echo "$ac_cv_path_WINDMC_FOR_TARGET" >&6; }
12751 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
12752 $as_echo "no
" >&6; }
12754 elif test $build != $host && test $have_gcc_for_target = yes; then
12755 WINDMC_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=windmc`
12756 test $WINDMC_FOR_TARGET = windmc && WINDMC_FOR_TARGET=
12757 test -n "$WINDMC_FOR_TARGET" && ac_cv_path_WINDMC_FOR_TARGET=$WINDMC_FOR_TARGET
12760 if test -z "$ac_cv_path_WINDMC_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
12761 # Extract the first word of "windmc
", so it can be a program name with args.
12762 set dummy windmc; ac_word=$2
12763 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
12764 $as_echo_n "checking
for $ac_word...
" >&6; }
12765 if test "${ac_cv_path_WINDMC_FOR_TARGET+set}" = set; then :
12766 $as_echo_n "(cached
) " >&6
12768 case $WINDMC_FOR_TARGET in
12770 ac_cv_path_WINDMC_FOR_TARGET="$WINDMC_FOR_TARGET" # Let the user override the test with a path.
12773 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12774 for as_dir in $gcc_cv_tool_dirs
12777 test -z "$as_dir" && as_dir=.
12778 for ac_exec_ext in '' $ac_executable_extensions; do
12779 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
12780 ac_cv_path_WINDMC_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
12781 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
12791 WINDMC_FOR_TARGET=$ac_cv_path_WINDMC_FOR_TARGET
12792 if test -n "$WINDMC_FOR_TARGET"; then
12793 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $WINDMC_FOR_TARGET" >&5
12794 $as_echo "$WINDMC_FOR_TARGET" >&6; }
12796 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
12797 $as_echo "no
" >&6; }
12802 if test -z "$ac_cv_path_WINDMC_FOR_TARGET" ; then
12805 if test -n "$WINDMC_FOR_TARGET"; then
12806 ac_cv_prog_WINDMC_FOR_TARGET=$WINDMC_FOR_TARGET
12807 elif test -n "$ac_cv_prog_WINDMC_FOR_TARGET"; then
12808 WINDMC_FOR_TARGET=$ac_cv_prog_WINDMC_FOR_TARGET
12811 if test -n "$ac_cv_prog_WINDMC_FOR_TARGET"; then
12812 for ncn_progname in windmc; do
12813 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
12814 set dummy ${ncn_progname}; ac_word=$2
12815 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
12816 $as_echo_n "checking
for $ac_word...
" >&6; }
12817 if test "${ac_cv_prog_WINDMC_FOR_TARGET+set}" = set; then :
12818 $as_echo_n "(cached
) " >&6
12820 if test -n "$WINDMC_FOR_TARGET"; then
12821 ac_cv_prog_WINDMC_FOR_TARGET="$WINDMC_FOR_TARGET" # Let the user override the test.
12823 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12824 for as_dir in $PATH
12827 test -z "$as_dir" && as_dir=.
12828 for ac_exec_ext in '' $ac_executable_extensions; do
12829 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
12830 ac_cv_prog_WINDMC_FOR_TARGET="${ncn_progname}"
12831 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
12840 WINDMC_FOR_TARGET=$ac_cv_prog_WINDMC_FOR_TARGET
12841 if test -n "$WINDMC_FOR_TARGET"; then
12842 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $WINDMC_FOR_TARGET" >&5
12843 $as_echo "$WINDMC_FOR_TARGET" >&6; }
12845 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
12846 $as_echo "no
" >&6; }
12853 if test -z "$ac_cv_prog_WINDMC_FOR_TARGET" && test -n "$with_build_time_tools"; then
12854 for ncn_progname in windmc; do
12855 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for ${ncn_progname} in $with_build_time_tools" >&5
12856 $as_echo_n "checking
for ${ncn_progname} in $with_build_time_tools...
" >&6; }
12857 if test -x $with_build_time_tools/${ncn_progname}; then
12858 ac_cv_prog_WINDMC_FOR_TARGET=$with_build_time_tools/${ncn_progname}
12859 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: yes" >&5
12860 $as_echo "yes" >&6; }
12863 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
12864 $as_echo "no
" >&6; }
12869 if test -z "$ac_cv_prog_WINDMC_FOR_TARGET"; then
12870 for ncn_progname in windmc; do
12871 if test -n "$ncn_target_tool_prefix"; then
12872 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
12873 set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
12874 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
12875 $as_echo_n "checking
for $ac_word...
" >&6; }
12876 if test "${ac_cv_prog_WINDMC_FOR_TARGET+set}" = set; then :
12877 $as_echo_n "(cached
) " >&6
12879 if test -n "$WINDMC_FOR_TARGET"; then
12880 ac_cv_prog_WINDMC_FOR_TARGET="$WINDMC_FOR_TARGET" # Let the user override the test.
12882 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12883 for as_dir in $PATH
12886 test -z "$as_dir" && as_dir=.
12887 for ac_exec_ext in '' $ac_executable_extensions; do
12888 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
12889 ac_cv_prog_WINDMC_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
12890 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
12899 WINDMC_FOR_TARGET=$ac_cv_prog_WINDMC_FOR_TARGET
12900 if test -n "$WINDMC_FOR_TARGET"; then
12901 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $WINDMC_FOR_TARGET" >&5
12902 $as_echo "$WINDMC_FOR_TARGET" >&6; }
12904 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
12905 $as_echo "no
" >&6; }
12910 if test -z "$ac_cv_prog_WINDMC_FOR_TARGET" && test $build = $target ; then
12911 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
12912 set dummy ${ncn_progname}; ac_word=$2
12913 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
12914 $as_echo_n "checking
for $ac_word...
" >&6; }
12915 if test "${ac_cv_prog_WINDMC_FOR_TARGET+set}" = set; then :
12916 $as_echo_n "(cached
) " >&6
12918 if test -n "$WINDMC_FOR_TARGET"; then
12919 ac_cv_prog_WINDMC_FOR_TARGET="$WINDMC_FOR_TARGET" # Let the user override the test.
12921 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12922 for as_dir in $PATH
12925 test -z "$as_dir" && as_dir=.
12926 for ac_exec_ext in '' $ac_executable_extensions; do
12927 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
12928 ac_cv_prog_WINDMC_FOR_TARGET="${ncn_progname}"
12929 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
12938 WINDMC_FOR_TARGET=$ac_cv_prog_WINDMC_FOR_TARGET
12939 if test -n "$WINDMC_FOR_TARGET"; then
12940 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $WINDMC_FOR_TARGET" >&5
12941 $as_echo "$WINDMC_FOR_TARGET" >&6; }
12943 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
12944 $as_echo "no
" >&6; }
12949 test -n "$ac_cv_prog_WINDMC_FOR_TARGET" && break
12953 if test -z "$ac_cv_prog_WINDMC_FOR_TARGET" ; then
12955 if test $build = $target ; then
12956 WINDMC_FOR_TARGET="$2"
12958 WINDMC_FOR_TARGET="${ncn_target_tool_prefix}$2"
12961 WINDMC_FOR_TARGET="$ac_cv_prog_WINDMC_FOR_TARGET"
12965 WINDMC_FOR_TARGET=$ac_cv_path_WINDMC_FOR_TARGET
12969 RAW_CXX_FOR_TARGET="$CXX_FOR_TARGET"
12971 { $as_echo "$as_me:${as_lineno-$LINENO}: checking where to
find the target
ar" >&5
12972 $as_echo_n "checking where to
find the target
ar...
" >&6; }
12973 if test "x
${build}" != "x
${host}" ; then
12974 if expr "x
$AR_FOR_TARGET" : "x
/" > /dev/null; then
12975 # We already found the complete path
12976 ac_dir=`dirname $AR_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; }
12980 # Canadian cross, just use what we found
12981 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: pre-installed
" >&5
12982 $as_echo "pre-installed
" >&6; }
12986 case " ${configdirs} " in
12991 if test $ok = yes; then
12992 # An in-tree tool is available and we can use it
12993 AR_FOR_TARGET='$$r/$(HOST_SUBDIR)/binutils/ar'
12994 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: just compiled
" >&5
12995 $as_echo "just compiled
" >&6; }
12996 elif expr "x
$AR_FOR_TARGET" : "x
/" > /dev/null; then
12997 # We already found the complete path
12998 ac_dir=`dirname $AR_FOR_TARGET`
12999 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: pre-installed
in $ac_dir" >&5
13000 $as_echo "pre-installed
in $ac_dir" >&6; }
13001 elif test "x
$target" = "x
$host"; then
13002 # We can use an host tool
13003 AR_FOR_TARGET='$(AR)'
13004 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: host tool
" >&5
13005 $as_echo "host tool
" >&6; }
13007 # We need a cross tool
13008 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: pre-installed
" >&5
13009 $as_echo "pre-installed
" >&6; }
13013 { $as_echo "$as_me:${as_lineno-$LINENO}: checking where to
find the target as
" >&5
13014 $as_echo_n "checking where to
find the target as...
" >&6; }
13015 if test "x
${build}" != "x
${host}" ; then
13016 if expr "x
$AS_FOR_TARGET" : "x
/" > /dev/null; then
13017 # We already found the complete path
13018 ac_dir=`dirname $AS_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; }
13022 # Canadian cross, just use what we found
13023 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: pre-installed
" >&5
13024 $as_echo "pre-installed
" >&6; }
13028 case " ${configdirs} " in
13033 if test $ok = yes; then
13034 # An in-tree tool is available and we can use it
13035 AS_FOR_TARGET='$$r/$(HOST_SUBDIR)/gas/as-new'
13036 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: just compiled
" >&5
13037 $as_echo "just compiled
" >&6; }
13038 elif expr "x
$AS_FOR_TARGET" : "x
/" > /dev/null; then
13039 # We already found the complete path
13040 ac_dir=`dirname $AS_FOR_TARGET`
13041 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: pre-installed
in $ac_dir" >&5
13042 $as_echo "pre-installed
in $ac_dir" >&6; }
13043 elif test "x
$target" = "x
$host"; then
13044 # We can use an host tool
13045 AS_FOR_TARGET='$(AS)'
13046 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: host tool
" >&5
13047 $as_echo "host tool
" >&6; }
13049 # We need a cross tool
13050 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: pre-installed
" >&5
13051 $as_echo "pre-installed
" >&6; }
13055 { $as_echo "$as_me:${as_lineno-$LINENO}: checking where to
find the target cc
" >&5
13056 $as_echo_n "checking where to
find the target cc...
" >&6; }
13057 if test "x
${build}" != "x
${host}" ; then
13058 if expr "x
$CC_FOR_TARGET" : "x
/" > /dev/null; then
13059 # We already found the complete path
13060 ac_dir=`dirname $CC_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; }
13064 # Canadian cross, just use what we found
13065 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: pre-installed
" >&5
13066 $as_echo "pre-installed
" >&6; }
13070 case " ${configdirs} " in
13075 if test $ok = yes; then
13076 # An in-tree tool is available and we can use it
13077 CC_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/xgcc -B$$r/$(HOST_SUBDIR)/gcc/'
13078 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: just compiled
" >&5
13079 $as_echo "just compiled
" >&6; }
13080 elif expr "x
$CC_FOR_TARGET" : "x
/" > /dev/null; then
13081 # We already found the complete path
13082 ac_dir=`dirname $CC_FOR_TARGET`
13083 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: pre-installed
in $ac_dir" >&5
13084 $as_echo "pre-installed
in $ac_dir" >&6; }
13085 elif test "x
$target" = "x
$host"; then
13086 # We can use an host tool
13087 CC_FOR_TARGET='$(CC)'
13088 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: host tool
" >&5
13089 $as_echo "host tool
" >&6; }
13091 # We need a cross tool
13092 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: pre-installed
" >&5
13093 $as_echo "pre-installed
" >&6; }
13097 { $as_echo "$as_me:${as_lineno-$LINENO}: checking where to
find the target c
++" >&5
13098 $as_echo_n "checking where to
find the target c
++...
" >&6; }
13099 if test "x
${build}" != "x
${host}" ; then
13100 if expr "x
$CXX_FOR_TARGET" : "x
/" > /dev/null; then
13101 # We already found the complete path
13102 ac_dir=`dirname $CXX_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; }
13106 # Canadian cross, just use what we found
13107 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: pre-installed
" >&5
13108 $as_echo "pre-installed
" >&6; }
13112 case " ${configdirs} " in
13116 case ,${enable_languages}, in
13120 if test $ok = yes; then
13121 # An in-tree tool is available and we can use it
13122 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'
13123 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: just compiled
" >&5
13124 $as_echo "just compiled
" >&6; }
13125 elif expr "x
$CXX_FOR_TARGET" : "x
/" > /dev/null; then
13126 # We already found the complete path
13127 ac_dir=`dirname $CXX_FOR_TARGET`
13128 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: pre-installed
in $ac_dir" >&5
13129 $as_echo "pre-installed
in $ac_dir" >&6; }
13130 elif test "x
$target" = "x
$host"; then
13131 # We can use an host tool
13132 CXX_FOR_TARGET='$(CXX)'
13133 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: host tool
" >&5
13134 $as_echo "host tool
" >&6; }
13136 # We need a cross tool
13137 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: pre-installed
" >&5
13138 $as_echo "pre-installed
" >&6; }
13142 { $as_echo "$as_me:${as_lineno-$LINENO}: checking where to
find the target c
++ for libstdc
++" >&5
13143 $as_echo_n "checking where to
find the target c
++ for libstdc
++...
" >&6; }
13144 if test "x
${build}" != "x
${host}" ; then
13145 if expr "x
$RAW_CXX_FOR_TARGET" : "x
/" > /dev/null; then
13146 # We already found the complete path
13147 ac_dir=`dirname $RAW_CXX_FOR_TARGET`
13148 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: pre-installed
in $ac_dir" >&5
13149 $as_echo "pre-installed
in $ac_dir" >&6; }
13151 # Canadian cross, just use what we found
13152 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: pre-installed
" >&5
13153 $as_echo "pre-installed
" >&6; }
13157 case " ${configdirs} " in
13161 case ,${enable_languages}, in
13165 if test $ok = yes; then
13166 # An in-tree tool is available and we can use it
13167 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'
13168 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: just compiled
" >&5
13169 $as_echo "just compiled
" >&6; }
13170 elif expr "x
$RAW_CXX_FOR_TARGET" : "x
/" > /dev/null; then
13171 # We already found the complete path
13172 ac_dir=`dirname $RAW_CXX_FOR_TARGET`
13173 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: pre-installed
in $ac_dir" >&5
13174 $as_echo "pre-installed
in $ac_dir" >&6; }
13175 elif test "x
$target" = "x
$host"; then
13176 # We can use an host tool
13177 RAW_CXX_FOR_TARGET='$(CXX)'
13178 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: host tool
" >&5
13179 $as_echo "host tool
" >&6; }
13181 # We need a cross tool
13182 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: pre-installed
" >&5
13183 $as_echo "pre-installed
" >&6; }
13187 { $as_echo "$as_me:${as_lineno-$LINENO}: checking where to
find the target dlltool
" >&5
13188 $as_echo_n "checking where to
find the target dlltool...
" >&6; }
13189 if test "x
${build}" != "x
${host}" ; then
13190 if expr "x
$DLLTOOL_FOR_TARGET" : "x
/" > /dev/null; then
13191 # We already found the complete path
13192 ac_dir=`dirname $DLLTOOL_FOR_TARGET`
13193 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: pre-installed
in $ac_dir" >&5
13194 $as_echo "pre-installed
in $ac_dir" >&6; }
13196 # Canadian cross, just use what we found
13197 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: pre-installed
" >&5
13198 $as_echo "pre-installed
" >&6; }
13202 case " ${configdirs} " in
13207 if test $ok = yes; then
13208 # An in-tree tool is available and we can use it
13209 DLLTOOL_FOR_TARGET='$$r/$(HOST_SUBDIR)/binutils/dlltool'
13210 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: just compiled
" >&5
13211 $as_echo "just compiled
" >&6; }
13212 elif expr "x
$DLLTOOL_FOR_TARGET" : "x
/" > /dev/null; then
13213 # We already found the complete path
13214 ac_dir=`dirname $DLLTOOL_FOR_TARGET`
13215 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: pre-installed
in $ac_dir" >&5
13216 $as_echo "pre-installed
in $ac_dir" >&6; }
13217 elif test "x
$target" = "x
$host"; then
13218 # We can use an host tool
13219 DLLTOOL_FOR_TARGET='$(DLLTOOL)'
13220 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: host tool
" >&5
13221 $as_echo "host tool
" >&6; }
13223 # We need a cross tool
13224 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: pre-installed
" >&5
13225 $as_echo "pre-installed
" >&6; }
13229 { $as_echo "$as_me:${as_lineno-$LINENO}: checking where to
find the target gcc
" >&5
13230 $as_echo_n "checking where to
find the target gcc...
" >&6; }
13231 if test "x
${build}" != "x
${host}" ; then
13232 if expr "x
$GCC_FOR_TARGET" : "x
/" > /dev/null; then
13233 # We already found the complete path
13234 ac_dir=`dirname $GCC_FOR_TARGET`
13235 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: pre-installed
in $ac_dir" >&5
13236 $as_echo "pre-installed
in $ac_dir" >&6; }
13238 # Canadian cross, just use what we found
13239 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: pre-installed
" >&5
13240 $as_echo "pre-installed
" >&6; }
13244 case " ${configdirs} " in
13249 if test $ok = yes; then
13250 # An in-tree tool is available and we can use it
13251 GCC_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/xgcc -B$$r/$(HOST_SUBDIR)/gcc/'
13252 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: just compiled
" >&5
13253 $as_echo "just compiled
" >&6; }
13254 elif expr "x
$GCC_FOR_TARGET" : "x
/" > /dev/null; then
13255 # We already found the complete path
13256 ac_dir=`dirname $GCC_FOR_TARGET`
13257 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: pre-installed
in $ac_dir" >&5
13258 $as_echo "pre-installed
in $ac_dir" >&6; }
13259 elif test "x
$target" = "x
$host"; then
13260 # We can use an host tool
13261 GCC_FOR_TARGET='$()'
13262 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: host tool
" >&5
13263 $as_echo "host tool
" >&6; }
13265 # We need a cross tool
13266 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: pre-installed
" >&5
13267 $as_echo "pre-installed
" >&6; }
13271 { $as_echo "$as_me:${as_lineno-$LINENO}: checking where to
find the target gcj
" >&5
13272 $as_echo_n "checking where to
find the target gcj...
" >&6; }
13273 if test "x
${build}" != "x
${host}" ; then
13274 if expr "x
$GCJ_FOR_TARGET" : "x
/" > /dev/null; then
13275 # We already found the complete path
13276 ac_dir=`dirname $GCJ_FOR_TARGET`
13277 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: pre-installed
in $ac_dir" >&5
13278 $as_echo "pre-installed
in $ac_dir" >&6; }
13280 # Canadian cross, just use what we found
13281 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: pre-installed
" >&5
13282 $as_echo "pre-installed
" >&6; }
13286 case " ${configdirs} " in
13290 case ,${enable_languages}, in
13294 if test $ok = yes; then
13295 # An in-tree tool is available and we can use it
13296 GCJ_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/gcj -B$$r/$(HOST_SUBDIR)/gcc/'
13297 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: just compiled
" >&5
13298 $as_echo "just compiled
" >&6; }
13299 elif expr "x
$GCJ_FOR_TARGET" : "x
/" > /dev/null; then
13300 # We already found the complete path
13301 ac_dir=`dirname $GCJ_FOR_TARGET`
13302 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: pre-installed
in $ac_dir" >&5
13303 $as_echo "pre-installed
in $ac_dir" >&6; }
13304 elif test "x
$target" = "x
$host"; then
13305 # We can use an host tool
13306 GCJ_FOR_TARGET='$(GCJ)'
13307 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: host tool
" >&5
13308 $as_echo "host tool
" >&6; }
13310 # We need a cross tool
13311 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: pre-installed
" >&5
13312 $as_echo "pre-installed
" >&6; }
13316 { $as_echo "$as_me:${as_lineno-$LINENO}: checking where to
find the target gfortran
" >&5
13317 $as_echo_n "checking where to
find the target gfortran...
" >&6; }
13318 if test "x
${build}" != "x
${host}" ; then
13319 if expr "x
$GFORTRAN_FOR_TARGET" : "x
/" > /dev/null; then
13320 # We already found the complete path
13321 ac_dir=`dirname $GFORTRAN_FOR_TARGET`
13322 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: pre-installed
in $ac_dir" >&5
13323 $as_echo "pre-installed
in $ac_dir" >&6; }
13325 # Canadian cross, just use what we found
13326 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: pre-installed
" >&5
13327 $as_echo "pre-installed
" >&6; }
13331 case " ${configdirs} " in
13335 case ,${enable_languages}, in
13339 if test $ok = yes; then
13340 # An in-tree tool is available and we can use it
13341 GFORTRAN_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/gfortran -B$$r/$(HOST_SUBDIR)/gcc/'
13342 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: just compiled
" >&5
13343 $as_echo "just compiled
" >&6; }
13344 elif expr "x
$GFORTRAN_FOR_TARGET" : "x
/" > /dev/null; then
13345 # We already found the complete path
13346 ac_dir=`dirname $GFORTRAN_FOR_TARGET`
13347 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: pre-installed
in $ac_dir" >&5
13348 $as_echo "pre-installed
in $ac_dir" >&6; }
13349 elif test "x
$target" = "x
$host"; then
13350 # We can use an host tool
13351 GFORTRAN_FOR_TARGET='$(GFORTRAN)'
13352 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: host tool
" >&5
13353 $as_echo "host tool
" >&6; }
13355 # We need a cross tool
13356 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: pre-installed
" >&5
13357 $as_echo "pre-installed
" >&6; }
13361 { $as_echo "$as_me:${as_lineno-$LINENO}: checking where to
find the target ld
" >&5
13362 $as_echo_n "checking where to
find the target ld...
" >&6; }
13363 if test "x
${build}" != "x
${host}" ; then
13364 if expr "x
$LD_FOR_TARGET" : "x
/" > /dev/null; then
13365 # We already found the complete path
13366 ac_dir=`dirname $LD_FOR_TARGET`
13367 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: pre-installed
in $ac_dir" >&5
13368 $as_echo "pre-installed
in $ac_dir" >&6; }
13370 # Canadian cross, just use what we found
13371 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: pre-installed
" >&5
13372 $as_echo "pre-installed
" >&6; }
13376 case " ${configdirs} " in
13381 if test $ok = yes; then
13382 # An in-tree tool is available and we can use it
13383 LD_FOR_TARGET='$$r/$(HOST_SUBDIR)/ld/ld-new'
13384 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: just compiled
" >&5
13385 $as_echo "just compiled
" >&6; }
13386 elif expr "x
$LD_FOR_TARGET" : "x
/" > /dev/null; then
13387 # We already found the complete path
13388 ac_dir=`dirname $LD_FOR_TARGET`
13389 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: pre-installed
in $ac_dir" >&5
13390 $as_echo "pre-installed
in $ac_dir" >&6; }
13391 elif test "x
$target" = "x
$host"; then
13392 # We can use an host tool
13393 LD_FOR_TARGET='$(LD)'
13394 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: host tool
" >&5
13395 $as_echo "host tool
" >&6; }
13397 # We need a cross tool
13398 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: pre-installed
" >&5
13399 $as_echo "pre-installed
" >&6; }
13403 { $as_echo "$as_me:${as_lineno-$LINENO}: checking where to
find the target lipo
" >&5
13404 $as_echo_n "checking where to
find the target lipo...
" >&6; }
13405 if test "x
${build}" != "x
${host}" ; then
13406 if expr "x
$LIPO_FOR_TARGET" : "x
/" > /dev/null; then
13407 # We already found the complete path
13408 ac_dir=`dirname $LIPO_FOR_TARGET`
13409 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: pre-installed
in $ac_dir" >&5
13410 $as_echo "pre-installed
in $ac_dir" >&6; }
13412 # Canadian cross, just use what we found
13413 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: pre-installed
" >&5
13414 $as_echo "pre-installed
" >&6; }
13417 if expr "x
$LIPO_FOR_TARGET" : "x
/" > /dev/null; then
13418 # We already found the complete path
13419 ac_dir=`dirname $LIPO_FOR_TARGET`
13420 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: pre-installed
in $ac_dir" >&5
13421 $as_echo "pre-installed
in $ac_dir" >&6; }
13422 elif test "x
$target" = "x
$host"; then
13423 # We can use an host tool
13424 LIPO_FOR_TARGET='$(LIPO)'
13425 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: host tool
" >&5
13426 $as_echo "host tool
" >&6; }
13428 # We need a cross tool
13429 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: pre-installed
" >&5
13430 $as_echo "pre-installed
" >&6; }
13434 { $as_echo "$as_me:${as_lineno-$LINENO}: checking where to
find the target nm
" >&5
13435 $as_echo_n "checking where to
find the target nm...
" >&6; }
13436 if test "x
${build}" != "x
${host}" ; then
13437 if expr "x
$NM_FOR_TARGET" : "x
/" > /dev/null; then
13438 # We already found the complete path
13439 ac_dir=`dirname $NM_FOR_TARGET`
13440 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: pre-installed
in $ac_dir" >&5
13441 $as_echo "pre-installed
in $ac_dir" >&6; }
13443 # Canadian cross, just use what we found
13444 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: pre-installed
" >&5
13445 $as_echo "pre-installed
" >&6; }
13449 case " ${configdirs} " in
13454 if test $ok = yes; then
13455 # An in-tree tool is available and we can use it
13456 NM_FOR_TARGET='$$r/$(HOST_SUBDIR)/binutils/nm-new'
13457 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: just compiled
" >&5
13458 $as_echo "just compiled
" >&6; }
13459 elif expr "x
$NM_FOR_TARGET" : "x
/" > /dev/null; then
13460 # We already found the complete path
13461 ac_dir=`dirname $NM_FOR_TARGET`
13462 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: pre-installed
in $ac_dir" >&5
13463 $as_echo "pre-installed
in $ac_dir" >&6; }
13464 elif test "x
$target" = "x
$host"; then
13465 # We can use an host tool
13466 NM_FOR_TARGET='$(NM)'
13467 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: host tool
" >&5
13468 $as_echo "host tool
" >&6; }
13470 # We need a cross tool
13471 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: pre-installed
" >&5
13472 $as_echo "pre-installed
" >&6; }
13476 { $as_echo "$as_me:${as_lineno-$LINENO}: checking where to
find the target objdump
" >&5
13477 $as_echo_n "checking where to
find the target objdump...
" >&6; }
13478 if test "x
${build}" != "x
${host}" ; then
13479 if expr "x
$OBJDUMP_FOR_TARGET" : "x
/" > /dev/null; then
13480 # We already found the complete path
13481 ac_dir=`dirname $OBJDUMP_FOR_TARGET`
13482 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: pre-installed
in $ac_dir" >&5
13483 $as_echo "pre-installed
in $ac_dir" >&6; }
13485 # Canadian cross, just use what we found
13486 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: pre-installed
" >&5
13487 $as_echo "pre-installed
" >&6; }
13491 case " ${configdirs} " in
13496 if test $ok = yes; then
13497 # An in-tree tool is available and we can use it
13498 OBJDUMP_FOR_TARGET='$$r/$(HOST_SUBDIR)/binutils/objdump'
13499 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: just compiled
" >&5
13500 $as_echo "just compiled
" >&6; }
13501 elif expr "x
$OBJDUMP_FOR_TARGET" : "x
/" > /dev/null; then
13502 # We already found the complete path
13503 ac_dir=`dirname $OBJDUMP_FOR_TARGET`
13504 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: pre-installed
in $ac_dir" >&5
13505 $as_echo "pre-installed
in $ac_dir" >&6; }
13506 elif test "x
$target" = "x
$host"; then
13507 # We can use an host tool
13508 OBJDUMP_FOR_TARGET='$(OBJDUMP)'
13509 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: host tool
" >&5
13510 $as_echo "host tool
" >&6; }
13512 # We need a cross tool
13513 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: pre-installed
" >&5
13514 $as_echo "pre-installed
" >&6; }
13518 { $as_echo "$as_me:${as_lineno-$LINENO}: checking where to
find the target ranlib
" >&5
13519 $as_echo_n "checking where to
find the target ranlib...
" >&6; }
13520 if test "x
${build}" != "x
${host}" ; then
13521 if expr "x
$RANLIB_FOR_TARGET" : "x
/" > /dev/null; then
13522 # We already found the complete path
13523 ac_dir=`dirname $RANLIB_FOR_TARGET`
13524 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: pre-installed
in $ac_dir" >&5
13525 $as_echo "pre-installed
in $ac_dir" >&6; }
13527 # Canadian cross, just use what we found
13528 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: pre-installed
" >&5
13529 $as_echo "pre-installed
" >&6; }
13533 case " ${configdirs} " in
13538 if test $ok = yes; then
13539 # An in-tree tool is available and we can use it
13540 RANLIB_FOR_TARGET='$$r/$(HOST_SUBDIR)/binutils/ranlib'
13541 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: just compiled
" >&5
13542 $as_echo "just compiled
" >&6; }
13543 elif expr "x
$RANLIB_FOR_TARGET" : "x
/" > /dev/null; then
13544 # We already found the complete path
13545 ac_dir=`dirname $RANLIB_FOR_TARGET`
13546 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: pre-installed
in $ac_dir" >&5
13547 $as_echo "pre-installed
in $ac_dir" >&6; }
13548 elif test "x
$target" = "x
$host"; then
13549 # We can use an host tool
13550 RANLIB_FOR_TARGET='$(RANLIB)'
13551 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: host tool
" >&5
13552 $as_echo "host tool
" >&6; }
13554 # We need a cross tool
13555 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: pre-installed
" >&5
13556 $as_echo "pre-installed
" >&6; }
13560 { $as_echo "$as_me:${as_lineno-$LINENO}: checking where to
find the target strip
" >&5
13561 $as_echo_n "checking where to
find the target strip...
" >&6; }
13562 if test "x
${build}" != "x
${host}" ; then
13563 if expr "x
$STRIP_FOR_TARGET" : "x
/" > /dev/null; then
13564 # We already found the complete path
13565 ac_dir=`dirname $STRIP_FOR_TARGET`
13566 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: pre-installed
in $ac_dir" >&5
13567 $as_echo "pre-installed
in $ac_dir" >&6; }
13569 # Canadian cross, just use what we found
13570 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: pre-installed
" >&5
13571 $as_echo "pre-installed
" >&6; }
13575 case " ${configdirs} " in
13580 if test $ok = yes; then
13581 # An in-tree tool is available and we can use it
13582 STRIP_FOR_TARGET='$$r/$(HOST_SUBDIR)/binutils/strip'
13583 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: just compiled
" >&5
13584 $as_echo "just compiled
" >&6; }
13585 elif expr "x
$STRIP_FOR_TARGET" : "x
/" > /dev/null; then
13586 # We already found the complete path
13587 ac_dir=`dirname $STRIP_FOR_TARGET`
13588 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: pre-installed
in $ac_dir" >&5
13589 $as_echo "pre-installed
in $ac_dir" >&6; }
13590 elif test "x
$target" = "x
$host"; then
13591 # We can use an host tool
13592 STRIP_FOR_TARGET='$(STRIP)'
13593 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: host tool
" >&5
13594 $as_echo "host tool
" >&6; }
13596 # We need a cross tool
13597 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: pre-installed
" >&5
13598 $as_echo "pre-installed
" >&6; }
13602 { $as_echo "$as_me:${as_lineno-$LINENO}: checking where to
find the target windres
" >&5
13603 $as_echo_n "checking where to
find the target windres...
" >&6; }
13604 if test "x
${build}" != "x
${host}" ; then
13605 if expr "x
$WINDRES_FOR_TARGET" : "x
/" > /dev/null; then
13606 # We already found the complete path
13607 ac_dir=`dirname $WINDRES_FOR_TARGET`
13608 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: pre-installed
in $ac_dir" >&5
13609 $as_echo "pre-installed
in $ac_dir" >&6; }
13611 # Canadian cross, just use what we found
13612 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: pre-installed
" >&5
13613 $as_echo "pre-installed
" >&6; }
13617 case " ${configdirs} " in
13622 if test $ok = yes; then
13623 # An in-tree tool is available and we can use it
13624 WINDRES_FOR_TARGET='$$r/$(HOST_SUBDIR)/binutils/windres'
13625 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: just compiled
" >&5
13626 $as_echo "just compiled
" >&6; }
13627 elif expr "x
$WINDRES_FOR_TARGET" : "x
/" > /dev/null; then
13628 # We already found the complete path
13629 ac_dir=`dirname $WINDRES_FOR_TARGET`
13630 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: pre-installed
in $ac_dir" >&5
13631 $as_echo "pre-installed
in $ac_dir" >&6; }
13632 elif test "x
$target" = "x
$host"; then
13633 # We can use an host tool
13634 WINDRES_FOR_TARGET='$(WINDRES)'
13635 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: host tool
" >&5
13636 $as_echo "host tool
" >&6; }
13638 # We need a cross tool
13639 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: pre-installed
" >&5
13640 $as_echo "pre-installed
" >&6; }
13644 { $as_echo "$as_me:${as_lineno-$LINENO}: checking where to
find the target windmc
" >&5
13645 $as_echo_n "checking where to
find the target windmc...
" >&6; }
13646 if test "x
${build}" != "x
${host}" ; then
13647 if expr "x
$WINDMC_FOR_TARGET" : "x
/" > /dev/null; then
13648 # We already found the complete path
13649 ac_dir=`dirname $WINDMC_FOR_TARGET`
13650 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: pre-installed
in $ac_dir" >&5
13651 $as_echo "pre-installed
in $ac_dir" >&6; }
13653 # Canadian cross, just use what we found
13654 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: pre-installed
" >&5
13655 $as_echo "pre-installed
" >&6; }
13659 case " ${configdirs} " in
13664 if test $ok = yes; then
13665 # An in-tree tool is available and we can use it
13666 WINDMC_FOR_TARGET='$$r/$(HOST_SUBDIR)/binutils/windmc'
13667 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: just compiled
" >&5
13668 $as_echo "just compiled
" >&6; }
13669 elif expr "x
$WINDMC_FOR_TARGET" : "x
/" > /dev/null; then
13670 # We already found the complete path
13671 ac_dir=`dirname $WINDMC_FOR_TARGET`
13672 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: pre-installed
in $ac_dir" >&5
13673 $as_echo "pre-installed
in $ac_dir" >&6; }
13674 elif test "x
$target" = "x
$host"; then
13675 # We can use an host tool
13676 WINDMC_FOR_TARGET='$(WINDMC)'
13677 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: host tool
" >&5
13678 $as_echo "host tool
" >&6; }
13680 # We need a cross tool
13681 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: pre-installed
" >&5
13682 $as_echo "pre-installed
" >&6; }
13690 # Certain tools may need extra flags.
13691 AR_FOR_TARGET=${AR_FOR_TARGET}${extra_arflags_for_target}
13692 RANLIB_FOR_TARGET=${RANLIB_FOR_TARGET}${extra_ranlibflags_for_target}
13693 NM_FOR_TARGET=${NM_FOR_TARGET}${extra_nmflags_for_target}
13695 # When building target libraries, except in a Canadian cross, we use
13696 # the same toolchain as the compiler we just built.
13697 COMPILER_AS_FOR_TARGET='$(AS_FOR_TARGET)'
13698 COMPILER_LD_FOR_TARGET='$(LD_FOR_TARGET)'
13699 COMPILER_NM_FOR_TARGET='$(NM_FOR_TARGET)'
13700 if test $host = $build; then
13701 case " $configdirs " in
13703 COMPILER_AS_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/as'
13704 COMPILER_LD_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/collect-ld'
13705 COMPILER_NM_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/nm'${extra_nmflags_for_target}
13714 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to
enable maintainer-specific portions of Makefiles
" >&5
13715 $as_echo_n "checking whether to
enable maintainer-specific portions of Makefiles...
" >&6; }
13716 # Check whether --enable-maintainer-mode was given.
13717 if test "${enable_maintainer_mode+set}" = set; then :
13718 enableval=$enable_maintainer_mode; USE_MAINTAINER_MODE=$enableval
13720 USE_MAINTAINER_MODE=no
13723 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $USE_MAINTAINER_MODE" >&5
13724 $as_echo "$USE_MAINTAINER_MODE" >&6; }
13727 if test "$USE_MAINTAINER_MODE" = yes; then
13728 MAINTAINER_MODE_TRUE=
13729 MAINTAINER_MODE_FALSE='#'
13731 MAINTAINER_MODE_TRUE='#'
13732 MAINTAINER_MODE_FALSE=
13734 MAINT=$MAINTAINER_MODE_TRUE
13736 # ---------------------
13737 # GCC bootstrap support
13738 # ---------------------
13740 # Stage specific cflags for build.
13745 yes) stage1_cflags="-g -Wa,-J" ;;
13746 *) stage1_cflags="-g -J" ;;
13750 # This is aimed to mimic bootstrap with a non-GCC compiler to catch problems.
13751 if test "$GCC" = yes -a "$ENABLE_BUILD_WITH_CXX" != yes; then
13752 saved_CFLAGS="$CFLAGS"
13754 # Pass -fkeep-inline-functions for stage 1 if the GCC version supports it.
13755 CFLAGS="$CFLAGS -fkeep-inline-functions"
13756 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether
-fkeep-inline-functions is supported
" >&5
13757 $as_echo_n "checking whether
-fkeep-inline-functions is supported...
" >&6; }
13758 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13759 /* end confdefs.h. */
13761 #if (__GNUC__ < 3) \
13762 || (__GNUC__ == 3 && (__GNUC_MINOR__ < 3 \
13763 || (__GNUC_MINOR__ == 3 && __GNUC_PATCHLEVEL__ < 1)))
13764 #error http://gcc.gnu.org/PR29382
13775 if ac_fn_c_try_compile "$LINENO"; then :
13776 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: yes" >&5
13777 $as_echo "yes" >&6; }; stage1_cflags="$stage1_cflags -fkeep-inline-functions"
13779 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
13780 $as_echo "no
" >&6; }
13782 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13784 CFLAGS="$saved_CFLAGS"
13789 # Enable --enable-checking in stage1 of the compiler.
13790 # Check whether --enable-stage1-checking was given.
13791 if test "${enable_stage1_checking+set}" = set; then :
13792 enableval=$enable_stage1_checking; stage1_checking=--enable-checking=${enable_stage1_checking}
13794 if test "x
$enable_checking" = xno || test "x
$enable_checking" = x; then
13795 stage1_checking=--enable-checking=yes,types
13797 stage1_checking=--enable-checking=$enable_checking,types
13803 # Enable -Werror in bootstrap stage2 and later.
13804 # Check whether --enable-werror was given.
13805 if test "${enable_werror+set}" = set; then :
13806 enableval=$enable_werror;
13808 if test -d ${srcdir}/gcc && test x"`cat $srcdir/gcc/DEV-PHASE`" = xexperimental; then
13815 case ${enable_werror} in
13816 yes) stage2_werror_flag="--enable-werror-always" ;;
13817 *) stage2_werror_flag="" ;;
13821 # Specify what files to not compare during bootstrap.
13823 compare_exclusions="gcc
/cc
*-checksum\$
(objext
) | gcc
/ada
/*tools
/*"
13825 hppa*64*-*-hpux*) ;;
13826 hppa*-*-hpux*) compare_exclusions="gcc
/cc
*-checksum\$
(objext
) |
*/libgcc
/lib2funcs
* | gcc
/ada
/*tools
/*" ;;
13828 case " $configdirs " in
13829 *" ppl
"*) compare_exclusions="$compare_exclusions | ppl
/src
/ppl-config.o
" ;;
13833 ac_config_files="$ac_config_files Makefile
"
13835 cat >confcache <<\_ACEOF
13836 # This file is a shell script that caches the results of configure
13837 # tests run on this system so they can be shared between configure
13838 # scripts and configure runs, see configure's option --config-cache.
13839 # It is not useful on other systems. If it contains results you don't
13840 # want to keep, you may remove or edit it.
13842 # config.status only pays attention to the cache file if you give it
13843 # the --recheck option to rerun configure.
13845 # `ac_cv_env_foo' variables (set or unset) will be overridden when
13846 # loading this file, other *unset* `ac_cv_foo' will be assigned the
13847 # following values.
13851 # The following way of writing the cache mishandles newlines in values,
13852 # but we know of no workaround that is simple, portable, and efficient.
13853 # So, we kill variables containing newlines.
13854 # Ultrix sh set writes to stderr and can't be redirected directly,
13855 # and sets the high bit in the cache file unless we assign to the vars.
13857 for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
13858 eval ac_val=\$$ac_var
13862 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING
: cache variable
$ac_var contains a newline
" >&5
13863 $as_echo "$as_me: WARNING
: cache variable
$ac_var contains a newline
" >&2;} ;;
13866 _ | IFS | as_nl) ;; #(
13867 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
13868 *) { eval $ac_var=; unset $ac_var;} ;;
13874 case $as_nl`(ac_space=' '; set) 2>&1` in #(
13875 *${as_nl}ac_space=\ *)
13876 # `set' does not quote correctly, so add quotes: double-quote
13877 # substitution turns \\\\ into \\, and sed turns \\ into \.
13880 s
/^
\\([_
$as_cr_alnum]*_cv_
[_
$as_cr_alnum]*\\)=\\(.
*\\)/\\1='\\2'/p
"
13883 # `set' quotes correctly as required by POSIX, so do not add quotes.
13884 sed -n "/^
[_
$as_cr_alnum]*_cv_
[_
$as_cr_alnum]*=/p
"
13893 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
13895 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
13897 if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
13898 if test -w "$cache_file"; then
13899 test "x
$cache_file" != "x
/dev
/null
" &&
13900 { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache
$cache_file" >&5
13901 $as_echo "$as_me: updating cache
$cache_file" >&6;}
13902 cat confcache >$cache_file
13904 { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache
$cache_file" >&5
13905 $as_echo "$as_me: not updating unwritable cache
$cache_file" >&6;}
13910 test "x
$prefix" = xNONE && prefix=$ac_default_prefix
13911 # Let make expand exec_prefix.
13912 test "x
$exec_prefix" = xNONE && exec_prefix='${prefix}'
13914 # Transform confdefs.h into DEFS.
13915 # Protect against shell expansion while executing Makefile rules.
13916 # Protect against Makefile macro expansion.
13918 # If the first sed substitution is executed (which looks for macros that
13919 # take arguments), then branch to the quote section. Otherwise,
13920 # look for a macro that doesn't take arguments.
13930 s/^[ ]*#[ ]*define[ ][ ]*\([^ (][^ (]*([^)]*)\)[ ]*\(.*\)/-D\1=\2/g
13932 s/^[ ]*#[ ]*define[ ][ ]*\([^ ][^ ]*\)[ ]*\(.*\)/-D\1=\2/g
13936 s/[ `~#$^&*(){}\\|;'\''"<>?
]/\\&/g
13949 DEFS=`sed -n "$ac_script" confdefs.h`
13954 for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
13955 # 1. Remove the extension, and $U if already installed.
13956 ac_script='s
/\
$U\.
/.
/;s
/\.o$
//;s
/\.obj$
//'
13957 ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
13958 # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR
13959 # will be set to the directory where LIBOBJS objects are built.
13960 as_fn_append ac_libobjs " \${LIBOBJDIR}$ac_i\$U.$ac_objext"
13961 as_fn_append ac_ltlibobjs " \${LIBOBJDIR}$ac_i"'$U.lo
'
13963 LIBOBJS=$ac_libobjs
13965 LTLIBOBJS=$ac_ltlibobjs
13969 : ${CONFIG_STATUS=./config.status}
13971 ac_clean_files_save=$ac_clean_files
13972 ac_clean_files="$ac_clean_files $CONFIG_STATUS"
13973 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5
13974 $as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
13976 cat >$CONFIG_STATUS <<_ASEOF || as_write_fail=1
13978 # Generated by $as_me.
13979 # Run this file to recreate the current configuration.
13980 # Compiler output produced by configure, useful for debugging
13981 # configure, is in config.log if it exists.
13984 ac_cs_recheck=false
13987 SHELL=\${CONFIG_SHELL-$SHELL}
13990 cat >>$CONFIG_STATUS <<\_ASEOF || as_write_fail=1
13991 ## -------------------- ##
13992 ## M4sh Initialization. ##
13993 ## -------------------- ##
13995 # Be more Bourne compatible
13996 DUALCASE=1; export DUALCASE # for MKS sh
13997 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
14000 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
14001 # is contrary to our usage. Disable this feature.
14002 alias -g '${1+"$@"}'='"$@"'
14003 setopt NO_GLOB_SUBST
14005 case `(set -o) 2>/dev/null` in #(
14017 # Printing a long string crashes Solaris 7 /usr/bin/printf.
14018 as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
14019 as_echo
=$as_echo$as_echo$as_echo$as_echo$as_echo
14020 as_echo
=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
14021 # Prefer a ksh shell builtin over an external printf program on Solaris,
14022 # but without wasting forks for bash or zsh.
14023 if test -z "$BASH_VERSION$ZSH_VERSION" \
14024 && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev
/null
; then
14025 as_echo
='print -r --'
14026 as_echo_n
='print -rn --'
14027 elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev
/null
; then
14028 as_echo
='printf %s\n'
14029 as_echo_n
='printf %s'
14031 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
14032 as_echo_body
='eval /usr/ucb/echo -n "$1$as_nl"'
14033 as_echo_n
='/usr/ucb/echo -n'
14035 as_echo_body
='eval expr "X$1" : "X\\(.*\\)"'
14036 as_echo_n_body
='eval
14040 expr "X$arg" : "X\\(.*\\)$as_nl";
14041 arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
14043 expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
14045 export as_echo_n_body
14046 as_echo_n
='sh -c $as_echo_n_body as_echo'
14048 export as_echo_body
14049 as_echo
='sh -c $as_echo_body as_echo'
14052 # The user is always right.
14053 if test "${PATH_SEPARATOR+set}" != set; then
14055 (PATH
='/bin;/bin'; FPATH
=$PATH; sh
-c :) >/dev
/null
2>&1 && {
14056 (PATH
='/bin:/bin'; FPATH
=$PATH; sh
-c :) >/dev
/null
2>&1 ||
14063 # We need space, tab and new line, in precisely that order. Quoting is
14064 # there to prevent editors from complaining about space-tab.
14065 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
14066 # splitting by setting IFS to empty value.)
14069 # Find who we are. Look in the path if we contain no directory separator.
14071 *[\\/]* ) as_myself
=$0 ;;
14072 *) as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
14073 for as_dir
in $PATH
14076 test -z "$as_dir" && as_dir
=.
14077 test -r "$as_dir/$0" && as_myself
=$as_dir/$0 && break
14083 # We did not find ourselves, most probably we were run as `sh COMMAND'
14084 # in which case we are not to be found in the path.
14085 if test "x$as_myself" = x
; then
14088 if test ! -f "$as_myself"; then
14089 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
14093 # Unset variables that we do not need and which cause bugs (e.g. in
14094 # pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1"
14095 # suppresses any "Segmentation fault" message there. '((' could
14096 # trigger a bug in pdksh 5.2.14.
14097 for as_var
in BASH_ENV ENV MAIL MAILPATH
14098 do eval test x\
${$as_var+set} = xset \
14099 && ( (unset $as_var) ||
exit 1) >/dev
/null
2>&1 && unset $as_var ||
:
14112 (unset CDPATH
) >/dev
/null
2>&1 && unset CDPATH
14115 # as_fn_error ERROR [LINENO LOG_FD]
14116 # ---------------------------------
14117 # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
14118 # provided, also output the error to LOG_FD, referencing LINENO. Then exit the
14119 # script with status $?, using 1 if that was 0.
14122 as_status
=$?
; test $as_status -eq 0 && as_status
=1
14124 as_lineno
=${as_lineno-"$2"} as_lineno_stack
=as_lineno_stack
=$as_lineno_stack
14125 $as_echo "$as_me:${as_lineno-$LINENO}: error: $1" >&$3
14127 $as_echo "$as_me: error: $1" >&2
14128 as_fn_exit
$as_status
14132 # as_fn_set_status STATUS
14133 # -----------------------
14134 # Set $? to STATUS, without forking.
14135 as_fn_set_status
()
14138 } # as_fn_set_status
14140 # as_fn_exit STATUS
14141 # -----------------
14142 # Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
14146 as_fn_set_status
$1
14152 # Portably unset VAR.
14155 { eval $1=; unset $1;}
14157 as_unset
=as_fn_unset
14158 # as_fn_append VAR VALUE
14159 # ----------------------
14160 # Append the text in VALUE to the end of the definition contained in VAR. Take
14161 # advantage of any shell optimizations that allow amortized linear growth over
14162 # repeated appends, instead of the typical quadratic growth present in naive
14164 if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev
/null
; then :
14165 eval 'as_fn_append ()
14176 # as_fn_arith ARG...
14177 # ------------------
14178 # Perform arithmetic evaluation on the ARGs, and store the result in the
14179 # global $as_val. Take advantage of shells that can avoid forks. The arguments
14180 # must be portable across $(()) and expr.
14181 if (eval "test \$(( 1 + 1 )) = 2") 2>/dev
/null
; then :
14182 eval 'as_fn_arith ()
14189 as_val
=`expr "$@" || test $? -eq 1`
14194 if expr a
: '\(a\)' >/dev
/null
2>&1 &&
14195 test "X`expr 00001 : '.*\(...\)'`" = X001
; then
14201 if (basename -- /) >/dev
/null
2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
14202 as_basename
=basename
14207 if (as_dir
=`dirname -- /` && test "X$as_dir" = X
/) >/dev
/null
2>&1; then
14213 as_me
=`$as_basename -- "$0" ||
14214 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
14215 X"$0" : 'X\(//\)$' \| \
14216 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
14218 sed '/^.*\/\([^/][^/]*\)\/*$/{
14232 # Avoid depending upon Character Ranges.
14233 as_cr_letters
='abcdefghijklmnopqrstuvwxyz'
14234 as_cr_LETTERS
='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
14235 as_cr_Letters
=$as_cr_letters$as_cr_LETTERS
14236 as_cr_digits
='0123456789'
14237 as_cr_alnum
=$as_cr_Letters$as_cr_digits
14239 ECHO_C
= ECHO_N
= ECHO_T
=
14240 case `echo -n x` in #(((((
14242 case `echo 'xy\c'` in
14243 *c
*) ECHO_T
=' ';; # ECHO_T is single tab character.
14245 *) echo `echo ksh88 bug on AIX 6.1` > /dev
/null
14252 rm -f conf$$ conf$$.exe conf$$.
file
14253 if test -d conf$$.dir
; then
14254 rm -f conf$$.dir
/conf$$.
file
14257 mkdir conf$$.dir
2>/dev
/null
14259 if (echo >conf$$.
file) 2>/dev
/null
; then
14260 if ln -s conf$$.
file conf$$
2>/dev
/null
; then
14262 # ... but there are two gotchas:
14263 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
14264 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
14265 # In both cases, we have to default to `cp -p'.
14266 ln -s conf$$.
file conf$$.dir
2>/dev
/null
&& test ! -f conf$$.exe ||
14268 elif ln conf$$.
file conf$$
2>/dev
/null
; then
14276 rm -f conf$$ conf$$.exe conf$$.dir
/conf$$.
file conf$$.
file
14277 rmdir conf$$.dir
2>/dev
/null
14282 # Create "$as_dir" as a directory, including parents if necessary.
14287 -*) as_dir
=.
/$as_dir;;
14289 test -d "$as_dir" ||
eval $as_mkdir_p ||
{
14293 *\'*) as_qdir
=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
14294 *) as_qdir
=$as_dir;;
14296 as_dirs
="'$as_qdir' $as_dirs"
14297 as_dir
=`$as_dirname -- "$as_dir" ||
14298 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
14299 X"$as_dir" : 'X\(//\)[^/]' \| \
14300 X"$as_dir" : 'X\(//\)$' \| \
14301 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
14302 $as_echo X"$as_dir" |
14303 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
14307 /^X\(\/\/\)[^/].*/{
14320 test -d "$as_dir" && break
14322 test -z "$as_dirs" ||
eval "mkdir $as_dirs"
14323 } ||
test -d "$as_dir" || as_fn_error
"cannot create directory $as_dir"
14327 if mkdir
-p .
2>/dev
/null
; then
14328 as_mkdir_p
='mkdir -p "$as_dir"'
14330 test -d .
/-p && rmdir .
/-p
14334 if test -x / >/dev
/null
2>&1; then
14335 as_test_x
='test -x'
14337 if ls -dL / >/dev
/null
2>&1; then
14344 if test -d "$1"; then
14350 case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #((
14351 ???[sx]*):;;*)false;;esac;fi
14355 as_executable_p
=$as_test_x
14357 # Sed expression to map a string onto a valid CPP name.
14358 as_tr_cpp
="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
14360 # Sed expression to map a string onto a valid variable name.
14361 as_tr_sh
="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
14365 ## ----------------------------------- ##
14366 ## Main body of $CONFIG_STATUS script. ##
14367 ## ----------------------------------- ##
14369 test $as_write_fail = 0 && chmod +x
$CONFIG_STATUS || ac_write_fail
=1
14371 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail
=1
14372 # Save the log message, to keep $0 and so on meaningful, and to
14373 # report actual input values of CONFIG_FILES etc. instead of their
14374 # values after options handling.
14376 This file was extended by $as_me, which was
14377 generated by GNU Autoconf 2.64. Invocation command line was
14379 CONFIG_FILES = $CONFIG_FILES
14380 CONFIG_HEADERS = $CONFIG_HEADERS
14381 CONFIG_LINKS = $CONFIG_LINKS
14382 CONFIG_COMMANDS = $CONFIG_COMMANDS
14385 on `(hostname || uname -n) 2>/dev/null | sed 1q`
14390 case $ac_config_files in *"
14391 "*) set x
$ac_config_files; shift; ac_config_files
=$
*;;
14396 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
14397 # Files that config.status was made for.
14398 config_files="$ac_config_files"
14402 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail
=1
14404 \`$as_me' instantiates files and other configuration actions
14405 from templates according to the current configuration. Unless the files
14406 and actions are specified as TAGs, all are instantiated by default.
14408 Usage: $0 [OPTION]... [TAG]...
14410 -h, --help print this help, then exit
14411 -V, --version print version number and configuration settings, then exit
14412 -q, --quiet, --silent
14413 do not print progress messages
14414 -d, --debug don't remove temporary files
14415 --recheck update $as_me by reconfiguring in the same conditions
14416 --file=FILE[:TEMPLATE]
14417 instantiate the configuration file FILE
14419 Configuration files:
14422 Report bugs to the package provider."
14425 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
14428 configured by $0, generated by GNU Autoconf 2.64,
14429 with options \\"`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
14431 Copyright (C) 2009 Free Software Foundation, Inc.
14432 This config.status script is free software; the Free Software Foundation
14433 gives unlimited permission to copy, distribute and modify it."
14439 test -n "\$AWK" || AWK=awk
14442 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail
=1
14443 # The default lists apply if the user does not specify any file.
14449 ac_option
=`expr "X$1" : 'X\([^=]*\)='`
14450 ac_optarg
=`expr "X$1" : 'X[^=]*=\(.*\)'`
14461 # Handling of the options.
14462 -recheck |
--recheck |
--rechec |
--reche |
--rech |
--rec |
--re |
--r)
14464 --version |
--versio |
--versi |
--vers |
--ver |
--ve |
--v |
-V )
14465 $as_echo "$ac_cs_version"; exit ;;
14466 --debug |
--debu |
--deb |
--de |
--d |
-d )
14468 --file |
--fil |
--fi |
--f )
14471 *\'*) ac_optarg
=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
14473 as_fn_append CONFIG_FILES
" '$ac_optarg'"
14474 ac_need_defaults
=false
;;
14475 --he |
--h |
--help |
--hel |
-h )
14476 $as_echo "$ac_cs_usage"; exit ;;
14477 -q |
-quiet |
--quiet |
--quie |
--qui |
--qu |
--q \
14478 |
-silent |
--silent |
--silen |
--sile |
--sil |
--si |
--s)
14481 # This is an error.
14482 -*) as_fn_error
"unrecognized option: \`$1'
14483 Try \`$0 --help' for more information." ;;
14485 *) as_fn_append ac_config_targets
" $1"
14486 ac_need_defaults
=false
;;
14492 ac_configure_extra_args
=
14494 if $ac_cs_silent; then
14496 ac_configure_extra_args
="$ac_configure_extra_args --silent"
14500 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
14501 if \$ac_cs_recheck; then
14502 set X '$SHELL' '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
14504 \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
14505 CONFIG_SHELL='$SHELL'
14506 export CONFIG_SHELL
14511 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail
=1
14515 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
14516 ## Running $as_me. ##
14522 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
14526 extrasub_build="$extrasub_build"
14527 extrasub_host="$extrasub_host"
14528 extrasub_target="$extrasub_target"
14532 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail
=1
14534 # Handling of arguments.
14535 for ac_config_target
in $ac_config_targets
14537 case $ac_config_target in
14538 "Makefile") CONFIG_FILES
="$CONFIG_FILES Makefile" ;;
14540 *) as_fn_error
"invalid argument: \`$ac_config_target'" "$LINENO" 5;;
14545 # If the user did not use the arguments to specify the items to instantiate,
14546 # then the envvar interface is used. Set only those that are not.
14547 # We use the long form for the default assignment because of an extremely
14548 # bizarre bug on SunOS 4.1.3.
14549 if $ac_need_defaults; then
14550 test "${CONFIG_FILES+set}" = set || CONFIG_FILES
=$config_files
14553 # Have a temporary directory for convenience. Make it in the build tree
14554 # simply because there is no reason against having it here, and in addition,
14555 # creating and moving files from /tmp can sometimes cause problems.
14556 # Hook for its removal unless debugging.
14557 # Note that there is a small window in which the directory will not be cleaned:
14558 # after its creation but before its name has been assigned to `$tmp'.
14562 trap 'exit_status=$?
14563 { test -z "$tmp" || test ! -d "$tmp" || rm -fr "$tmp"; } && exit $exit_status
14565 trap 'as_fn_exit 1' 1 2 13 15
14567 # Create a (secure) tmp directory for tmp files.
14570 tmp
=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
14571 test -n "$tmp" && test -d "$tmp"
14574 tmp
=.
/conf$$
-$RANDOM
14575 (umask 077 && mkdir
"$tmp")
14576 } || as_fn_error
"cannot create a temporary directory in ." "$LINENO" 5
14578 # Set up the scripts for CONFIG_FILES section.
14579 # No need to generate them if there are no CONFIG_FILES.
14580 # This happens for instance with `./config.status config.h'.
14581 if test -n "$CONFIG_FILES"; then
14583 if $AWK 'BEGIN { getline <"/dev/null" }' </dev
/null
2>/dev
/null
; then
14584 ac_cs_awk_getline
=:
14585 ac_cs_awk_pipe_init
=
14586 ac_cs_awk_read_file
='
14587 while ((getline aline < (F[key])) > 0)
14590 ac_cs_awk_pipe_fini
=
14592 ac_cs_awk_getline
=false
14593 ac_cs_awk_pipe_init
="print \"cat <<'|#_!!_#|' &&\""
14594 ac_cs_awk_read_file
='
14596 print "cat " F[key] " &&"
14597 '$ac_cs_awk_pipe_init
14598 # The final `:' finishes the AND list.
14599 ac_cs_awk_pipe_fini
='END { print "|#_!!_#|"; print ":" }'
14601 ac_cr
=`echo X | tr X '\015'`
14602 # On cygwin, bash can eat \r inside `` if the user requested igncr.
14603 # But we know of no other shell where ac_cr would be empty at this
14604 # point, so we can use a bashism as a fallback.
14605 if test "x$ac_cr" = x
; then
14606 eval ac_cr
=\$
\'\\r
\'
14608 ac_cs_awk_cr
=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
14609 if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
14612 ac_cs_awk_cr
=$ac_cr
14615 echo 'BEGIN {' >"$tmp/subs1.awk" &&
14618 # Create commands to substitute file output variables.
14620 echo "cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1" &&
14621 echo 'cat >>"\$tmp/subs1.awk" <<\\_ACAWK &&' &&
14622 echo "$ac_subst_files" |
sed 's/.*/F["&"]="$&"/' &&
14625 } >conf$
$files.sh
&&
14626 . .
/conf$
$files.sh ||
14627 as_fn_error
"could not make $CONFIG_STATUS" "$LINENO" 5
14628 rm -f conf$
$files.sh
14631 echo "cat >conf$$subs.awk <<_ACEOF" &&
14632 echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
14634 } >conf$$subs.sh ||
14635 as_fn_error "could not
make $CONFIG_STATUS" "$LINENO" 5
14636 ac_delim_num=`echo "$ac_subst_vars" | grep -c '$'`
14638 for ac_last_try in false false false false false :; do
14639 . ./conf$$subs.sh ||
14640 as_fn_error "could not
make $CONFIG_STATUS" "$LINENO" 5
14642 ac_delim_n=`sed -n "s
/.
*$ac_delim\$
/X
/p
" conf$$subs.awk | grep -c X`
14643 if test $ac_delim_n = $ac_delim_num; then
14645 elif $ac_last_try; then
14646 as_fn_error "could not
make $CONFIG_STATUS" "$LINENO" 5
14648 ac_delim="$ac_delim!$ac_delim _
$ac_delim!! "
14651 rm -f conf$$subs.sh
14653 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
14654 cat >>"\
$tmp/subs1.
awk" <<\\_ACAWK &&
14658 s/^/S["/; s
/!.
*/"]=/
14668 s/\(.\{148\}\).*/\1/
14670 s/["\\]/\\&/g
; s
/^
/"/; s/$/\\n"\\/
14675 s
/["\\]/\\&/g; s/^/"/; s
/$
/"\\/
14682 s/\(.\{148\}\).*/\1/
14684 s/["\\]/\\&/g
; s
/^
/"/; s/$/"/
14688 s
/["\\]/\\&/g; s/^/"/; s
/$
/"\\/
14693 ' <conf$$subs.awk | sed '
14698 ' >>$CONFIG_STATUS || ac_write_fail=1
14699 rm -f conf$$subs.awk
14700 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
14702 cat >>"\
$tmp/subs1.
awk" <<_ACAWK &&
14703 for (key in S) S_is_set[key] = 1
14705 \$ac_cs_awk_pipe_init
14709 nfields = split(line, field, "@
")
14711 len = length(field[1])
14712 for (i = 2; i < nfields; i++) {
14714 keylen = length(key)
14715 if (S_is_set[key]) {
14717 line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
14718 len += length(value) + length(field[++i])
14723 if (nfields == 3 && !substed) {
14725 if (F[key] != "" && line ~ /^[ ]*@.*@[ ]*$/) {
14726 \$ac_cs_awk_read_file
14732 \$ac_cs_awk_pipe_fini
14735 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
14736 if sed "s
/$ac_cr//" < /dev/null > /dev/null 2>&1; then
14737 sed "s
/$ac_cr\$
//; s
/$ac_cr/$ac_cs_awk_cr/g
"
14740 fi < "$tmp/subs1.
awk" > "$tmp/subs.
awk" \
14741 || as_fn_error "could not setup config files machinery
" "$LINENO" 5
14744 # VPATH may cause trouble with some makes, so we remove $(srcdir),
14745 # ${srcdir} and @srcdir@ from VPATH if srcdir is ".
", strip leading and
14746 # trailing colons and then remove the whole line if VPATH becomes empty
14747 # (actually we leave an empty line to preserve line numbers).
14748 if test "x
$srcdir" = x.; then
14749 ac_vpsub='/^[ ]*VPATH[ ]*=/{
14750 s/:*\$(srcdir):*/:/
14751 s/:*\${srcdir}:*/:/
14753 s/^\([^=]*=[ ]*\):*/\1/
14759 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
14760 fi # test -n "$CONFIG_FILES"
14763 eval set X " :F
$CONFIG_FILES "
14768 :[FHLC]) ac_mode=$ac_tag; continue;;
14770 case $ac_mode$ac_tag in
14772 :L* | :C*:*) as_fn_error "invalid tag \
`$ac_tag'" "$LINENO" 5;;
14773 :[FH]-) ac_tag=-:-;;
14774 :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
14791 -) ac_f="$tmp/stdin";;
14792 *) # Look for the file first in the build tree, then in the source tree
14793 # (if the path is not absolute). The absolute path cannot be DOS-style,
14794 # because $ac_f cannot contain `:'.
14798 *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
14800 as_fn_error "cannot find input file: \`$ac_f'" "$LINENO" 5;;
14802 case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s
/'/'\\\\\\\\''/g
"`;; esac
14803 as_fn_append ac_file_inputs " '$ac_f'"
14806 # Let's still pretend it is `configure' which instantiates (i.e., don't
14807 # use $as_me), people would be surprised to read:
14808 # /* config.h. Generated by config.status. */
14809 configure_input='Generated from '`
14810 $as_echo "$
*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
14812 if test x"$ac_file" != x-; then
14813 configure_input="$ac_file.
$configure_input"
14814 { $as_echo "$as_me:${as_lineno-$LINENO}: creating
$ac_file" >&5
14815 $as_echo "$as_me: creating
$ac_file" >&6;}
14817 # Neutralize special characters interpreted by sed in replacement strings.
14818 case $configure_input in #(
14819 *\&* | *\|* | *\\* )
14820 ac_sed_conf_input=`$as_echo "$configure_input" |
14821 sed 's/[\\\\&|]/\\\\&/g'`;; #(
14822 *) ac_sed_conf_input=$configure_input;;
14826 *:-:* | *:-) cat >"$tmp/stdin
" \
14827 || as_fn_error "could not create
$ac_file" "$LINENO" 5 ;;
14832 ac_dir=`$as_dirname -- "$ac_file" ||
14833 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
14834 X"$ac_file" : 'X\(//\)[^/]' \| \
14835 X"$ac_file" : 'X\(//\)$' \| \
14836 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
14837 $as_echo X"$ac_file" |
14838 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
14842 /^X\(\/\/\)[^/].*/{
14855 as_dir="$ac_dir"; as_fn_mkdir_p
14859 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
14861 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
14862 # A "..
" for each directory in $ac_dir_suffix.
14863 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
14864 case $ac_top_builddir_sub in
14865 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
14866 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
14869 ac_abs_top_builddir=$ac_pwd
14870 ac_abs_builddir=$ac_pwd$ac_dir_suffix
14871 # for backward compatibility:
14872 ac_top_builddir=$ac_top_build_prefix
14875 .) # We are building in place.
14877 ac_top_srcdir=$ac_top_builddir_sub
14878 ac_abs_top_srcdir=$ac_pwd ;;
14879 [\\/]* | ?:[\\/]* ) # Absolute name.
14880 ac_srcdir=$srcdir$ac_dir_suffix;
14881 ac_top_srcdir=$srcdir
14882 ac_abs_top_srcdir=$srcdir ;;
14883 *) # Relative name.
14884 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
14885 ac_top_srcdir=$ac_top_build_prefix$srcdir
14886 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
14888 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
14898 [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
14899 *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
14903 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
14904 # If the template does not know about datarootdir, expand it.
14905 # FIXME: This hack should be removed a few years after 2.60.
14906 ac_datarootdir_hack=; ac_datarootdir_seen=
14917 case `eval "sed -n \"\
$ac_sed_dataroot\" $ac_file_inputs"` in
14918 *datarootdir*) ac_datarootdir_seen=yes;;
14919 *@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
14920 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING
: $ac_file_inputs seems to ignore the
--datarootdir setting
" >&5
14921 $as_echo "$as_me: WARNING
: $ac_file_inputs seems to ignore the
--datarootdir setting
" >&2;}
14923 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
14924 ac_datarootdir_hack='
14925 s&@datadir@&$datadir&g
14926 s&@docdir@&$docdir&g
14927 s&@infodir@&$infodir&g
14928 s&@localedir@&$localedir&g
14929 s&@mandir@&$mandir&g
14930 s&\\\${datarootdir}&$datarootdir&g' ;;
14934 # Neutralize VPATH when `$srcdir' = `.'.
14935 # Shell code in configure.ac might set extrasub.
14936 # FIXME: do we really want to maintain this feature?
14937 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
14938 ac_sed_extra="$ac_vpsub
14941 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail
=1
14943 /@
[a-zA-Z_
][a-zA-Z_0-9
]*@
/!b
14944 s|@configure_input@|
$ac_sed_conf_input|
;t t
14945 s
&@top_builddir@
&$ac_top_builddir_sub&;t t
14946 s
&@top_build_prefix@
&$ac_top_build_prefix&;t t
14947 s
&@srcdir@
&$ac_srcdir&;t t
14948 s
&@abs_srcdir@
&$ac_abs_srcdir&;t t
14949 s
&@top_srcdir@
&$ac_top_srcdir&;t t
14950 s
&@abs_top_srcdir@
&$ac_abs_top_srcdir&;t t
14951 s
&@builddir@
&$ac_builddir&;t t
14952 s
&@abs_builddir@
&$ac_abs_builddir&;t t
14953 s
&@abs_top_builddir@
&$ac_abs_top_builddir&;t t
14954 s
&@INSTALL@
&$ac_INSTALL&;t t
14955 $ac_datarootdir_hack
14957 eval sed \"\$ac_sed_extra\" "$ac_file_inputs" |
14958 if $ac_cs_awk_getline; then
14959 $AWK -f "$tmp/subs.
awk"
14961 $AWK -f "$tmp/subs.
awk" | $SHELL
14963 || as_fn_error "could not create
$ac_file" "$LINENO" 5
14965 test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
14966 { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out
"`; test -n "$ac_out"; } &&
14967 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' "$tmp/out
"`; test -z "$ac_out"; } &&
14968 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING
: $ac_file contains a reference to the variable \
`datarootdir'
14969 which seems to be undefined. Please make sure it is defined." >&5
14970 $as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir
'
14971 which seems to be undefined. Please make sure it is defined." >&2;}
14975 -) cat "$tmp/out" && rm -f "$tmp/out";;
14976 *) rm -f "$ac_file" && mv "$tmp/out" "$ac_file";;
14978 || as_fn_error "could not create $ac_file" "$LINENO" 5
14986 case $ac_file$ac_mode in
14987 "Makefile":F) sed "$extrasub_build" Makefile |
14988 sed "$extrasub_host" |
14989 sed "$extrasub_target" > mf$$
14990 mv -f mf$$ Makefile ;;
14998 ac_clean_files=$ac_clean_files_save
15000 test $ac_write_fail = 0 ||
15001 as_fn_error "write failure creating $CONFIG_STATUS" "$LINENO" 5
15004 # configure is writing to config.log, and then calls config.status.
15005 # config.status does its own redirection, appending to config.log.
15006 # Unfortunately, on DOS this fails, as config.log is still kept open
15007 # by configure, so config.status won't be able to
write to it
; its
15008 # output is simply discarded. So we exec the FD to /dev/null,
15009 # effectively closing config.log, so it can be properly (re)opened and
15010 # appended to by config.status. When coming back to configure, we
15011 # need to make the FD available again.
15012 if test "$no_create" != yes; then
15014 ac_config_status_args
=
15015 test "$silent" = yes &&
15016 ac_config_status_args
="$ac_config_status_args --quiet"
15018 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success
=false
15020 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
15021 # would make configure fail if this is the last instruction.
15022 $ac_cs_success || as_fn_exit $?
15024 if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no
; then
15025 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
15026 $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}