3 # Guess values for system-dependent variables and create Makefiles.
4 # Generated automatically using autoconf version 2.13
5 # Copyright (C) 1992, 93, 94, 95, 96 Free Software Foundation, Inc.
7 # This configure script is free software; the Free Software Foundation
8 # gives unlimited permission to copy, distribute and modify it.
12 ac_default_prefix
=/usr
/local
13 # Any additions from configure.in:
15 --with-build-libsubdir=[DIR] Directory where to find libraries for build system"
17 --enable-libada Builds libada directory"
19 --enable-libssp Builds libssp directory"
21 --with-mpfr-dir=PATH This option has been REMOVED"
23 --with-mpfr=PATH Specify prefix directory for installed MPFR package
24 Equivalent to --with-mpfr-include=PATH/include
25 plus --with-mpfr-lib=PATH/lib"
27 --with-mpfr-include=PATH
28 Specify directory for installed MPFR include files"
30 --with-mpfr-lib=PATH Specify the directory for the installed MPFR library"
32 --with-gmp-dir=PATH This option has been REMOVED"
34 --with-gmp=PATH Specify prefix directory for the installed GMP package
35 Equivalent to --with-gmp-include=PATH/include
36 plus --with-gmp-lib=PATH/lib"
38 --with-gmp-include=PATH Specify directory for installed GMP include files"
40 --with-gmp-lib=PATH Specify the directory for the installed GMP library"
42 --enable-stage1-languages[=all] choose additional languages to build during
43 stage1. Mostly useful for compiler development."
45 --enable-objc-gc enable the use of Boehm's garbage collector with
46 the GNU Objective-C runtime."
48 --with-build-sysroot=sysroot
49 use sysroot as the system root during the build"
51 --enable-bootstrap Enable bootstrapping [yes if native build]"
53 --enable-serial-[{host,target,build}-]configure
54 Force sequential configuration of
55 sub-packages for the host, target or build
56 machine, or all sub-packages"
58 --with-build-time-tools=path
59 use given path to find target tools during the build"
61 --enable-maintainer-mode enable make rules and dependencies not useful
62 (and sometimes confusing) to the casual installer"
64 --enable-stage1-checking[=all] choose additional checking for stage1
67 --enable-werror enable -Werror in bootstrap stage2 and later"
69 --with-datarootdir Use datarootdir as the data root directory."
71 --with-docdir Install documentation in this directory."
73 --with-htmldir Install html in this directory."
75 # Initialize some variables set by options.
76 # The variables have the same names as the options, with
77 # dashes changed to underlines.
79 cache_file
=.
/config.cache
88 program_transform_name
=s
,x
,x
,
96 bindir
='${exec_prefix}/bin'
97 sbindir
='${exec_prefix}/sbin'
98 libexecdir
='${exec_prefix}/libexec'
99 datadir
='${prefix}/share'
100 sysconfdir
='${prefix}/etc'
101 sharedstatedir
='${prefix}/com'
102 localstatedir
='${prefix}/var'
103 libdir
='${exec_prefix}/lib'
104 includedir
='${prefix}/include'
105 oldincludedir
='/usr/include'
106 infodir
='${prefix}/info'
107 mandir
='${prefix}/man'
109 # Initialize some other variables.
112 SHELL
=${CONFIG_SHELL-/bin/sh}
113 # Maximum number of lines to put in a shell here document.
120 # If the previous option needs an argument, assign it.
121 if test -n "$ac_prev"; then
122 eval "$ac_prev=\$ac_option"
128 -*=*) ac_optarg
=`echo "$ac_option" | sed 's/[-_a-zA-Z0-9]*=//'` ;;
132 # Accept the important Cygnus configure options, so we can diagnose typos.
136 -bindir |
--bindir |
--bindi |
--bind |
--bin |
--bi)
138 -bindir=* |
--bindir=* |
--bindi=* |
--bind=* |
--bin=* |
--bi=*)
139 bindir
="$ac_optarg" ;;
141 -build |
--build |
--buil |
--bui |
--bu)
143 -build=* |
--build=* |
--buil=* |
--bui=* |
--bu=*)
144 build
="$ac_optarg" ;;
146 -cache-file |
--cache-file |
--cache-fil |
--cache-fi \
147 |
--cache-f |
--cache- |
--cache |
--cach |
--cac |
--ca |
--c)
148 ac_prev
=cache_file
;;
149 -cache-file=* |
--cache-file=* |
--cache-fil=* |
--cache-fi=* \
150 |
--cache-f=* |
--cache-=* |
--cache=* |
--cach=* |
--cac=* |
--ca=* |
--c=*)
151 cache_file
="$ac_optarg" ;;
153 -datadir |
--datadir |
--datadi |
--datad |
--data |
--dat |
--da)
155 -datadir=* |
--datadir=* |
--datadi=* |
--datad=* |
--data=* |
--dat=* \
157 datadir
="$ac_optarg" ;;
159 -disable-* |
--disable-*)
160 ac_feature
=`echo $ac_option|sed -e 's/-*disable-//'`
161 # Reject names that are not valid shell variable names.
162 if test -n "`echo $ac_feature| sed 's/[-a-zA-Z0-9_]//g'`"; then
163 { echo "configure: error: $ac_feature: invalid feature name" 1>&2; exit 1; }
165 ac_feature
=`echo $ac_feature| sed 's/-/_/g'`
166 eval "enable_${ac_feature}=no" ;;
168 -enable-* |
--enable-*)
169 ac_feature
=`echo $ac_option|sed -e 's/-*enable-//' -e 's/=.*//'`
170 # Reject names that are not valid shell variable names.
171 if test -n "`echo $ac_feature| sed 's/[-_a-zA-Z0-9]//g'`"; then
172 { echo "configure: error: $ac_feature: invalid feature name" 1>&2; exit 1; }
174 ac_feature
=`echo $ac_feature| sed 's/-/_/g'`
179 eval "enable_${ac_feature}='$ac_optarg'" ;;
181 -exec-prefix |
--exec_prefix |
--exec-prefix |
--exec-prefi \
182 |
--exec-pref |
--exec-pre |
--exec-pr |
--exec-p |
--exec- \
183 |
--exec |
--exe |
--ex)
184 ac_prev
=exec_prefix
;;
185 -exec-prefix=* |
--exec_prefix=* |
--exec-prefix=* |
--exec-prefi=* \
186 |
--exec-pref=* |
--exec-pre=* |
--exec-pr=* |
--exec-p=* |
--exec-=* \
187 |
--exec=* |
--exe=* |
--ex=*)
188 exec_prefix
="$ac_optarg" ;;
190 -gas |
--gas |
--ga |
--g)
191 # Obsolete; use --with-gas.
194 -help |
--help |
--hel |
--he)
195 # Omit some internal or obsolete options to make the list less imposing.
196 # This message is too long to be a string in the A/UX 3.1 sh.
198 Usage: configure [options] [host]
199 Options: [defaults in brackets after descriptions]
201 --cache-file=FILE cache test results in FILE
202 --help print this message
203 --no-create do not create output files
204 --quiet, --silent do not print \`checking...' messages
205 --version print the version of autoconf that created configure
206 Directory and file names:
207 --prefix=PREFIX install architecture-independent files in PREFIX
209 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
211 --bindir=DIR user executables in DIR [EPREFIX/bin]
212 --sbindir=DIR system admin executables in DIR [EPREFIX/sbin]
213 --libexecdir=DIR program executables in DIR [EPREFIX/libexec]
214 --datadir=DIR read-only architecture-independent data in DIR
216 --sysconfdir=DIR read-only single-machine data in DIR [PREFIX/etc]
217 --sharedstatedir=DIR modifiable architecture-independent data in DIR
219 --localstatedir=DIR modifiable single-machine data in DIR [PREFIX/var]
220 --libdir=DIR object code libraries in DIR [EPREFIX/lib]
221 --includedir=DIR C header files in DIR [PREFIX/include]
222 --oldincludedir=DIR C header files for non-gcc in DIR [/usr/include]
223 --infodir=DIR info documentation in DIR [PREFIX/info]
224 --mandir=DIR man documentation in DIR [PREFIX/man]
225 --srcdir=DIR find the sources in DIR [configure dir or ..]
226 --program-prefix=PREFIX prepend PREFIX to installed program names
227 --program-suffix=SUFFIX append SUFFIX to installed program names
228 --program-transform-name=PROGRAM
229 run sed PROGRAM on installed program names
233 --build=BUILD configure for building on BUILD [BUILD=HOST]
234 --host=HOST configure for HOST [guessed]
235 --target=TARGET configure for TARGET [TARGET=HOST]
236 Features and packages:
237 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
238 --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
239 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
240 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
241 --x-includes=DIR X include files are in DIR
242 --x-libraries=DIR X library files are in DIR
244 if test -n "$ac_help"; then
245 echo "--enable and --with options recognized:$ac_help"
249 -host |
--host |
--hos |
--ho)
251 -host=* |
--host=* |
--hos=* |
--ho=*)
254 -includedir |
--includedir |
--includedi |
--included |
--include \
255 |
--includ |
--inclu |
--incl |
--inc)
256 ac_prev
=includedir
;;
257 -includedir=* |
--includedir=* |
--includedi=* |
--included=* |
--include=* \
258 |
--includ=* |
--inclu=* |
--incl=* |
--inc=*)
259 includedir
="$ac_optarg" ;;
261 -infodir |
--infodir |
--infodi |
--infod |
--info |
--inf)
263 -infodir=* |
--infodir=* |
--infodi=* |
--infod=* |
--info=* |
--inf=*)
264 infodir
="$ac_optarg" ;;
266 -libdir |
--libdir |
--libdi |
--libd)
268 -libdir=* |
--libdir=* |
--libdi=* |
--libd=*)
269 libdir
="$ac_optarg" ;;
271 -libexecdir |
--libexecdir |
--libexecdi |
--libexecd |
--libexec \
272 |
--libexe |
--libex |
--libe)
273 ac_prev
=libexecdir
;;
274 -libexecdir=* |
--libexecdir=* |
--libexecdi=* |
--libexecd=* |
--libexec=* \
275 |
--libexe=* |
--libex=* |
--libe=*)
276 libexecdir
="$ac_optarg" ;;
278 -localstatedir |
--localstatedir |
--localstatedi |
--localstated \
279 |
--localstate |
--localstat |
--localsta |
--localst \
280 |
--locals |
--local |
--loca |
--loc |
--lo)
281 ac_prev
=localstatedir
;;
282 -localstatedir=* |
--localstatedir=* |
--localstatedi=* |
--localstated=* \
283 |
--localstate=* |
--localstat=* |
--localsta=* |
--localst=* \
284 |
--locals=* |
--local=* |
--loca=* |
--loc=* |
--lo=*)
285 localstatedir
="$ac_optarg" ;;
287 -mandir |
--mandir |
--mandi |
--mand |
--man |
--ma |
--m)
289 -mandir=* |
--mandir=* |
--mandi=* |
--mand=* |
--man=* |
--ma=* |
--m=*)
290 mandir
="$ac_optarg" ;;
293 # Obsolete; use --without-fp.
296 -no-create |
--no-create |
--no-creat |
--no-crea |
--no-cre \
300 -no-recursion |
--no-recursion |
--no-recursio |
--no-recursi \
301 |
--no-recurs |
--no-recur |
--no-recu |
--no-rec |
--no-re |
--no-r)
304 -oldincludedir |
--oldincludedir |
--oldincludedi |
--oldincluded \
305 |
--oldinclude |
--oldinclud |
--oldinclu |
--oldincl |
--oldinc \
306 |
--oldin |
--oldi |
--old |
--ol |
--o)
307 ac_prev
=oldincludedir
;;
308 -oldincludedir=* |
--oldincludedir=* |
--oldincludedi=* |
--oldincluded=* \
309 |
--oldinclude=* |
--oldinclud=* |
--oldinclu=* |
--oldincl=* |
--oldinc=* \
310 |
--oldin=* |
--oldi=* |
--old=* |
--ol=* |
--o=*)
311 oldincludedir
="$ac_optarg" ;;
313 -prefix |
--prefix |
--prefi |
--pref |
--pre |
--pr |
--p)
315 -prefix=* |
--prefix=* |
--prefi=* |
--pref=* |
--pre=* |
--pr=* |
--p=*)
316 prefix
="$ac_optarg" ;;
318 -program-prefix |
--program-prefix |
--program-prefi |
--program-pref \
319 |
--program-pre |
--program-pr |
--program-p)
320 ac_prev
=program_prefix
;;
321 -program-prefix=* |
--program-prefix=* |
--program-prefi=* \
322 |
--program-pref=* |
--program-pre=* |
--program-pr=* |
--program-p=*)
323 program_prefix
="$ac_optarg" ;;
325 -program-suffix |
--program-suffix |
--program-suffi |
--program-suff \
326 |
--program-suf |
--program-su |
--program-s)
327 ac_prev
=program_suffix
;;
328 -program-suffix=* |
--program-suffix=* |
--program-suffi=* \
329 |
--program-suff=* |
--program-suf=* |
--program-su=* |
--program-s=*)
330 program_suffix
="$ac_optarg" ;;
332 -program-transform-name |
--program-transform-name \
333 |
--program-transform-nam |
--program-transform-na \
334 |
--program-transform-n |
--program-transform- \
335 |
--program-transform |
--program-transfor \
336 |
--program-transfo |
--program-transf \
337 |
--program-trans |
--program-tran \
338 |
--progr-tra |
--program-tr |
--program-t)
339 ac_prev
=program_transform_name
;;
340 -program-transform-name=* |
--program-transform-name=* \
341 |
--program-transform-nam=* |
--program-transform-na=* \
342 |
--program-transform-n=* |
--program-transform-=* \
343 |
--program-transform=* |
--program-transfor=* \
344 |
--program-transfo=* |
--program-transf=* \
345 |
--program-trans=* |
--program-tran=* \
346 |
--progr-tra=* |
--program-tr=* |
--program-t=*)
347 program_transform_name
="$ac_optarg" ;;
349 -q |
-quiet |
--quiet |
--quie |
--qui |
--qu |
--q \
350 |
-silent |
--silent |
--silen |
--sile |
--sil)
353 -sbindir |
--sbindir |
--sbindi |
--sbind |
--sbin |
--sbi |
--sb)
355 -sbindir=* |
--sbindir=* |
--sbindi=* |
--sbind=* |
--sbin=* \
357 sbindir
="$ac_optarg" ;;
359 -sharedstatedir |
--sharedstatedir |
--sharedstatedi \
360 |
--sharedstated |
--sharedstate |
--sharedstat |
--sharedsta \
361 |
--sharedst |
--shareds |
--shared |
--share |
--shar \
363 ac_prev
=sharedstatedir
;;
364 -sharedstatedir=* |
--sharedstatedir=* |
--sharedstatedi=* \
365 |
--sharedstated=* |
--sharedstate=* |
--sharedstat=* |
--sharedsta=* \
366 |
--sharedst=* |
--shareds=* |
--shared=* |
--share=* |
--shar=* \
368 sharedstatedir
="$ac_optarg" ;;
370 -site |
--site |
--sit)
372 -site=* |
--site=* |
--sit=*)
375 -srcdir |
--srcdir |
--srcdi |
--srcd |
--src |
--sr)
377 -srcdir=* |
--srcdir=* |
--srcdi=* |
--srcd=* |
--src=* |
--sr=*)
378 srcdir
="$ac_optarg" ;;
380 -sysconfdir |
--sysconfdir |
--sysconfdi |
--sysconfd |
--sysconf \
381 |
--syscon |
--sysco |
--sysc |
--sys |
--sy)
382 ac_prev
=sysconfdir
;;
383 -sysconfdir=* |
--sysconfdir=* |
--sysconfdi=* |
--sysconfd=* |
--sysconf=* \
384 |
--syscon=* |
--sysco=* |
--sysc=* |
--sys=* |
--sy=*)
385 sysconfdir
="$ac_optarg" ;;
387 -target |
--target |
--targe |
--targ |
--tar |
--ta |
--t)
389 -target=* |
--target=* |
--targe=* |
--targ=* |
--tar=* |
--ta=* |
--t=*)
390 target
="$ac_optarg" ;;
392 -v |
-verbose |
--verbose |
--verbos |
--verbo |
--verb)
395 -version |
--version |
--versio |
--versi |
--vers)
396 echo "configure generated by autoconf version 2.13"
400 ac_package
=`echo $ac_option|sed -e 's/-*with-//' -e 's/=.*//'`
401 # Reject names that are not valid shell variable names.
402 if test -n "`echo $ac_package| sed 's/[-_a-zA-Z0-9]//g'`"; then
403 { echo "configure: error: $ac_package: invalid package name" 1>&2; exit 1; }
405 ac_package
=`echo $ac_package| sed 's/-/_/g'`
410 eval "with_${ac_package}='$ac_optarg'" ;;
412 -without-* |
--without-*)
413 ac_package
=`echo $ac_option|sed -e 's/-*without-//'`
414 # Reject names that are not valid shell variable names.
415 if test -n "`echo $ac_package| sed 's/[-a-zA-Z0-9_]//g'`"; then
416 { echo "configure: error: $ac_package: invalid package name" 1>&2; exit 1; }
418 ac_package
=`echo $ac_package| sed 's/-/_/g'`
419 eval "with_${ac_package}=no" ;;
422 # Obsolete; use --with-x.
425 -x-includes |
--x-includes |
--x-include |
--x-includ |
--x-inclu \
426 |
--x-incl |
--x-inc |
--x-in |
--x-i)
427 ac_prev
=x_includes
;;
428 -x-includes=* |
--x-includes=* |
--x-include=* |
--x-includ=* |
--x-inclu=* \
429 |
--x-incl=* |
--x-inc=* |
--x-in=* |
--x-i=*)
430 x_includes
="$ac_optarg" ;;
432 -x-libraries |
--x-libraries |
--x-librarie |
--x-librari \
433 |
--x-librar |
--x-libra |
--x-libr |
--x-lib |
--x-li |
--x-l)
434 ac_prev
=x_libraries
;;
435 -x-libraries=* |
--x-libraries=* |
--x-librarie=* |
--x-librari=* \
436 |
--x-librar=* |
--x-libra=* |
--x-libr=* |
--x-lib=* |
--x-li=* |
--x-l=*)
437 x_libraries
="$ac_optarg" ;;
439 -*) { echo "configure: error: $ac_option: invalid option; use --help to show usage" 1>&2; exit 1; }
443 if test -n "`echo $ac_option| sed 's/[-a-z0-9.]//g'`"; then
444 echo "configure: warning: $ac_option: invalid host type" 1>&2
446 if test "x$nonopt" != xNONE
; then
447 { echo "configure: error: can only configure for one host and one target at a time" 1>&2; exit 1; }
455 if test -n "$ac_prev"; then
456 { echo "configure: error: missing argument to --`echo $ac_prev | sed 's/_/-/g'`" 1>&2; exit 1; }
459 trap 'rm -fr conftest* confdefs* core core.* *.core $ac_clean_files; exit 1' 1 2 15
461 # File descriptor usage:
464 # 2 errors and warnings
465 # 3 some systems may open it to /dev/tty
466 # 4 used on the Kubota Titan
467 # 6 checking for... messages and results
468 # 5 compiler messages saved in config.log
469 if test "$silent" = yes; then
477 This file contains any messages produced by compilers while
478 running configure, to aid debugging if configure makes a mistake.
481 # Strip out --no-create and --no-recursion so they do not pile up.
482 # Also quote any args containing shell metacharacters.
487 -no-create |
--no-create |
--no-creat |
--no-crea |
--no-cre \
488 |
--no-cr |
--no-c) ;;
489 -no-recursion |
--no-recursion |
--no-recursio |
--no-recursi \
490 |
--no-recurs |
--no-recur |
--no-recu |
--no-rec |
--no-re |
--no-r) ;;
491 *" "*|
*" "*|
*[\
[\
]\~\
#\$\^\&\*\(\)\{\}\\\|\;\<\>\?]*)
492 ac_configure_args
="$ac_configure_args '$ac_arg'" ;;
493 *) ac_configure_args
="$ac_configure_args $ac_arg" ;;
498 # Only set these to C if already set. These must not be set unconditionally
499 # because not all systems understand e.g. LANG=C (notably SCO).
500 # Fixing LC_MESSAGES prevents Solaris sh from translating var values in `set'!
501 # Non-C LC_CTYPE values break the ctype check.
502 if test "${LANG+set}" = set; then LANG
=C
; export LANG
; fi
503 if test "${LC_ALL+set}" = set; then LC_ALL
=C
; export LC_ALL
; fi
504 if test "${LC_MESSAGES+set}" = set; then LC_MESSAGES
=C
; export LC_MESSAGES
; fi
505 if test "${LC_CTYPE+set}" = set; then LC_CTYPE
=C
; export LC_CTYPE
; fi
507 # confdefs.h avoids OS command line length limits that DEFS can exceed.
508 rm -rf conftest
* confdefs.h
509 # AIX cpp loses on an empty file, so make sure it contains at least a newline.
512 # A filename unique to this package, relative to the directory that
513 # configure is in, which we can look for to find out if srcdir is correct.
514 ac_unique_file
=move-if-change
516 # Find the source files, if location was not specified.
517 if test -z "$srcdir"; then
518 ac_srcdir_defaulted
=yes
519 # Try the directory containing this script, then its parent.
521 ac_confdir
=`echo $ac_prog|sed 's%/[^/][^/]*$%%'`
522 test "x$ac_confdir" = "x$ac_prog" && ac_confdir
=.
524 if test ! -r $srcdir/$ac_unique_file; then
528 ac_srcdir_defaulted
=no
530 if test ! -r $srcdir/$ac_unique_file; then
531 if test "$ac_srcdir_defaulted" = yes; then
532 { echo "configure: error: can not find sources in $ac_confdir or .." 1>&2; exit 1; }
534 { echo "configure: error: can not find sources in $srcdir" 1>&2; exit 1; }
537 srcdir
=`echo "${srcdir}" | sed 's%\([^/]\)/*$%\1%'`
539 # Prefer explicitly selected file to automatically selected ones.
540 if test -z "$CONFIG_SITE"; then
541 if test "x$prefix" != xNONE
; then
542 CONFIG_SITE
="$prefix/share/config.site $prefix/etc/config.site"
544 CONFIG_SITE
="$ac_default_prefix/share/config.site $ac_default_prefix/etc/config.site"
547 for ac_site_file
in $CONFIG_SITE; do
548 if test -r "$ac_site_file"; then
549 echo "loading site script $ac_site_file"
554 if test -r "$cache_file"; then
555 echo "loading cache $cache_file"
558 echo "creating cache $cache_file"
563 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
564 ac_cpp
='$CPP $CPPFLAGS'
565 ac_compile
='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
566 ac_link
='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
567 cross_compiling
=$ac_cv_prog_cc_cross
571 if (echo "testing\c"; echo 1,2,3) |
grep c
>/dev
/null
; then
572 # Stardent Vistra SVR4 grep lacks -e, says ghazi@caip.rutgers.edu.
573 if (echo -n testing
; echo 1,2,3) |
sed s
/-n/xn
/ |
grep xn
>/dev
/null
; then
580 ac_n
= ac_c
='\c' ac_t
=
586 for ac_dir
in $srcdir $srcdir/..
$srcdir/..
/..
; do
587 if test -f $ac_dir/install-sh
; then
589 ac_install_sh
="$ac_aux_dir/install-sh -c"
591 elif test -f $ac_dir/install.sh
; then
593 ac_install_sh
="$ac_aux_dir/install.sh -c"
597 if test -z "$ac_aux_dir"; then
598 { echo "configure: error: can not find install-sh or install.sh in $srcdir $srcdir/.. $srcdir/../.." 1>&2; exit 1; }
600 ac_config_guess
=$ac_aux_dir/config.guess
601 ac_config_sub
=$ac_aux_dir/config.sub
602 ac_configure
=$ac_aux_dir/configure
# This should be Cygnus configure.
605 # Do some error checking and defaulting for the host and target type.
607 # configure --host=HOST --target=TARGET --build=BUILD NONOPT
610 # 1. You are not allowed to specify --host, --target, and nonopt at the
612 # 2. Host defaults to nonopt.
613 # 3. If nonopt is not specified, then host defaults to the current host,
614 # as determined by config.guess.
615 # 4. Target and build default to nonopt.
616 # 5. If nonopt is not specified, then target and build default to host.
618 # The aliases save the names the user supplied, while $host etc.
619 # will get canonicalized.
620 case $host---$target---$nonopt in
621 NONE---
*---* |
*---NONE---* |
*---*---NONE) ;;
622 *) { echo "configure: error: can only configure for one host and one target at a time" 1>&2; exit 1; } ;;
626 # Make sure we can run config.sub.
627 if ${CONFIG_SHELL-/bin/sh} $ac_config_sub sun4
>/dev
/null
2>&1; then :
628 else { echo "configure: error: can not run $ac_config_sub" 1>&2; exit 1; }
631 echo $ac_n "checking host system type""... $ac_c" 1>&6
632 echo "configure:633: checking host system type" >&5
635 case "$host_alias" in
639 if host_alias
=`${CONFIG_SHELL-/bin/sh} $ac_config_guess`; then :
640 else { echo "configure: error: can not guess host type; you must specify one" 1>&2; exit 1; }
642 *) host_alias
=$nonopt ;;
646 host=`${CONFIG_SHELL-/bin/sh} $ac_config_sub $host_alias`
647 host_cpu
=`echo $host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
648 host_vendor
=`echo $host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
649 host_os
=`echo $host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
650 echo "$ac_t""$host" 1>&6
652 echo $ac_n "checking target system type""... $ac_c" 1>&6
653 echo "configure:654: checking target system type" >&5
656 case "$target_alias" in
659 NONE
) target_alias
=$host_alias ;;
660 *) target_alias
=$nonopt ;;
664 target
=`${CONFIG_SHELL-/bin/sh} $ac_config_sub $target_alias`
665 target_cpu
=`echo $target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
666 target_vendor
=`echo $target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
667 target_os
=`echo $target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
668 echo "$ac_t""$target" 1>&6
670 echo $ac_n "checking build system type""... $ac_c" 1>&6
671 echo "configure:672: checking build system type" >&5
674 case "$build_alias" in
677 NONE
) build_alias
=$host_alias ;;
678 *) build_alias
=$nonopt ;;
682 build
=`${CONFIG_SHELL-/bin/sh} $ac_config_sub $build_alias`
683 build_cpu
=`echo $build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
684 build_vendor
=`echo $build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
685 build_os
=`echo $build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
686 echo "$ac_t""$build" 1>&6
688 test "$host_alias" != "$target_alias" &&
689 test "$program_prefix$program_suffix$program_transform_name" = \
691 program_prefix
=${target_alias}-
693 if test "$program_transform_name" = s
,x
,x
,; then
694 program_transform_name
=
696 # Double any \ or $. echo might interpret backslashes.
697 cat <<\EOF_SED
> conftestsed
698 s
,\\,\\\\,g
; s
,\$
,$$
,g
700 program_transform_name
="`echo $program_transform_name|sed -f conftestsed`"
703 test "$program_prefix" != NONE
&&
704 program_transform_name
="s,^,${program_prefix},; $program_transform_name"
705 # Use a double $ so make ignores it.
706 test "$program_suffix" != NONE
&&
707 program_transform_name
="s,\$\$,${program_suffix},; $program_transform_name"
709 # sed with no file args requires a program.
710 test "$program_transform_name" = "" && program_transform_name
="s,x,x,"
713 # Get 'install' or 'install-sh' and its variants.
714 # Find a good install program. We prefer a C program (faster),
715 # so one script is as good as another. But avoid the broken or
716 # incompatible versions:
717 # SysV /etc/install, /usr/sbin/install
718 # SunOS /usr/etc/install
721 # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
722 # AFS /usr/afsws/bin/install, which mishandles nonexistent args
723 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
724 # ./install, which can be erroneously created by make from ./install.sh.
725 echo $ac_n "checking for a BSD compatible install""... $ac_c" 1>&6
726 echo "configure:727: checking for a BSD compatible install" >&5
727 if test -z "$INSTALL"; then
728 if eval "test \"`echo '$''{'ac_cv_path_install'+set}'`\" = set"; then
729 echo $ac_n "(cached) $ac_c" 1>&6
731 IFS
="${IFS= }"; ac_save_IFS
="$IFS"; IFS
=":"
732 for ac_dir
in $PATH; do
733 # Account for people who put trailing slashes in PATH elements.
735 /|.
/|.
//|
/etc
/*|
/usr
/sbin
/*|
/usr
/etc
/*|
/sbin
/*|
/usr
/afsws
/bin
/*|
/usr
/ucb
/*) ;;
737 # OSF1 and SCO ODT 3.0 have their own names for install.
738 # Don't use installbsd from OSF since it installs stuff as root
740 for ac_prog
in ginstall scoinst
install; do
741 if test -f $ac_dir/$ac_prog; then
742 if test $ac_prog = install &&
743 grep dspmsg
$ac_dir/$ac_prog >/dev
/null
2>&1; then
744 # AIX install. It has an incompatible calling convention.
747 ac_cv_path_install
="$ac_dir/$ac_prog -c"
758 if test "${ac_cv_path_install+set}" = set; then
759 INSTALL
="$ac_cv_path_install"
761 # As a last resort, use the slow shell script. We don't cache a
762 # path for INSTALL within a source directory, because that will
763 # break other packages using the cache if that directory is
764 # removed, or if the path is relative.
765 INSTALL
="$ac_install_sh"
768 echo "$ac_t""$INSTALL" 1>&6
770 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
771 # It thinks the first close brace ends the variable substitution.
772 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM
='${INSTALL}'
774 test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT
='${INSTALL_PROGRAM}'
776 test -z "$INSTALL_DATA" && INSTALL_DATA
='${INSTALL} -m 644'
778 echo $ac_n "checking whether ln works""... $ac_c" 1>&6
779 echo "configure:780: checking whether ln works" >&5
780 if eval "test \"`echo '$''{'acx_cv_prog_LN'+set}'`\" = set"; then
781 echo $ac_n "(cached) $ac_c" 1>&6
785 if ln conftestdata_f conftestdata_t
2>/dev
/null
791 rm -f conftestdata_f conftestdata_t
794 if test $acx_cv_prog_LN = no
; then
796 echo "$ac_t""no, using $LN" 1>&6
799 echo "$ac_t""yes" 1>&6
802 echo $ac_n "checking whether ln -s works""... $ac_c" 1>&6
803 echo "configure:804: checking whether ln -s works" >&5
804 if eval "test \"`echo '$''{'ac_cv_prog_LN_S'+set}'`\" = set"; then
805 echo $ac_n "(cached) $ac_c" 1>&6
808 if ln -s X conftestdata
2>/dev
/null
811 ac_cv_prog_LN_S
="ln -s"
816 LN_S
="$ac_cv_prog_LN_S"
817 if test "$ac_cv_prog_LN_S" = "ln -s"; then
818 echo "$ac_t""yes" 1>&6
820 echo "$ac_t""no" 1>&6
824 ### we might need to use some other shell than /bin/sh for running subshells
825 ### If we are on Windows, search for the shell. This will permit people
826 ### to not have /bin/sh, but to be able to see /SOME/PATH/sh configure
827 ### without also having to set CONFIG_SHELL. This code will work when
828 ### using bash, which sets OSTYPE.
831 if test x
${CONFIG_SHELL} = x
; then
832 if test ! -f /bin
/sh
; then
833 if test x
${SHELL} != x
&& test -f ${SHELL} ; then
834 CONFIG_SHELL
=${SHELL}
837 for prog
in sh sh.exe bash bash.exe
; do
838 IFS
="${IFS= }"; save_ifs
="$IFS"; IFS
="${IFS}:"
840 test -z "$dir" && dir
=.
841 if test -f $dir/$prog; then
842 CONFIG_SHELL
=$dir/$prog
848 test -n "${CONFIG_SHELL}" && break
856 config_shell
=${CONFIG_SHELL-/bin/sh}
859 # if PWD already has a value, it is probably wrong.
860 if test -n "$PWD" ; then PWD
=`${PWDCMD-pwd}`; fi
862 # Export original configure arguments for use by sub-configures. These
863 # will be expanded by make, so quote '$'.
865 sed -e 's,\$,$$,g' <<EOF_SED > conftestsed.out
868 TOPLEVEL_CONFIGURE_ARGUMENTS
=`cat conftestsed.out`
869 rm -f conftestsed.out
872 moveifchange
=${srcdir}/move-if-change
874 srcpwd
=`cd ${srcdir} ; ${PWDCMD-pwd}`
876 # We pass INSTALL explicitly to sub-makes. Make sure that it is not
878 if test "$INSTALL" = "${srcdir}/install-sh -c"; then
879 INSTALL
="${srcpwd}/install-sh -c"
882 # Set srcdir to "." if that's what it is.
883 # This is important for multilib support.
885 if test "${pwd}" = "${srcpwd}" ; then
893 ### To add a new directory to the tree, first choose whether it is a target
894 ### or a host dependent tool. Then put it into the appropriate list
895 ### (library or tools, host or target), doing a dependency sort.
897 # Subdirs will be configured in the order listed in build_configdirs,
898 # configdirs, or target_configdirs; see the serialization section below.
900 # Dependency sorting is only needed when *configuration* must be done in
901 # a particular order. In all cases a dependency should be specified in
902 # the Makefile, whether or not it's implicitly specified here.
904 # Double entries in build_configdirs, configdirs, or target_configdirs may
905 # cause circular dependencies and break everything horribly.
907 # these library is used by various programs built for the build
910 build_libs
="build-libiberty"
912 # these tools are built for the build environment
913 build_tools
="build-texinfo build-byacc build-flex build-bison build-m4 build-fixincludes"
915 # these libraries are used by various programs built for the host environment
917 host_libs
="intl mmalloc libiberty opcodes bfd readline tcl tk itcl libgui zlib libcpp libdecnumber"
919 # these tools are built for the host environment
920 # Note, the powerpc-eabi build depends on sim occurring before gdb in order to
921 # know that we are building the simulator.
922 # binutils, gas and ld appear in that order because it makes sense to run
923 # "make check" in that particular order.
924 host_tools
="texinfo byacc flex bison binutils gas ld fixincludes gcc 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"
926 # libgcj represents the runtime libraries only used by gcj.
927 libgcj
="target-libffi \
932 # these libraries are built for the target environment, and are built after
933 # the host libraries and the host tools (which may be a cross compiler)
935 target_libraries
="target-libiberty \
939 target-libstdc++-v3 \
949 # these tools are built using the target libraries, and are intended to
950 # run only in the target environment
952 # note: any program that *uses* libraries that are in the "target_libraries"
953 # list belongs in this list. those programs are also very likely
954 # candidates for the "native_only" list which follows
956 target_tools
="target-examples target-groff target-gperf target-rda"
958 ################################################################################
960 ## All tools belong in one of the four categories, and are assigned above
961 ## We assign ${configdirs} this way to remove all embedded newlines. This
962 ## is important because configure will choke if they ever get through.
963 ## ${configdirs} is directories we build using the host tools.
964 ## ${target_configdirs} is directories we build using the target tools.
965 configdirs
=`echo ${host_libs} ${host_tools}`
966 target_configdirs
=`echo ${target_libraries} ${target_tools}`
967 build_configdirs
=`echo ${build_libs} ${build_tools}`
969 ################################################################################
971 srcname
="gnu development package"
973 # This gets set non-empty for some net releases of packages.
976 # Define is_cross_compiler to save on calls to 'test'.
978 if test x
"${host}" = x
"${target}" ; then
981 is_cross_compiler
=yes
984 # Find the build and target subdir names.
985 case ${build_alias} in
986 "") build_noncanonical
=${build} ;;
987 *) build_noncanonical
=${build_alias} ;;
990 case ${host_alias} in
991 "") host_noncanonical
=${build_noncanonical} ;;
992 *) host_noncanonical
=${host_alias} ;;
995 case ${target_alias} in
996 "") target_noncanonical
=${host_noncanonical} ;;
997 *) target_noncanonical
=${target_alias} ;;
1001 # post-stage1 host modules use a different CC_FOR_BUILD so, in order to
1002 # have matching libraries, they should use host libraries: Makefile.tpl
1003 # arranges to pass --with-build-libsubdir=$(HOST_SUBDIR).
1004 # However, they still use the build modules, because the corresponding
1005 # host modules (e.g. bison) are only built for the host when bootstrap
1007 # - build_subdir is where we find build modules, and never changes.
1008 # - build_libsubdir is where we find build libraries, and can be overridden.
1010 # Prefix 'build-' so this never conflicts with target_subdir.
1011 build_subdir
="build-${build_noncanonical}"
1012 # Check whether --with-build-libsubdir or --without-build-libsubdir was given.
1013 if test "${with_build_libsubdir+set}" = set; then
1014 withval
="$with_build_libsubdir"
1015 build_libsubdir
="$withval"
1017 build_libsubdir
="$build_subdir"
1020 # --srcdir=. covers the toplevel, while "test -d" covers the subdirectories
1021 if ( test $srcdir = .
&& test -d gcc
) \
1022 ||
test -d $srcdir/..
/host-
${host_noncanonical}; then
1023 host_subdir
="host-${host_noncanonical}"
1028 target_subdir
=${target_noncanonical}
1031 # Skipdirs are removed silently.
1033 # Noconfigdirs are removed loudly.
1037 # Make sure we don't let GNU ld be added if we didn't want it.
1038 if test x
$with_gnu_ld = xno
; then
1040 noconfigdirs
="$noconfigdirs ld"
1044 # Make sure we don't let GNU as be added if we didn't want it.
1045 if test x
$with_gnu_as = xno
; then
1047 noconfigdirs
="$noconfigdirs gas"
1050 # some tools are so dependent upon X11 that if we're not building with X,
1051 # it's not even worth trying to configure, much less build, that tool.
1054 yes |
"") ;; # the default value for this tree is that X11 is available
1056 skipdirs
="${skipdirs} tk itcl libgui"
1057 # We won't be able to build gdbtk without X.
1060 *) echo "*** bad value \"${with_x}\" for -with-x flag; ignored" 1>&2 ;;
1063 # Some tools are only suitable for building in a "native" situation.
1064 # Remove these if host!=target.
1065 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"
1067 # Similarly, some are only suitable for cross toolchains.
1068 # Remove these if host=target.
1069 cross_only
="target-libgloss target-newlib target-opcodes"
1071 case $is_cross_compiler in
1072 no
) skipdirs
="${skipdirs} ${cross_only}" ;;
1073 yes) skipdirs
="${skipdirs} ${native_only}" ;;
1076 # If both --with-headers and --with-libs are specified, default to
1078 if test x
"${with_headers}" != x
&& test x
"${with_headers}" != xno \
1079 && test x
"${with_libs}" != x
&& test x
"${with_libs}" != xno
; then
1080 if test x
"${with_newlib}" = x
; then
1085 # Recognize --with-newlib/--without-newlib.
1086 case ${with_newlib} in
1087 no
) skipdirs
="${skipdirs} target-newlib" ;;
1088 yes) skipdirs
=`echo " ${skipdirs} " | sed -e 's/ target-newlib / /'` ;;
1091 # Configure extra directories which are host specific
1095 configdirs
="$configdirs libtermcap" ;;
1098 # A target can indicate whether a language isn't supported for some reason.
1099 # Only spaces may be used in this macro; not newlines or tabs.
1100 unsupported_languages
=
1102 # Remove more programs from consideration, based on the host or
1103 # target this usually means that a port of the program doesn't
1108 noconfigdirs
="$noconfigdirs byacc"
1110 i
[3456789]86-*-vsta)
1111 noconfigdirs
="$noconfigdirs tcl expect dejagnu make texinfo bison patch flex byacc send-pr gprof uudecode dejagnu diff guile perl itcl gnuserv gettext"
1113 i
[3456789]86-*-go32* | i
[3456789]86-*-msdosdjgpp*)
1114 noconfigdirs
="$noconfigdirs tcl tk expect dejagnu send-pr uudecode guile itcl gnuserv libffi"
1116 i
[3456789]86-*-mingw32*)
1117 # noconfigdirs="tcl tk expect dejagnu make texinfo bison patch flex byacc send-pr uudecode dejagnu diff guile perl itcl gnuserv"
1118 noconfigdirs
="$noconfigdirs expect dejagnu autoconf automake send-pr rcs guile perl texinfo libtool newlib"
1120 i
[3456789]86-*-beos*)
1121 noconfigdirs
="$noconfigdirs tk itcl libgui gdb"
1124 noconfigdirs
="$noconfigdirs autoconf automake send-pr rcs guile perl"
1127 noconfigdirs
="$noconfigdirs rcs"
1130 noconfigdirs
="$noconfigdirs patch diff make tk tcl expect dejagnu autoconf automake texinfo bison send-pr gprof rcs guile perl itcl gnuserv"
1133 noconfigdirs
="$noconfigdirs tk itcl libgui gdb dejagnu readline"
1138 # Check whether --enable-libada or --disable-libada was given.
1139 if test "${enable_libada+set}" = set; then
1140 enableval
="$enable_libada"
1141 ENABLE_LIBADA
=$enableval
1146 if test "${ENABLE_LIBADA}" != "yes" ; then
1147 noconfigdirs
="$noconfigdirs gnattools"
1150 # Check whether --enable-libssp or --disable-libssp was given.
1151 if test "${enable_libssp+set}" = set; then
1152 enableval
="$enable_libssp"
1153 ENABLE_LIBSSP
=$enableval
1159 # Save it here so that, even in case of --enable-libgcj, if the Java
1160 # front-end isn't enabled, we still get libgcj disabled.
1161 libgcj_saved
=$libgcj
1162 case $enable_libgcj in
1164 # If we reset it here, it won't get added to noconfigdirs in the
1165 # target-specific build rules, so it will be forcibly enabled
1166 # (unless the Java language itself isn't enabled).
1170 # Make sure we get it printed in the list of not supported target libs.
1171 noconfigdirs
="$noconfigdirs ${libgcj}"
1176 # Disable libmudflap on some systems.
1177 if test x
$enable_libmudflap = x
; then
1179 *-*-linux* |
*-*-gnu* |
*-*-k*bsd
*-gnu)
1180 # Enable libmudflap by default in GNU and friends.
1183 # Enable libmudflap by default in FreeBSD.
1186 # Disable it by default everywhere else.
1187 noconfigdirs
="$noconfigdirs target-libmudflap"
1192 # Disable libgomp on non POSIX hosted systems.
1193 if test x
$enable_libgomp = x
; then
1194 # Enable libgomp by default on hosted POSIX systems.
1196 *-*-linux* |
*-*-gnu* |
*-*-k*bsd
*-gnu)
1198 *-*-netbsd* |
*-*-freebsd* |
*-*-openbsd*)
1200 *-*-solaris2* |
*-*-sysv4* |
*-*-irix6* |
*-*-osf* |
*-*-hpux11*)
1202 *-*-darwin* |
*-*-aix*)
1205 noconfigdirs
="$noconfigdirs target-libgomp"
1213 noconfigdirs
="$noconfigdirs target-newlib target-libgloss ${libgcj}"
1215 powerpc-
*-darwin* | i
[3456789]86-*-darwin*)
1216 noconfigdirs
="$noconfigdirs bfd binutils ld gas opcodes gdb gprof"
1217 noconfigdirs
="$noconfigdirs sim target-rda"
1220 noconfigdirs
="$noconfigdirs ld gas gdb gprof"
1221 noconfigdirs
="$noconfigdirs sim target-rda"
1222 noconfigdirs
="$noconfigdirs ${libgcj}"
1224 *-*-freebsd[12] |
*-*-freebsd[12].
* |
*-*-freebsd*aout
*)
1225 noconfigdirs
="$noconfigdirs target-newlib target-libgloss ${libgcj}"
1228 noconfigdirs
="$noconfigdirs target-newlib target-libgloss"
1229 if test "x$with_gmp" = x
&& test "x$with_gmp_dir" = x \
1230 && test -f /usr
/local
/include
/gmp.h
; then
1234 # Skip some stuff that's unsupported on some FreeBSD configurations.
1239 noconfigdirs
="$noconfigdirs ${libgcj}"
1244 # Remove unsupported stuff on all kaOS configurations.
1245 skipdirs
="target-libiberty ${libgcj} target-libstdc++-v3 target-librx"
1246 skipdirs
="$skipdirs target-libobjc target-examples target-groff target-gperf"
1247 skipdirs
="$skipdirs zlib fastjar target-libjava target-boehm-gc target-zlib"
1248 noconfigdirs
="$noconfigdirs target-libgloss"
1251 # Skip some stuff on all NetBSD configurations.
1252 noconfigdirs
="$noconfigdirs target-newlib target-libiberty target-libgloss"
1254 # Skip some stuff that's unsupported on some NetBSD configurations.
1256 i
*86-*-netbsdelf*) ;;
1257 arm
*-*-netbsdelf*) ;;
1259 noconfigdirs
="$noconfigdirs ${libgcj}"
1264 noconfigdirs
="$noconfigdirs target-newlib target-libiberty target-libgloss ${libgcj} target-libmudflap"
1267 noconfigdirs
="$noconfigdirs target-libgloss ${libgcj}"
1269 # The tpf target doesn't support gdb yet.
1271 noconfigdirs
="$noconfigdirs target-newlib target-libgloss target-libiberty ${libgcj} target-libmudflap gdb tcl tk libgui itcl"
1274 noconfigdirs
="$noconfigdirs target-newlib target-libgloss target-rda ${libgcj}"
1277 noconfigdirs
="$noconfigdirs target-newlib target-libgloss target-libiberty target-libstdc++-v3 ${libgcj}"
1280 # ld works, but does not support shared libraries.
1281 # newlib is not 64 bit ready. I'm not sure about fileutils.
1282 # gas doesn't generate exception information.
1283 noconfigdirs
="$noconfigdirs gas ld fileutils target-newlib target-libgloss"
1286 noconfigdirs
="$noconfigdirs gdb ld target-newlib target-libgloss ${libgcj}"
1289 # newlib is not 64 bit ready
1290 noconfigdirs
="$noconfigdirs target-newlib target-libgloss"
1293 # newlib is not 64 bit ready
1294 noconfigdirs
="$noconfigdirs target-newlib target-libgloss ${libgcj}"
1297 noconfigdirs
="$noconfigdirs ${libgcj} target-newlib target-libgloss"
1300 noconfigdirs
="$noconfigdirs ${libgcj} target-newlib target-libgloss"
1302 sh
*-*-pe|mips
*-*-pe|
*arm-wince-pe
)
1303 noconfigdirs
="$noconfigdirs ${libgcj}"
1304 noconfigdirs
="$noconfigdirs target-examples"
1305 noconfigdirs
="$noconfigdirs target-libiberty texinfo send-pr"
1306 noconfigdirs
="$noconfigdirs tcl tk itcl libgui sim"
1307 noconfigdirs
="$noconfigdirs expect dejagnu"
1308 # the C++ libraries don't build on top of CE's C libraries
1309 noconfigdirs
="$noconfigdirs target-libstdc++-v3"
1310 noconfigdirs
="$noconfigdirs target-newlib"
1312 *-*-cygwin*) ;; # keep gdb and readline
1313 *) noconfigdirs
="$noconfigdirs gdb readline"
1318 noconfigdirs
="$noconfigdirs target-libgloss ${libgcj}"
1322 arm-
*-coff | strongarm-
*-coff | xscale-
*-coff)
1323 noconfigdirs
="$noconfigdirs ${libgcj}"
1325 arm-
*-elf* | strongarm-
*-elf* | xscale-
*-elf* | arm
*-*-eabi* )
1326 noconfigdirs
="$noconfigdirs target-libffi target-qthreads"
1328 arm
*-*-linux-gnueabi)
1329 noconfigdirs
="$noconfigdirs target-libffi target-qthreads"
1330 noconfigdirs
="$noconfigdirs target-libjava target-libobjc"
1333 noconfigdirs
="$noconfigdirs ${libgcj} target-libiberty"
1336 noconfigdirs
="$noconfigdirs target-libgloss ${libgcj}"
1339 noconfigdirs
="$noconfigdirs target-libgloss ${libgcj}"
1342 noconfigdirs
="$noconfigdirs target-libgloss ${libgcj}"
1345 noconfigdirs
="$noconfigdirs target-libgloss ${libgcj}"
1348 noconfigdirs
="$noconfigdirs ld target-libgloss ${libgcj}"
1351 noconfigdirs
="$noconfigdirs target-libiberty target-libstdc++-v3 ${libgcj}"
1354 noconfigdirs
="$noconfigdirs gdb"
1355 if test x
${is_cross_compiler} != xno
; then
1356 target_configdirs
="${target_configdirs} target-bsp target-cygmon"
1359 c4x-
*-* | tic4x-
*-*)
1360 noconfigdirs
="$noconfigdirs target-libstdc++-v3 target-libgloss ${libgcj}"
1362 c54x
*-*-* | tic54x-
*-*)
1363 noconfigdirs
="$noconfigdirs target-libstdc++-v3 target-libgloss ${libgcj} gcc gdb newlib"
1365 cris-
*-* | crisv32-
*-*)
1366 unsupported_languages
="$unsupported_languages java"
1369 unsupported_languages
="$unsupported_languages fortran"
1370 noconfigdirs
="$noconfigdirs target-libffi target-boehm-gc";;
1372 unsupported_languages
="$unsupported_languages fortran"
1373 noconfigdirs
="$noconfigdirs target-boehm-gc";;
1375 noconfigdirs
="$noconfigdirs target-newlib target-libgloss";;
1377 unsupported_languages
="$unsupported_languages fortran"
1378 noconfigdirs
="$noconfigdirs ${libgcj} target-newlib target-libgloss";;
1382 noconfigdirs
="$noconfigdirs target-libstdc++-v3 target-mudflap ${libgcj}"
1385 noconfigdirs
="$noconfigdirs target-libstdc++-v3 target-libgloss ${libgcj}"
1388 noconfigdirs
="$noconfigdirs ${libgcj} gdb"
1391 noconfigdirs
="$noconfigdirs ${libgcj} gdb"
1394 noconfigdirs
="$noconfigdirs ${libgcj}"
1397 noconfigdirs
="$noconfigdirs target-libgloss ${libgcj}"
1400 noconfigdirs
="$noconfigdirs target-libstdc++-v3 target-libgloss ${libgcj}"
1402 hppa1.1
-*-osf* | hppa1.1
-*-bsd* )
1404 hppa
*64*-*-linux* | parisc
*64*-*-linux*)
1405 # In this case, it's because the hppa64-linux target is for
1406 # the kernel only at this point and has no libc, and thus no
1407 # headers, crt*.o, etc., all of which are needed by these.
1408 noconfigdirs
="$noconfigdirs target-zlib"
1410 parisc
*-*-linux* | hppa
*-*-linux*)
1414 hppa
*-*-openbsd* | \
1416 noconfigdirs
="$noconfigdirs ${libgcj}"
1419 noconfigdirs
="$noconfigdirs ld shellutils"
1422 # According to Alexandre Oliva <aoliva@redhat.com>, libjava won't
1423 # build on HP-UX 10.20.
1424 noconfigdirs
="$noconfigdirs ld shellutils ${libgcj}"
1427 noconfigdirs
="$noconfigdirs ${libgcj} gdb"
1430 # No gdb support yet.
1431 noconfigdirs
="$noconfigdirs readline mmalloc libgui itcl gdb"
1434 # No gdb or ld support yet.
1435 noconfigdirs
="$noconfigdirs ${libgcj} readline mmalloc libgui itcl gdb ld"
1439 i
[3456789]86-*-coff | i
[3456789]86-*-elf)
1440 noconfigdirs
="$noconfigdirs ${libgcj}"
1442 i
[3456789]86-*-linux*)
1443 # The GCC port for glibc1 has no MD_FALLBACK_FRAME_STATE_FOR, so let's
1444 # not build java stuff by default.
1447 noconfigdirs
="$noconfigdirs ${libgcj}";;
1450 # This section makes it possible to build newlib natively on linux.
1451 # If we are using a cross compiler then don't configure newlib.
1452 if test x
${is_cross_compiler} != xno
; then
1453 noconfigdirs
="$noconfigdirs target-newlib"
1455 noconfigdirs
="$noconfigdirs target-libgloss"
1456 # If we are not using a cross compiler, do configure newlib.
1457 # Note however, that newlib will only be configured in this situation
1458 # if the --with-newlib option has been given, because otherwise
1459 # 'target-newlib' will appear in skipdirs.
1461 i
[3456789]86-*-mingw32*)
1462 target_configdirs
="$target_configdirs target-winsup"
1463 noconfigdirs
="$noconfigdirs expect target-libgloss target-newlib ${libgcj}"
1466 target_configdirs
="$target_configdirs target-libtermcap target-winsup"
1467 noconfigdirs
="$noconfigdirs target-gperf target-libgloss ${libgcj}"
1468 # always build newlib if winsup directory is present.
1469 if test -d "$srcdir/winsup/cygwin"; then
1470 skipdirs
=`echo " ${skipdirs} " | sed -e 's/ target-newlib / /'`
1471 elif test -d "$srcdir/newlib"; then
1472 echo "Warning: winsup/cygwin is missing so newlib can't be built."
1475 i
[3456789]86-moss-msdos | i
[3456789]86-*-moss* | \
1476 i
[3456789]86-*-uwin* | i
[3456789]86-*-interix* )
1479 noconfigdirs
="$noconfigdirs target-libstdc++-v3 target-libgloss ${libgcj}"
1481 i
[3456789]86-*-sco3.2v5
*)
1482 # The linker does not yet know about weak symbols in COFF,
1483 # and is not configured to handle mixed ELF and COFF.
1484 noconfigdirs
="$noconfigdirs ld target-libgloss ${libgcj}"
1486 i
[3456789]86-*-sco*)
1487 noconfigdirs
="$noconfigdirs gprof target-libgloss ${libgcj}"
1489 i
[3456789]86-*-solaris2*)
1490 noconfigdirs
="$noconfigdirs target-libgloss"
1492 i
[3456789]86-*-sysv4*)
1493 noconfigdirs
="$noconfigdirs target-libgloss ${libgcj}"
1495 i
[3456789]86-*-beos*)
1496 noconfigdirs
="$noconfigdirs gdb target-newlib target-libgloss ${libgcj}"
1498 i
[3456789]86-*-rdos*)
1499 noconfigdirs
="$noconfigdirs gdb target-newlib target-libgloss"
1502 noconfigdirs
="$noconfigdirs ${libgcj}"
1504 m68hc11-
*-*|m6811-
*-*|m68hc12-
*-*|m6812-
*-*)
1505 noconfigdirs
="$noconfigdirs target-libiberty target-libstdc++-v3 ${libgcj}"
1508 noconfigdirs
="$noconfigdirs ${libgcj}"
1511 noconfigdirs
="$noconfigdirs ${libgcj}"
1514 # The EPOC C++ environment does not support exceptions or rtti,
1515 # and so building libstdc++-v3 tends not to always work.
1516 noconfigdirs
="$noconfigdirs target-libstdc++-v3"
1519 noconfigdirs
="$noconfigdirs target-libffi target-boehm-gc gdb libgloss"
1520 unsupported_languages
="$unsupported_languages fortran java"
1523 noconfigdirs
="$noconfigdirs ${libgcj}"
1526 noconfigdirs
="$noconfigdirs ${libgcj}"
1529 noconfigdirs
="$noconfigdirs sim"
1532 # copied from rs6000-*-* entry
1533 noconfigdirs
="$noconfigdirs gprof target-libgloss target-libssp ${libgcj}"
1535 powerpc
*-*-winnt* | powerpc
*-*-pe* | ppc
*-*-pe)
1536 target_configdirs
="$target_configdirs target-winsup"
1537 noconfigdirs
="$noconfigdirs gdb tcl tk make expect target-libgloss itcl gnuserv ${libgcj}"
1538 # always build newlib.
1539 skipdirs
=`echo " ${skipdirs} " | sed -e 's/ target-newlib / /'`
1541 # This is temporary until we can link against shared libraries
1542 powerpcle-
*-solaris*)
1543 noconfigdirs
="$noconfigdirs gdb sim make tcl tk expect itcl gnuserv ${libgcj}"
1546 noconfigdirs
="$noconfigdirs gdb target-newlib target-libgloss ${libgcj}"
1549 noconfigdirs
="$noconfigdirs ${libgcj}"
1551 powerpc-
*-eabi* | powerpcle-
*-eabi* | powerpc-
*-rtems* )
1554 noconfigdirs
="$noconfigdirs target-newlib gprof ${libgcj}"
1557 noconfigdirs
="$noconfigdirs gprof target-libgloss target-libssp ${libgcj}"
1560 noconfigdirs
="$noconfigdirs gprof ${libgcj}"
1563 noconfigdirs
="$noconfigdirs ld binutils gprof target-libgloss ${libgcj}"
1566 noconfigdirs
="$noconfigdirs gprof target-libgloss ${libgcj}"
1569 # Linking libjava exceeds command-line length limits on at least
1570 # IRIX 6.2, but not on IRIX 6.5.
1571 # Also, boehm-gc won't build on IRIX 6.5, according to Jeffrey Oldham
1572 # <oldham@codesourcery.com>
1573 noconfigdirs
="$noconfigdirs gprof target-libgloss ${libgcj}"
1576 noconfigdirs
="$noconfigdirs gprof target-libgloss ${libgcj}"
1579 noconfigdirs
="$noconfigdirs target-newlib target-libgloss ${libgcj}"
1582 noconfigdirs
="$noconfigdirs target-newlib target-libgloss"
1585 noconfigdirs
="$noconfigdirs gprof ${libgcj}"
1588 noconfigdirs
="$noconfigdirs bfd binutils ld gas opcodes target-libgloss ${libgcj}"
1592 i
[3456789]86-*-vsta) ;; # don't add gprof back in
1593 i
[3456789]86-*-go32*) ;; # don't add gprof back in
1594 i
[3456789]86-*-msdosdjgpp*) ;; # don't add gprof back in
1595 *) skipdirs
=`echo " ${skipdirs} " | sed -e 's/ gprof / /'` ;;
1597 noconfigdirs
="$noconfigdirs target-libgloss ${libgcj}"
1600 noconfigdirs
="$noconfigdirs ${libgcj}"
1603 noconfigdirs
="$noconfigdirs ${libgcj}"
1606 noconfigdirs
="$noconfigdirs ${libgcj}"
1609 noconfigdirs
="$noconfigdirs ${libgcj}"
1610 if test x
${is_cross_compiler} != xno
; then
1611 noconfigdirs
="$noconfigdirs gdb target-newlib target-libgloss"
1616 sparc-
*-solaris2.
[0-6] | sparc-
*-solaris2.
[0-6].
*)
1617 noconfigdirs
="$noconfigdirs ${libgcj}"
1619 sparc-
*-solaris* | sparc64-
*-solaris* | sparcv9-
*-solaris*)
1622 skipdirs
="target-libssp"
1625 noconfigdirs
="$noconfigdirs bfd binutils gas gcc gdb ld target-libstdc++-v3 opcodes target-libgloss ${libgcj}"
1628 noconfigdirs
="$noconfigdirs target-libgloss ${libgcj}"
1631 noconfigdirs
="$noconfigdirs target-libgloss ${libgcj}"
1634 noconfigdirs
="$noconfigdirs target-libgloss ${libgcj}"
1637 noconfigdirs
="$noconfigdirs bfd binutils gdb ld target-newlib opcodes target-libgloss ${libgcj}"
1640 noconfigdirs
="$noconfigdirs target-newlib target-libgloss ${libgcj}"
1643 noconfigdirs
="$noconfigdirs ${libgcj}"
1646 noconfigdirs
="$noconfigdirs target-libiberty target-libstdc++-v3 ${libgcj}"
1648 *-*-linux* |
*-*-gnu* |
*-*-k*bsd
*-gnu)
1649 noconfigdirs
="$noconfigdirs target-newlib target-libgloss"
1652 noconfigdirs
="$noconfigdirs target-newlib target-libgloss ${libgcj}"
1655 noconfigdirs
="$noconfigdirs ${libgcj}"
1659 # If we aren't building newlib, then don't build libgloss, since libgloss
1660 # depends upon some newlib header files.
1661 case "${noconfigdirs}" in
1662 *target-libgloss
*) ;;
1663 *target-newlib
*) noconfigdirs
="$noconfigdirs target-libgloss" ;;
1666 # Work in distributions that contain no compiler tools, like Autoconf.
1668 host_makefile_frag
=/dev
/null
1669 if test -d ${srcdir}/config
; then
1672 # Avoid "too much defining" errors from HPUX compiler.
1673 tentative_cc
="cc -Wp,-H256000"
1674 # If "ar" in $PATH is GNU ar, the symbol table may need rebuilding.
1675 # If it's HP/UX ar, this should be harmless.
1679 tentative_cc
="cc -A ansi -A runtype,any -A systype,any -U__STDC__ -DUSG"
1682 #None of the Apollo compilers can compile gas or binutils. The preprocessor
1683 # chokes on bfd, the compiler won't let you assign integers to enums, and
1684 # other problems. Defining CC to gcc is a questionable way to say "don't use
1685 # the apollo compiler" (the preferred version of GCC could be called cc,
1686 # or whatever), but I'm not sure leaving CC as cc is any better...
1687 #CC=cc -A ansi -A runtype,any -A systype,any -U__STDC__ -DNO_STDARG
1688 # Used to have BISON=yacc.
1692 tentative_cc
="gcc -Wall -ansi -D__using_DGUX"
1695 # Under CX/UX, we want to tell the compiler to use ANSI mode.
1696 tentative_cc
="cc -Xa"
1697 host_makefile_frag
="config/mh-cxux"
1699 m88k-motorola-sysv
*)
1702 tentative_cc
="cc -Wf,-XNg1000"
1703 host_makefile_frag
="config/mh-decstation"
1706 # The C compiler on NEC MIPS SVR4 needs bigger tables.
1707 tentative_cc
="cc -ZXNd=5000 -ZXNg=1000"
1708 host_makefile_frag
="config/mh-necv4"
1711 # Tell compiler to use K&R C. We can't compile under the SGI Ansi
1712 # environment. Also bump switch table size so that cp-parse will
1713 # compile. Bump string length limit so linker builds.
1714 tentative_cc
="cc -cckr -Wf,-XNg1500 -Wf,-XNk1000 -Wf,-XNh2000 -Wf,-XNl8192"
1717 host_makefile_frag
="config/mh-sysv4"
1720 # This is for a MIPS running RISC/os 4.52C.
1722 # This is needed for GDB, but needs to be in the top-level make because
1723 # if a library is compiled with the bsd headers and gets linked with the
1724 # sysv system libraries all hell can break loose (e.g. a jmp_buf might be
1725 # a different size).
1726 # ptrace(2) apparently has problems in the BSD environment. No workaround is
1727 # known except to select the sysv environment. Could we use /proc instead?
1728 # These "sysv environments" and "bsd environments" often end up being a pain.
1730 # This is not part of CFLAGS because perhaps not all C compilers have this
1732 tentative_cc
="cc -systype sysv"
1737 i
[3456789]86-*-sysv5*)
1738 host_makefile_frag
="config/mh-sysv5"
1740 i
[3456789]86-*-dgux*)
1741 tentative_cc
="gcc -Wall -ansi -D__using_DGUX"
1742 host_makefile_frag
="config/mh-dgux386"
1744 i
[3456789]86-ncr-sysv4.3
*)
1745 # The MetaWare compiler will generate a copyright message unless you
1746 # turn it off by adding the -Hnocopyr flag.
1747 tentative_cc
="cc -Hnocopyr"
1749 i
[3456789]86-ncr-sysv4*)
1750 # for an NCR 3000 (i486/SVR4) system.
1751 # The NCR 3000 ships with a MetaWare compiler installed as /bin/cc.
1752 # This compiler not only emits obnoxious copyright messages every time
1753 # you run it, but it chokes and dies on a whole bunch of GNU source
1754 # files. Default to using the AT&T compiler installed in /usr/ccs/ATT/cc.
1755 tentative_cc
="/usr/ccs/ATT/cc"
1756 host_makefile_frag
="config/mh-ncr3000"
1758 i
[3456789]86-*-sco3.2v5
*)
1760 i
[3456789]86-*-sco*)
1761 # The native C compiler botches some simple uses of const. Unfortunately,
1762 # it doesn't defined anything like "__sco__" for us to test for in ansidecl.h.
1763 tentative_cc
="cc -Dconst="
1764 host_makefile_frag
="config/mh-sco"
1766 i
[3456789]86-*-udk*)
1767 host_makefile_frag
="config/mh-sysv5"
1769 i
[3456789]86-*-solaris2*)
1770 host_makefile_frag
="config/mh-sysv4"
1772 i
[3456789]86-*-msdosdjgpp*)
1773 host_makefile_frag
="config/mh-djgpp"
1776 host_makefile_frag
="config/mh-cygwin"
1781 host_makefile_frag
="config/mh-interix"
1784 # The old BSD pcc isn't up to compiling parts of gdb so use gcc
1788 host_makefile_frag
="config/mh-solaris"
1791 # Sun's C compiler needs the -J flag to be able to compile cp-parse.c
1792 # without overflowing the jump tables (-J says to use a 32 bit table)
1793 tentative_cc
="cc -J"
1796 tentative_cc
="cc -Wp,-H256000"
1799 tentative_cc
="cc -Wp,-H256000"
1802 # /bin/cc is less than useful for our purposes. Always use GCC
1803 tentative_cc
="/usr/cygnus/progressive/bin/gcc"
1804 host_makefile_frag
="config/mh-lynxrs6k"
1807 host_makefile_frag
="config/mh-ppc-darwin"
1810 host_makefile_frag
="config/mh-ppc-aix"
1813 host_makefile_frag
="config/mh-ppc-aix"
1816 # /bin/cc is less than useful for our purposes. Always use GCC
1817 tentative_cc
="/bin/gcc"
1820 host_makefile_frag
="config/mh-sysv4"
1822 # This is placed last to prevent interfering with the cases above.
1824 # Build the stage2 and stage3 compilers with -fomit-frame-pointer.
1825 host_makefile_frag
="config/mh-x86omitfp"
1830 # If we aren't going to be using gcc, see if we can extract a definition
1831 # of CC from the fragment.
1832 # Actually, use the 'pre-extracted' version above.
1833 if test -z "${CC}" && test "${build}" = "${host}" ; then
1834 IFS
="${IFS= }"; save_ifs
="$IFS"; IFS
="${IFS}:"
1836 for dir
in $PATH; do
1837 test -z "$dir" && dir
=.
1838 if test -f $dir/gcc
; then
1844 if test -z "${found}" && test -n "${tentative_cc}" ; then
1849 if test "${build}" != "${host}" ; then
1850 # If we are doing a Canadian Cross, in which the host and build systems
1851 # are not the same, we set reasonable default values for the tools.
1853 CC
=${CC-${host_alias}-gcc}
1854 CFLAGS
=${CFLAGS-"-g -O2"}
1855 CXX
=${CXX-${host_alias}-c++}
1856 CXXFLAGS
=${CXXFLAGS-"-g -O2"}
1857 CC_FOR_BUILD
=${CC_FOR_BUILD-gcc}
1860 # Set reasonable default values for some tools even if not Canadian.
1861 # Of course, these are different reasonable default values, originally
1862 # specified directly in the Makefile.
1863 # We don't export, so that autoconf can do its job.
1864 # Note that all these settings are above the fragment inclusion point
1865 # in Makefile.in, so can still be overridden by fragments.
1866 # This is all going to change when we autoconfiscate...
1868 CC_FOR_BUILD
="\$(CC)"
1869 # Extract the first word of "gcc", so it can be a program name with args.
1870 set dummy gcc
; ac_word
=$2
1871 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
1872 echo "configure:1873: checking for $ac_word" >&5
1873 if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
1874 echo $ac_n "(cached) $ac_c" 1>&6
1876 if test -n "$CC"; then
1877 ac_cv_prog_CC
="$CC" # Let the user override the test.
1879 IFS
="${IFS= }"; ac_save_ifs
="$IFS"; IFS
=":"
1881 for ac_dir
in $ac_dummy; do
1882 test -z "$ac_dir" && ac_dir
=.
1883 if test -f $ac_dir/$ac_word; then
1892 if test -n "$CC"; then
1893 echo "$ac_t""$CC" 1>&6
1895 echo "$ac_t""no" 1>&6
1898 if test -z "$CC"; then
1899 # Extract the first word of "cc", so it can be a program name with args.
1900 set dummy cc
; ac_word
=$2
1901 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
1902 echo "configure:1903: checking for $ac_word" >&5
1903 if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
1904 echo $ac_n "(cached) $ac_c" 1>&6
1906 if test -n "$CC"; then
1907 ac_cv_prog_CC
="$CC" # Let the user override the test.
1909 IFS
="${IFS= }"; ac_save_ifs
="$IFS"; IFS
=":"
1912 for ac_dir
in $ac_dummy; do
1913 test -z "$ac_dir" && ac_dir
=.
1914 if test -f $ac_dir/$ac_word; then
1915 if test "$ac_dir/$ac_word" = "/usr/ucb/cc"; then
1916 ac_prog_rejected
=yes
1924 if test $ac_prog_rejected = yes; then
1925 # We found a bogon in the path, so make sure we never use it.
1926 set dummy
$ac_cv_prog_CC
1928 if test $# -gt 0; then
1929 # We chose a different compiler from the bogus one.
1930 # However, it has the same basename, so the bogon will be chosen
1931 # first if we set CC to just the basename; use the full file name.
1933 set dummy
"$ac_dir/$ac_word" "$@"
1941 if test -n "$CC"; then
1942 echo "$ac_t""$CC" 1>&6
1944 echo "$ac_t""no" 1>&6
1947 if test -z "$CC"; then
1948 case "`uname -s`" in
1950 # Extract the first word of "cl", so it can be a program name with args.
1951 set dummy cl
; ac_word
=$2
1952 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
1953 echo "configure:1954: checking for $ac_word" >&5
1954 if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
1955 echo $ac_n "(cached) $ac_c" 1>&6
1957 if test -n "$CC"; then
1958 ac_cv_prog_CC
="$CC" # Let the user override the test.
1960 IFS
="${IFS= }"; ac_save_ifs
="$IFS"; IFS
=":"
1962 for ac_dir
in $ac_dummy; do
1963 test -z "$ac_dir" && ac_dir
=.
1964 if test -f $ac_dir/$ac_word; then
1973 if test -n "$CC"; then
1974 echo "$ac_t""$CC" 1>&6
1976 echo "$ac_t""no" 1>&6
1981 test -z "$CC" && { echo "configure: error: no acceptable cc found in \$PATH" 1>&2; exit 1; }
1984 echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works""... $ac_c" 1>&6
1985 echo "configure:1986: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works" >&5
1988 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
1989 ac_cpp
='$CPP $CPPFLAGS'
1990 ac_compile
='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
1991 ac_link
='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
1992 cross_compiling
=$ac_cv_prog_cc_cross
1994 cat > conftest.
$ac_ext << EOF
1996 #line 1997 "configure"
1997 #include "confdefs.h"
2001 if { (eval echo configure
:2002: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
2002 ac_cv_prog_cc_works
=yes
2003 # If we can't run a trivial program, we are probably using a cross compiler.
2004 if (.
/conftest
; exit) 2>/dev
/null
; then
2005 ac_cv_prog_cc_cross
=no
2007 ac_cv_prog_cc_cross
=yes
2010 echo "configure: failed program was:" >&5
2011 cat conftest.
$ac_ext >&5
2012 ac_cv_prog_cc_works
=no
2016 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
2017 ac_cpp
='$CPP $CPPFLAGS'
2018 ac_compile
='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
2019 ac_link
='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
2020 cross_compiling
=$ac_cv_prog_cc_cross
2022 echo "$ac_t""$ac_cv_prog_cc_works" 1>&6
2023 if test $ac_cv_prog_cc_works = no
; then
2024 { echo "configure: error: installation or configuration problem: C compiler cannot create executables." 1>&2; exit 1; }
2026 echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler""... $ac_c" 1>&6
2027 echo "configure:2028: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler" >&5
2028 echo "$ac_t""$ac_cv_prog_cc_cross" 1>&6
2029 cross_compiling
=$ac_cv_prog_cc_cross
2031 echo $ac_n "checking whether we are using GNU C""... $ac_c" 1>&6
2032 echo "configure:2033: checking whether we are using GNU C" >&5
2033 if eval "test \"`echo '$''{'ac_cv_prog_gcc'+set}'`\" = set"; then
2034 echo $ac_n "(cached) $ac_c" 1>&6
2036 cat > conftest.c
<<EOF
2041 if { ac_try
='${CC-cc} -E conftest.c'; { (eval echo configure
:2042: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } |
egrep yes >/dev
/null
2>&1; then
2048 echo "$ac_t""$ac_cv_prog_gcc" 1>&6
2050 if test $ac_cv_prog_gcc = yes; then
2056 ac_test_CFLAGS
="${CFLAGS+set}"
2057 ac_save_CFLAGS
="$CFLAGS"
2059 echo $ac_n "checking whether ${CC-cc} accepts -g""... $ac_c" 1>&6
2060 echo "configure:2061: checking whether ${CC-cc} accepts -g" >&5
2061 if eval "test \"`echo '$''{'ac_cv_prog_cc_g'+set}'`\" = set"; then
2062 echo $ac_n "(cached) $ac_c" 1>&6
2064 echo 'void f(){}' > conftest.c
2065 if test -z "`${CC-cc} -g -c conftest.c 2>&1`"; then
2074 echo "$ac_t""$ac_cv_prog_cc_g" 1>&6
2075 if test "$ac_test_CFLAGS" = set; then
2076 CFLAGS
="$ac_save_CFLAGS"
2077 elif test $ac_cv_prog_cc_g = yes; then
2078 if test "$GCC" = yes; then
2084 if test "$GCC" = yes; then
2092 # We must set the default linker to the linker used by gcc for the correct
2093 # operation of libtool. If LD is not defined and we are using gcc, try to
2094 # set the LD default to the ld used by gcc.
2095 if test -z "$LD"; then
2096 if test "$GCC" = yes; then
2099 gcc_prog_ld
=`$CC -print-prog-name=ld 2>&1 | tr -d '\015'` ;;
2101 gcc_prog_ld
=`$CC -print-prog-name=ld 2>&1` ;;
2103 case $gcc_prog_ld in
2104 # Accept absolute paths.
2105 [\\/]* |
[A-Za-z
]:[\\/]*)
2106 LD
="$gcc_prog_ld" ;;
2112 CFLAGS
=${CFLAGS-"-g"}
2113 CXXFLAGS
=${CXXFLAGS-"-g -O2"}
2116 if test $host != $build; then
2117 ac_tool_prefix
=${host_alias}-
2124 # Extract the first word of "${ac_tool_prefix}gnatbind", so it can be a program name with args.
2125 set dummy
${ac_tool_prefix}gnatbind
; ac_word
=$2
2126 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
2127 echo "configure:2128: checking for $ac_word" >&5
2128 if eval "test \"`echo '$''{'ac_cv_prog_GNATBIND'+set}'`\" = set"; then
2129 echo $ac_n "(cached) $ac_c" 1>&6
2131 if test -n "$GNATBIND"; then
2132 ac_cv_prog_GNATBIND
="$GNATBIND" # Let the user override the test.
2134 IFS
="${IFS= }"; ac_save_ifs
="$IFS"; IFS
=":"
2136 for ac_dir
in $ac_dummy; do
2137 test -z "$ac_dir" && ac_dir
=.
2138 if test -f $ac_dir/$ac_word; then
2139 ac_cv_prog_GNATBIND
="${ac_tool_prefix}gnatbind"
2146 GNATBIND
="$ac_cv_prog_GNATBIND"
2147 if test -n "$GNATBIND"; then
2148 echo "$ac_t""$GNATBIND" 1>&6
2150 echo "$ac_t""no" 1>&6
2154 if test -z "$ac_cv_prog_GNATBIND"; then
2155 if test -n "$ac_tool_prefix"; then
2156 # Extract the first word of "gnatbind", so it can be a program name with args.
2157 set dummy gnatbind
; ac_word
=$2
2158 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
2159 echo "configure:2160: checking for $ac_word" >&5
2160 if eval "test \"`echo '$''{'ac_cv_prog_GNATBIND'+set}'`\" = set"; then
2161 echo $ac_n "(cached) $ac_c" 1>&6
2163 if test -n "$GNATBIND"; then
2164 ac_cv_prog_GNATBIND
="$GNATBIND" # Let the user override the test.
2166 IFS
="${IFS= }"; ac_save_ifs
="$IFS"; IFS
=":"
2168 for ac_dir
in $ac_dummy; do
2169 test -z "$ac_dir" && ac_dir
=.
2170 if test -f $ac_dir/$ac_word; then
2171 ac_cv_prog_GNATBIND
="gnatbind"
2176 test -z "$ac_cv_prog_GNATBIND" && ac_cv_prog_GNATBIND
="no"
2179 GNATBIND
="$ac_cv_prog_GNATBIND"
2180 if test -n "$GNATBIND"; then
2181 echo "$ac_t""$GNATBIND" 1>&6
2183 echo "$ac_t""no" 1>&6
2191 echo $ac_n "checking whether compiler driver understands Ada""... $ac_c" 1>&6
2192 echo "configure:2193: checking whether compiler driver understands Ada" >&5
2193 if eval "test \"`echo '$''{'acx_cv_cc_gcc_supports_ada'+set}'`\" = set"; then
2194 echo $ac_n "(cached) $ac_c" 1>&6
2196 cat >conftest.adb
<<EOF
2197 procedure conftest is begin null; end conftest;
2199 acx_cv_cc_gcc_supports_ada
=no
2200 # There is a bug in old released versions of GCC which causes the
2201 # driver to exit successfully when the appropriate language module
2202 # has not been installed. This is fixed in 2.95.4, 3.0.2, and 3.1.
2203 # Therefore we must check for the error message as well as an
2204 # unsuccessful exit.
2205 # Other compilers, like HP Tru64 UNIX cc, exit successfully when
2206 # given a .adb file, but produce no object file. So we must check
2207 # if an object file was really produced to guard against this.
2208 errors
=`(${CC} -c conftest.adb) 2>&1 || echo failure`
2209 if test x
"$errors" = x
&& test -f conftest.
$ac_objext; then
2210 acx_cv_cc_gcc_supports_ada
=yes
2215 echo "$ac_t""$acx_cv_cc_gcc_supports_ada" 1>&6
2217 if test x
$GNATBIND != xno
&& test x
$acx_cv_cc_gcc_supports_ada != xno
; then
2223 echo $ac_n "checking how to compare bootstrapped objects""... $ac_c" 1>&6
2224 echo "configure:2225: checking how to compare bootstrapped objects" >&5
2225 if eval "test \"`echo '$''{'gcc_cv_prog_cmp_skip'+set}'`\" = set"; then
2226 echo $ac_n "(cached) $ac_c" 1>&6
2230 gcc_cv_prog_cmp_skip
='tail +16c $$f1 > tmp-foo1; tail +16c $$f2 > tmp-foo2; cmp tmp-foo1 tmp-foo2'
2231 if cmp t1 t2
2 2 > /dev
/null
2>&1; then
2232 if cmp t1 t2
1 1 > /dev
/null
2>&1; then
2235 gcc_cv_prog_cmp_skip
='cmp $$f1 $$f2 16 16'
2238 if cmp --ignore-initial=2 t1 t2
> /dev
/null
2>&1; then
2239 if cmp --ignore-initial=1 t1 t2
> /dev
/null
2>&1; then
2242 gcc_cv_prog_cmp_skip
='cmp --ignore-initial=16 $$f1 $$f2'
2249 echo "$ac_t""$gcc_cv_prog_cmp_skip" 1>&6
2250 do_compare
="$gcc_cv_prog_cmp_skip"
2254 # Check for GMP and MPFR
2258 # Specify a location for mpfr
2259 # check for this first so it ends up on the link line before gmp.
2260 # Check whether --with-mpfr-dir or --without-mpfr-dir was given.
2261 if test "${with_mpfr_dir+set}" = set; then
2262 withval
="$with_mpfr_dir"
2263 { echo "configure: error: The --with-mpfr-dir=PATH option has been removed.
2264 Use --with-mpfr=PATH or --with-mpfr-include=PATH plus --with-mpfr-lib=PATH" 1>&2; exit 1; }
2268 # Check whether --with-mpfr or --without-mpfr was given.
2269 if test "${with_mpfr+set}" = set; then
2270 withval
="$with_mpfr"
2274 # Check whether --with-mpfr_include or --without-mpfr_include was given.
2275 if test "${with_mpfr_include+set}" = set; then
2276 withval
="$with_mpfr_include"
2280 # Check whether --with-mpfr_lib or --without-mpfr_lib was given.
2281 if test "${with_mpfr_lib+set}" = set; then
2282 withval
="$with_mpfr_lib"
2287 if test "x$with_mpfr" != x
; then
2288 gmplibs
="-L$with_mpfr/lib $gmplibs"
2289 gmpinc
="-I$with_mpfr/include"
2291 if test "x$with_mpfr_include" != x
; then
2292 gmpinc
="-I$with_mpfr_include"
2294 if test "x$with_mpfr_lib" != x
; then
2295 gmplibs
="-L$with_mpfr_lib $gmplibs"
2298 # Specify a location for gmp
2299 # Check whether --with-gmp-dir or --without-gmp-dir was given.
2300 if test "${with_gmp_dir+set}" = set; then
2301 withval
="$with_gmp_dir"
2302 { echo "configure: error: The --with-gmp-dir=PATH option has been removed.
2303 Use --with-gmp=PATH or --with-gmp-include=PATH plus --with-gmp-lib=PATH" 1>&2; exit 1; }
2307 gmplibs
="$gmplibs -lgmp"
2309 # Check whether --with-gmp or --without-gmp was given.
2310 if test "${with_gmp+set}" = set; then
2315 # Check whether --with-gmp_include or --without-gmp_include was given.
2316 if test "${with_gmp_include+set}" = set; then
2317 withval
="$with_gmp_include"
2321 # Check whether --with-gmp_lib or --without-gmp_lib was given.
2322 if test "${with_gmp_lib+set}" = set; then
2323 withval
="$with_gmp_lib"
2329 if test "x$with_gmp" != x
; then
2330 gmplibs
="-L$with_gmp/lib $gmplibs"
2331 gmpinc
="-I$with_gmp/include $gmpinc"
2333 if test "x$with_gmp_include" != x
; then
2334 gmpinc
="-I$with_gmp_include $gmpinc"
2336 if test "x$with_gmp_lib" != x
; then
2337 gmplibs
="-L$with_gmp_lib $gmplibs"
2340 saved_CFLAGS
="$CFLAGS"
2341 CFLAGS
="$CFLAGS $gmpinc"
2342 # Check GMP actually works
2343 echo $ac_n "checking for correct version of gmp.h""... $ac_c" 1>&6
2344 echo "configure:2345: checking for correct version of gmp.h" >&5
2345 cat > conftest.
$ac_ext <<EOF
2346 #line 2347 "configure"
2347 #include "confdefs.h"
2351 #if __GNU_MP_VERSION < 4 || (__GNU_MP_VERSION == 4 && __GNU_MP_VERSION_MINOR < 1)
2357 if { (eval echo configure
:2358: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
2359 echo "$ac_t""yes" 1>&6
2361 echo "configure: failed program was:" >&5
2362 cat conftest.
$ac_ext >&5
2364 echo "$ac_t""no" 1>&6; have_gmp
=no
2368 if test x
"$have_gmp" = xyes
; then
2370 LIBS
="$LIBS $gmplibs"
2371 echo $ac_n "checking for correct version of mpfr.h""... $ac_c" 1>&6
2372 echo "configure:2373: checking for correct version of mpfr.h" >&5
2373 cat > conftest.
$ac_ext <<EOF
2374 #line 2375 "configure"
2375 #include "confdefs.h"
2380 #if MPFR_VERSION < MPFR_VERSION_NUM(2,2,0)
2383 mpfr_t n; mpfr_init(n);
2387 if { (eval echo configure
:2388: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
2389 cat > conftest.
$ac_ext <<EOF
2390 #line 2391 "configure"
2391 #include "confdefs.h"
2396 #if MPFR_VERSION < MPFR_VERSION_NUM(2,2,1)
2399 mpfr_t n; mpfr_init(n);
2403 if { (eval echo configure
:2404: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
2405 echo "$ac_t""yes" 1>&6
2407 echo "configure: failed program was:" >&5
2408 cat conftest.
$ac_ext >&5
2410 echo "$ac_t""buggy but acceptable" 1>&6
2414 echo "configure: failed program was:" >&5
2415 cat conftest.
$ac_ext >&5
2417 echo "$ac_t""no" 1>&6; have_gmp
=no
2422 CFLAGS
="$saved_CFLAGS"
2424 if test -d ${srcdir}/gcc
&& test x
$have_gmp != xyes
; then
2425 { echo "configure: error: Building GCC requires GMP 4.1+ and MPFR 2.2.1+.
2426 Try the --with-gmp and/or --with-mpfr options to specify their locations.
2427 Copies of these libraries' source code can be found at their respective
2428 hosting sites as well as at ftp://gcc.gnu.org/pub/gcc/infrastructure/.
2429 See also http://gcc.gnu.org/install/prerequisites.html for additional info.
2430 If you obtained GMP and/or MPFR from a vendor distribution package, make
2431 sure that you have installed both the libraries and the header files.
2432 They may be located in separate packages." 1>&2; exit 1; }
2435 # Flags needed for both GMP and/or MPFR
2439 # By default, C is the only stage 1 language.
2440 stage1_languages
=,c
,
2442 # Figure out what language subdirectories are present.
2443 # Look if the user specified --enable-languages="..."; if not, use
2444 # the environment variable $LANGUAGES if defined. $LANGUAGES might
2446 # NB: embedded tabs in this IF block -- do not untabify
2447 if test -d ${srcdir}/gcc
; then
2448 if test x
"${enable_languages+set}" != xset
; then
2449 if test x
"${LANGUAGES+set}" = xset
; then
2450 enable_languages
="${LANGUAGES}"
2451 echo configure.
in: warning
: setting LANGUAGES is deprecated
, use
--enable-languages instead
1>&2
2453 enable_languages
=all
2456 if test x
"${enable_languages}" = x ||
2457 test x
"${enable_languages}" = xyes
;
2459 echo configure.
in: --enable-languages needs
at least one language argument
1>&2
2463 enable_languages
=`echo "${enable_languages}" | sed -e 's/[ ,][ ,]*/,/g' -e 's/,$//'`
2465 # 'f95' is the old name for the 'fortran' language. We issue a warning
2466 # and make the substitution.
2467 case ,${enable_languages}, in
2469 echo configure.
in: warning
: 'f95' as language name is deprecated
, use
'fortran' instead
1>&2
2470 enable_languages
=`echo "${enable_languages}" | sed -e 's/f95/fortran/g'`
2474 # First scan to see if an enabled language requires some other language.
2475 # We assume that a given config-lang.in will list all the language
2476 # front ends it requires, even if some are required indirectly.
2477 for lang_frag
in ${srcdir}/gcc
/*/config-lang.
in ..
; do
2478 case ${lang_frag} in
2480 # The odd quoting in the next line works around
2481 # an apparent bug in bash 1.12 on linux.
2482 ${srcdir}/gcc
/[*]/config-lang.
in) ;;
2484 # From the config-lang.in, get $language, $lang_requires
2488 for other
in ${lang_requires} ; do
2489 case ,${enable_languages}, in
2493 echo " \`$other' language required by \`$language'; enabling" 1>&2
2494 enable_languages
="${enable_languages},${other}"
2502 new_enable_languages
=,c
,
2503 missing_languages
=`echo ",$enable_languages," | sed -e s/,all,/,/ -e s/,c,/,/ `
2504 potential_languages
=,c
,
2506 for lang_frag
in ${srcdir}/gcc
/*/config-lang.
in ..
; do
2507 case ${lang_frag} in
2509 # The odd quoting in the next line works around
2510 # an apparent bug in bash 1.12 on linux.
2511 ${srcdir}/gcc
/[*]/config-lang.
in) ;;
2513 # From the config-lang.in, get $language, $target_libs,
2514 # $lang_dirs, $boot_language, and $build_by_default
2520 build_by_default
=yes
2522 if test x
${language} = x
; then
2523 echo "${lang_frag} doesn't set \$language." 1>&2
2527 case ,${enable_languages}, in
2529 # Language was explicitly selected; include it.
2533 # 'all' was selected, select it if it is a default language
2534 add_this_lang
=${build_by_default}
2541 # Disable languages that need other directories if these aren't available.
2542 for i
in $subdir_requires; do
2543 test -f "$srcdir/gcc/$i/config-lang.in" && continue
2544 case ,${enable_languages}, in
2546 # Specifically requested language; tell them.
2547 { echo "configure: error: The gcc/$i directory contains parts of $language but is missing" 1>&2; exit 1; }
2551 add_this_lang
=unsupported
2556 # Disable Ada if no preexisting GNAT is available.
2557 case ,${enable_languages},:${language}:${have_gnat} in
2558 *,${language},*:ada
:no
)
2559 # Specifically requested language; tell them.
2560 { echo "configure: error: GNAT is required to build $language" 1>&2; exit 1; }
2564 add_this_lang
=unsupported
2568 # Disable a language that is unsupported by the target.
2569 case " $unsupported_languages " in
2571 add_this_lang
=unsupported
2575 case $add_this_lang in
2577 # Remove language-dependent dirs.
2578 eval noconfigdirs
='"$noconfigdirs "'\"$target_libs $lang_dirs\"
2581 # Remove language-dependent dirs; still show language as supported.
2582 eval noconfigdirs
='"$noconfigdirs "'\"$target_libs $lang_dirs\"
2583 potential_languages
="${potential_languages}${language},"
2586 new_enable_languages
="${new_enable_languages}${language},"
2587 potential_languages
="${potential_languages}${language},"
2588 missing_languages
=`echo "$missing_languages" | sed "s/,$language,/,/"`
2589 case ${boot_language} in
2591 # Add to (comma-separated) list of stage 1 languages.
2592 stage1_languages
="${stage1_languages}${language},"
2601 # Check whether --enable-stage1-languages or --disable-stage1-languages was given.
2602 if test "${enable_stage1_languages+set}" = set; then
2603 enableval
="$enable_stage1_languages"
2604 case ,${enable_stage1_languages}, in
2606 # Set it to something that will have no effect in the loop below
2607 enable_stage1_languages
=c
;;
2609 enable_stage1_languages
=`echo $new_enable_languages | \
2610 sed -e "s/^,//" -e "s/,$//" ` ;;
2612 enable_stage1_languages
=`echo ,$enable_stage1_languages, | \
2613 sed -e "s/,all,/$new_enable_languages/" -e "s/^,//" -e "s/,$//" ` ;;
2616 # Add "good" languages from enable_stage1_languages to stage1_languages,
2617 # while "bad" languages go in missing_languages. Leave no duplicates.
2618 for i
in `echo $enable_stage1_languages | sed 's/,/ /g' `; do
2619 case $potential_languages in
2621 case $stage1_languages in
2623 *) stage1_languages
="$stage1_languages$i," ;;
2626 case $missing_languages in
2628 *) missing_languages
="$missing_languages$i," ;;
2635 # Remove leading/trailing commas that were added for simplicity
2636 potential_languages
=`echo "$potential_languages" | sed -e "s/^,//" -e "s/,$//"`
2637 missing_languages
=`echo "$missing_languages" | sed -e "s/^,//" -e "s/,$//"`
2638 stage1_languages
=`echo "$stage1_languages" | sed -e "s/^,//" -e "s/,$//"`
2639 new_enable_languages
=`echo "$new_enable_languages" | sed -e "s/^,//" -e "s/,$//"`
2641 if test "x$missing_languages" != x
; then
2642 { echo "configure: error:
2643 The following requested languages could not be built: ${missing_languages}
2644 Supported languages are: ${potential_languages}" 1>&2; exit 1; }
2646 if test "x$new_enable_languages" != "x$enable_languages"; then
2647 echo The following languages will be built
: ${new_enable_languages}
2648 enable_languages
="$new_enable_languages"
2652 ac_configure_args
=`echo " $ac_configure_args" | sed -e 's/ --enable-languages=[^ ]*//' -e 's/$/ --enable-languages='"$enable_languages"/ `
2655 # Handle --disable-<component> generically.
2656 for dir
in $configdirs $build_configdirs $target_configdirs ; do
2657 dirname=`echo $dir | sed -e s/target-//g -e s/build-//g -e s/-/_/g`
2658 if eval test x\
${enable_${dirname}} "=" xno
; then
2659 noconfigdirs
="$noconfigdirs $dir"
2663 # Check for Boehm's garbage collector
2664 # Check whether --enable-objc-gc or --disable-objc-gc was given.
2665 if test "${enable_objc_gc+set}" = set; then
2666 enableval
="$enable_objc_gc"
2667 case ,${enable_languages},:${enable_objc_gc}:${noconfigdirs} in
2668 *,objc
,*:*:yes:*target-boehm-gc
*)
2669 { echo "configure: error: Boehm's garbage collector was requested yet not supported in this configuration" 1>&2; exit 1; }
2675 # Make sure we only build Boehm's garbage collector if required.
2676 case ,${enable_languages},:${enable_objc_gc} in
2678 # Keep target-boehm-gc if requested for Objective-C.
2681 # Otherwise remove target-boehm-gc depending on target-libjava.
2682 if echo " ${noconfigdirs} " |
grep "target-libjava" >/dev
/null
2>&1; then
2683 noconfigdirs
="$noconfigdirs target-boehm-gc"
2688 # Remove the entries in $skipdirs and $noconfigdirs from $configdirs,
2689 # $build_configdirs and $target_configdirs.
2690 # If we have the source for $noconfigdirs entries, add them to $notsupp.
2693 for dir
in .
$skipdirs $noconfigdirs ; do
2694 dirname=`echo $dir | sed -e s/target-//g -e s/build-//g`
2695 if test $dir != .
&& echo " ${configdirs} " |
grep " ${dir} " >/dev
/null
2>&1; then
2696 configdirs
=`echo " ${configdirs} " | sed -e "s/ ${dir} / /"`
2697 if test -r $srcdir/$dirname/configure
; then
2698 if echo " ${skipdirs} " |
grep " ${dir} " >/dev
/null
2>&1; then
2701 notsupp
="$notsupp $dir"
2705 if test $dir != .
&& echo " ${build_configdirs} " |
grep " ${dir} " >/dev
/null
2>&1; then
2706 build_configdirs
=`echo " ${build_configdirs} " | sed -e "s/ ${dir} / /"`
2707 if test -r $srcdir/$dirname/configure
; then
2708 if echo " ${skipdirs} " |
grep " ${dir} " >/dev
/null
2>&1; then
2711 notsupp
="$notsupp $dir"
2715 if test $dir != .
&& echo " ${target_configdirs} " |
grep " ${dir} " >/dev
/null
2>&1; then
2716 target_configdirs
=`echo " ${target_configdirs} " | sed -e "s/ ${dir} / /"`
2717 if test -r $srcdir/$dirname/configure
; then
2718 if echo " ${skipdirs} " |
grep " ${dir} " >/dev
/null
2>&1; then
2721 notsupp
="$notsupp $dir"
2727 # Sometimes the tools are distributed with libiberty but with no other
2728 # libraries. In that case, we don't want to build target-libiberty.
2729 if test -n "${target_configdirs}" ; then
2731 for i
in `echo ${target_configdirs} | sed -e s/target-//g` ; do
2732 if test "$i" != "libiberty" ; then
2733 if test -r $srcdir/$i/configure
; then
2739 if test -z "${others}" ; then
2744 # Quietly strip out all directories which aren't configurable in this tree.
2745 # This relies on all configurable subdirectories being autoconfiscated, which
2747 build_configdirs_all
="$build_configdirs"
2749 for i
in ${build_configdirs_all} ; do
2750 j
=`echo $i | sed -e s/build-//g`
2751 if test -f ${srcdir}/$j/configure
; then
2752 build_configdirs
="${build_configdirs} $i"
2756 configdirs_all
="$configdirs"
2758 for i
in ${configdirs_all} ; do
2759 if test -f ${srcdir}/$i/configure
; then
2760 configdirs
="${configdirs} $i"
2764 target_configdirs_all
="$target_configdirs"
2766 for i
in ${target_configdirs_all} ; do
2767 j
=`echo $i | sed -e s/target-//g`
2768 if test -f ${srcdir}/$j/configure
; then
2769 target_configdirs
="${target_configdirs} $i"
2773 # Produce a warning message for the subdirs we can't configure.
2774 # This isn't especially interesting in the Cygnus tree, but in the individual
2775 # FSF releases, it's important to let people know when their machine isn't
2776 # supported by the one or two programs in a package.
2778 if test -n "${notsupp}" && test -z "${norecursion}" ; then
2779 # If $appdirs is non-empty, at least one of those directories must still
2780 # be configured, or we error out. (E.g., if the gas release supports a
2781 # specified target in some subdirs but not the gas subdir, we shouldn't
2782 # pretend that all is well.)
2783 if test -n "$appdirs" ; then
2784 for dir
in $appdirs ; do
2785 if test -r $dir/Makefile.
in ; then
2786 if echo " ${configdirs} " |
grep " ${dir} " >/dev
/null
2>&1; then
2790 if echo " ${target_configdirs} " |
grep " target-${dir} " >/dev
/null
2>&1; then
2796 if test -n "$appdirs" ; then
2797 echo "*** This configuration is not supported by this package." 1>&2
2801 # Okay, some application will build, or we don't care to check. Still
2802 # notify of subdirs not getting built.
2803 echo "*** This configuration is not supported in the following subdirectories:" 1>&2
2804 echo " ${notsupp}" 1>&2
2805 echo " (Any other directories should still work fine.)" 1>&2
2815 # Check whether --with-build-sysroot or --without-build-sysroot was given.
2816 if test "${with_build_sysroot+set}" = set; then
2817 withval
="$with_build_sysroot"
2818 if test x
"$withval" != x
; then
2819 SYSROOT_CFLAGS_FOR_TARGET
="--sysroot=$withval"
2822 SYSROOT_CFLAGS_FOR_TARGET
=
2827 # Handle --with-headers=XXX. If the value is not "yes", the contents of
2828 # the named directory are copied to $(tooldir)/sys-include.
2829 if test x
"${with_headers}" != x
&& test x
"${with_headers}" != xno
; then
2830 if test x
${is_cross_compiler} = xno
; then
2831 echo 1>&2 '***' --with-headers is only supported when cross compiling
2834 if test x
"${with_headers}" != xyes
; then
2835 case "${exec_prefixoption}" in
2837 *) x
=${exec_prefix} ;;
2839 copy_dirs
="${copy_dirs} ${with_headers} $x/${target_alias}/sys-include"
2843 # Handle --with-libs=XXX. If the value is not "yes", the contents of
2844 # the name directories are copied to $(tooldir)/lib. Multiple directories
2846 if test x
"${with_libs}" != x
&& test x
"${with_libs}" != xno
; then
2847 if test x
${is_cross_compiler} = xno
; then
2848 echo 1>&2 '***' --with-libs is only supported when cross compiling
2851 if test x
"${with_libs}" != xyes
; then
2852 # Copy the libraries in reverse order, so that files in the first named
2853 # library override files in subsequent libraries.
2854 case "${exec_prefixoption}" in
2856 *) x
=${exec_prefix} ;;
2858 for l
in ${with_libs}; do
2859 copy_dirs
="$l $x/${target_alias}/lib ${copy_dirs}"
2864 # Set with_gnu_as and with_gnu_ld as appropriate.
2866 # This is done by determining whether or not the appropriate directory
2867 # is available, and by checking whether or not specific configurations
2868 # have requested that this magic not happen.
2870 # The command line options always override the explicit settings in
2871 # configure.in, and the settings in configure.in override this magic.
2873 # If the default for a toolchain is to use GNU as and ld, and you don't
2874 # want to do that, then you should use the --without-gnu-as and
2875 # --without-gnu-ld options for the configure script.
2877 if test x
${use_gnu_as} = x
&&
2878 echo " ${configdirs} " |
grep " gas " > /dev
/null
2>&1 ; then
2880 extra_host_args
="$extra_host_args --with-gnu-as"
2883 if test x
${use_gnu_ld} = x
&&
2884 echo " ${configdirs} " |
grep " ld " > /dev
/null
2>&1 ; then
2886 extra_host_args
="$extra_host_args --with-gnu-ld"
2889 # If using newlib, add --with-newlib to the extra_host_args so that gcc/configure
2890 # can detect this case.
2892 if test x
${with_newlib} != xno
&& echo " ${target_configdirs} " |
grep " target-newlib " > /dev
/null
2>&1 ; then
2894 extra_host_args
="$extra_host_args --with-newlib"
2897 # Handle ${copy_dirs}
2898 set fnord
${copy_dirs}
2900 while test $# != 0 ; do
2901 if test -f $2/COPIED
&& test x
"`cat $2/COPIED`" = x
"$1" ; then
2904 echo Copying
$1 to
$2
2906 # Use the install script to create the directory and all required
2907 # parent directories.
2908 if test -d $2 ; then
2912 ${srcdir}/install-sh
-c -m 644 config.temp
$2/COPIED
2915 # Copy the directory, assuming we have tar.
2916 # FIXME: Should we use B in the second tar? Not all systems support it.
2917 (cd $1; tar -cf - .
) |
(cd $2; tar -xpf -)
2919 # It is the responsibility of the user to correctly adjust all
2920 # symlinks. If somebody can figure out how to handle them correctly
2921 # here, feel free to add the code.
2928 # Determine a target-dependent exec_prefix that the installed
2929 # gcc will search in. Keep this list sorted by triplet, with
2930 # the *-*-osname triplets last.
2934 md_exec_prefix
=/gnu
/lib
/gcc-lib
2936 i3456786-pc-msdosdjgpp
*)
2937 md_exec_prefix
=/dev
/env
/DJDIR
/bin
2939 i3456786-
*-sco3.2v5
*)
2940 if test $with_gnu_as = yes; then
2941 md_exec_prefix
=/usr
/gnu
/bin
2943 md_exec_prefix
=/usr
/ccs
/bin
/elf
2948 powerpc-
*-chorusos* | \
2949 powerpc
*-*-eabi* | \
2950 powerpc
*-*-sysv* | \
2951 powerpc
*-*-kaos* | \
2953 md_exec_prefix
=/usr
/ccs
/bin
2958 md_exec_prefix
=/usr
/ccs
/bin
2973 md_exec_prefix
=/usr
/ccs
/bin
2977 extra_arflags_for_target
=
2978 extra_nmflags_for_target
=
2979 extra_ranlibflags_for_target
=
2980 target_makefile_frag
=/dev
/null
2983 target_makefile_frag
="config/mt-spu"
2986 target_makefile_frag
="config/mt-netware"
2988 *-*-linux* |
*-*-gnu* |
*-*-k*bsd
*-gnu)
2989 target_makefile_frag
="config/mt-gnu"
2991 *-*-aix4.
[3456789]* |
*-*-aix[56789].
*)
2992 # nm and ar from AIX 4.3 and above require -X32_64 flag to all ar and nm
2993 # commands to handle both 32-bit and 64-bit objects. These flags are
2994 # harmless if we're using GNU nm or ar.
2995 extra_arflags_for_target
=" -X32_64"
2996 extra_nmflags_for_target
=" -B -X32_64"
2999 # ranlib from Darwin requires the -c flag to look at common symbols.
3000 extra_ranlibflags_for_target
=" -c"
3002 mips
*-*-pe | sh
*-*-pe |
*arm-wince-pe
)
3003 target_makefile_frag
="config/mt-wince"
3007 alphaieee_frag
=/dev
/null
3010 # This just makes sure to use the -mieee option to build target libs.
3011 # This should probably be set individually by each library.
3012 alphaieee_frag
="config/mt-alphaieee"
3016 # If --enable-target-optspace always use -Os instead of -O2 to build
3017 # the target libraries, similarly if it is not specified, use -Os
3018 # on selected platforms.
3019 ospace_frag
=/dev
/null
3020 case "${enable_target_optspace}:${target}" in
3022 ospace_frag
="config/mt-ospace"
3025 ospace_frag
="config/mt-d30v"
3027 :m32r-
* |
:d10v-
* |
:fr30-
*)
3028 ospace_frag
="config/mt-ospace"
3033 echo "*** bad value \"${enable_target_optspace}\" for --enable-target-optspace flag; ignored" 1>&2
3037 # Default to using --with-stabs for certain targets.
3038 if test x
${with_stabs} = x
; then
3042 mips
*-*-* | alpha
*-*-osf*)
3044 extra_host_args
="${extra_host_args} --with-stabs"
3049 # hpux11 in 64bit mode has libraries in a weird place. Arrange to find
3050 # them automatically.
3053 extra_host_args
="$extra_host_args -x-libraries=/usr/lib/pa20_64 -x-includes=/usr/X11R6/include"
3057 # Some systems (e.g., one of the i386-aix systems the gas testers are
3058 # using) don't handle "\$" correctly, so don't use it here.
3059 tooldir
='${exec_prefix}'/${target_alias}
3060 build_tooldir
=${tooldir}
3062 # Create a .gdbinit file which runs the one in srcdir
3063 # and tells GDB to look there for source files.
3065 if test -r ${srcdir}/.gdbinit
; then
3068 *) cat > .
/.gdbinit
<<EOF
3072 source ${srcdir}/.gdbinit
3078 # Make sure that the compiler is able to generate an executable. If it
3079 # can't, we are probably in trouble. We don't care whether we can run the
3080 # executable--we might be using a cross compiler--we only care whether it
3081 # can be created. At this point the main configure script has set CC.
3083 echo "int main () { return 0; }" > conftest.c
3084 ${CC} -o conftest ${CFLAGS} ${CPPFLAGS} ${LDFLAGS} conftest.c
3085 if test $?
= 0 ; then
3086 if test -s conftest ||
test -s conftest.exe
; then
3092 echo 1>&2 "*** The command '${CC} -o conftest ${CFLAGS} ${CPPFLAGS} ${LDFLAGS} conftest.c' failed."
3093 echo 1>&2 "*** You must set the environment variable CC to a working compiler."
3100 # The Solaris /usr/ucb/cc compiler does not appear to work.
3102 sparc-sun-solaris2
*)
3103 CCBASE
="`echo ${CC-cc} | sed 's/ .*$//'`"
3104 if test "`type $CCBASE | sed 's/^[^/]*//'`" = "/usr/ucb/cc" ; then
3106 test -d /opt
/SUNWspro
/bin
&& could_use
="/opt/SUNWspro/bin"
3107 if test -d /opt
/cygnus
/bin
; then
3108 if test "$could_use" = "" ; then
3109 could_use
="/opt/cygnus/bin"
3111 could_use
="$could_use or /opt/cygnus/bin"
3114 if test "$could_use" = "" ; then
3115 echo "Warning: compilation may fail because you're using"
3116 echo "/usr/ucb/cc. You should change your PATH or CC "
3117 echo "variable and rerun configure."
3119 echo "Warning: compilation may fail because you're using"
3120 echo "/usr/ucb/cc, when you should use the C compiler from"
3121 echo "$could_use. You should change your"
3122 echo "PATH or CC variable and rerun configure."
3129 *-*-hpux*) RPATH_ENVVAR
=SHLIB_PATH
;;
3130 *-*-darwin* |
*-*-rhapsody* ) RPATH_ENVVAR
=DYLD_LIBRARY_PATH
;;
3131 *) RPATH_ENVVAR
=LD_LIBRARY_PATH
;;
3134 # Record target_configdirs and the configure arguments for target and
3135 # build configuration in Makefile.
3136 target_configdirs
=`echo "${target_configdirs}" | sed -e 's/target-//g'`
3137 build_configdirs
=`echo "${build_configdirs}" | sed -e 's/build-//g'`
3139 # Determine whether gdb needs tk/tcl or not.
3140 # Use 'maybe' since enable_gdbtk might be true even if tk isn't available
3141 # and in that case we want gdb to be built without tk. Ugh!
3142 # In fact I believe gdb is the *only* package directly dependent on tk,
3143 # so we should be able to put the 'maybe's in unconditionally and
3144 # leave out the maybe dependencies when enable_gdbtk is false. I'm not
3145 # 100% sure that that's safe though.
3147 gdb_tk
="maybe-all-tcl maybe-all-tk maybe-all-itcl maybe-all-libgui"
3148 case "$enable_gdbtk" in
3152 GDB_TK
="${gdb_tk}" ;;
3154 # Only add the dependency on gdbtk when GDBtk is part of the gdb
3155 # distro. Eventually someone will fix this and move Insight, nee
3156 # gdbtk to a separate directory.
3157 if test -d ${srcdir}/gdb
/gdbtk
; then
3164 CONFIGURE_GDB_TK
=`echo ${GDB_TK} | sed s/-all-/-configure-/g`
3165 INSTALL_GDB_TK
=`echo ${GDB_TK} | sed s/-all-/-install-/g`
3167 # Strip out unwanted targets.
3169 # While at that, we remove Makefiles if we were started for recursive
3170 # configuration, so that the top-level Makefile reconfigures them,
3171 # like we used to do when configure itself was recursive.
3173 # Loop over modules. $extrasub must be used with care, limiting as
3174 # much as possible the usage of range addresses. That's because autoconf
3175 # splits the sed script to overcome limits in the number of commands,
3176 # and relying on carefully-timed sed passes may turn out to be very hard
3177 # to maintain later. In this particular case, you just have to be careful
3178 # not to nest @if/@endif pairs, because configure will not warn you at all.
3180 # Check whether --enable-bootstrap or --disable-bootstrap was given.
3181 if test "${enable_bootstrap+set}" = set; then
3182 enableval
="$enable_bootstrap"
3185 enable_bootstrap
=default
3189 # Issue errors and warnings for invalid/strange bootstrap combinations.
3190 case "$configdirs" in
3191 *gcc
*) have_compiler
=yes ;;
3192 *) have_compiler
=no
;;
3195 case "$have_compiler:$host:$target:$enable_bootstrap" in
3198 # Default behavior. Enable bootstrap if we have a compiler
3199 # and we are in a native configuration.
3200 yes:$build:$build:default
)
3201 enable_bootstrap
=yes ;;
3204 enable_bootstrap
=no
;;
3206 # We have a compiler and we are in a native configuration, bootstrap is ok
3207 yes:$build:$build:yes)
3210 # Other configurations, but we have a compiler. Assume the user knows
3213 echo "configure: warning: trying to bootstrap a cross compiler" 1>&2
3216 # No compiler: if they passed --enable-bootstrap explicitly, fail
3218 { echo "configure: error: cannot bootstrap without a compiler" 1>&2; exit 1; } ;;
3220 # Fail if wrong command line
3222 { echo "configure: error: invalid option for --enable-bootstrap" 1>&2; exit 1; }
3226 # Adjust the toplevel makefile according to whether bootstrap was selected.
3227 case "$enable_bootstrap" in
3229 bootstrap_suffix
=bootstrap
;;
3231 bootstrap_suffix
=no-bootstrap
;;
3234 for module
in ${build_configdirs} ; do
3235 if test -z "${no_recursion}" \
3236 && test -f ${build_subdir}/${module}/Makefile
; then
3237 echo 1>&2 "*** removing ${build_subdir}/${module}/Makefile to force reconfigure"
3238 rm -f ${build_subdir}/${module}/Makefile
3241 /^@if build-$module\$/d
3242 /^@endif build-$module\$/d
3243 /^@if build-$module-$bootstrap_suffix\$/d
3244 /^@endif build-$module-$bootstrap_suffix\$/d"
3246 for module
in ${configdirs} ; do
3247 if test -z "${no_recursion}"; then
3248 for file in stage
*-${module}/Makefile prev-${module}/Makefile ${module}/Makefile
; do
3249 if test -f ${file}; then
3250 echo 1>&2 "*** removing ${file} to force reconfigure"
3257 /^@endif $module\$/d
3258 /^@if $module-$bootstrap_suffix\$/d
3259 /^@endif $module-$bootstrap_suffix\$/d"
3261 for module
in ${target_configdirs} ; do
3262 if test -z "${no_recursion}" \
3263 && test -f ${target_subdir}/${module}/Makefile
; then
3264 echo 1>&2 "*** removing ${target_subdir}/${module}/Makefile to force reconfigure"
3265 rm -f ${target_subdir}/${module}/Makefile
3268 /^@if target-$module\$/d
3269 /^@endif target-$module\$/d
3270 /^@if target-$module-$bootstrap_suffix\$/d
3271 /^@endif target-$module-$bootstrap_suffix\$/d"
3275 /^@if /,/^@endif /d"
3277 # Create the serialization dependencies. This uses a temporary file.
3279 # Check whether --enable-serial-configure or --disable-serial-configure was given.
3280 if test "${enable_serial_configure+set}" = set; then
3281 enableval
="$enable_serial_configure"
3286 case ${enable_serial_configure} in
3288 enable_serial_build_configure
=yes
3289 enable_serial_host_configure
=yes
3290 enable_serial_target_configure
=yes
3294 # These force 'configure's to be done one at a time, to avoid problems
3295 # with contention over a shared config.cache.
3297 echo '# serdep.tmp' > serdep.tmp
3299 test "x${enable_serial_build_configure}" = xyes
&&
3300 for item
in ${build_configdirs} ; do
3303 *) echo "configure-build-${item}: configure-build-${olditem}" >> serdep.tmp
;;
3308 test "x${enable_serial_host_configure}" = xyes
&&
3309 for item
in ${configdirs} ; do
3312 *) echo "configure-${item}: configure-${olditem}" >> serdep.tmp
;;
3317 test "x${enable_serial_target_configure}" = xyes
&&
3318 for item
in ${target_configdirs} ; do
3321 *) echo "configure-target-${item}: configure-target-${olditem}" >> serdep.tmp
;;
3325 serialization_dependencies
=serdep.tmp
3328 # Base args. Strip norecursion, cache-file, srcdir, host, build,
3329 # target and nonopt. These are the ones we might not want to pass
3330 # down to subconfigures. Also strip program-prefix, program-suffix,
3331 # and program-transform-name, so that we can pass down a consistent
3332 # program-transform-name. If autoconf has put single quotes around
3333 # any of these arguments (because they contain shell metacharacters)
3334 # then this will fail; in practice this only happens for
3335 # --program-transform-name, so be sure to override --program-transform-name
3336 # at the end of the argument list.
3337 # These will be expanded by make, so quote '$'.
3338 cat <<\EOF_SED
> conftestsed
3340 s
/ --c[a-z-
]*[= ][^
]*//g
3341 s
/ --sr[a-z-
]*[= ][^
]*//g
3342 s
/ --ho[a-z-
]*[= ][^
]*//g
3343 s
/ --bu[a-z-
]*[= ][^
]*//g
3344 s
/ --t[a-z-
]*[= ][^
]*//g
3345 s
/ --program-[pst
][a-z-
]*[= ][^
]*//g
3346 s
/ -cache-file[= ][^
]*//g
3347 s
/ -srcdir[= ][^
]*//g
3348 s
/ -host[= ][^
]*//g
3349 s
/ -build[= ][^
]*//g
3350 s
/ -target[= ][^
]*//g
3351 s
/ -program-prefix[= ][^
]*//g
3352 s
/ -program-suffix[= ][^
]*//g
3353 s
/ -program-transform-name[= ][^
]*//g
3358 sed -f conftestsed <<EOF_SED > conftestsed.out
3359 ${ac_configure_args}
3361 baseargs=`cat conftestsed.out`
3362 rm -f conftestsed conftestsed.out
3364 # Add in --program-transform-name, after --program-prefix and
3365 # --program-suffix have been applied to it. Autoconf has already
3366 # doubled dollar signs and backslashes in program_transform_name; we want
3367 # the backslashes un-doubled, and then the entire thing wrapped in single
3368 # quotes, because this will be expanded first by make and then by the shell.
3369 # Also, because we want to override the logic in subdir configure scripts to
3370 # choose program_transform_name, replace any s,x,x, with s,y,y,.
3371 sed -e "s,\\\\\\\\,\\\\,g; s,','\\\\'',g; s/s,x,x,/s,y,y,/" <<EOF_SED > conftestsed.out
3372 ${program_transform_name}
3374 gcc_transform_name=`cat conftestsed.out`
3375 rm -f conftestsed.out
3376 baseargs="$baseargs --program-transform-name='${gcc_transform_name}'"
3378 # For the build-side libraries, we just need to pretend we're native
,
3379 # and not use the same cache file. Multilibs are neither needed nor
3381 build_configargs
="--cache-file=../config.cache --build=${build_alias} --host=${build_alias} --target=${target_alias} ${baseargs}"
3383 # For host modules, accept cache file option, or specification as blank.
3384 case "${cache_file}" in
3386 cache_file_option
="" ;;
3387 /* |
[A-Za-z
]:[\\/]* ) # absolute path
3388 cache_file_option
="--cache-file=${cache_file}" ;;
3390 cache_file_option
="--cache-file=../${cache_file}" ;;
3393 # Host dirs don't like to share a cache file either, horribly enough.
3394 # This seems to be due to autoconf 2.5x stupidity.
3395 host_configargs
="--cache-file=./config.cache --build=${build_alias} --host=${host_alias} --target=${target_alias} ${extra_host_args} ${baseargs}"
3397 target_configargs
=${baseargs}
3399 # Passing a --with-cross-host argument lets the target libraries know
3400 # whether they are being built with a cross-compiler or being built
3401 # native. However, it would be better to use other mechanisms to make the
3402 # sorts of decisions they want to make on this basis. Please consider
3403 # this option to be deprecated. FIXME.
3404 if test x
${is_cross_compiler} = xyes
; then
3405 target_configargs
="--with-cross-host=${host_alias} ${target_configargs}"
3408 # Default to --enable-multilib.
3409 if test x
${enable_multilib} = x
; then
3410 target_configargs
="--enable-multilib ${target_configargs}"
3413 # Pass --with-newlib if appropriate. Note that target_configdirs has
3414 # changed from the earlier setting of with_newlib.
3415 if test x
${with_newlib} != xno && echo " ${target_configdirs} " | grep " newlib " > /dev/null 2>&1 && test -d ${srcdir}/newlib
; then
3416 target_configargs
="--with-newlib ${target_configargs}"
3419 # Different target subdirs use different values of certain variables
3420 # (notably CXX). Worse, multilibs use *lots* of different values.
3421 # Worse yet, autoconf 2.5x makes some of these 'precious', meaning that
3422 # it doesn't automatically accept command-line overrides of them.
3423 # This means it's not safe for target subdirs to share a cache file,
3424 # which is disgusting, but there you have it. Hopefully this can be
3425 # fixed in future. It's still worthwhile to use a cache file for each
3426 # directory. I think.
3428 # Pass the appropriate --build, --host, --target and --cache-file arguments.
3429 # We need to pass --target, as newer autoconf's requires consistency
3430 # for target_alias and gcc doesn't manage it consistently.
3431 target_configargs
="--cache-file=./config.cache --build=${build_alias} --host=${target_alias} --target=${target_alias} ${target_configargs}"
3434 case " $target_configdirs " in
3436 case " $target_configargs " in
3437 *" --with-newlib "*)
3440 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' ;;
3443 # If we're not building GCC, don't discard standard headers.
3444 if test -d ${srcdir}/gcc
; then
3445 FLAGS_FOR_TARGET
=$FLAGS_FOR_TARGET' -nostdinc'
3447 if test "${build}" != "${host}"; then
3448 # On Canadian crosses, CC_FOR_TARGET will have already been set
3449 # by `configure', so we won't have an opportunity to add -Bgcc/
3450 # to it. This is right: we don't want to search that directory
3451 # for binaries, but we want the header files in there, so add
3453 FLAGS_FOR_TARGET
=$FLAGS_FOR_TARGET' -isystem $$r/$(HOST_SUBDIR)/gcc/include'
3455 # Someone might think of using the pre-installed headers on
3456 # Canadian crosses, in case the installed compiler is not fully
3457 # compatible with the compiler being built. In this case, it
3458 # would be better to flag an error than risking having
3459 # incompatible object files being constructed. We can't
3460 # guarantee that an error will be flagged, but let's hope the
3461 # compiler will do it, when presented with incompatible header
3466 case "${target}-${is_cross_compiler}" in
3467 i
[3456789]86-*-linux*-no)
3468 # Here host == target, so we don't need to build gcc,
3469 # so we don't want to discard standard headers.
3470 FLAGS_FOR_TARGET
=`echo " $FLAGS_FOR_TARGET " | sed -e 's/ -nostdinc / /'`
3473 # If we're building newlib, use its generic headers last, but search
3474 # for any libc-related directories first (so make it the last -B
3476 FLAGS_FOR_TARGET
=$FLAGS_FOR_TARGET' -B$$r/$(TARGET_SUBDIR)/newlib/ -isystem $$r/$(TARGET_SUBDIR)/newlib/targ-include -isystem $$s/newlib/libc/include'
3485 # Can't be handled as Cygwin above since Mingw does not use newlib.
3486 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' ;;
3489 # Allow the user to override the flags for
3490 # our build compiler if desired.
3491 CFLAGS_FOR_BUILD
=${CFLAGS_FOR_BUILD-${CFLAGS}}
3493 # On Canadian crosses, we'll be searching the right directories for
3494 # the previously-installed cross compiler, so don't bother to add
3495 # flags for directories within the install tree of the compiler
3496 # being built; programs in there won't even run.
3497 if test "${build}" = "${host}" && test -d ${srcdir}/gcc; then
3498 # Search for pre-installed headers if nothing else fits.
3499 FLAGS_FOR_TARGET=$FLAGS_FOR_TARGET' -B$(build_tooldir)/bin/ -B$(build_tooldir)/lib/ -isystem $(build_tooldir)/include -isystem $(build_tooldir)/sys-include'
3502 if test "x
${use_gnu_ld}" = x &&
3503 echo " ${configdirs} " | grep " ld
" > /dev/null ; then
3504 # Arrange for us to find uninstalled linker scripts.
3505 FLAGS_FOR_TARGET=$FLAGS_FOR_TARGET' -L$$r/$(HOST_SUBDIR)/ld'
3508 # Search for other target-specific linker scripts and such.
3511 if test -d ${srcdir}/libgloss/m32c; then
3512 # This is for crt0.o
3513 FLAGS_FOR_TARGET=$FLAGS_FOR_TARGET' -B$$r/$(TARGET_SUBDIR)/libgloss/m32c'
3514 # This is for r8c.ld
3515 FLAGS_FOR_TARGET=$FLAGS_FOR_TARGET' -L$$r/$(TARGET_SUBDIR)/libgloss/m32c'
3516 # This is for libnosys.a
3517 FLAGS_FOR_TARGET=$FLAGS_FOR_TARGET' -L$$r/$(TARGET_SUBDIR)/libgloss/libnosys'
3522 # Makefile fragments.
3523 for frag in host_makefile_frag target_makefile_frag alphaieee_frag ospace_frag;
3525 eval fragval=\$$frag
3526 if test $fragval != /dev/null; then
3527 eval $frag=${srcdir}/$fragval
3535 # Miscellanea: directories, flags, etc.
3543 # Build module lists & subconfigure args.
3547 # Host module lists & subconfigure args.
3551 # Target module lists & subconfigure args.
3559 # Generate default definitions for YACC, M4, LEX and other programs that run
3560 # on the build machine. These are used if the Makefile can't locate these
3561 # programs in objdir.
3562 MISSING=`cd $ac_aux_dir && ${PWDCMD-pwd}`/missing
3564 for ac_prog in 'bison -y' byacc yacc
3566 # Extract the first word of "$ac_prog", so it can be a program name with args.
3567 set dummy $ac_prog; ac_word=$2
3568 echo $ac_n "checking
for $ac_word""...
$ac_c" 1>&6
3569 echo "configure
:3570: checking
for $ac_word" >&5
3570 if eval "test \"`echo '$''{'ac_cv_prog_YACC'+set}'`\" = set"; then
3571 echo $ac_n "(cached
) $ac_c" 1>&6
3573 if test -n "$YACC"; then
3574 ac_cv_prog_YACC="$YACC" # Let the user override the test.
3576 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
3578 for ac_dir in $ac_dummy; do
3579 test -z "$ac_dir" && ac_dir=.
3580 if test -f $ac_dir/$ac_word; then
3581 ac_cv_prog_YACC="$ac_prog"
3588 YACC="$ac_cv_prog_YACC"
3589 if test -n "$YACC"; then
3590 echo "$ac_t""$YACC" 1>&6
3592 echo "$ac_t""no
" 1>&6
3595 test -n "$YACC" && break
3597 test -n "$YACC" || YACC="$MISSING bison
-y"
3599 case " $build_configdirs " in
3600 *" bison
"*) YACC='$$r/$(BUILD_SUBDIR)/bison/tests/bison -y' ;;
3601 *" byacc
"*) YACC='$$r/$(BUILD_SUBDIR)/byacc/byacc' ;;
3604 for ac_prog in bison
3606 # Extract the first word of "$ac_prog", so it can be a program name with args.
3607 set dummy $ac_prog; ac_word=$2
3608 echo $ac_n "checking
for $ac_word""...
$ac_c" 1>&6
3609 echo "configure
:3610: checking
for $ac_word" >&5
3610 if eval "test \"`echo '$''{'ac_cv_prog_BISON'+set}'`\" = set"; then
3611 echo $ac_n "(cached
) $ac_c" 1>&6
3613 if test -n "$BISON"; then
3614 ac_cv_prog_BISON="$BISON" # Let the user override the test.
3616 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
3618 for ac_dir in $ac_dummy; do
3619 test -z "$ac_dir" && ac_dir=.
3620 if test -f $ac_dir/$ac_word; then
3621 ac_cv_prog_BISON="$ac_prog"
3628 BISON="$ac_cv_prog_BISON"
3629 if test -n "$BISON"; then
3630 echo "$ac_t""$BISON" 1>&6
3632 echo "$ac_t""no
" 1>&6
3635 test -n "$BISON" && break
3637 test -n "$BISON" || BISON="$MISSING bison
"
3639 case " $build_configdirs " in
3640 *" bison
"*) BISON='$$r/$(BUILD_SUBDIR)/bison/tests/bison' ;;
3643 for ac_prog in gm4 gnum4 m4
3645 # Extract the first word of "$ac_prog", so it can be a program name with args.
3646 set dummy $ac_prog; ac_word=$2
3647 echo $ac_n "checking
for $ac_word""...
$ac_c" 1>&6
3648 echo "configure
:3649: checking
for $ac_word" >&5
3649 if eval "test \"`echo '$''{'ac_cv_prog_M4'+set}'`\" = set"; then
3650 echo $ac_n "(cached
) $ac_c" 1>&6
3652 if test -n "$M4"; then
3653 ac_cv_prog_M4="$M4" # Let the user override the test.
3655 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
3657 for ac_dir in $ac_dummy; do
3658 test -z "$ac_dir" && ac_dir=.
3659 if test -f $ac_dir/$ac_word; then
3660 ac_cv_prog_M4="$ac_prog"
3668 if test -n "$M4"; then
3669 echo "$ac_t""$M4" 1>&6
3671 echo "$ac_t""no
" 1>&6
3674 test -n "$M4" && break
3676 test -n "$M4" || M4="$MISSING m4"
3678 case " $build_configdirs " in
3679 *" m4 "*) M4='$$r/$(BUILD_SUBDIR)/m4/m4' ;;
3682 for ac_prog in flex lex
3684 # Extract the first word of "$ac_prog", so it can be a program name with args.
3685 set dummy $ac_prog; ac_word=$2
3686 echo $ac_n "checking
for $ac_word""...
$ac_c" 1>&6
3687 echo "configure
:3688: checking
for $ac_word" >&5
3688 if eval "test \"`echo '$''{'ac_cv_prog_LEX'+set}'`\" = set"; then
3689 echo $ac_n "(cached
) $ac_c" 1>&6
3691 if test -n "$LEX"; then
3692 ac_cv_prog_LEX="$LEX" # Let the user override the test.
3694 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
3696 for ac_dir in $ac_dummy; do
3697 test -z "$ac_dir" && ac_dir=.
3698 if test -f $ac_dir/$ac_word; then
3699 ac_cv_prog_LEX="$ac_prog"
3706 LEX="$ac_cv_prog_LEX"
3707 if test -n "$LEX"; then
3708 echo "$ac_t""$LEX" 1>&6
3710 echo "$ac_t""no
" 1>&6
3713 test -n "$LEX" && break
3715 test -n "$LEX" || LEX="$MISSING flex
"
3717 case " $build_configdirs " in
3718 *" flex
"*) LEX='$$r/$(BUILD_SUBDIR)/flex/flex' ;;
3719 *" lex "*) LEX='$$r/$(BUILD_SUBDIR)/lex/lex' ;;
3724 # Extract the first word of "$ac_prog", so it can be a program name with args.
3725 set dummy $ac_prog; ac_word=$2
3726 echo $ac_n "checking
for $ac_word""...
$ac_c" 1>&6
3727 echo "configure
:3728: checking
for $ac_word" >&5
3728 if eval "test \"`echo '$''{'ac_cv_prog_FLEX'+set}'`\" = set"; then
3729 echo $ac_n "(cached
) $ac_c" 1>&6
3731 if test -n "$FLEX"; then
3732 ac_cv_prog_FLEX="$FLEX" # Let the user override the test.
3734 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
3736 for ac_dir in $ac_dummy; do
3737 test -z "$ac_dir" && ac_dir=.
3738 if test -f $ac_dir/$ac_word; then
3739 ac_cv_prog_FLEX="$ac_prog"
3746 FLEX="$ac_cv_prog_FLEX"
3747 if test -n "$FLEX"; then
3748 echo "$ac_t""$FLEX" 1>&6
3750 echo "$ac_t""no
" 1>&6
3753 test -n "$FLEX" && break
3755 test -n "$FLEX" || FLEX="$MISSING flex
"
3757 case " $build_configdirs " in
3758 *" flex
"*) FLEX='$$r/$(BUILD_SUBDIR)/flex/flex' ;;
3761 for ac_prog in makeinfo
3763 # Extract the first word of "$ac_prog", so it can be a program name with args.
3764 set dummy $ac_prog; ac_word=$2
3765 echo $ac_n "checking
for $ac_word""...
$ac_c" 1>&6
3766 echo "configure
:3767: checking
for $ac_word" >&5
3767 if eval "test \"`echo '$''{'ac_cv_prog_MAKEINFO'+set}'`\" = set"; then
3768 echo $ac_n "(cached
) $ac_c" 1>&6
3770 if test -n "$MAKEINFO"; then
3771 ac_cv_prog_MAKEINFO="$MAKEINFO" # Let the user override the test.
3773 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
3775 for ac_dir in $ac_dummy; do
3776 test -z "$ac_dir" && ac_dir=.
3777 if test -f $ac_dir/$ac_word; then
3778 ac_cv_prog_MAKEINFO="$ac_prog"
3785 MAKEINFO="$ac_cv_prog_MAKEINFO"
3786 if test -n "$MAKEINFO"; then
3787 echo "$ac_t""$MAKEINFO" 1>&6
3789 echo "$ac_t""no
" 1>&6
3792 test -n "$MAKEINFO" && break
3794 test -n "$MAKEINFO" || MAKEINFO="$MISSING makeinfo
"
3796 case " $build_configdirs " in
3797 *" texinfo
"*) MAKEINFO='$$r/$(BUILD_SUBDIR)/texinfo/makeinfo/makeinfo' ;;
3800 # For an installed makeinfo, we require it to be from texinfo 4.4 or
3801 # higher, else we use the "missing
" dummy.
3802 if ${MAKEINFO} --version \
3803 | egrep 'texinfo[^0-9]*([1-3][0-9]|4\.[4-9]|[5-9])' >/dev/null 2>&1; then
3806 MAKEINFO="$MISSING makeinfo
"
3812 # FIXME: expect and dejagnu may become build tools?
3814 for ac_prog in expect
3816 # Extract the first word of "$ac_prog", so it can be a program name with args.
3817 set dummy $ac_prog; ac_word=$2
3818 echo $ac_n "checking
for $ac_word""...
$ac_c" 1>&6
3819 echo "configure
:3820: checking
for $ac_word" >&5
3820 if eval "test \"`echo '$''{'ac_cv_prog_EXPECT'+set}'`\" = set"; then
3821 echo $ac_n "(cached
) $ac_c" 1>&6
3823 if test -n "$EXPECT"; then
3824 ac_cv_prog_EXPECT="$EXPECT" # Let the user override the test.
3826 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
3828 for ac_dir in $ac_dummy; do
3829 test -z "$ac_dir" && ac_dir=.
3830 if test -f $ac_dir/$ac_word; then
3831 ac_cv_prog_EXPECT="$ac_prog"
3838 EXPECT="$ac_cv_prog_EXPECT"
3839 if test -n "$EXPECT"; then
3840 echo "$ac_t""$EXPECT" 1>&6
3842 echo "$ac_t""no
" 1>&6
3845 test -n "$EXPECT" && break
3847 test -n "$EXPECT" || EXPECT="expect
"
3849 case " $configdirs " in
3851 test $host = $build && EXPECT='$$r/$(HOST_SUBDIR)/expect/expect'
3855 for ac_prog in runtest
3857 # Extract the first word of "$ac_prog", so it can be a program name with args.
3858 set dummy $ac_prog; ac_word=$2
3859 echo $ac_n "checking
for $ac_word""...
$ac_c" 1>&6
3860 echo "configure
:3861: checking
for $ac_word" >&5
3861 if eval "test \"`echo '$''{'ac_cv_prog_RUNTEST'+set}'`\" = set"; then
3862 echo $ac_n "(cached
) $ac_c" 1>&6
3864 if test -n "$RUNTEST"; then
3865 ac_cv_prog_RUNTEST="$RUNTEST" # Let the user override the test.
3867 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
3869 for ac_dir in $ac_dummy; do
3870 test -z "$ac_dir" && ac_dir=.
3871 if test -f $ac_dir/$ac_word; then
3872 ac_cv_prog_RUNTEST="$ac_prog"
3879 RUNTEST="$ac_cv_prog_RUNTEST"
3880 if test -n "$RUNTEST"; then
3881 echo "$ac_t""$RUNTEST" 1>&6
3883 echo "$ac_t""no
" 1>&6
3886 test -n "$RUNTEST" && break
3888 test -n "$RUNTEST" || RUNTEST="runtest
"
3890 case " $configdirs " in
3892 test $host = $build && RUNTEST='$$s/$(HOST_SUBDIR)/dejagnu/runtest'
3899 test -n "$host_alias" && ncn_tool_prefix=$host_alias-
3900 ncn_target_tool_prefix=
3901 test -n "$target_alias" && ncn_target_tool_prefix=$target_alias-
3903 for ncn_progname in ar; do
3904 if test -n "$ncn_tool_prefix"; then
3905 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
3906 set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
3907 echo $ac_n "checking
for $ac_word""...
$ac_c" 1>&6
3908 echo "configure
:3909: checking
for $ac_word" >&5
3909 if eval "test \"`echo '$''{'ac_cv_prog_AR'+set}'`\" = set"; then
3910 echo $ac_n "(cached
) $ac_c" 1>&6
3912 if test -n "$AR"; then
3913 ac_cv_prog_AR="$AR" # Let the user override the test.
3915 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
3917 for ac_dir in $ac_dummy; do
3918 test -z "$ac_dir" && ac_dir=.
3919 if test -f $ac_dir/$ac_word; then
3920 ac_cv_prog_AR="${ncn_tool_prefix}${ncn_progname}"
3928 if test -n "$AR"; then
3929 echo "$ac_t""$AR" 1>&6
3931 echo "$ac_t""no
" 1>&6
3935 if test -z "$ac_cv_prog_AR" && test $build = $host ; then
3936 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
3937 set dummy ${ncn_progname}; ac_word=$2
3938 echo $ac_n "checking
for $ac_word""...
$ac_c" 1>&6
3939 echo "configure
:3940: checking
for $ac_word" >&5
3940 if eval "test \"`echo '$''{'ac_cv_prog_AR'+set}'`\" = set"; then
3941 echo $ac_n "(cached
) $ac_c" 1>&6
3943 if test -n "$AR"; then
3944 ac_cv_prog_AR="$AR" # Let the user override the test.
3946 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
3948 for ac_dir in $ac_dummy; do
3949 test -z "$ac_dir" && ac_dir=.
3950 if test -f $ac_dir/$ac_word; then
3951 ac_cv_prog_AR="${ncn_progname}"
3959 if test -n "$AR"; then
3960 echo "$ac_t""$AR" 1>&6
3962 echo "$ac_t""no
" 1>&6
3966 test -n "$ac_cv_prog_AR" && break
3969 if test -z "$ac_cv_prog_AR" ; then
3971 if test $build = $host ; then
3974 AR="${ncn_tool_prefix}$2"
3978 for ncn_progname in as; do
3979 if test -n "$ncn_tool_prefix"; then
3980 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
3981 set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
3982 echo $ac_n "checking
for $ac_word""...
$ac_c" 1>&6
3983 echo "configure
:3984: checking
for $ac_word" >&5
3984 if eval "test \"`echo '$''{'ac_cv_prog_AS'+set}'`\" = set"; then
3985 echo $ac_n "(cached
) $ac_c" 1>&6
3987 if test -n "$AS"; then
3988 ac_cv_prog_AS="$AS" # Let the user override the test.
3990 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
3992 for ac_dir in $ac_dummy; do
3993 test -z "$ac_dir" && ac_dir=.
3994 if test -f $ac_dir/$ac_word; then
3995 ac_cv_prog_AS="${ncn_tool_prefix}${ncn_progname}"
4003 if test -n "$AS"; then
4004 echo "$ac_t""$AS" 1>&6
4006 echo "$ac_t""no
" 1>&6
4010 if test -z "$ac_cv_prog_AS" && test $build = $host ; then
4011 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
4012 set dummy ${ncn_progname}; ac_word=$2
4013 echo $ac_n "checking
for $ac_word""...
$ac_c" 1>&6
4014 echo "configure
:4015: checking
for $ac_word" >&5
4015 if eval "test \"`echo '$''{'ac_cv_prog_AS'+set}'`\" = set"; then
4016 echo $ac_n "(cached
) $ac_c" 1>&6
4018 if test -n "$AS"; then
4019 ac_cv_prog_AS="$AS" # Let the user override the test.
4021 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
4023 for ac_dir in $ac_dummy; do
4024 test -z "$ac_dir" && ac_dir=.
4025 if test -f $ac_dir/$ac_word; then
4026 ac_cv_prog_AS="${ncn_progname}"
4034 if test -n "$AS"; then
4035 echo "$ac_t""$AS" 1>&6
4037 echo "$ac_t""no
" 1>&6
4041 test -n "$ac_cv_prog_AS" && break
4044 if test -z "$ac_cv_prog_AS" ; then
4046 if test $build = $host ; then
4049 AS="${ncn_tool_prefix}$2"
4053 for ncn_progname in dlltool; do
4054 if test -n "$ncn_tool_prefix"; then
4055 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
4056 set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
4057 echo $ac_n "checking
for $ac_word""...
$ac_c" 1>&6
4058 echo "configure
:4059: checking
for $ac_word" >&5
4059 if eval "test \"`echo '$''{'ac_cv_prog_DLLTOOL'+set}'`\" = set"; then
4060 echo $ac_n "(cached
) $ac_c" 1>&6
4062 if test -n "$DLLTOOL"; then
4063 ac_cv_prog_DLLTOOL="$DLLTOOL" # Let the user override the test.
4065 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
4067 for ac_dir in $ac_dummy; do
4068 test -z "$ac_dir" && ac_dir=.
4069 if test -f $ac_dir/$ac_word; then
4070 ac_cv_prog_DLLTOOL="${ncn_tool_prefix}${ncn_progname}"
4077 DLLTOOL="$ac_cv_prog_DLLTOOL"
4078 if test -n "$DLLTOOL"; then
4079 echo "$ac_t""$DLLTOOL" 1>&6
4081 echo "$ac_t""no
" 1>&6
4085 if test -z "$ac_cv_prog_DLLTOOL" && test $build = $host ; then
4086 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
4087 set dummy ${ncn_progname}; ac_word=$2
4088 echo $ac_n "checking
for $ac_word""...
$ac_c" 1>&6
4089 echo "configure
:4090: checking
for $ac_word" >&5
4090 if eval "test \"`echo '$''{'ac_cv_prog_DLLTOOL'+set}'`\" = set"; then
4091 echo $ac_n "(cached
) $ac_c" 1>&6
4093 if test -n "$DLLTOOL"; then
4094 ac_cv_prog_DLLTOOL="$DLLTOOL" # Let the user override the test.
4096 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
4098 for ac_dir in $ac_dummy; do
4099 test -z "$ac_dir" && ac_dir=.
4100 if test -f $ac_dir/$ac_word; then
4101 ac_cv_prog_DLLTOOL="${ncn_progname}"
4108 DLLTOOL="$ac_cv_prog_DLLTOOL"
4109 if test -n "$DLLTOOL"; then
4110 echo "$ac_t""$DLLTOOL" 1>&6
4112 echo "$ac_t""no
" 1>&6
4116 test -n "$ac_cv_prog_DLLTOOL" && break
4119 if test -z "$ac_cv_prog_DLLTOOL" ; then
4121 if test $build = $host ; then
4124 DLLTOOL="${ncn_tool_prefix}$2"
4128 for ncn_progname in ld; do
4129 if test -n "$ncn_tool_prefix"; then
4130 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
4131 set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
4132 echo $ac_n "checking
for $ac_word""...
$ac_c" 1>&6
4133 echo "configure
:4134: checking
for $ac_word" >&5
4134 if eval "test \"`echo '$''{'ac_cv_prog_LD'+set}'`\" = set"; then
4135 echo $ac_n "(cached
) $ac_c" 1>&6
4137 if test -n "$LD"; then
4138 ac_cv_prog_LD="$LD" # Let the user override the test.
4140 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
4142 for ac_dir in $ac_dummy; do
4143 test -z "$ac_dir" && ac_dir=.
4144 if test -f $ac_dir/$ac_word; then
4145 ac_cv_prog_LD="${ncn_tool_prefix}${ncn_progname}"
4153 if test -n "$LD"; then
4154 echo "$ac_t""$LD" 1>&6
4156 echo "$ac_t""no
" 1>&6
4160 if test -z "$ac_cv_prog_LD" && test $build = $host ; then
4161 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
4162 set dummy ${ncn_progname}; ac_word=$2
4163 echo $ac_n "checking
for $ac_word""...
$ac_c" 1>&6
4164 echo "configure
:4165: checking
for $ac_word" >&5
4165 if eval "test \"`echo '$''{'ac_cv_prog_LD'+set}'`\" = set"; then
4166 echo $ac_n "(cached
) $ac_c" 1>&6
4168 if test -n "$LD"; then
4169 ac_cv_prog_LD="$LD" # Let the user override the test.
4171 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
4173 for ac_dir in $ac_dummy; do
4174 test -z "$ac_dir" && ac_dir=.
4175 if test -f $ac_dir/$ac_word; then
4176 ac_cv_prog_LD="${ncn_progname}"
4184 if test -n "$LD"; then
4185 echo "$ac_t""$LD" 1>&6
4187 echo "$ac_t""no
" 1>&6
4191 test -n "$ac_cv_prog_LD" && break
4194 if test -z "$ac_cv_prog_LD" ; then
4196 if test $build = $host ; then
4199 LD="${ncn_tool_prefix}$2"
4203 for ncn_progname in lipo; do
4204 if test -n "$ncn_tool_prefix"; then
4205 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
4206 set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
4207 echo $ac_n "checking
for $ac_word""...
$ac_c" 1>&6
4208 echo "configure
:4209: checking
for $ac_word" >&5
4209 if eval "test \"`echo '$''{'ac_cv_prog_LIPO'+set}'`\" = set"; then
4210 echo $ac_n "(cached
) $ac_c" 1>&6
4212 if test -n "$LIPO"; then
4213 ac_cv_prog_LIPO="$LIPO" # Let the user override the test.
4215 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
4217 for ac_dir in $ac_dummy; do
4218 test -z "$ac_dir" && ac_dir=.
4219 if test -f $ac_dir/$ac_word; then
4220 ac_cv_prog_LIPO="${ncn_tool_prefix}${ncn_progname}"
4227 LIPO="$ac_cv_prog_LIPO"
4228 if test -n "$LIPO"; then
4229 echo "$ac_t""$LIPO" 1>&6
4231 echo "$ac_t""no
" 1>&6
4235 if test -z "$ac_cv_prog_LIPO" && test $build = $host ; then
4236 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
4237 set dummy ${ncn_progname}; ac_word=$2
4238 echo $ac_n "checking
for $ac_word""...
$ac_c" 1>&6
4239 echo "configure
:4240: checking
for $ac_word" >&5
4240 if eval "test \"`echo '$''{'ac_cv_prog_LIPO'+set}'`\" = set"; then
4241 echo $ac_n "(cached
) $ac_c" 1>&6
4243 if test -n "$LIPO"; then
4244 ac_cv_prog_LIPO="$LIPO" # Let the user override the test.
4246 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
4248 for ac_dir in $ac_dummy; do
4249 test -z "$ac_dir" && ac_dir=.
4250 if test -f $ac_dir/$ac_word; then
4251 ac_cv_prog_LIPO="${ncn_progname}"
4258 LIPO="$ac_cv_prog_LIPO"
4259 if test -n "$LIPO"; then
4260 echo "$ac_t""$LIPO" 1>&6
4262 echo "$ac_t""no
" 1>&6
4266 test -n "$ac_cv_prog_LIPO" && break
4269 if test -z "$ac_cv_prog_LIPO" ; then
4271 if test $build = $host ; then
4274 LIPO="${ncn_tool_prefix}$2"
4278 for ncn_progname in nm; do
4279 if test -n "$ncn_tool_prefix"; then
4280 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
4281 set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
4282 echo $ac_n "checking
for $ac_word""...
$ac_c" 1>&6
4283 echo "configure
:4284: checking
for $ac_word" >&5
4284 if eval "test \"`echo '$''{'ac_cv_prog_NM'+set}'`\" = set"; then
4285 echo $ac_n "(cached
) $ac_c" 1>&6
4287 if test -n "$NM"; then
4288 ac_cv_prog_NM="$NM" # Let the user override the test.
4290 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
4292 for ac_dir in $ac_dummy; do
4293 test -z "$ac_dir" && ac_dir=.
4294 if test -f $ac_dir/$ac_word; then
4295 ac_cv_prog_NM="${ncn_tool_prefix}${ncn_progname}"
4303 if test -n "$NM"; then
4304 echo "$ac_t""$NM" 1>&6
4306 echo "$ac_t""no
" 1>&6
4310 if test -z "$ac_cv_prog_NM" && test $build = $host ; then
4311 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
4312 set dummy ${ncn_progname}; ac_word=$2
4313 echo $ac_n "checking
for $ac_word""...
$ac_c" 1>&6
4314 echo "configure
:4315: checking
for $ac_word" >&5
4315 if eval "test \"`echo '$''{'ac_cv_prog_NM'+set}'`\" = set"; then
4316 echo $ac_n "(cached
) $ac_c" 1>&6
4318 if test -n "$NM"; then
4319 ac_cv_prog_NM="$NM" # Let the user override the test.
4321 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
4323 for ac_dir in $ac_dummy; do
4324 test -z "$ac_dir" && ac_dir=.
4325 if test -f $ac_dir/$ac_word; then
4326 ac_cv_prog_NM="${ncn_progname}"
4334 if test -n "$NM"; then
4335 echo "$ac_t""$NM" 1>&6
4337 echo "$ac_t""no
" 1>&6
4341 test -n "$ac_cv_prog_NM" && break
4344 if test -z "$ac_cv_prog_NM" ; then
4346 if test $build = $host ; then
4349 NM="${ncn_tool_prefix}$2"
4353 for ncn_progname in ranlib; do
4354 if test -n "$ncn_tool_prefix"; then
4355 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
4356 set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
4357 echo $ac_n "checking
for $ac_word""...
$ac_c" 1>&6
4358 echo "configure
:4359: checking
for $ac_word" >&5
4359 if eval "test \"`echo '$''{'ac_cv_prog_RANLIB'+set}'`\" = set"; then
4360 echo $ac_n "(cached
) $ac_c" 1>&6
4362 if test -n "$RANLIB"; then
4363 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
4365 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
4367 for ac_dir in $ac_dummy; do
4368 test -z "$ac_dir" && ac_dir=.
4369 if test -f $ac_dir/$ac_word; then
4370 ac_cv_prog_RANLIB="${ncn_tool_prefix}${ncn_progname}"
4377 RANLIB="$ac_cv_prog_RANLIB"
4378 if test -n "$RANLIB"; then
4379 echo "$ac_t""$RANLIB" 1>&6
4381 echo "$ac_t""no
" 1>&6
4385 if test -z "$ac_cv_prog_RANLIB" && test $build = $host ; then
4386 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
4387 set dummy ${ncn_progname}; ac_word=$2
4388 echo $ac_n "checking
for $ac_word""...
$ac_c" 1>&6
4389 echo "configure
:4390: checking
for $ac_word" >&5
4390 if eval "test \"`echo '$''{'ac_cv_prog_RANLIB'+set}'`\" = set"; then
4391 echo $ac_n "(cached
) $ac_c" 1>&6
4393 if test -n "$RANLIB"; then
4394 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
4396 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
4398 for ac_dir in $ac_dummy; do
4399 test -z "$ac_dir" && ac_dir=.
4400 if test -f $ac_dir/$ac_word; then
4401 ac_cv_prog_RANLIB="${ncn_progname}"
4408 RANLIB="$ac_cv_prog_RANLIB"
4409 if test -n "$RANLIB"; then
4410 echo "$ac_t""$RANLIB" 1>&6
4412 echo "$ac_t""no
" 1>&6
4416 test -n "$ac_cv_prog_RANLIB" && break
4419 if test -z "$ac_cv_prog_RANLIB" ; then
4423 for ncn_progname in strip; do
4424 if test -n "$ncn_tool_prefix"; then
4425 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
4426 set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
4427 echo $ac_n "checking
for $ac_word""...
$ac_c" 1>&6
4428 echo "configure
:4429: checking
for $ac_word" >&5
4429 if eval "test \"`echo '$''{'ac_cv_prog_STRIP'+set}'`\" = set"; then
4430 echo $ac_n "(cached
) $ac_c" 1>&6
4432 if test -n "$STRIP"; then
4433 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
4435 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
4437 for ac_dir in $ac_dummy; do
4438 test -z "$ac_dir" && ac_dir=.
4439 if test -f $ac_dir/$ac_word; then
4440 ac_cv_prog_STRIP="${ncn_tool_prefix}${ncn_progname}"
4447 STRIP="$ac_cv_prog_STRIP"
4448 if test -n "$STRIP"; then
4449 echo "$ac_t""$STRIP" 1>&6
4451 echo "$ac_t""no
" 1>&6
4455 if test -z "$ac_cv_prog_STRIP" && test $build = $host ; then
4456 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
4457 set dummy ${ncn_progname}; ac_word=$2
4458 echo $ac_n "checking
for $ac_word""...
$ac_c" 1>&6
4459 echo "configure
:4460: checking
for $ac_word" >&5
4460 if eval "test \"`echo '$''{'ac_cv_prog_STRIP'+set}'`\" = set"; then
4461 echo $ac_n "(cached
) $ac_c" 1>&6
4463 if test -n "$STRIP"; then
4464 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
4466 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
4468 for ac_dir in $ac_dummy; do
4469 test -z "$ac_dir" && ac_dir=.
4470 if test -f $ac_dir/$ac_word; then
4471 ac_cv_prog_STRIP="${ncn_progname}"
4478 STRIP="$ac_cv_prog_STRIP"
4479 if test -n "$STRIP"; then
4480 echo "$ac_t""$STRIP" 1>&6
4482 echo "$ac_t""no
" 1>&6
4486 test -n "$ac_cv_prog_STRIP" && break
4489 if test -z "$ac_cv_prog_STRIP" ; then
4493 for ncn_progname in windres; do
4494 if test -n "$ncn_tool_prefix"; then
4495 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
4496 set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
4497 echo $ac_n "checking
for $ac_word""...
$ac_c" 1>&6
4498 echo "configure
:4499: checking
for $ac_word" >&5
4499 if eval "test \"`echo '$''{'ac_cv_prog_WINDRES'+set}'`\" = set"; then
4500 echo $ac_n "(cached
) $ac_c" 1>&6
4502 if test -n "$WINDRES"; then
4503 ac_cv_prog_WINDRES="$WINDRES" # Let the user override the test.
4505 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
4507 for ac_dir in $ac_dummy; do
4508 test -z "$ac_dir" && ac_dir=.
4509 if test -f $ac_dir/$ac_word; then
4510 ac_cv_prog_WINDRES="${ncn_tool_prefix}${ncn_progname}"
4517 WINDRES="$ac_cv_prog_WINDRES"
4518 if test -n "$WINDRES"; then
4519 echo "$ac_t""$WINDRES" 1>&6
4521 echo "$ac_t""no
" 1>&6
4525 if test -z "$ac_cv_prog_WINDRES" && test $build = $host ; then
4526 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
4527 set dummy ${ncn_progname}; ac_word=$2
4528 echo $ac_n "checking
for $ac_word""...
$ac_c" 1>&6
4529 echo "configure
:4530: checking
for $ac_word" >&5
4530 if eval "test \"`echo '$''{'ac_cv_prog_WINDRES'+set}'`\" = set"; then
4531 echo $ac_n "(cached
) $ac_c" 1>&6
4533 if test -n "$WINDRES"; then
4534 ac_cv_prog_WINDRES="$WINDRES" # Let the user override the test.
4536 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
4538 for ac_dir in $ac_dummy; do
4539 test -z "$ac_dir" && ac_dir=.
4540 if test -f $ac_dir/$ac_word; then
4541 ac_cv_prog_WINDRES="${ncn_progname}"
4548 WINDRES="$ac_cv_prog_WINDRES"
4549 if test -n "$WINDRES"; then
4550 echo "$ac_t""$WINDRES" 1>&6
4552 echo "$ac_t""no
" 1>&6
4556 test -n "$ac_cv_prog_WINDRES" && break
4559 if test -z "$ac_cv_prog_WINDRES" ; then
4561 if test $build = $host ; then
4564 WINDRES="${ncn_tool_prefix}$2"
4568 for ncn_progname in objcopy; do
4569 if test -n "$ncn_tool_prefix"; then
4570 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
4571 set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
4572 echo $ac_n "checking
for $ac_word""...
$ac_c" 1>&6
4573 echo "configure
:4574: checking
for $ac_word" >&5
4574 if eval "test \"`echo '$''{'ac_cv_prog_OBJCOPY'+set}'`\" = set"; then
4575 echo $ac_n "(cached
) $ac_c" 1>&6
4577 if test -n "$OBJCOPY"; then
4578 ac_cv_prog_OBJCOPY="$OBJCOPY" # Let the user override the test.
4580 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
4582 for ac_dir in $ac_dummy; do
4583 test -z "$ac_dir" && ac_dir=.
4584 if test -f $ac_dir/$ac_word; then
4585 ac_cv_prog_OBJCOPY="${ncn_tool_prefix}${ncn_progname}"
4592 OBJCOPY="$ac_cv_prog_OBJCOPY"
4593 if test -n "$OBJCOPY"; then
4594 echo "$ac_t""$OBJCOPY" 1>&6
4596 echo "$ac_t""no
" 1>&6
4600 if test -z "$ac_cv_prog_OBJCOPY" && test $build = $host ; then
4601 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
4602 set dummy ${ncn_progname}; ac_word=$2
4603 echo $ac_n "checking
for $ac_word""...
$ac_c" 1>&6
4604 echo "configure
:4605: checking
for $ac_word" >&5
4605 if eval "test \"`echo '$''{'ac_cv_prog_OBJCOPY'+set}'`\" = set"; then
4606 echo $ac_n "(cached
) $ac_c" 1>&6
4608 if test -n "$OBJCOPY"; then
4609 ac_cv_prog_OBJCOPY="$OBJCOPY" # Let the user override the test.
4611 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
4613 for ac_dir in $ac_dummy; do
4614 test -z "$ac_dir" && ac_dir=.
4615 if test -f $ac_dir/$ac_word; then
4616 ac_cv_prog_OBJCOPY="${ncn_progname}"
4623 OBJCOPY="$ac_cv_prog_OBJCOPY"
4624 if test -n "$OBJCOPY"; then
4625 echo "$ac_t""$OBJCOPY" 1>&6
4627 echo "$ac_t""no
" 1>&6
4631 test -n "$ac_cv_prog_OBJCOPY" && break
4634 if test -z "$ac_cv_prog_OBJCOPY" ; then
4636 if test $build = $host ; then
4639 OBJCOPY="${ncn_tool_prefix}$2"
4643 for ncn_progname in objdump; do
4644 if test -n "$ncn_tool_prefix"; then
4645 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
4646 set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
4647 echo $ac_n "checking
for $ac_word""...
$ac_c" 1>&6
4648 echo "configure
:4649: checking
for $ac_word" >&5
4649 if eval "test \"`echo '$''{'ac_cv_prog_OBJDUMP'+set}'`\" = set"; then
4650 echo $ac_n "(cached
) $ac_c" 1>&6
4652 if test -n "$OBJDUMP"; then
4653 ac_cv_prog_OBJDUMP="$OBJDUMP" # Let the user override the test.
4655 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
4657 for ac_dir in $ac_dummy; do
4658 test -z "$ac_dir" && ac_dir=.
4659 if test -f $ac_dir/$ac_word; then
4660 ac_cv_prog_OBJDUMP="${ncn_tool_prefix}${ncn_progname}"
4667 OBJDUMP="$ac_cv_prog_OBJDUMP"
4668 if test -n "$OBJDUMP"; then
4669 echo "$ac_t""$OBJDUMP" 1>&6
4671 echo "$ac_t""no
" 1>&6
4675 if test -z "$ac_cv_prog_OBJDUMP" && test $build = $host ; then
4676 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
4677 set dummy ${ncn_progname}; ac_word=$2
4678 echo $ac_n "checking
for $ac_word""...
$ac_c" 1>&6
4679 echo "configure
:4680: checking
for $ac_word" >&5
4680 if eval "test \"`echo '$''{'ac_cv_prog_OBJDUMP'+set}'`\" = set"; then
4681 echo $ac_n "(cached
) $ac_c" 1>&6
4683 if test -n "$OBJDUMP"; then
4684 ac_cv_prog_OBJDUMP="$OBJDUMP" # Let the user override the test.
4686 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
4688 for ac_dir in $ac_dummy; do
4689 test -z "$ac_dir" && ac_dir=.
4690 if test -f $ac_dir/$ac_word; then
4691 ac_cv_prog_OBJDUMP="${ncn_progname}"
4698 OBJDUMP="$ac_cv_prog_OBJDUMP"
4699 if test -n "$OBJDUMP"; then
4700 echo "$ac_t""$OBJDUMP" 1>&6
4702 echo "$ac_t""no
" 1>&6
4706 test -n "$ac_cv_prog_OBJDUMP" && break
4709 if test -z "$ac_cv_prog_OBJDUMP" ; then
4711 if test $build = $host ; then
4714 OBJDUMP="${ncn_tool_prefix}$2"
4725 # Check whether --with-build-time-tools or --without-build-time-tools was given.
4726 if test "${with_build_time_tools+set}" = set; then
4727 withval="$with_build_time_tools"
4731 with_build_time_tools=
4732 echo "configure
: warning
: argument to
--with-build-time-tools must be an absolute path
" 1>&2
4736 with_build_time_tools=
4740 if test -n "$with_build_time_tools"; then
4741 for ncn_progname in cc gcc; do
4742 echo $ac_n "checking
for ${ncn_progname} in $with_build_time_tools""...
$ac_c" 1>&6
4743 echo "configure
:4744: checking
for ${ncn_progname} in $with_build_time_tools" >&5
4744 if test -x $with_build_time_tools/${ncn_progname}; then
4745 ac_cv_prog_CC_FOR_TARGET=$with_build_time_tools/${ncn_progname}
4746 echo "$ac_t""yes" 1>&6
4749 echo "$ac_t""no
" 1>&6
4754 if test -z "$ac_cv_prog_CC_FOR_TARGET"; then
4755 for ncn_progname in cc gcc; do
4756 if test -n "$ncn_target_tool_prefix"; then
4757 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
4758 set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
4759 echo $ac_n "checking
for $ac_word""...
$ac_c" 1>&6
4760 echo "configure
:4761: checking
for $ac_word" >&5
4761 if eval "test \"`echo '$''{'ac_cv_prog_CC_FOR_TARGET'+set}'`\" = set"; then
4762 echo $ac_n "(cached
) $ac_c" 1>&6
4764 if test -n "$CC_FOR_TARGET"; then
4765 ac_cv_prog_CC_FOR_TARGET="$CC_FOR_TARGET" # Let the user override the test.
4767 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
4769 for ac_dir in $ac_dummy; do
4770 test -z "$ac_dir" && ac_dir=.
4771 if test -f $ac_dir/$ac_word; then
4772 ac_cv_prog_CC_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
4779 CC_FOR_TARGET="$ac_cv_prog_CC_FOR_TARGET"
4780 if test -n "$CC_FOR_TARGET"; then
4781 echo "$ac_t""$CC_FOR_TARGET" 1>&6
4783 echo "$ac_t""no
" 1>&6
4787 if test -z "$ac_cv_prog_CC_FOR_TARGET" && test $build = $target ; then
4788 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
4789 set dummy ${ncn_progname}; ac_word=$2
4790 echo $ac_n "checking
for $ac_word""...
$ac_c" 1>&6
4791 echo "configure
:4792: checking
for $ac_word" >&5
4792 if eval "test \"`echo '$''{'ac_cv_prog_CC_FOR_TARGET'+set}'`\" = set"; then
4793 echo $ac_n "(cached
) $ac_c" 1>&6
4795 if test -n "$CC_FOR_TARGET"; then
4796 ac_cv_prog_CC_FOR_TARGET="$CC_FOR_TARGET" # Let the user override the test.
4798 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
4800 for ac_dir in $ac_dummy; do
4801 test -z "$ac_dir" && ac_dir=.
4802 if test -f $ac_dir/$ac_word; then
4803 ac_cv_prog_CC_FOR_TARGET="${ncn_progname}"
4810 CC_FOR_TARGET="$ac_cv_prog_CC_FOR_TARGET"
4811 if test -n "$CC_FOR_TARGET"; then
4812 echo "$ac_t""$CC_FOR_TARGET" 1>&6
4814 echo "$ac_t""no
" 1>&6
4818 test -n "$ac_cv_prog_CC_FOR_TARGET" && break
4822 if test -z "$ac_cv_prog_CC_FOR_TARGET" ; then
4824 if test $build = $target ; then
4827 CC_FOR_TARGET="${ncn_target_tool_prefix}$2"
4831 if test -n "$with_build_time_tools"; then
4832 for ncn_progname in c++ g++ cxx gxx; do
4833 echo $ac_n "checking
for ${ncn_progname} in $with_build_time_tools""...
$ac_c" 1>&6
4834 echo "configure
:4835: checking
for ${ncn_progname} in $with_build_time_tools" >&5
4835 if test -x $with_build_time_tools/${ncn_progname}; then
4836 ac_cv_prog_CXX_FOR_TARGET=$with_build_time_tools/${ncn_progname}
4837 echo "$ac_t""yes" 1>&6
4840 echo "$ac_t""no
" 1>&6
4845 if test -z "$ac_cv_prog_CXX_FOR_TARGET"; then
4846 for ncn_progname in c++ g++ cxx gxx; do
4847 if test -n "$ncn_target_tool_prefix"; then
4848 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
4849 set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
4850 echo $ac_n "checking
for $ac_word""...
$ac_c" 1>&6
4851 echo "configure
:4852: checking
for $ac_word" >&5
4852 if eval "test \"`echo '$''{'ac_cv_prog_CXX_FOR_TARGET'+set}'`\" = set"; then
4853 echo $ac_n "(cached
) $ac_c" 1>&6
4855 if test -n "$CXX_FOR_TARGET"; then
4856 ac_cv_prog_CXX_FOR_TARGET="$CXX_FOR_TARGET" # Let the user override the test.
4858 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
4860 for ac_dir in $ac_dummy; do
4861 test -z "$ac_dir" && ac_dir=.
4862 if test -f $ac_dir/$ac_word; then
4863 ac_cv_prog_CXX_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
4870 CXX_FOR_TARGET="$ac_cv_prog_CXX_FOR_TARGET"
4871 if test -n "$CXX_FOR_TARGET"; then
4872 echo "$ac_t""$CXX_FOR_TARGET" 1>&6
4874 echo "$ac_t""no
" 1>&6
4878 if test -z "$ac_cv_prog_CXX_FOR_TARGET" && test $build = $target ; then
4879 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
4880 set dummy ${ncn_progname}; ac_word=$2
4881 echo $ac_n "checking
for $ac_word""...
$ac_c" 1>&6
4882 echo "configure
:4883: checking
for $ac_word" >&5
4883 if eval "test \"`echo '$''{'ac_cv_prog_CXX_FOR_TARGET'+set}'`\" = set"; then
4884 echo $ac_n "(cached
) $ac_c" 1>&6
4886 if test -n "$CXX_FOR_TARGET"; then
4887 ac_cv_prog_CXX_FOR_TARGET="$CXX_FOR_TARGET" # Let the user override the test.
4889 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
4891 for ac_dir in $ac_dummy; do
4892 test -z "$ac_dir" && ac_dir=.
4893 if test -f $ac_dir/$ac_word; then
4894 ac_cv_prog_CXX_FOR_TARGET="${ncn_progname}"
4901 CXX_FOR_TARGET="$ac_cv_prog_CXX_FOR_TARGET"
4902 if test -n "$CXX_FOR_TARGET"; then
4903 echo "$ac_t""$CXX_FOR_TARGET" 1>&6
4905 echo "$ac_t""no
" 1>&6
4909 test -n "$ac_cv_prog_CXX_FOR_TARGET" && break
4913 if test -z "$ac_cv_prog_CXX_FOR_TARGET" ; then
4914 set dummy c++ g++ cxx gxx
4915 if test $build = $target ; then
4918 CXX_FOR_TARGET="${ncn_target_tool_prefix}$2"
4922 if test -n "$with_build_time_tools"; then
4923 for ncn_progname in gcc; do
4924 echo $ac_n "checking
for ${ncn_progname} in $with_build_time_tools""...
$ac_c" 1>&6
4925 echo "configure
:4926: checking
for ${ncn_progname} in $with_build_time_tools" >&5
4926 if test -x $with_build_time_tools/${ncn_progname}; then
4927 ac_cv_prog_GCC_FOR_TARGET=$with_build_time_tools/${ncn_progname}
4928 echo "$ac_t""yes" 1>&6
4931 echo "$ac_t""no
" 1>&6
4936 if test -z "$ac_cv_prog_GCC_FOR_TARGET"; then
4937 for ncn_progname in gcc; do
4938 if test -n "$ncn_target_tool_prefix"; then
4939 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
4940 set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
4941 echo $ac_n "checking
for $ac_word""...
$ac_c" 1>&6
4942 echo "configure
:4943: checking
for $ac_word" >&5
4943 if eval "test \"`echo '$''{'ac_cv_prog_GCC_FOR_TARGET'+set}'`\" = set"; then
4944 echo $ac_n "(cached
) $ac_c" 1>&6
4946 if test -n "$GCC_FOR_TARGET"; then
4947 ac_cv_prog_GCC_FOR_TARGET="$GCC_FOR_TARGET" # Let the user override the test.
4949 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
4951 for ac_dir in $ac_dummy; do
4952 test -z "$ac_dir" && ac_dir=.
4953 if test -f $ac_dir/$ac_word; then
4954 ac_cv_prog_GCC_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
4961 GCC_FOR_TARGET="$ac_cv_prog_GCC_FOR_TARGET"
4962 if test -n "$GCC_FOR_TARGET"; then
4963 echo "$ac_t""$GCC_FOR_TARGET" 1>&6
4965 echo "$ac_t""no
" 1>&6
4969 if test -z "$ac_cv_prog_GCC_FOR_TARGET" && test $build = $target ; then
4970 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
4971 set dummy ${ncn_progname}; ac_word=$2
4972 echo $ac_n "checking
for $ac_word""...
$ac_c" 1>&6
4973 echo "configure
:4974: checking
for $ac_word" >&5
4974 if eval "test \"`echo '$''{'ac_cv_prog_GCC_FOR_TARGET'+set}'`\" = set"; then
4975 echo $ac_n "(cached
) $ac_c" 1>&6
4977 if test -n "$GCC_FOR_TARGET"; then
4978 ac_cv_prog_GCC_FOR_TARGET="$GCC_FOR_TARGET" # Let the user override the test.
4980 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
4982 for ac_dir in $ac_dummy; do
4983 test -z "$ac_dir" && ac_dir=.
4984 if test -f $ac_dir/$ac_word; then
4985 ac_cv_prog_GCC_FOR_TARGET="${ncn_progname}"
4992 GCC_FOR_TARGET="$ac_cv_prog_GCC_FOR_TARGET"
4993 if test -n "$GCC_FOR_TARGET"; then
4994 echo "$ac_t""$GCC_FOR_TARGET" 1>&6
4996 echo "$ac_t""no
" 1>&6
5000 test -n "$ac_cv_prog_GCC_FOR_TARGET" && break
5004 if test -z "$ac_cv_prog_GCC_FOR_TARGET" ; then
5005 GCC_FOR_TARGET="${CC_FOR_TARGET}"
5008 if test -n "$with_build_time_tools"; then
5009 for ncn_progname in gcj; do
5010 echo $ac_n "checking
for ${ncn_progname} in $with_build_time_tools""...
$ac_c" 1>&6
5011 echo "configure
:5012: checking
for ${ncn_progname} in $with_build_time_tools" >&5
5012 if test -x $with_build_time_tools/${ncn_progname}; then
5013 ac_cv_prog_GCJ_FOR_TARGET=$with_build_time_tools/${ncn_progname}
5014 echo "$ac_t""yes" 1>&6
5017 echo "$ac_t""no
" 1>&6
5022 if test -z "$ac_cv_prog_GCJ_FOR_TARGET"; then
5023 for ncn_progname in gcj; do
5024 if test -n "$ncn_target_tool_prefix"; then
5025 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
5026 set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
5027 echo $ac_n "checking
for $ac_word""...
$ac_c" 1>&6
5028 echo "configure
:5029: checking
for $ac_word" >&5
5029 if eval "test \"`echo '$''{'ac_cv_prog_GCJ_FOR_TARGET'+set}'`\" = set"; then
5030 echo $ac_n "(cached
) $ac_c" 1>&6
5032 if test -n "$GCJ_FOR_TARGET"; then
5033 ac_cv_prog_GCJ_FOR_TARGET="$GCJ_FOR_TARGET" # Let the user override the test.
5035 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
5037 for ac_dir in $ac_dummy; do
5038 test -z "$ac_dir" && ac_dir=.
5039 if test -f $ac_dir/$ac_word; then
5040 ac_cv_prog_GCJ_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
5047 GCJ_FOR_TARGET="$ac_cv_prog_GCJ_FOR_TARGET"
5048 if test -n "$GCJ_FOR_TARGET"; then
5049 echo "$ac_t""$GCJ_FOR_TARGET" 1>&6
5051 echo "$ac_t""no
" 1>&6
5055 if test -z "$ac_cv_prog_GCJ_FOR_TARGET" && test $build = $target ; then
5056 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
5057 set dummy ${ncn_progname}; ac_word=$2
5058 echo $ac_n "checking
for $ac_word""...
$ac_c" 1>&6
5059 echo "configure
:5060: checking
for $ac_word" >&5
5060 if eval "test \"`echo '$''{'ac_cv_prog_GCJ_FOR_TARGET'+set}'`\" = set"; then
5061 echo $ac_n "(cached
) $ac_c" 1>&6
5063 if test -n "$GCJ_FOR_TARGET"; then
5064 ac_cv_prog_GCJ_FOR_TARGET="$GCJ_FOR_TARGET" # Let the user override the test.
5066 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
5068 for ac_dir in $ac_dummy; do
5069 test -z "$ac_dir" && ac_dir=.
5070 if test -f $ac_dir/$ac_word; then
5071 ac_cv_prog_GCJ_FOR_TARGET="${ncn_progname}"
5078 GCJ_FOR_TARGET="$ac_cv_prog_GCJ_FOR_TARGET"
5079 if test -n "$GCJ_FOR_TARGET"; then
5080 echo "$ac_t""$GCJ_FOR_TARGET" 1>&6
5082 echo "$ac_t""no
" 1>&6
5086 test -n "$ac_cv_prog_GCJ_FOR_TARGET" && break
5090 if test -z "$ac_cv_prog_GCJ_FOR_TARGET" ; then
5092 if test $build = $target ; then
5095 GCJ_FOR_TARGET="${ncn_target_tool_prefix}$2"
5099 if test -n "$with_build_time_tools"; then
5100 for ncn_progname in gfortran; do
5101 echo $ac_n "checking
for ${ncn_progname} in $with_build_time_tools""...
$ac_c" 1>&6
5102 echo "configure
:5103: checking
for ${ncn_progname} in $with_build_time_tools" >&5
5103 if test -x $with_build_time_tools/${ncn_progname}; then
5104 ac_cv_prog_GFORTRAN_FOR_TARGET=$with_build_time_tools/${ncn_progname}
5105 echo "$ac_t""yes" 1>&6
5108 echo "$ac_t""no
" 1>&6
5113 if test -z "$ac_cv_prog_GFORTRAN_FOR_TARGET"; then
5114 for ncn_progname in gfortran; do
5115 if test -n "$ncn_target_tool_prefix"; then
5116 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
5117 set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
5118 echo $ac_n "checking
for $ac_word""...
$ac_c" 1>&6
5119 echo "configure
:5120: checking
for $ac_word" >&5
5120 if eval "test \"`echo '$''{'ac_cv_prog_GFORTRAN_FOR_TARGET'+set}'`\" = set"; then
5121 echo $ac_n "(cached
) $ac_c" 1>&6
5123 if test -n "$GFORTRAN_FOR_TARGET"; then
5124 ac_cv_prog_GFORTRAN_FOR_TARGET="$GFORTRAN_FOR_TARGET" # Let the user override the test.
5126 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
5128 for ac_dir in $ac_dummy; do
5129 test -z "$ac_dir" && ac_dir=.
5130 if test -f $ac_dir/$ac_word; then
5131 ac_cv_prog_GFORTRAN_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
5138 GFORTRAN_FOR_TARGET="$ac_cv_prog_GFORTRAN_FOR_TARGET"
5139 if test -n "$GFORTRAN_FOR_TARGET"; then
5140 echo "$ac_t""$GFORTRAN_FOR_TARGET" 1>&6
5142 echo "$ac_t""no
" 1>&6
5146 if test -z "$ac_cv_prog_GFORTRAN_FOR_TARGET" && test $build = $target ; then
5147 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
5148 set dummy ${ncn_progname}; ac_word=$2
5149 echo $ac_n "checking
for $ac_word""...
$ac_c" 1>&6
5150 echo "configure
:5151: checking
for $ac_word" >&5
5151 if eval "test \"`echo '$''{'ac_cv_prog_GFORTRAN_FOR_TARGET'+set}'`\" = set"; then
5152 echo $ac_n "(cached
) $ac_c" 1>&6
5154 if test -n "$GFORTRAN_FOR_TARGET"; then
5155 ac_cv_prog_GFORTRAN_FOR_TARGET="$GFORTRAN_FOR_TARGET" # Let the user override the test.
5157 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
5159 for ac_dir in $ac_dummy; do
5160 test -z "$ac_dir" && ac_dir=.
5161 if test -f $ac_dir/$ac_word; then
5162 ac_cv_prog_GFORTRAN_FOR_TARGET="${ncn_progname}"
5169 GFORTRAN_FOR_TARGET="$ac_cv_prog_GFORTRAN_FOR_TARGET"
5170 if test -n "$GFORTRAN_FOR_TARGET"; then
5171 echo "$ac_t""$GFORTRAN_FOR_TARGET" 1>&6
5173 echo "$ac_t""no
" 1>&6
5177 test -n "$ac_cv_prog_GFORTRAN_FOR_TARGET" && break
5181 if test -z "$ac_cv_prog_GFORTRAN_FOR_TARGET" ; then
5183 if test $build = $target ; then
5184 GFORTRAN_FOR_TARGET="$2"
5186 GFORTRAN_FOR_TARGET="${ncn_target_tool_prefix}$2"
5192 # The user is always right.
5193 if test "${PATH_SEPARATOR+set}" != set; then
5194 echo "#! /bin/sh" >conf$$.sh
5195 echo "exit 0" >>conf$$.sh
5197 if (PATH
="/nonexistent;."; conf$$.sh
) >/dev
/null
2>&1; then
5207 if test "x$exec_prefix" = xNONE
; then
5208 if test "x$prefix" = xNONE
; then
5209 gcc_cv_tool_prefix
=$ac_default_prefix
5211 gcc_cv_tool_prefix
=$prefix
5214 gcc_cv_tool_prefix
=$exec_prefix
5217 # If there is no compiler in the tree, use the PATH only. In any
5218 # case, if there is no compiler in the tree nobody should use
5219 # AS_FOR_TARGET and LD_FOR_TARGET.
5220 if test x
$host = x
$build && test -f $srcdir/gcc
/BASE-VER
; then
5221 gcc_version
=`cat $srcdir/gcc/BASE-VER`
5222 gcc_cv_tool_dirs
="$gcc_cv_tool_prefix/libexec/gcc/$target_noncanonical/$gcc_version$PATH_SEPARATOR"
5223 gcc_cv_tool_dirs
="$gcc_cv_tool_dirs$gcc_cv_tool_prefix/libexec/gcc/$target_noncanonical$PATH_SEPARATOR"
5224 gcc_cv_tool_dirs
="$gcc_cv_tool_dirs/usr/lib/gcc/$target_noncanonical/$gcc_version$PATH_SEPARATOR"
5225 gcc_cv_tool_dirs
="$gcc_cv_tool_dirs/usr/lib/gcc/$target_noncanonical$PATH_SEPARATOR"
5226 gcc_cv_tool_dirs
="$gcc_cv_tool_dirs$gcc_cv_tool_prefix/$target_noncanonical/bin/$target_noncanonical/$gcc_version$PATH_SEPARATOR"
5227 gcc_cv_tool_dirs
="$gcc_cv_tool_dirs$gcc_cv_tool_prefix/$target_noncanonical/bin$PATH_SEPARATOR"
5232 if test x
$build = x
$target && test -n "$md_exec_prefix"; then
5233 gcc_cv_tool_dirs
="$gcc_cv_tool_dirs$md_exec_prefix$PATH_SEPARATOR"
5238 cat > conftest.c
<< \EOF
5243 if ($GCC_FOR_TARGET -E conftest.c |
grep gcc_yay
) > /dev
/null
2>&1; then
5244 have_gcc_for_target
=yes
5246 GCC_FOR_TARGET
=${ncn_target_tool_prefix}gcc
5247 have_gcc_for_target
=no
5254 if test -z "$ac_cv_path_AR_FOR_TARGET" ; then
5255 if test -n "$with_build_time_tools"; then
5256 echo $ac_n "checking for ar in $with_build_time_tools""... $ac_c" 1>&6
5257 echo "configure:5258: checking for ar in $with_build_time_tools" >&5
5258 if test -x $with_build_time_tools/ar; then
5259 AR_FOR_TARGET
=`cd $with_build_time_tools && pwd`/ar
5260 ac_cv_path_AR_FOR_TARGET
=$AR_FOR_TARGET
5261 echo "$ac_t""$ac_cv_path_AR_FOR_TARGET" 1>&6
5263 echo "$ac_t""no" 1>&6
5265 elif test $build != $host && test $have_gcc_for_target = yes; then
5266 AR_FOR_TARGET
=`$GCC_FOR_TARGET --print-prog-name=ar`
5267 test $AR_FOR_TARGET=ar && AR_FOR_TARGET
=
5268 ac_cv_path_AR_FOR_TARGET
=$AR_FOR_TARGET
5271 if test -z "$ac_cv_path_AR_FOR_TARGET" ; then
5272 # Extract the first word of "ar", so it can be a program name with args.
5273 set dummy
ar; ac_word
=$2
5274 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
5275 echo "configure:5276: checking for $ac_word" >&5
5276 if eval "test \"`echo '$''{'ac_cv_path_AR_FOR_TARGET'+set}'`\" = set"; then
5277 echo $ac_n "(cached) $ac_c" 1>&6
5279 case "$AR_FOR_TARGET" in
5281 ac_cv_path_AR_FOR_TARGET
="$AR_FOR_TARGET" # Let the user override the test with a path.
5284 ac_cv_path_AR_FOR_TARGET
="$AR_FOR_TARGET" # Let the user override the test with a dos path.
5287 IFS
="${IFS= }"; ac_save_ifs
="$IFS"; IFS
=":"
5288 ac_dummy
="$gcc_cv_tool_dirs"
5289 for ac_dir
in $ac_dummy; do
5290 test -z "$ac_dir" && ac_dir
=.
5291 if test -f $ac_dir/$ac_word; then
5292 ac_cv_path_AR_FOR_TARGET
="$ac_dir/$ac_word"
5300 AR_FOR_TARGET
="$ac_cv_path_AR_FOR_TARGET"
5301 if test -n "$AR_FOR_TARGET"; then
5302 echo "$ac_t""$AR_FOR_TARGET" 1>&6
5304 echo "$ac_t""no" 1>&6
5308 if test -z "$ac_cv_path_AR_FOR_TARGET" ; then
5309 if test -n "$with_build_time_tools"; then
5310 for ncn_progname
in ar; do
5311 echo $ac_n "checking for ${ncn_progname} in $with_build_time_tools""... $ac_c" 1>&6
5312 echo "configure:5313: checking for ${ncn_progname} in $with_build_time_tools" >&5
5313 if test -x $with_build_time_tools/${ncn_progname}; then
5314 ac_cv_prog_AR_FOR_TARGET
=$with_build_time_tools/${ncn_progname}
5315 echo "$ac_t""yes" 1>&6
5318 echo "$ac_t""no" 1>&6
5323 if test -z "$ac_cv_prog_AR_FOR_TARGET"; then
5324 for ncn_progname
in ar; do
5325 if test -n "$ncn_target_tool_prefix"; then
5326 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
5327 set dummy
${ncn_target_tool_prefix}${ncn_progname}; ac_word
=$2
5328 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
5329 echo "configure:5330: checking for $ac_word" >&5
5330 if eval "test \"`echo '$''{'ac_cv_prog_AR_FOR_TARGET'+set}'`\" = set"; then
5331 echo $ac_n "(cached) $ac_c" 1>&6
5333 if test -n "$AR_FOR_TARGET"; then
5334 ac_cv_prog_AR_FOR_TARGET
="$AR_FOR_TARGET" # Let the user override the test.
5336 IFS
="${IFS= }"; ac_save_ifs
="$IFS"; IFS
=":"
5338 for ac_dir
in $ac_dummy; do
5339 test -z "$ac_dir" && ac_dir
=.
5340 if test -f $ac_dir/$ac_word; then
5341 ac_cv_prog_AR_FOR_TARGET
="${ncn_target_tool_prefix}${ncn_progname}"
5348 AR_FOR_TARGET
="$ac_cv_prog_AR_FOR_TARGET"
5349 if test -n "$AR_FOR_TARGET"; then
5350 echo "$ac_t""$AR_FOR_TARGET" 1>&6
5352 echo "$ac_t""no" 1>&6
5356 if test -z "$ac_cv_prog_AR_FOR_TARGET" && test $build = $target ; then
5357 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
5358 set dummy
${ncn_progname}; ac_word
=$2
5359 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
5360 echo "configure:5361: checking for $ac_word" >&5
5361 if eval "test \"`echo '$''{'ac_cv_prog_AR_FOR_TARGET'+set}'`\" = set"; then
5362 echo $ac_n "(cached) $ac_c" 1>&6
5364 if test -n "$AR_FOR_TARGET"; then
5365 ac_cv_prog_AR_FOR_TARGET
="$AR_FOR_TARGET" # Let the user override the test.
5367 IFS
="${IFS= }"; ac_save_ifs
="$IFS"; IFS
=":"
5369 for ac_dir
in $ac_dummy; do
5370 test -z "$ac_dir" && ac_dir
=.
5371 if test -f $ac_dir/$ac_word; then
5372 ac_cv_prog_AR_FOR_TARGET
="${ncn_progname}"
5379 AR_FOR_TARGET
="$ac_cv_prog_AR_FOR_TARGET"
5380 if test -n "$AR_FOR_TARGET"; then
5381 echo "$ac_t""$AR_FOR_TARGET" 1>&6
5383 echo "$ac_t""no" 1>&6
5387 test -n "$ac_cv_prog_AR_FOR_TARGET" && break
5391 if test -z "$ac_cv_prog_AR_FOR_TARGET" ; then
5393 if test $build = $target ; then
5396 AR_FOR_TARGET
="${ncn_target_tool_prefix}$2"
5401 AR_FOR_TARGET
=$ac_cv_path_AR_FOR_TARGET
5407 if test -z "$ac_cv_path_AS_FOR_TARGET" ; then
5408 if test -n "$with_build_time_tools"; then
5409 echo $ac_n "checking for as in $with_build_time_tools""... $ac_c" 1>&6
5410 echo "configure:5411: checking for as in $with_build_time_tools" >&5
5411 if test -x $with_build_time_tools/as
; then
5412 AS_FOR_TARGET
=`cd $with_build_time_tools && pwd`/as
5413 ac_cv_path_AS_FOR_TARGET
=$AS_FOR_TARGET
5414 echo "$ac_t""$ac_cv_path_AS_FOR_TARGET" 1>&6
5416 echo "$ac_t""no" 1>&6
5418 elif test $build != $host && test $have_gcc_for_target = yes; then
5419 AS_FOR_TARGET
=`$GCC_FOR_TARGET --print-prog-name=as`
5420 test $AS_FOR_TARGET=as
&& AS_FOR_TARGET
=
5421 ac_cv_path_AS_FOR_TARGET
=$AS_FOR_TARGET
5424 if test -z "$ac_cv_path_AS_FOR_TARGET" ; then
5425 # Extract the first word of "as", so it can be a program name with args.
5426 set dummy as
; ac_word
=$2
5427 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
5428 echo "configure:5429: checking for $ac_word" >&5
5429 if eval "test \"`echo '$''{'ac_cv_path_AS_FOR_TARGET'+set}'`\" = set"; then
5430 echo $ac_n "(cached) $ac_c" 1>&6
5432 case "$AS_FOR_TARGET" in
5434 ac_cv_path_AS_FOR_TARGET
="$AS_FOR_TARGET" # Let the user override the test with a path.
5437 ac_cv_path_AS_FOR_TARGET
="$AS_FOR_TARGET" # Let the user override the test with a dos path.
5440 IFS
="${IFS= }"; ac_save_ifs
="$IFS"; IFS
=":"
5441 ac_dummy
="$gcc_cv_tool_dirs"
5442 for ac_dir
in $ac_dummy; do
5443 test -z "$ac_dir" && ac_dir
=.
5444 if test -f $ac_dir/$ac_word; then
5445 ac_cv_path_AS_FOR_TARGET
="$ac_dir/$ac_word"
5453 AS_FOR_TARGET
="$ac_cv_path_AS_FOR_TARGET"
5454 if test -n "$AS_FOR_TARGET"; then
5455 echo "$ac_t""$AS_FOR_TARGET" 1>&6
5457 echo "$ac_t""no" 1>&6
5461 if test -z "$ac_cv_path_AS_FOR_TARGET" ; then
5462 if test -n "$with_build_time_tools"; then
5463 for ncn_progname
in as
; do
5464 echo $ac_n "checking for ${ncn_progname} in $with_build_time_tools""... $ac_c" 1>&6
5465 echo "configure:5466: checking for ${ncn_progname} in $with_build_time_tools" >&5
5466 if test -x $with_build_time_tools/${ncn_progname}; then
5467 ac_cv_prog_AS_FOR_TARGET
=$with_build_time_tools/${ncn_progname}
5468 echo "$ac_t""yes" 1>&6
5471 echo "$ac_t""no" 1>&6
5476 if test -z "$ac_cv_prog_AS_FOR_TARGET"; then
5477 for ncn_progname
in as
; do
5478 if test -n "$ncn_target_tool_prefix"; then
5479 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
5480 set dummy
${ncn_target_tool_prefix}${ncn_progname}; ac_word
=$2
5481 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
5482 echo "configure:5483: checking for $ac_word" >&5
5483 if eval "test \"`echo '$''{'ac_cv_prog_AS_FOR_TARGET'+set}'`\" = set"; then
5484 echo $ac_n "(cached) $ac_c" 1>&6
5486 if test -n "$AS_FOR_TARGET"; then
5487 ac_cv_prog_AS_FOR_TARGET
="$AS_FOR_TARGET" # Let the user override the test.
5489 IFS
="${IFS= }"; ac_save_ifs
="$IFS"; IFS
=":"
5491 for ac_dir
in $ac_dummy; do
5492 test -z "$ac_dir" && ac_dir
=.
5493 if test -f $ac_dir/$ac_word; then
5494 ac_cv_prog_AS_FOR_TARGET
="${ncn_target_tool_prefix}${ncn_progname}"
5501 AS_FOR_TARGET
="$ac_cv_prog_AS_FOR_TARGET"
5502 if test -n "$AS_FOR_TARGET"; then
5503 echo "$ac_t""$AS_FOR_TARGET" 1>&6
5505 echo "$ac_t""no" 1>&6
5509 if test -z "$ac_cv_prog_AS_FOR_TARGET" && test $build = $target ; then
5510 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
5511 set dummy
${ncn_progname}; ac_word
=$2
5512 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
5513 echo "configure:5514: checking for $ac_word" >&5
5514 if eval "test \"`echo '$''{'ac_cv_prog_AS_FOR_TARGET'+set}'`\" = set"; then
5515 echo $ac_n "(cached) $ac_c" 1>&6
5517 if test -n "$AS_FOR_TARGET"; then
5518 ac_cv_prog_AS_FOR_TARGET
="$AS_FOR_TARGET" # Let the user override the test.
5520 IFS
="${IFS= }"; ac_save_ifs
="$IFS"; IFS
=":"
5522 for ac_dir
in $ac_dummy; do
5523 test -z "$ac_dir" && ac_dir
=.
5524 if test -f $ac_dir/$ac_word; then
5525 ac_cv_prog_AS_FOR_TARGET
="${ncn_progname}"
5532 AS_FOR_TARGET
="$ac_cv_prog_AS_FOR_TARGET"
5533 if test -n "$AS_FOR_TARGET"; then
5534 echo "$ac_t""$AS_FOR_TARGET" 1>&6
5536 echo "$ac_t""no" 1>&6
5540 test -n "$ac_cv_prog_AS_FOR_TARGET" && break
5544 if test -z "$ac_cv_prog_AS_FOR_TARGET" ; then
5546 if test $build = $target ; then
5549 AS_FOR_TARGET
="${ncn_target_tool_prefix}$2"
5554 AS_FOR_TARGET
=$ac_cv_path_AS_FOR_TARGET
5560 if test -z "$ac_cv_path_DLLTOOL_FOR_TARGET" ; then
5561 if test -n "$with_build_time_tools"; then
5562 echo $ac_n "checking for dlltool in $with_build_time_tools""... $ac_c" 1>&6
5563 echo "configure:5564: checking for dlltool in $with_build_time_tools" >&5
5564 if test -x $with_build_time_tools/dlltool
; then
5565 DLLTOOL_FOR_TARGET
=`cd $with_build_time_tools && pwd`/dlltool
5566 ac_cv_path_DLLTOOL_FOR_TARGET
=$DLLTOOL_FOR_TARGET
5567 echo "$ac_t""$ac_cv_path_DLLTOOL_FOR_TARGET" 1>&6
5569 echo "$ac_t""no" 1>&6
5571 elif test $build != $host && test $have_gcc_for_target = yes; then
5572 DLLTOOL_FOR_TARGET
=`$GCC_FOR_TARGET --print-prog-name=dlltool`
5573 test $DLLTOOL_FOR_TARGET=dlltool
&& DLLTOOL_FOR_TARGET
=
5574 ac_cv_path_DLLTOOL_FOR_TARGET
=$DLLTOOL_FOR_TARGET
5577 if test -z "$ac_cv_path_DLLTOOL_FOR_TARGET" ; then
5578 # Extract the first word of "dlltool", so it can be a program name with args.
5579 set dummy dlltool
; ac_word
=$2
5580 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
5581 echo "configure:5582: checking for $ac_word" >&5
5582 if eval "test \"`echo '$''{'ac_cv_path_DLLTOOL_FOR_TARGET'+set}'`\" = set"; then
5583 echo $ac_n "(cached) $ac_c" 1>&6
5585 case "$DLLTOOL_FOR_TARGET" in
5587 ac_cv_path_DLLTOOL_FOR_TARGET
="$DLLTOOL_FOR_TARGET" # Let the user override the test with a path.
5590 ac_cv_path_DLLTOOL_FOR_TARGET
="$DLLTOOL_FOR_TARGET" # Let the user override the test with a dos path.
5593 IFS
="${IFS= }"; ac_save_ifs
="$IFS"; IFS
=":"
5594 ac_dummy
="$gcc_cv_tool_dirs"
5595 for ac_dir
in $ac_dummy; do
5596 test -z "$ac_dir" && ac_dir
=.
5597 if test -f $ac_dir/$ac_word; then
5598 ac_cv_path_DLLTOOL_FOR_TARGET
="$ac_dir/$ac_word"
5606 DLLTOOL_FOR_TARGET
="$ac_cv_path_DLLTOOL_FOR_TARGET"
5607 if test -n "$DLLTOOL_FOR_TARGET"; then
5608 echo "$ac_t""$DLLTOOL_FOR_TARGET" 1>&6
5610 echo "$ac_t""no" 1>&6
5614 if test -z "$ac_cv_path_DLLTOOL_FOR_TARGET" ; then
5615 if test -n "$with_build_time_tools"; then
5616 for ncn_progname
in dlltool
; do
5617 echo $ac_n "checking for ${ncn_progname} in $with_build_time_tools""... $ac_c" 1>&6
5618 echo "configure:5619: checking for ${ncn_progname} in $with_build_time_tools" >&5
5619 if test -x $with_build_time_tools/${ncn_progname}; then
5620 ac_cv_prog_DLLTOOL_FOR_TARGET
=$with_build_time_tools/${ncn_progname}
5621 echo "$ac_t""yes" 1>&6
5624 echo "$ac_t""no" 1>&6
5629 if test -z "$ac_cv_prog_DLLTOOL_FOR_TARGET"; then
5630 for ncn_progname
in dlltool
; do
5631 if test -n "$ncn_target_tool_prefix"; then
5632 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
5633 set dummy
${ncn_target_tool_prefix}${ncn_progname}; ac_word
=$2
5634 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
5635 echo "configure:5636: checking for $ac_word" >&5
5636 if eval "test \"`echo '$''{'ac_cv_prog_DLLTOOL_FOR_TARGET'+set}'`\" = set"; then
5637 echo $ac_n "(cached) $ac_c" 1>&6
5639 if test -n "$DLLTOOL_FOR_TARGET"; then
5640 ac_cv_prog_DLLTOOL_FOR_TARGET
="$DLLTOOL_FOR_TARGET" # Let the user override the test.
5642 IFS
="${IFS= }"; ac_save_ifs
="$IFS"; IFS
=":"
5644 for ac_dir
in $ac_dummy; do
5645 test -z "$ac_dir" && ac_dir
=.
5646 if test -f $ac_dir/$ac_word; then
5647 ac_cv_prog_DLLTOOL_FOR_TARGET
="${ncn_target_tool_prefix}${ncn_progname}"
5654 DLLTOOL_FOR_TARGET
="$ac_cv_prog_DLLTOOL_FOR_TARGET"
5655 if test -n "$DLLTOOL_FOR_TARGET"; then
5656 echo "$ac_t""$DLLTOOL_FOR_TARGET" 1>&6
5658 echo "$ac_t""no" 1>&6
5662 if test -z "$ac_cv_prog_DLLTOOL_FOR_TARGET" && test $build = $target ; then
5663 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
5664 set dummy
${ncn_progname}; ac_word
=$2
5665 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
5666 echo "configure:5667: checking for $ac_word" >&5
5667 if eval "test \"`echo '$''{'ac_cv_prog_DLLTOOL_FOR_TARGET'+set}'`\" = set"; then
5668 echo $ac_n "(cached) $ac_c" 1>&6
5670 if test -n "$DLLTOOL_FOR_TARGET"; then
5671 ac_cv_prog_DLLTOOL_FOR_TARGET
="$DLLTOOL_FOR_TARGET" # Let the user override the test.
5673 IFS
="${IFS= }"; ac_save_ifs
="$IFS"; IFS
=":"
5675 for ac_dir
in $ac_dummy; do
5676 test -z "$ac_dir" && ac_dir
=.
5677 if test -f $ac_dir/$ac_word; then
5678 ac_cv_prog_DLLTOOL_FOR_TARGET
="${ncn_progname}"
5685 DLLTOOL_FOR_TARGET
="$ac_cv_prog_DLLTOOL_FOR_TARGET"
5686 if test -n "$DLLTOOL_FOR_TARGET"; then
5687 echo "$ac_t""$DLLTOOL_FOR_TARGET" 1>&6
5689 echo "$ac_t""no" 1>&6
5693 test -n "$ac_cv_prog_DLLTOOL_FOR_TARGET" && break
5697 if test -z "$ac_cv_prog_DLLTOOL_FOR_TARGET" ; then
5699 if test $build = $target ; then
5700 DLLTOOL_FOR_TARGET
="$2"
5702 DLLTOOL_FOR_TARGET
="${ncn_target_tool_prefix}$2"
5707 DLLTOOL_FOR_TARGET
=$ac_cv_path_DLLTOOL_FOR_TARGET
5713 if test -z "$ac_cv_path_LD_FOR_TARGET" ; then
5714 if test -n "$with_build_time_tools"; then
5715 echo $ac_n "checking for ld in $with_build_time_tools""... $ac_c" 1>&6
5716 echo "configure:5717: checking for ld in $with_build_time_tools" >&5
5717 if test -x $with_build_time_tools/ld
; then
5718 LD_FOR_TARGET
=`cd $with_build_time_tools && pwd`/ld
5719 ac_cv_path_LD_FOR_TARGET
=$LD_FOR_TARGET
5720 echo "$ac_t""$ac_cv_path_LD_FOR_TARGET" 1>&6
5722 echo "$ac_t""no" 1>&6
5724 elif test $build != $host && test $have_gcc_for_target = yes; then
5725 LD_FOR_TARGET
=`$GCC_FOR_TARGET --print-prog-name=ld`
5726 test $LD_FOR_TARGET=ld
&& LD_FOR_TARGET
=
5727 ac_cv_path_LD_FOR_TARGET
=$LD_FOR_TARGET
5730 if test -z "$ac_cv_path_LD_FOR_TARGET" ; then
5731 # Extract the first word of "ld", so it can be a program name with args.
5732 set dummy ld
; ac_word
=$2
5733 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
5734 echo "configure:5735: checking for $ac_word" >&5
5735 if eval "test \"`echo '$''{'ac_cv_path_LD_FOR_TARGET'+set}'`\" = set"; then
5736 echo $ac_n "(cached) $ac_c" 1>&6
5738 case "$LD_FOR_TARGET" in
5740 ac_cv_path_LD_FOR_TARGET
="$LD_FOR_TARGET" # Let the user override the test with a path.
5743 ac_cv_path_LD_FOR_TARGET
="$LD_FOR_TARGET" # Let the user override the test with a dos path.
5746 IFS
="${IFS= }"; ac_save_ifs
="$IFS"; IFS
=":"
5747 ac_dummy
="$gcc_cv_tool_dirs"
5748 for ac_dir
in $ac_dummy; do
5749 test -z "$ac_dir" && ac_dir
=.
5750 if test -f $ac_dir/$ac_word; then
5751 ac_cv_path_LD_FOR_TARGET
="$ac_dir/$ac_word"
5759 LD_FOR_TARGET
="$ac_cv_path_LD_FOR_TARGET"
5760 if test -n "$LD_FOR_TARGET"; then
5761 echo "$ac_t""$LD_FOR_TARGET" 1>&6
5763 echo "$ac_t""no" 1>&6
5767 if test -z "$ac_cv_path_LD_FOR_TARGET" ; then
5768 if test -n "$with_build_time_tools"; then
5769 for ncn_progname
in ld
; do
5770 echo $ac_n "checking for ${ncn_progname} in $with_build_time_tools""... $ac_c" 1>&6
5771 echo "configure:5772: checking for ${ncn_progname} in $with_build_time_tools" >&5
5772 if test -x $with_build_time_tools/${ncn_progname}; then
5773 ac_cv_prog_LD_FOR_TARGET
=$with_build_time_tools/${ncn_progname}
5774 echo "$ac_t""yes" 1>&6
5777 echo "$ac_t""no" 1>&6
5782 if test -z "$ac_cv_prog_LD_FOR_TARGET"; then
5783 for ncn_progname
in ld
; do
5784 if test -n "$ncn_target_tool_prefix"; then
5785 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
5786 set dummy
${ncn_target_tool_prefix}${ncn_progname}; ac_word
=$2
5787 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
5788 echo "configure:5789: checking for $ac_word" >&5
5789 if eval "test \"`echo '$''{'ac_cv_prog_LD_FOR_TARGET'+set}'`\" = set"; then
5790 echo $ac_n "(cached) $ac_c" 1>&6
5792 if test -n "$LD_FOR_TARGET"; then
5793 ac_cv_prog_LD_FOR_TARGET
="$LD_FOR_TARGET" # Let the user override the test.
5795 IFS
="${IFS= }"; ac_save_ifs
="$IFS"; IFS
=":"
5797 for ac_dir
in $ac_dummy; do
5798 test -z "$ac_dir" && ac_dir
=.
5799 if test -f $ac_dir/$ac_word; then
5800 ac_cv_prog_LD_FOR_TARGET
="${ncn_target_tool_prefix}${ncn_progname}"
5807 LD_FOR_TARGET
="$ac_cv_prog_LD_FOR_TARGET"
5808 if test -n "$LD_FOR_TARGET"; then
5809 echo "$ac_t""$LD_FOR_TARGET" 1>&6
5811 echo "$ac_t""no" 1>&6
5815 if test -z "$ac_cv_prog_LD_FOR_TARGET" && test $build = $target ; then
5816 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
5817 set dummy
${ncn_progname}; ac_word
=$2
5818 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
5819 echo "configure:5820: checking for $ac_word" >&5
5820 if eval "test \"`echo '$''{'ac_cv_prog_LD_FOR_TARGET'+set}'`\" = set"; then
5821 echo $ac_n "(cached) $ac_c" 1>&6
5823 if test -n "$LD_FOR_TARGET"; then
5824 ac_cv_prog_LD_FOR_TARGET
="$LD_FOR_TARGET" # Let the user override the test.
5826 IFS
="${IFS= }"; ac_save_ifs
="$IFS"; IFS
=":"
5828 for ac_dir
in $ac_dummy; do
5829 test -z "$ac_dir" && ac_dir
=.
5830 if test -f $ac_dir/$ac_word; then
5831 ac_cv_prog_LD_FOR_TARGET
="${ncn_progname}"
5838 LD_FOR_TARGET
="$ac_cv_prog_LD_FOR_TARGET"
5839 if test -n "$LD_FOR_TARGET"; then
5840 echo "$ac_t""$LD_FOR_TARGET" 1>&6
5842 echo "$ac_t""no" 1>&6
5846 test -n "$ac_cv_prog_LD_FOR_TARGET" && break
5850 if test -z "$ac_cv_prog_LD_FOR_TARGET" ; then
5852 if test $build = $target ; then
5855 LD_FOR_TARGET
="${ncn_target_tool_prefix}$2"
5860 LD_FOR_TARGET
=$ac_cv_path_LD_FOR_TARGET
5866 if test -z "$ac_cv_path_LIPO_FOR_TARGET" ; then
5867 if test -n "$with_build_time_tools"; then
5868 echo $ac_n "checking for lipo in $with_build_time_tools""... $ac_c" 1>&6
5869 echo "configure:5870: checking for lipo in $with_build_time_tools" >&5
5870 if test -x $with_build_time_tools/lipo
; then
5871 LIPO_FOR_TARGET
=`cd $with_build_time_tools && pwd`/lipo
5872 ac_cv_path_LIPO_FOR_TARGET
=$LIPO_FOR_TARGET
5873 echo "$ac_t""$ac_cv_path_LIPO_FOR_TARGET" 1>&6
5875 echo "$ac_t""no" 1>&6
5877 elif test $build != $host && test $have_gcc_for_target = yes; then
5878 LIPO_FOR_TARGET
=`$GCC_FOR_TARGET --print-prog-name=lipo`
5879 test $LIPO_FOR_TARGET=lipo
&& LIPO_FOR_TARGET
=
5880 ac_cv_path_LIPO_FOR_TARGET
=$LIPO_FOR_TARGET
5883 if test -z "$ac_cv_path_LIPO_FOR_TARGET" ; then
5884 # Extract the first word of "lipo", so it can be a program name with args.
5885 set dummy lipo
; ac_word
=$2
5886 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
5887 echo "configure:5888: checking for $ac_word" >&5
5888 if eval "test \"`echo '$''{'ac_cv_path_LIPO_FOR_TARGET'+set}'`\" = set"; then
5889 echo $ac_n "(cached) $ac_c" 1>&6
5891 case "$LIPO_FOR_TARGET" in
5893 ac_cv_path_LIPO_FOR_TARGET
="$LIPO_FOR_TARGET" # Let the user override the test with a path.
5896 ac_cv_path_LIPO_FOR_TARGET
="$LIPO_FOR_TARGET" # Let the user override the test with a dos path.
5899 IFS
="${IFS= }"; ac_save_ifs
="$IFS"; IFS
=":"
5900 ac_dummy
="$gcc_cv_tool_dirs"
5901 for ac_dir
in $ac_dummy; do
5902 test -z "$ac_dir" && ac_dir
=.
5903 if test -f $ac_dir/$ac_word; then
5904 ac_cv_path_LIPO_FOR_TARGET
="$ac_dir/$ac_word"
5912 LIPO_FOR_TARGET
="$ac_cv_path_LIPO_FOR_TARGET"
5913 if test -n "$LIPO_FOR_TARGET"; then
5914 echo "$ac_t""$LIPO_FOR_TARGET" 1>&6
5916 echo "$ac_t""no" 1>&6
5920 if test -z "$ac_cv_path_LIPO_FOR_TARGET" ; then
5921 if test -n "$with_build_time_tools"; then
5922 for ncn_progname
in lipo
; do
5923 echo $ac_n "checking for ${ncn_progname} in $with_build_time_tools""... $ac_c" 1>&6
5924 echo "configure:5925: checking for ${ncn_progname} in $with_build_time_tools" >&5
5925 if test -x $with_build_time_tools/${ncn_progname}; then
5926 ac_cv_prog_LIPO_FOR_TARGET
=$with_build_time_tools/${ncn_progname}
5927 echo "$ac_t""yes" 1>&6
5930 echo "$ac_t""no" 1>&6
5935 if test -z "$ac_cv_prog_LIPO_FOR_TARGET"; then
5936 for ncn_progname
in lipo
; do
5937 if test -n "$ncn_target_tool_prefix"; then
5938 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
5939 set dummy
${ncn_target_tool_prefix}${ncn_progname}; ac_word
=$2
5940 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
5941 echo "configure:5942: checking for $ac_word" >&5
5942 if eval "test \"`echo '$''{'ac_cv_prog_LIPO_FOR_TARGET'+set}'`\" = set"; then
5943 echo $ac_n "(cached) $ac_c" 1>&6
5945 if test -n "$LIPO_FOR_TARGET"; then
5946 ac_cv_prog_LIPO_FOR_TARGET
="$LIPO_FOR_TARGET" # Let the user override the test.
5948 IFS
="${IFS= }"; ac_save_ifs
="$IFS"; IFS
=":"
5950 for ac_dir
in $ac_dummy; do
5951 test -z "$ac_dir" && ac_dir
=.
5952 if test -f $ac_dir/$ac_word; then
5953 ac_cv_prog_LIPO_FOR_TARGET
="${ncn_target_tool_prefix}${ncn_progname}"
5960 LIPO_FOR_TARGET
="$ac_cv_prog_LIPO_FOR_TARGET"
5961 if test -n "$LIPO_FOR_TARGET"; then
5962 echo "$ac_t""$LIPO_FOR_TARGET" 1>&6
5964 echo "$ac_t""no" 1>&6
5968 if test -z "$ac_cv_prog_LIPO_FOR_TARGET" && test $build = $target ; then
5969 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
5970 set dummy
${ncn_progname}; ac_word
=$2
5971 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
5972 echo "configure:5973: checking for $ac_word" >&5
5973 if eval "test \"`echo '$''{'ac_cv_prog_LIPO_FOR_TARGET'+set}'`\" = set"; then
5974 echo $ac_n "(cached) $ac_c" 1>&6
5976 if test -n "$LIPO_FOR_TARGET"; then
5977 ac_cv_prog_LIPO_FOR_TARGET
="$LIPO_FOR_TARGET" # Let the user override the test.
5979 IFS
="${IFS= }"; ac_save_ifs
="$IFS"; IFS
=":"
5981 for ac_dir
in $ac_dummy; do
5982 test -z "$ac_dir" && ac_dir
=.
5983 if test -f $ac_dir/$ac_word; then
5984 ac_cv_prog_LIPO_FOR_TARGET
="${ncn_progname}"
5991 LIPO_FOR_TARGET
="$ac_cv_prog_LIPO_FOR_TARGET"
5992 if test -n "$LIPO_FOR_TARGET"; then
5993 echo "$ac_t""$LIPO_FOR_TARGET" 1>&6
5995 echo "$ac_t""no" 1>&6
5999 test -n "$ac_cv_prog_LIPO_FOR_TARGET" && break
6003 if test -z "$ac_cv_prog_LIPO_FOR_TARGET" ; then
6005 if test $build = $target ; then
6006 LIPO_FOR_TARGET
="$2"
6008 LIPO_FOR_TARGET
="${ncn_target_tool_prefix}$2"
6013 LIPO_FOR_TARGET
=$ac_cv_path_LIPO_FOR_TARGET
6019 if test -z "$ac_cv_path_NM_FOR_TARGET" ; then
6020 if test -n "$with_build_time_tools"; then
6021 echo $ac_n "checking for nm in $with_build_time_tools""... $ac_c" 1>&6
6022 echo "configure:6023: checking for nm in $with_build_time_tools" >&5
6023 if test -x $with_build_time_tools/nm
; then
6024 NM_FOR_TARGET
=`cd $with_build_time_tools && pwd`/nm
6025 ac_cv_path_NM_FOR_TARGET
=$NM_FOR_TARGET
6026 echo "$ac_t""$ac_cv_path_NM_FOR_TARGET" 1>&6
6028 echo "$ac_t""no" 1>&6
6030 elif test $build != $host && test $have_gcc_for_target = yes; then
6031 NM_FOR_TARGET
=`$GCC_FOR_TARGET --print-prog-name=nm`
6032 test $NM_FOR_TARGET=nm
&& NM_FOR_TARGET
=
6033 ac_cv_path_NM_FOR_TARGET
=$NM_FOR_TARGET
6036 if test -z "$ac_cv_path_NM_FOR_TARGET" ; then
6037 # Extract the first word of "nm", so it can be a program name with args.
6038 set dummy nm
; ac_word
=$2
6039 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
6040 echo "configure:6041: checking for $ac_word" >&5
6041 if eval "test \"`echo '$''{'ac_cv_path_NM_FOR_TARGET'+set}'`\" = set"; then
6042 echo $ac_n "(cached) $ac_c" 1>&6
6044 case "$NM_FOR_TARGET" in
6046 ac_cv_path_NM_FOR_TARGET
="$NM_FOR_TARGET" # Let the user override the test with a path.
6049 ac_cv_path_NM_FOR_TARGET
="$NM_FOR_TARGET" # Let the user override the test with a dos path.
6052 IFS
="${IFS= }"; ac_save_ifs
="$IFS"; IFS
=":"
6053 ac_dummy
="$gcc_cv_tool_dirs"
6054 for ac_dir
in $ac_dummy; do
6055 test -z "$ac_dir" && ac_dir
=.
6056 if test -f $ac_dir/$ac_word; then
6057 ac_cv_path_NM_FOR_TARGET
="$ac_dir/$ac_word"
6065 NM_FOR_TARGET
="$ac_cv_path_NM_FOR_TARGET"
6066 if test -n "$NM_FOR_TARGET"; then
6067 echo "$ac_t""$NM_FOR_TARGET" 1>&6
6069 echo "$ac_t""no" 1>&6
6073 if test -z "$ac_cv_path_NM_FOR_TARGET" ; then
6074 if test -n "$with_build_time_tools"; then
6075 for ncn_progname
in nm
; do
6076 echo $ac_n "checking for ${ncn_progname} in $with_build_time_tools""... $ac_c" 1>&6
6077 echo "configure:6078: checking for ${ncn_progname} in $with_build_time_tools" >&5
6078 if test -x $with_build_time_tools/${ncn_progname}; then
6079 ac_cv_prog_NM_FOR_TARGET
=$with_build_time_tools/${ncn_progname}
6080 echo "$ac_t""yes" 1>&6
6083 echo "$ac_t""no" 1>&6
6088 if test -z "$ac_cv_prog_NM_FOR_TARGET"; then
6089 for ncn_progname
in nm
; do
6090 if test -n "$ncn_target_tool_prefix"; then
6091 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
6092 set dummy
${ncn_target_tool_prefix}${ncn_progname}; ac_word
=$2
6093 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
6094 echo "configure:6095: checking for $ac_word" >&5
6095 if eval "test \"`echo '$''{'ac_cv_prog_NM_FOR_TARGET'+set}'`\" = set"; then
6096 echo $ac_n "(cached) $ac_c" 1>&6
6098 if test -n "$NM_FOR_TARGET"; then
6099 ac_cv_prog_NM_FOR_TARGET
="$NM_FOR_TARGET" # Let the user override the test.
6101 IFS
="${IFS= }"; ac_save_ifs
="$IFS"; IFS
=":"
6103 for ac_dir
in $ac_dummy; do
6104 test -z "$ac_dir" && ac_dir
=.
6105 if test -f $ac_dir/$ac_word; then
6106 ac_cv_prog_NM_FOR_TARGET
="${ncn_target_tool_prefix}${ncn_progname}"
6113 NM_FOR_TARGET
="$ac_cv_prog_NM_FOR_TARGET"
6114 if test -n "$NM_FOR_TARGET"; then
6115 echo "$ac_t""$NM_FOR_TARGET" 1>&6
6117 echo "$ac_t""no" 1>&6
6121 if test -z "$ac_cv_prog_NM_FOR_TARGET" && test $build = $target ; then
6122 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
6123 set dummy
${ncn_progname}; ac_word
=$2
6124 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
6125 echo "configure:6126: checking for $ac_word" >&5
6126 if eval "test \"`echo '$''{'ac_cv_prog_NM_FOR_TARGET'+set}'`\" = set"; then
6127 echo $ac_n "(cached) $ac_c" 1>&6
6129 if test -n "$NM_FOR_TARGET"; then
6130 ac_cv_prog_NM_FOR_TARGET
="$NM_FOR_TARGET" # Let the user override the test.
6132 IFS
="${IFS= }"; ac_save_ifs
="$IFS"; IFS
=":"
6134 for ac_dir
in $ac_dummy; do
6135 test -z "$ac_dir" && ac_dir
=.
6136 if test -f $ac_dir/$ac_word; then
6137 ac_cv_prog_NM_FOR_TARGET
="${ncn_progname}"
6144 NM_FOR_TARGET
="$ac_cv_prog_NM_FOR_TARGET"
6145 if test -n "$NM_FOR_TARGET"; then
6146 echo "$ac_t""$NM_FOR_TARGET" 1>&6
6148 echo "$ac_t""no" 1>&6
6152 test -n "$ac_cv_prog_NM_FOR_TARGET" && break
6156 if test -z "$ac_cv_prog_NM_FOR_TARGET" ; then
6158 if test $build = $target ; then
6161 NM_FOR_TARGET
="${ncn_target_tool_prefix}$2"
6166 NM_FOR_TARGET
=$ac_cv_path_NM_FOR_TARGET
6172 if test -z "$ac_cv_path_OBJDUMP_FOR_TARGET" ; then
6173 if test -n "$with_build_time_tools"; then
6174 echo $ac_n "checking for objdump in $with_build_time_tools""... $ac_c" 1>&6
6175 echo "configure:6176: checking for objdump in $with_build_time_tools" >&5
6176 if test -x $with_build_time_tools/objdump
; then
6177 OBJDUMP_FOR_TARGET
=`cd $with_build_time_tools && pwd`/objdump
6178 ac_cv_path_OBJDUMP_FOR_TARGET
=$OBJDUMP_FOR_TARGET
6179 echo "$ac_t""$ac_cv_path_OBJDUMP_FOR_TARGET" 1>&6
6181 echo "$ac_t""no" 1>&6
6183 elif test $build != $host && test $have_gcc_for_target = yes; then
6184 OBJDUMP_FOR_TARGET
=`$GCC_FOR_TARGET --print-prog-name=objdump`
6185 test $OBJDUMP_FOR_TARGET=objdump
&& OBJDUMP_FOR_TARGET
=
6186 ac_cv_path_OBJDUMP_FOR_TARGET
=$OBJDUMP_FOR_TARGET
6189 if test -z "$ac_cv_path_OBJDUMP_FOR_TARGET" ; then
6190 # Extract the first word of "objdump", so it can be a program name with args.
6191 set dummy objdump
; ac_word
=$2
6192 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
6193 echo "configure:6194: checking for $ac_word" >&5
6194 if eval "test \"`echo '$''{'ac_cv_path_OBJDUMP_FOR_TARGET'+set}'`\" = set"; then
6195 echo $ac_n "(cached) $ac_c" 1>&6
6197 case "$OBJDUMP_FOR_TARGET" in
6199 ac_cv_path_OBJDUMP_FOR_TARGET
="$OBJDUMP_FOR_TARGET" # Let the user override the test with a path.
6202 ac_cv_path_OBJDUMP_FOR_TARGET
="$OBJDUMP_FOR_TARGET" # Let the user override the test with a dos path.
6205 IFS
="${IFS= }"; ac_save_ifs
="$IFS"; IFS
=":"
6206 ac_dummy
="$gcc_cv_tool_dirs"
6207 for ac_dir
in $ac_dummy; do
6208 test -z "$ac_dir" && ac_dir
=.
6209 if test -f $ac_dir/$ac_word; then
6210 ac_cv_path_OBJDUMP_FOR_TARGET
="$ac_dir/$ac_word"
6218 OBJDUMP_FOR_TARGET
="$ac_cv_path_OBJDUMP_FOR_TARGET"
6219 if test -n "$OBJDUMP_FOR_TARGET"; then
6220 echo "$ac_t""$OBJDUMP_FOR_TARGET" 1>&6
6222 echo "$ac_t""no" 1>&6
6226 if test -z "$ac_cv_path_OBJDUMP_FOR_TARGET" ; then
6227 if test -n "$with_build_time_tools"; then
6228 for ncn_progname
in objdump
; do
6229 echo $ac_n "checking for ${ncn_progname} in $with_build_time_tools""... $ac_c" 1>&6
6230 echo "configure:6231: checking for ${ncn_progname} in $with_build_time_tools" >&5
6231 if test -x $with_build_time_tools/${ncn_progname}; then
6232 ac_cv_prog_OBJDUMP_FOR_TARGET
=$with_build_time_tools/${ncn_progname}
6233 echo "$ac_t""yes" 1>&6
6236 echo "$ac_t""no" 1>&6
6241 if test -z "$ac_cv_prog_OBJDUMP_FOR_TARGET"; then
6242 for ncn_progname
in objdump
; do
6243 if test -n "$ncn_target_tool_prefix"; then
6244 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
6245 set dummy
${ncn_target_tool_prefix}${ncn_progname}; ac_word
=$2
6246 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
6247 echo "configure:6248: checking for $ac_word" >&5
6248 if eval "test \"`echo '$''{'ac_cv_prog_OBJDUMP_FOR_TARGET'+set}'`\" = set"; then
6249 echo $ac_n "(cached) $ac_c" 1>&6
6251 if test -n "$OBJDUMP_FOR_TARGET"; then
6252 ac_cv_prog_OBJDUMP_FOR_TARGET
="$OBJDUMP_FOR_TARGET" # Let the user override the test.
6254 IFS
="${IFS= }"; ac_save_ifs
="$IFS"; IFS
=":"
6256 for ac_dir
in $ac_dummy; do
6257 test -z "$ac_dir" && ac_dir
=.
6258 if test -f $ac_dir/$ac_word; then
6259 ac_cv_prog_OBJDUMP_FOR_TARGET
="${ncn_target_tool_prefix}${ncn_progname}"
6266 OBJDUMP_FOR_TARGET
="$ac_cv_prog_OBJDUMP_FOR_TARGET"
6267 if test -n "$OBJDUMP_FOR_TARGET"; then
6268 echo "$ac_t""$OBJDUMP_FOR_TARGET" 1>&6
6270 echo "$ac_t""no" 1>&6
6274 if test -z "$ac_cv_prog_OBJDUMP_FOR_TARGET" && test $build = $target ; then
6275 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
6276 set dummy
${ncn_progname}; ac_word
=$2
6277 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
6278 echo "configure:6279: checking for $ac_word" >&5
6279 if eval "test \"`echo '$''{'ac_cv_prog_OBJDUMP_FOR_TARGET'+set}'`\" = set"; then
6280 echo $ac_n "(cached) $ac_c" 1>&6
6282 if test -n "$OBJDUMP_FOR_TARGET"; then
6283 ac_cv_prog_OBJDUMP_FOR_TARGET
="$OBJDUMP_FOR_TARGET" # Let the user override the test.
6285 IFS
="${IFS= }"; ac_save_ifs
="$IFS"; IFS
=":"
6287 for ac_dir
in $ac_dummy; do
6288 test -z "$ac_dir" && ac_dir
=.
6289 if test -f $ac_dir/$ac_word; then
6290 ac_cv_prog_OBJDUMP_FOR_TARGET
="${ncn_progname}"
6297 OBJDUMP_FOR_TARGET
="$ac_cv_prog_OBJDUMP_FOR_TARGET"
6298 if test -n "$OBJDUMP_FOR_TARGET"; then
6299 echo "$ac_t""$OBJDUMP_FOR_TARGET" 1>&6
6301 echo "$ac_t""no" 1>&6
6305 test -n "$ac_cv_prog_OBJDUMP_FOR_TARGET" && break
6309 if test -z "$ac_cv_prog_OBJDUMP_FOR_TARGET" ; then
6311 if test $build = $target ; then
6312 OBJDUMP_FOR_TARGET
="$2"
6314 OBJDUMP_FOR_TARGET
="${ncn_target_tool_prefix}$2"
6319 OBJDUMP_FOR_TARGET
=$ac_cv_path_OBJDUMP_FOR_TARGET
6325 if test -z "$ac_cv_path_RANLIB_FOR_TARGET" ; then
6326 if test -n "$with_build_time_tools"; then
6327 echo $ac_n "checking for ranlib in $with_build_time_tools""... $ac_c" 1>&6
6328 echo "configure:6329: checking for ranlib in $with_build_time_tools" >&5
6329 if test -x $with_build_time_tools/ranlib
; then
6330 RANLIB_FOR_TARGET
=`cd $with_build_time_tools && pwd`/ranlib
6331 ac_cv_path_RANLIB_FOR_TARGET
=$RANLIB_FOR_TARGET
6332 echo "$ac_t""$ac_cv_path_RANLIB_FOR_TARGET" 1>&6
6334 echo "$ac_t""no" 1>&6
6336 elif test $build != $host && test $have_gcc_for_target = yes; then
6337 RANLIB_FOR_TARGET
=`$GCC_FOR_TARGET --print-prog-name=ranlib`
6338 test $RANLIB_FOR_TARGET=ranlib
&& RANLIB_FOR_TARGET
=
6339 ac_cv_path_RANLIB_FOR_TARGET
=$RANLIB_FOR_TARGET
6342 if test -z "$ac_cv_path_RANLIB_FOR_TARGET" ; then
6343 # Extract the first word of "ranlib", so it can be a program name with args.
6344 set dummy ranlib
; ac_word
=$2
6345 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
6346 echo "configure:6347: checking for $ac_word" >&5
6347 if eval "test \"`echo '$''{'ac_cv_path_RANLIB_FOR_TARGET'+set}'`\" = set"; then
6348 echo $ac_n "(cached) $ac_c" 1>&6
6350 case "$RANLIB_FOR_TARGET" in
6352 ac_cv_path_RANLIB_FOR_TARGET
="$RANLIB_FOR_TARGET" # Let the user override the test with a path.
6355 ac_cv_path_RANLIB_FOR_TARGET
="$RANLIB_FOR_TARGET" # Let the user override the test with a dos path.
6358 IFS
="${IFS= }"; ac_save_ifs
="$IFS"; IFS
=":"
6359 ac_dummy
="$gcc_cv_tool_dirs"
6360 for ac_dir
in $ac_dummy; do
6361 test -z "$ac_dir" && ac_dir
=.
6362 if test -f $ac_dir/$ac_word; then
6363 ac_cv_path_RANLIB_FOR_TARGET
="$ac_dir/$ac_word"
6371 RANLIB_FOR_TARGET
="$ac_cv_path_RANLIB_FOR_TARGET"
6372 if test -n "$RANLIB_FOR_TARGET"; then
6373 echo "$ac_t""$RANLIB_FOR_TARGET" 1>&6
6375 echo "$ac_t""no" 1>&6
6379 if test -z "$ac_cv_path_RANLIB_FOR_TARGET" ; then
6380 if test -n "$with_build_time_tools"; then
6381 for ncn_progname
in ranlib
; do
6382 echo $ac_n "checking for ${ncn_progname} in $with_build_time_tools""... $ac_c" 1>&6
6383 echo "configure:6384: checking for ${ncn_progname} in $with_build_time_tools" >&5
6384 if test -x $with_build_time_tools/${ncn_progname}; then
6385 ac_cv_prog_RANLIB_FOR_TARGET
=$with_build_time_tools/${ncn_progname}
6386 echo "$ac_t""yes" 1>&6
6389 echo "$ac_t""no" 1>&6
6394 if test -z "$ac_cv_prog_RANLIB_FOR_TARGET"; then
6395 for ncn_progname
in ranlib
; do
6396 if test -n "$ncn_target_tool_prefix"; then
6397 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
6398 set dummy
${ncn_target_tool_prefix}${ncn_progname}; ac_word
=$2
6399 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
6400 echo "configure:6401: checking for $ac_word" >&5
6401 if eval "test \"`echo '$''{'ac_cv_prog_RANLIB_FOR_TARGET'+set}'`\" = set"; then
6402 echo $ac_n "(cached) $ac_c" 1>&6
6404 if test -n "$RANLIB_FOR_TARGET"; then
6405 ac_cv_prog_RANLIB_FOR_TARGET
="$RANLIB_FOR_TARGET" # Let the user override the test.
6407 IFS
="${IFS= }"; ac_save_ifs
="$IFS"; IFS
=":"
6409 for ac_dir
in $ac_dummy; do
6410 test -z "$ac_dir" && ac_dir
=.
6411 if test -f $ac_dir/$ac_word; then
6412 ac_cv_prog_RANLIB_FOR_TARGET
="${ncn_target_tool_prefix}${ncn_progname}"
6419 RANLIB_FOR_TARGET
="$ac_cv_prog_RANLIB_FOR_TARGET"
6420 if test -n "$RANLIB_FOR_TARGET"; then
6421 echo "$ac_t""$RANLIB_FOR_TARGET" 1>&6
6423 echo "$ac_t""no" 1>&6
6427 if test -z "$ac_cv_prog_RANLIB_FOR_TARGET" && test $build = $target ; then
6428 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
6429 set dummy
${ncn_progname}; ac_word
=$2
6430 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
6431 echo "configure:6432: checking for $ac_word" >&5
6432 if eval "test \"`echo '$''{'ac_cv_prog_RANLIB_FOR_TARGET'+set}'`\" = set"; then
6433 echo $ac_n "(cached) $ac_c" 1>&6
6435 if test -n "$RANLIB_FOR_TARGET"; then
6436 ac_cv_prog_RANLIB_FOR_TARGET
="$RANLIB_FOR_TARGET" # Let the user override the test.
6438 IFS
="${IFS= }"; ac_save_ifs
="$IFS"; IFS
=":"
6440 for ac_dir
in $ac_dummy; do
6441 test -z "$ac_dir" && ac_dir
=.
6442 if test -f $ac_dir/$ac_word; then
6443 ac_cv_prog_RANLIB_FOR_TARGET
="${ncn_progname}"
6450 RANLIB_FOR_TARGET
="$ac_cv_prog_RANLIB_FOR_TARGET"
6451 if test -n "$RANLIB_FOR_TARGET"; then
6452 echo "$ac_t""$RANLIB_FOR_TARGET" 1>&6
6454 echo "$ac_t""no" 1>&6
6458 test -n "$ac_cv_prog_RANLIB_FOR_TARGET" && break
6462 if test -z "$ac_cv_prog_RANLIB_FOR_TARGET" ; then
6464 if test $build = $target ; then
6465 RANLIB_FOR_TARGET
="$2"
6467 RANLIB_FOR_TARGET
="${ncn_target_tool_prefix}$2"
6472 RANLIB_FOR_TARGET
=$ac_cv_path_RANLIB_FOR_TARGET
6478 if test -z "$ac_cv_path_STRIP_FOR_TARGET" ; then
6479 if test -n "$with_build_time_tools"; then
6480 echo $ac_n "checking for strip in $with_build_time_tools""... $ac_c" 1>&6
6481 echo "configure:6482: checking for strip in $with_build_time_tools" >&5
6482 if test -x $with_build_time_tools/strip
; then
6483 STRIP_FOR_TARGET
=`cd $with_build_time_tools && pwd`/strip
6484 ac_cv_path_STRIP_FOR_TARGET
=$STRIP_FOR_TARGET
6485 echo "$ac_t""$ac_cv_path_STRIP_FOR_TARGET" 1>&6
6487 echo "$ac_t""no" 1>&6
6489 elif test $build != $host && test $have_gcc_for_target = yes; then
6490 STRIP_FOR_TARGET
=`$GCC_FOR_TARGET --print-prog-name=strip`
6491 test $STRIP_FOR_TARGET=strip
&& STRIP_FOR_TARGET
=
6492 ac_cv_path_STRIP_FOR_TARGET
=$STRIP_FOR_TARGET
6495 if test -z "$ac_cv_path_STRIP_FOR_TARGET" ; then
6496 # Extract the first word of "strip", so it can be a program name with args.
6497 set dummy strip
; ac_word
=$2
6498 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
6499 echo "configure:6500: checking for $ac_word" >&5
6500 if eval "test \"`echo '$''{'ac_cv_path_STRIP_FOR_TARGET'+set}'`\" = set"; then
6501 echo $ac_n "(cached) $ac_c" 1>&6
6503 case "$STRIP_FOR_TARGET" in
6505 ac_cv_path_STRIP_FOR_TARGET
="$STRIP_FOR_TARGET" # Let the user override the test with a path.
6508 ac_cv_path_STRIP_FOR_TARGET
="$STRIP_FOR_TARGET" # Let the user override the test with a dos path.
6511 IFS
="${IFS= }"; ac_save_ifs
="$IFS"; IFS
=":"
6512 ac_dummy
="$gcc_cv_tool_dirs"
6513 for ac_dir
in $ac_dummy; do
6514 test -z "$ac_dir" && ac_dir
=.
6515 if test -f $ac_dir/$ac_word; then
6516 ac_cv_path_STRIP_FOR_TARGET
="$ac_dir/$ac_word"
6524 STRIP_FOR_TARGET
="$ac_cv_path_STRIP_FOR_TARGET"
6525 if test -n "$STRIP_FOR_TARGET"; then
6526 echo "$ac_t""$STRIP_FOR_TARGET" 1>&6
6528 echo "$ac_t""no" 1>&6
6532 if test -z "$ac_cv_path_STRIP_FOR_TARGET" ; then
6533 if test -n "$with_build_time_tools"; then
6534 for ncn_progname
in strip
; do
6535 echo $ac_n "checking for ${ncn_progname} in $with_build_time_tools""... $ac_c" 1>&6
6536 echo "configure:6537: checking for ${ncn_progname} in $with_build_time_tools" >&5
6537 if test -x $with_build_time_tools/${ncn_progname}; then
6538 ac_cv_prog_STRIP_FOR_TARGET
=$with_build_time_tools/${ncn_progname}
6539 echo "$ac_t""yes" 1>&6
6542 echo "$ac_t""no" 1>&6
6547 if test -z "$ac_cv_prog_STRIP_FOR_TARGET"; then
6548 for ncn_progname
in strip
; do
6549 if test -n "$ncn_target_tool_prefix"; then
6550 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
6551 set dummy
${ncn_target_tool_prefix}${ncn_progname}; ac_word
=$2
6552 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
6553 echo "configure:6554: checking for $ac_word" >&5
6554 if eval "test \"`echo '$''{'ac_cv_prog_STRIP_FOR_TARGET'+set}'`\" = set"; then
6555 echo $ac_n "(cached) $ac_c" 1>&6
6557 if test -n "$STRIP_FOR_TARGET"; then
6558 ac_cv_prog_STRIP_FOR_TARGET
="$STRIP_FOR_TARGET" # Let the user override the test.
6560 IFS
="${IFS= }"; ac_save_ifs
="$IFS"; IFS
=":"
6562 for ac_dir
in $ac_dummy; do
6563 test -z "$ac_dir" && ac_dir
=.
6564 if test -f $ac_dir/$ac_word; then
6565 ac_cv_prog_STRIP_FOR_TARGET
="${ncn_target_tool_prefix}${ncn_progname}"
6572 STRIP_FOR_TARGET
="$ac_cv_prog_STRIP_FOR_TARGET"
6573 if test -n "$STRIP_FOR_TARGET"; then
6574 echo "$ac_t""$STRIP_FOR_TARGET" 1>&6
6576 echo "$ac_t""no" 1>&6
6580 if test -z "$ac_cv_prog_STRIP_FOR_TARGET" && test $build = $target ; then
6581 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
6582 set dummy
${ncn_progname}; ac_word
=$2
6583 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
6584 echo "configure:6585: checking for $ac_word" >&5
6585 if eval "test \"`echo '$''{'ac_cv_prog_STRIP_FOR_TARGET'+set}'`\" = set"; then
6586 echo $ac_n "(cached) $ac_c" 1>&6
6588 if test -n "$STRIP_FOR_TARGET"; then
6589 ac_cv_prog_STRIP_FOR_TARGET
="$STRIP_FOR_TARGET" # Let the user override the test.
6591 IFS
="${IFS= }"; ac_save_ifs
="$IFS"; IFS
=":"
6593 for ac_dir
in $ac_dummy; do
6594 test -z "$ac_dir" && ac_dir
=.
6595 if test -f $ac_dir/$ac_word; then
6596 ac_cv_prog_STRIP_FOR_TARGET
="${ncn_progname}"
6603 STRIP_FOR_TARGET
="$ac_cv_prog_STRIP_FOR_TARGET"
6604 if test -n "$STRIP_FOR_TARGET"; then
6605 echo "$ac_t""$STRIP_FOR_TARGET" 1>&6
6607 echo "$ac_t""no" 1>&6
6611 test -n "$ac_cv_prog_STRIP_FOR_TARGET" && break
6615 if test -z "$ac_cv_prog_STRIP_FOR_TARGET" ; then
6617 if test $build = $target ; then
6618 STRIP_FOR_TARGET
="$2"
6620 STRIP_FOR_TARGET
="${ncn_target_tool_prefix}$2"
6625 STRIP_FOR_TARGET
=$ac_cv_path_STRIP_FOR_TARGET
6631 if test -z "$ac_cv_path_WINDRES_FOR_TARGET" ; then
6632 if test -n "$with_build_time_tools"; then
6633 echo $ac_n "checking for windres in $with_build_time_tools""... $ac_c" 1>&6
6634 echo "configure:6635: checking for windres in $with_build_time_tools" >&5
6635 if test -x $with_build_time_tools/windres
; then
6636 WINDRES_FOR_TARGET
=`cd $with_build_time_tools && pwd`/windres
6637 ac_cv_path_WINDRES_FOR_TARGET
=$WINDRES_FOR_TARGET
6638 echo "$ac_t""$ac_cv_path_WINDRES_FOR_TARGET" 1>&6
6640 echo "$ac_t""no" 1>&6
6642 elif test $build != $host && test $have_gcc_for_target = yes; then
6643 WINDRES_FOR_TARGET
=`$GCC_FOR_TARGET --print-prog-name=windres`
6644 test $WINDRES_FOR_TARGET=windres
&& WINDRES_FOR_TARGET
=
6645 ac_cv_path_WINDRES_FOR_TARGET
=$WINDRES_FOR_TARGET
6648 if test -z "$ac_cv_path_WINDRES_FOR_TARGET" ; then
6649 # Extract the first word of "windres", so it can be a program name with args.
6650 set dummy windres
; ac_word
=$2
6651 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
6652 echo "configure:6653: checking for $ac_word" >&5
6653 if eval "test \"`echo '$''{'ac_cv_path_WINDRES_FOR_TARGET'+set}'`\" = set"; then
6654 echo $ac_n "(cached) $ac_c" 1>&6
6656 case "$WINDRES_FOR_TARGET" in
6658 ac_cv_path_WINDRES_FOR_TARGET
="$WINDRES_FOR_TARGET" # Let the user override the test with a path.
6661 ac_cv_path_WINDRES_FOR_TARGET
="$WINDRES_FOR_TARGET" # Let the user override the test with a dos path.
6664 IFS
="${IFS= }"; ac_save_ifs
="$IFS"; IFS
=":"
6665 ac_dummy
="$gcc_cv_tool_dirs"
6666 for ac_dir
in $ac_dummy; do
6667 test -z "$ac_dir" && ac_dir
=.
6668 if test -f $ac_dir/$ac_word; then
6669 ac_cv_path_WINDRES_FOR_TARGET
="$ac_dir/$ac_word"
6677 WINDRES_FOR_TARGET
="$ac_cv_path_WINDRES_FOR_TARGET"
6678 if test -n "$WINDRES_FOR_TARGET"; then
6679 echo "$ac_t""$WINDRES_FOR_TARGET" 1>&6
6681 echo "$ac_t""no" 1>&6
6685 if test -z "$ac_cv_path_WINDRES_FOR_TARGET" ; then
6686 if test -n "$with_build_time_tools"; then
6687 for ncn_progname
in windres
; do
6688 echo $ac_n "checking for ${ncn_progname} in $with_build_time_tools""... $ac_c" 1>&6
6689 echo "configure:6690: checking for ${ncn_progname} in $with_build_time_tools" >&5
6690 if test -x $with_build_time_tools/${ncn_progname}; then
6691 ac_cv_prog_WINDRES_FOR_TARGET
=$with_build_time_tools/${ncn_progname}
6692 echo "$ac_t""yes" 1>&6
6695 echo "$ac_t""no" 1>&6
6700 if test -z "$ac_cv_prog_WINDRES_FOR_TARGET"; then
6701 for ncn_progname
in windres
; do
6702 if test -n "$ncn_target_tool_prefix"; then
6703 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
6704 set dummy
${ncn_target_tool_prefix}${ncn_progname}; ac_word
=$2
6705 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
6706 echo "configure:6707: checking for $ac_word" >&5
6707 if eval "test \"`echo '$''{'ac_cv_prog_WINDRES_FOR_TARGET'+set}'`\" = set"; then
6708 echo $ac_n "(cached) $ac_c" 1>&6
6710 if test -n "$WINDRES_FOR_TARGET"; then
6711 ac_cv_prog_WINDRES_FOR_TARGET
="$WINDRES_FOR_TARGET" # Let the user override the test.
6713 IFS
="${IFS= }"; ac_save_ifs
="$IFS"; IFS
=":"
6715 for ac_dir
in $ac_dummy; do
6716 test -z "$ac_dir" && ac_dir
=.
6717 if test -f $ac_dir/$ac_word; then
6718 ac_cv_prog_WINDRES_FOR_TARGET
="${ncn_target_tool_prefix}${ncn_progname}"
6725 WINDRES_FOR_TARGET
="$ac_cv_prog_WINDRES_FOR_TARGET"
6726 if test -n "$WINDRES_FOR_TARGET"; then
6727 echo "$ac_t""$WINDRES_FOR_TARGET" 1>&6
6729 echo "$ac_t""no" 1>&6
6733 if test -z "$ac_cv_prog_WINDRES_FOR_TARGET" && test $build = $target ; then
6734 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
6735 set dummy
${ncn_progname}; ac_word
=$2
6736 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
6737 echo "configure:6738: checking for $ac_word" >&5
6738 if eval "test \"`echo '$''{'ac_cv_prog_WINDRES_FOR_TARGET'+set}'`\" = set"; then
6739 echo $ac_n "(cached) $ac_c" 1>&6
6741 if test -n "$WINDRES_FOR_TARGET"; then
6742 ac_cv_prog_WINDRES_FOR_TARGET
="$WINDRES_FOR_TARGET" # Let the user override the test.
6744 IFS
="${IFS= }"; ac_save_ifs
="$IFS"; IFS
=":"
6746 for ac_dir
in $ac_dummy; do
6747 test -z "$ac_dir" && ac_dir
=.
6748 if test -f $ac_dir/$ac_word; then
6749 ac_cv_prog_WINDRES_FOR_TARGET
="${ncn_progname}"
6756 WINDRES_FOR_TARGET
="$ac_cv_prog_WINDRES_FOR_TARGET"
6757 if test -n "$WINDRES_FOR_TARGET"; then
6758 echo "$ac_t""$WINDRES_FOR_TARGET" 1>&6
6760 echo "$ac_t""no" 1>&6
6764 test -n "$ac_cv_prog_WINDRES_FOR_TARGET" && break
6768 if test -z "$ac_cv_prog_WINDRES_FOR_TARGET" ; then
6770 if test $build = $target ; then
6771 WINDRES_FOR_TARGET
="$2"
6773 WINDRES_FOR_TARGET
="${ncn_target_tool_prefix}$2"
6778 WINDRES_FOR_TARGET
=$ac_cv_path_WINDRES_FOR_TARGET
6782 RAW_CXX_FOR_TARGET
="$CXX_FOR_TARGET"
6784 echo $ac_n "checking where to find the target ar""... $ac_c" 1>&6
6785 echo "configure:6786: checking where to find the target ar" >&5
6786 if test "x${build}" != "x${host}" ; then
6787 if expr "x$AR_FOR_TARGET" : "x/" > /dev
/null
; then
6788 # We already found the complete path
6789 echo "$ac_t""pre-installed in `dirname $AR_FOR_TARGET`" 1>&6
6791 # Canadian cross, just use what we found
6792 echo "$ac_t""pre-installed" 1>&6
6796 case " ${configdirs} " in
6801 if test $ok = yes; then
6802 # An in-tree tool is available and we can use it
6803 AR_FOR_TARGET
='$$r/$(HOST_SUBDIR)/binutils/ar'
6804 echo "$ac_t""just compiled" 1>&6
6805 elif expr "x$AR_FOR_TARGET" : "x/" > /dev
/null
; then
6806 # We already found the complete path
6807 echo "$ac_t""pre-installed in `dirname $AR_FOR_TARGET`" 1>&6
6808 elif test "x$target" = "x$host"; then
6809 # We can use an host tool
6810 AR_FOR_TARGET
='$(AR)'
6811 echo "$ac_t""host tool" 1>&6
6813 # We need a cross tool
6814 echo "$ac_t""pre-installed" 1>&6
6818 echo $ac_n "checking where to find the target as""... $ac_c" 1>&6
6819 echo "configure:6820: checking where to find the target as" >&5
6820 if test "x${build}" != "x${host}" ; then
6821 if expr "x$AS_FOR_TARGET" : "x/" > /dev
/null
; then
6822 # We already found the complete path
6823 echo "$ac_t""pre-installed in `dirname $AS_FOR_TARGET`" 1>&6
6825 # Canadian cross, just use what we found
6826 echo "$ac_t""pre-installed" 1>&6
6830 case " ${configdirs} " in
6835 if test $ok = yes; then
6836 # An in-tree tool is available and we can use it
6837 AS_FOR_TARGET
='$$r/$(HOST_SUBDIR)/gas/as-new'
6838 echo "$ac_t""just compiled" 1>&6
6839 elif expr "x$AS_FOR_TARGET" : "x/" > /dev
/null
; then
6840 # We already found the complete path
6841 echo "$ac_t""pre-installed in `dirname $AS_FOR_TARGET`" 1>&6
6842 elif test "x$target" = "x$host"; then
6843 # We can use an host tool
6844 AS_FOR_TARGET
='$(AS)'
6845 echo "$ac_t""host tool" 1>&6
6847 # We need a cross tool
6848 echo "$ac_t""pre-installed" 1>&6
6852 echo $ac_n "checking where to find the target cc""... $ac_c" 1>&6
6853 echo "configure:6854: checking where to find the target cc" >&5
6854 if test "x${build}" != "x${host}" ; then
6855 if expr "x$CC_FOR_TARGET" : "x/" > /dev
/null
; then
6856 # We already found the complete path
6857 echo "$ac_t""pre-installed in `dirname $CC_FOR_TARGET`" 1>&6
6859 # Canadian cross, just use what we found
6860 echo "$ac_t""pre-installed" 1>&6
6864 case " ${configdirs} " in
6869 if test $ok = yes; then
6870 # An in-tree tool is available and we can use it
6871 CC_FOR_TARGET
='$$r/$(HOST_SUBDIR)/gcc/xgcc -B$$r/$(HOST_SUBDIR)/gcc/'
6872 echo "$ac_t""just compiled" 1>&6
6873 elif expr "x$CC_FOR_TARGET" : "x/" > /dev
/null
; then
6874 # We already found the complete path
6875 echo "$ac_t""pre-installed in `dirname $CC_FOR_TARGET`" 1>&6
6876 elif test "x$target" = "x$host"; then
6877 # We can use an host tool
6878 CC_FOR_TARGET
='$(CC)'
6879 echo "$ac_t""host tool" 1>&6
6881 # We need a cross tool
6882 echo "$ac_t""pre-installed" 1>&6
6886 echo $ac_n "checking where to find the target c++""... $ac_c" 1>&6
6887 echo "configure:6888: checking where to find the target c++" >&5
6888 if test "x${build}" != "x${host}" ; then
6889 if expr "x$CXX_FOR_TARGET" : "x/" > /dev
/null
; then
6890 # We already found the complete path
6891 echo "$ac_t""pre-installed in `dirname $CXX_FOR_TARGET`" 1>&6
6893 # Canadian cross, just use what we found
6894 echo "$ac_t""pre-installed" 1>&6
6898 case " ${configdirs} " in
6902 case ,${enable_languages}, in
6906 if test $ok = yes; then
6907 # An in-tree tool is available and we can use it
6908 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'
6909 echo "$ac_t""just compiled" 1>&6
6910 elif expr "x$CXX_FOR_TARGET" : "x/" > /dev
/null
; then
6911 # We already found the complete path
6912 echo "$ac_t""pre-installed in `dirname $CXX_FOR_TARGET`" 1>&6
6913 elif test "x$target" = "x$host"; then
6914 # We can use an host tool
6915 CXX_FOR_TARGET
='$(CXX)'
6916 echo "$ac_t""host tool" 1>&6
6918 # We need a cross tool
6919 echo "$ac_t""pre-installed" 1>&6
6923 echo $ac_n "checking where to find the target c++ for libstdc++""... $ac_c" 1>&6
6924 echo "configure:6925: checking where to find the target c++ for libstdc++" >&5
6925 if test "x${build}" != "x${host}" ; then
6926 if expr "x$RAW_CXX_FOR_TARGET" : "x/" > /dev
/null
; then
6927 # We already found the complete path
6928 echo "$ac_t""pre-installed in `dirname $RAW_CXX_FOR_TARGET`" 1>&6
6930 # Canadian cross, just use what we found
6931 echo "$ac_t""pre-installed" 1>&6
6935 case " ${configdirs} " in
6939 case ,${enable_languages}, in
6943 if test $ok = yes; then
6944 # An in-tree tool is available and we can use it
6945 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'
6946 echo "$ac_t""just compiled" 1>&6
6947 elif expr "x$RAW_CXX_FOR_TARGET" : "x/" > /dev
/null
; then
6948 # We already found the complete path
6949 echo "$ac_t""pre-installed in `dirname $RAW_CXX_FOR_TARGET`" 1>&6
6950 elif test "x$target" = "x$host"; then
6951 # We can use an host tool
6952 RAW_CXX_FOR_TARGET
='$(CXX)'
6953 echo "$ac_t""host tool" 1>&6
6955 # We need a cross tool
6956 echo "$ac_t""pre-installed" 1>&6
6960 echo $ac_n "checking where to find the target dlltool""... $ac_c" 1>&6
6961 echo "configure:6962: checking where to find the target dlltool" >&5
6962 if test "x${build}" != "x${host}" ; then
6963 if expr "x$DLLTOOL_FOR_TARGET" : "x/" > /dev
/null
; then
6964 # We already found the complete path
6965 echo "$ac_t""pre-installed in `dirname $DLLTOOL_FOR_TARGET`" 1>&6
6967 # Canadian cross, just use what we found
6968 echo "$ac_t""pre-installed" 1>&6
6972 case " ${configdirs} " in
6977 if test $ok = yes; then
6978 # An in-tree tool is available and we can use it
6979 DLLTOOL_FOR_TARGET
='$$r/$(HOST_SUBDIR)/binutils/dlltool'
6980 echo "$ac_t""just compiled" 1>&6
6981 elif expr "x$DLLTOOL_FOR_TARGET" : "x/" > /dev
/null
; then
6982 # We already found the complete path
6983 echo "$ac_t""pre-installed in `dirname $DLLTOOL_FOR_TARGET`" 1>&6
6984 elif test "x$target" = "x$host"; then
6985 # We can use an host tool
6986 DLLTOOL_FOR_TARGET
='$(DLLTOOL)'
6987 echo "$ac_t""host tool" 1>&6
6989 # We need a cross tool
6990 echo "$ac_t""pre-installed" 1>&6
6994 echo $ac_n "checking where to find the target gcc""... $ac_c" 1>&6
6995 echo "configure:6996: checking where to find the target gcc" >&5
6996 if test "x${build}" != "x${host}" ; then
6997 if expr "x$GCC_FOR_TARGET" : "x/" > /dev
/null
; then
6998 # We already found the complete path
6999 echo "$ac_t""pre-installed in `dirname $GCC_FOR_TARGET`" 1>&6
7001 # Canadian cross, just use what we found
7002 echo "$ac_t""pre-installed" 1>&6
7006 case " ${configdirs} " in
7011 if test $ok = yes; then
7012 # An in-tree tool is available and we can use it
7013 GCC_FOR_TARGET
='$$r/$(HOST_SUBDIR)/gcc/xgcc -B$$r/$(HOST_SUBDIR)/gcc/'
7014 echo "$ac_t""just compiled" 1>&6
7015 elif expr "x$GCC_FOR_TARGET" : "x/" > /dev
/null
; then
7016 # We already found the complete path
7017 echo "$ac_t""pre-installed in `dirname $GCC_FOR_TARGET`" 1>&6
7018 elif test "x$target" = "x$host"; then
7019 # We can use an host tool
7020 GCC_FOR_TARGET
='$()'
7021 echo "$ac_t""host tool" 1>&6
7023 # We need a cross tool
7024 echo "$ac_t""pre-installed" 1>&6
7028 echo $ac_n "checking where to find the target gcj""... $ac_c" 1>&6
7029 echo "configure:7030: checking where to find the target gcj" >&5
7030 if test "x${build}" != "x${host}" ; then
7031 if expr "x$GCJ_FOR_TARGET" : "x/" > /dev
/null
; then
7032 # We already found the complete path
7033 echo "$ac_t""pre-installed in `dirname $GCJ_FOR_TARGET`" 1>&6
7035 # Canadian cross, just use what we found
7036 echo "$ac_t""pre-installed" 1>&6
7040 case " ${configdirs} " in
7044 case ,${enable_languages}, in
7048 if test $ok = yes; then
7049 # An in-tree tool is available and we can use it
7050 GCJ_FOR_TARGET
='$$r/$(HOST_SUBDIR)/gcc/gcj -B$$r/$(HOST_SUBDIR)/gcc/'
7051 echo "$ac_t""just compiled" 1>&6
7052 elif expr "x$GCJ_FOR_TARGET" : "x/" > /dev
/null
; then
7053 # We already found the complete path
7054 echo "$ac_t""pre-installed in `dirname $GCJ_FOR_TARGET`" 1>&6
7055 elif test "x$target" = "x$host"; then
7056 # We can use an host tool
7057 GCJ_FOR_TARGET
='$(GCJ)'
7058 echo "$ac_t""host tool" 1>&6
7060 # We need a cross tool
7061 echo "$ac_t""pre-installed" 1>&6
7065 echo $ac_n "checking where to find the target gfortran""... $ac_c" 1>&6
7066 echo "configure:7067: checking where to find the target gfortran" >&5
7067 if test "x${build}" != "x${host}" ; then
7068 if expr "x$GFORTRAN_FOR_TARGET" : "x/" > /dev
/null
; then
7069 # We already found the complete path
7070 echo "$ac_t""pre-installed in `dirname $GFORTRAN_FOR_TARGET`" 1>&6
7072 # Canadian cross, just use what we found
7073 echo "$ac_t""pre-installed" 1>&6
7077 case " ${configdirs} " in
7081 case ,${enable_languages}, in
7085 if test $ok = yes; then
7086 # An in-tree tool is available and we can use it
7087 GFORTRAN_FOR_TARGET
='$$r/$(HOST_SUBDIR)/gcc/gfortran -B$$r/$(HOST_SUBDIR)/gcc/'
7088 echo "$ac_t""just compiled" 1>&6
7089 elif expr "x$GFORTRAN_FOR_TARGET" : "x/" > /dev
/null
; then
7090 # We already found the complete path
7091 echo "$ac_t""pre-installed in `dirname $GFORTRAN_FOR_TARGET`" 1>&6
7092 elif test "x$target" = "x$host"; then
7093 # We can use an host tool
7094 GFORTRAN_FOR_TARGET
='$(GFORTRAN)'
7095 echo "$ac_t""host tool" 1>&6
7097 # We need a cross tool
7098 echo "$ac_t""pre-installed" 1>&6
7102 echo $ac_n "checking where to find the target ld""... $ac_c" 1>&6
7103 echo "configure:7104: checking where to find the target ld" >&5
7104 if test "x${build}" != "x${host}" ; then
7105 if expr "x$LD_FOR_TARGET" : "x/" > /dev
/null
; then
7106 # We already found the complete path
7107 echo "$ac_t""pre-installed in `dirname $LD_FOR_TARGET`" 1>&6
7109 # Canadian cross, just use what we found
7110 echo "$ac_t""pre-installed" 1>&6
7114 case " ${configdirs} " in
7119 if test $ok = yes; then
7120 # An in-tree tool is available and we can use it
7121 LD_FOR_TARGET
='$$r/$(HOST_SUBDIR)/ld/ld-new'
7122 echo "$ac_t""just compiled" 1>&6
7123 elif expr "x$LD_FOR_TARGET" : "x/" > /dev
/null
; then
7124 # We already found the complete path
7125 echo "$ac_t""pre-installed in `dirname $LD_FOR_TARGET`" 1>&6
7126 elif test "x$target" = "x$host"; then
7127 # We can use an host tool
7128 LD_FOR_TARGET
='$(LD)'
7129 echo "$ac_t""host tool" 1>&6
7131 # We need a cross tool
7132 echo "$ac_t""pre-installed" 1>&6
7136 echo $ac_n "checking where to find the target lipo""... $ac_c" 1>&6
7137 echo "configure:7138: checking where to find the target lipo" >&5
7138 if test "x${build}" != "x${host}" ; then
7139 if expr "x$LIPO_FOR_TARGET" : "x/" > /dev
/null
; then
7140 # We already found the complete path
7141 echo "$ac_t""pre-installed in `dirname $LIPO_FOR_TARGET`" 1>&6
7143 # Canadian cross, just use what we found
7144 echo "$ac_t""pre-installed" 1>&6
7147 if expr "x$LIPO_FOR_TARGET" : "x/" > /dev
/null
; then
7148 # We already found the complete path
7149 echo "$ac_t""pre-installed in `dirname $LIPO_FOR_TARGET`" 1>&6
7150 elif test "x$target" = "x$host"; then
7151 # We can use an host tool
7152 LIPO_FOR_TARGET
='$(LIPO)'
7153 echo "$ac_t""host tool" 1>&6
7155 # We need a cross tool
7156 echo "$ac_t""pre-installed" 1>&6
7160 echo $ac_n "checking where to find the target nm""... $ac_c" 1>&6
7161 echo "configure:7162: checking where to find the target nm" >&5
7162 if test "x${build}" != "x${host}" ; then
7163 if expr "x$NM_FOR_TARGET" : "x/" > /dev
/null
; then
7164 # We already found the complete path
7165 echo "$ac_t""pre-installed in `dirname $NM_FOR_TARGET`" 1>&6
7167 # Canadian cross, just use what we found
7168 echo "$ac_t""pre-installed" 1>&6
7172 case " ${configdirs} " in
7177 if test $ok = yes; then
7178 # An in-tree tool is available and we can use it
7179 NM_FOR_TARGET
='$$r/$(HOST_SUBDIR)/binutils/nm-new'
7180 echo "$ac_t""just compiled" 1>&6
7181 elif expr "x$NM_FOR_TARGET" : "x/" > /dev
/null
; then
7182 # We already found the complete path
7183 echo "$ac_t""pre-installed in `dirname $NM_FOR_TARGET`" 1>&6
7184 elif test "x$target" = "x$host"; then
7185 # We can use an host tool
7186 NM_FOR_TARGET
='$(NM)'
7187 echo "$ac_t""host tool" 1>&6
7189 # We need a cross tool
7190 echo "$ac_t""pre-installed" 1>&6
7194 echo $ac_n "checking where to find the target objdump""... $ac_c" 1>&6
7195 echo "configure:7196: checking where to find the target objdump" >&5
7196 if test "x${build}" != "x${host}" ; then
7197 if expr "x$OBJDUMP_FOR_TARGET" : "x/" > /dev
/null
; then
7198 # We already found the complete path
7199 echo "$ac_t""pre-installed in `dirname $OBJDUMP_FOR_TARGET`" 1>&6
7201 # Canadian cross, just use what we found
7202 echo "$ac_t""pre-installed" 1>&6
7206 case " ${configdirs} " in
7211 if test $ok = yes; then
7212 # An in-tree tool is available and we can use it
7213 OBJDUMP_FOR_TARGET
='$$r/$(HOST_SUBDIR)/binutils/objdump'
7214 echo "$ac_t""just compiled" 1>&6
7215 elif expr "x$OBJDUMP_FOR_TARGET" : "x/" > /dev
/null
; then
7216 # We already found the complete path
7217 echo "$ac_t""pre-installed in `dirname $OBJDUMP_FOR_TARGET`" 1>&6
7218 elif test "x$target" = "x$host"; then
7219 # We can use an host tool
7220 OBJDUMP_FOR_TARGET
='$(OBJDUMP)'
7221 echo "$ac_t""host tool" 1>&6
7223 # We need a cross tool
7224 echo "$ac_t""pre-installed" 1>&6
7228 echo $ac_n "checking where to find the target ranlib""... $ac_c" 1>&6
7229 echo "configure:7230: checking where to find the target ranlib" >&5
7230 if test "x${build}" != "x${host}" ; then
7231 if expr "x$RANLIB_FOR_TARGET" : "x/" > /dev
/null
; then
7232 # We already found the complete path
7233 echo "$ac_t""pre-installed in `dirname $RANLIB_FOR_TARGET`" 1>&6
7235 # Canadian cross, just use what we found
7236 echo "$ac_t""pre-installed" 1>&6
7240 case " ${configdirs} " in
7245 if test $ok = yes; then
7246 # An in-tree tool is available and we can use it
7247 RANLIB_FOR_TARGET
='$$r/$(HOST_SUBDIR)/binutils/ranlib'
7248 echo "$ac_t""just compiled" 1>&6
7249 elif expr "x$RANLIB_FOR_TARGET" : "x/" > /dev
/null
; then
7250 # We already found the complete path
7251 echo "$ac_t""pre-installed in `dirname $RANLIB_FOR_TARGET`" 1>&6
7252 elif test "x$target" = "x$host"; then
7253 # We can use an host tool
7254 RANLIB_FOR_TARGET
='$(RANLIB)'
7255 echo "$ac_t""host tool" 1>&6
7257 # We need a cross tool
7258 echo "$ac_t""pre-installed" 1>&6
7262 echo $ac_n "checking where to find the target strip""... $ac_c" 1>&6
7263 echo "configure:7264: checking where to find the target strip" >&5
7264 if test "x${build}" != "x${host}" ; then
7265 if expr "x$STRIP_FOR_TARGET" : "x/" > /dev
/null
; then
7266 # We already found the complete path
7267 echo "$ac_t""pre-installed in `dirname $STRIP_FOR_TARGET`" 1>&6
7269 # Canadian cross, just use what we found
7270 echo "$ac_t""pre-installed" 1>&6
7274 case " ${configdirs} " in
7279 if test $ok = yes; then
7280 # An in-tree tool is available and we can use it
7281 STRIP_FOR_TARGET
='$$r/$(HOST_SUBDIR)/binutils/strip'
7282 echo "$ac_t""just compiled" 1>&6
7283 elif expr "x$STRIP_FOR_TARGET" : "x/" > /dev
/null
; then
7284 # We already found the complete path
7285 echo "$ac_t""pre-installed in `dirname $STRIP_FOR_TARGET`" 1>&6
7286 elif test "x$target" = "x$host"; then
7287 # We can use an host tool
7288 STRIP_FOR_TARGET
='$(STRIP)'
7289 echo "$ac_t""host tool" 1>&6
7291 # We need a cross tool
7292 echo "$ac_t""pre-installed" 1>&6
7296 echo $ac_n "checking where to find the target windres""... $ac_c" 1>&6
7297 echo "configure:7298: checking where to find the target windres" >&5
7298 if test "x${build}" != "x${host}" ; then
7299 if expr "x$WINDRES_FOR_TARGET" : "x/" > /dev
/null
; then
7300 # We already found the complete path
7301 echo "$ac_t""pre-installed in `dirname $WINDRES_FOR_TARGET`" 1>&6
7303 # Canadian cross, just use what we found
7304 echo "$ac_t""pre-installed" 1>&6
7308 case " ${configdirs} " in
7313 if test $ok = yes; then
7314 # An in-tree tool is available and we can use it
7315 WINDRES_FOR_TARGET
='$$r/$(HOST_SUBDIR)/binutils/windres'
7316 echo "$ac_t""just compiled" 1>&6
7317 elif expr "x$WINDRES_FOR_TARGET" : "x/" > /dev
/null
; then
7318 # We already found the complete path
7319 echo "$ac_t""pre-installed in `dirname $WINDRES_FOR_TARGET`" 1>&6
7320 elif test "x$target" = "x$host"; then
7321 # We can use an host tool
7322 WINDRES_FOR_TARGET
='$(WINDRES)'
7323 echo "$ac_t""host tool" 1>&6
7325 # We need a cross tool
7326 echo "$ac_t""pre-installed" 1>&6
7334 # Certain tools may need extra flags.
7335 AR_FOR_TARGET
=${AR_FOR_TARGET}${extra_arflags_for_target}
7336 RANLIB_FOR_TARGET
=${RANLIB_FOR_TARGET}${extra_ranlibflags_for_target}
7337 NM_FOR_TARGET
=${NM_FOR_TARGET}${extra_nmflags_for_target}
7339 # When building target libraries, except in a Canadian cross, we use
7340 # the same toolchain as the compiler we just built.
7341 COMPILER_AS_FOR_TARGET
='$(AS_FOR_TARGET)'
7342 COMPILER_LD_FOR_TARGET
='$(LD_FOR_TARGET)'
7343 COMPILER_NM_FOR_TARGET
='$(NM_FOR_TARGET)'
7344 if test $host = $build; then
7345 case " $configdirs " in
7347 COMPILER_AS_FOR_TARGET
='$$r/$(HOST_SUBDIR)/gcc/as'
7348 COMPILER_LD_FOR_TARGET
='$$r/$(HOST_SUBDIR)/gcc/collect-ld'
7349 COMPILER_NM_FOR_TARGET
='$$r/$(HOST_SUBDIR)/gcc/nm'${extra_nmflags_for_target}
7358 echo $ac_n "checking whether to enable maintainer-specific portions of Makefiles""... $ac_c" 1>&6
7359 echo "configure:7360: checking whether to enable maintainer-specific portions of Makefiles" >&5
7360 # Check whether --enable-maintainer-mode or --disable-maintainer-mode was given.
7361 if test "${enable_maintainer_mode+set}" = set; then
7362 enableval
="$enable_maintainer_mode"
7363 USE_MAINTAINER_MODE
=$enableval
7365 USE_MAINTAINER_MODE
=no
7368 echo "$ac_t""$USE_MAINTAINER_MODE" 1>&6
7371 if test "$USE_MAINTAINER_MODE" = yes; then
7372 MAINTAINER_MODE_TRUE
=
7373 MAINTAINER_MODE_FALSE
='#'
7375 MAINTAINER_MODE_TRUE
='#'
7376 MAINTAINER_MODE_FALSE
=
7378 MAINT
=$MAINTAINER_MODE_TRUE
7380 # ---------------------
7381 # GCC bootstrap support
7382 # ---------------------
7384 # Stage specific cflags for build.
7389 yes) stage1_cflags
="-g -Wa,-J" ;;
7390 *) stage1_cflags
="-g -J" ;;
7394 # This is aimed to mimic bootstrap with a non-GCC compiler to catch problems.
7395 if test "$GCC" = yes; then
7396 saved_CFLAGS
="$CFLAGS"
7398 # Pass -fkeep-inline-functions for stage 1 if the GCC version supports it.
7399 CFLAGS
="$CFLAGS -fkeep-inline-functions"
7400 echo $ac_n "checking whether -fkeep-inline-functions is supported""... $ac_c" 1>&6
7401 echo "configure:7402: checking whether -fkeep-inline-functions is supported" >&5
7402 cat > conftest.
$ac_ext <<EOF
7403 #line 7404 "configure"
7404 #include "confdefs.h"
7410 if { (eval echo configure
:7411: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
7412 echo "$ac_t""yes" 1>&6; stage1_cflags
="$stage1_cflags -fkeep-inline-functions"
7414 echo "configure: failed program was:" >&5
7415 cat conftest.
$ac_ext >&5
7417 echo "$ac_t""no" 1>&6
7421 CFLAGS
="$saved_CFLAGS"
7426 # Enable --enable-checking in stage1 of the compiler.
7427 # Check whether --enable-stage1-checking or --disable-stage1-checking was given.
7428 if test "${enable_stage1_checking+set}" = set; then
7429 enableval
="$enable_stage1_checking"
7430 stage1_checking
=--enable-checking=${enable_stage1_checking}
7432 if test "x$enable_checking" = xno
; then
7433 stage1_checking
=--enable-checking
7435 stage1_checking
=--enable-checking${enable_checking+=}$enable_checking
7441 # Enable -Werror in bootstrap stage2 and later.
7442 # Check whether --enable-werror or --disable-werror was given.
7443 if test "${enable_werror+set}" = set; then
7444 enableval
="$enable_werror"
7447 if test -d gcc
&& test x
"`cat $srcdir/gcc/DEV-PHASE`" = xexperimental
; then
7454 case ${enable_werror} in
7455 yes) stage2_werror_flag
="--enable-werror-always" ;;
7456 *) stage2_werror_flag
="" ;;
7460 # Flags needed to enable html installing and building
7461 # Check whether --with-datarootdir or --without-datarootdir was given.
7462 if test "${with_datarootdir+set}" = set; then
7463 withval
="$with_datarootdir"
7464 datarootdir
="\${prefix}/${withval}"
7466 datarootdir
="\${prefix}/share"
7470 # Check whether --with-docdir or --without-docdir was given.
7471 if test "${with_docdir+set}" = set; then
7472 withval
="$with_docdir"
7473 docdir
="\${prefix}/${withval}"
7475 docdir
="\${datarootdir}/doc"
7479 # Check whether --with-htmldir or --without-htmldir was given.
7480 if test "${with_htmldir+set}" = set; then
7481 withval
="$with_htmldir"
7482 htmldir
="\${prefix}/${withval}"
7484 htmldir
="\${docdir}"
7493 cat > confcache
<<\EOF
7494 # This file is a shell script that caches the results of configure
7495 # tests run on this system so they can be shared between configure
7496 # scripts and configure runs. It is not useful on other systems.
7497 # If it contains results you don't want to keep, you may remove or edit it.
7499 # By default, configure uses ./config.cache as the cache file,
7500 # creating it if it does not exist already. You can give configure
7501 # the --cache-file=FILE option to use a different cache file; that is
7502 # what configure does when it calls configure scripts in
7503 # subdirectories, so they share the cache.
7504 # Giving --cache-file=/dev/null disables caching, for debugging configure.
7505 # config.status only pays attention to the cache file if you give it the
7506 # --recheck option to rerun configure.
7509 # The following way of writing the cache mishandles newlines in values,
7510 # but we know of no workaround that is simple, portable, and efficient.
7511 # So, don't put newlines in cache variables' values.
7512 # Ultrix sh set writes to stderr and can't be redirected directly,
7513 # and sets the high bit in the cache file unless we assign to the vars.
7515 case `(ac_space=' '; set | grep ac_space) 2>&1` in
7517 # `set' does not quote correctly, so add quotes (double-quote substitution
7518 # turns \\\\ into \\, and sed turns \\ into \).
7520 -e "s/'/'\\\\''/g" \
7521 -e "s/^\\([a-zA-Z0-9_]*_cv_[a-zA-Z0-9_]*\\)=\\(.*\\)/\\1=\${\\1='\\2'}/p"
7524 # `set' quotes correctly as required by POSIX, so do not add quotes.
7525 sed -n -e 's/^\([a-zA-Z0-9_]*_cv_[a-zA-Z0-9_]*\)=\(.*\)/\1=${\1=\2}/p'
7528 if cmp -s $cache_file confcache
; then
7531 if test -w $cache_file; then
7532 echo "updating cache $cache_file"
7533 cat confcache
> $cache_file
7535 echo "not updating unwritable cache $cache_file"
7540 trap 'rm -fr conftest* confdefs* core core.* *.core $ac_clean_files; exit 1' 1 2 15
7542 test "x$prefix" = xNONE
&& prefix
=$ac_default_prefix
7543 # Let make expand exec_prefix.
7544 test "x$exec_prefix" = xNONE
&& exec_prefix
='${prefix}'
7546 # Any assignment to VPATH causes Sun make to only execute
7547 # the first set of double-colon rules, so remove it if not needed.
7548 # If there is a colon in the path, we need to keep it.
7549 if test "x$srcdir" = x.
; then
7550 ac_vpsub
='/^[ ]*VPATH[ ]*=[^:]*$/d'
7553 trap 'rm -f $CONFIG_STATUS conftest*; exit 1' 1 2 15
7555 # Transform confdefs.h into DEFS.
7556 # Protect against shell expansion while executing Makefile rules.
7557 # Protect against Makefile macro expansion.
7558 cat > conftest.defs
<<\EOF
7559 s
%#define \([A-Za-z_][A-Za-z0-9_]*\) *\(.*\)%-D\1=\2%g
7560 s
%[ `~#$^&*(){}\\|;'"<>?]%\\&%g
7565 DEFS=`sed -f conftest.defs confdefs.h |
tr '\012' ' '`
7569 # Without the "./", some shells look in PATH for config.status.
7570 : ${CONFIG_STATUS=./config.status}
7572 echo creating $CONFIG_STATUS
7573 rm -f $CONFIG_STATUS
7574 cat > $CONFIG_STATUS <<EOF
7576 # Generated automatically by configure.
7577 # Run this file to recreate the current configuration.
7578 # This directory was configured as follows,
7579 # on host `(hostname || uname
-n) 2>/dev
/null |
sed 1q
`:
7581 # $0 $ac_configure_args
7583 # Compiler output produced by configure, useful for debugging
7584 # configure, is in ./config.log if it exists.
7586 ac_cs_usage="Usage: $CONFIG_STATUS [--recheck] [--version] [--help]"
7589 case "\$ac_option" in
7590 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
7591 echo "running \${CONFIG_SHELL-/bin/sh} $0 $ac_configure_args --no-create --no-recursion"
7592 exec \${CONFIG_SHELL-/bin/sh} $0 $ac_configure_args --no-create --no-recursion ;;
7593 -version | --version | --versio | --versi | --vers | --ver | --ve | --v)
7594 echo "$CONFIG_STATUS generated by autoconf version 2.13"
7596 -help | --help | --hel | --he | --h)
7597 echo "\$ac_cs_usage"; exit 0 ;;
7598 *) echo "\$ac_cs_usage"; exit 1 ;;
7602 ac_given_srcdir=$srcdir
7603 ac_given_INSTALL="$INSTALL"
7605 trap 'rm -fr `echo "Makefile" |
sed "s/:[^ ]*//g"` conftest*; exit 1' 1 2 15
7607 cat >> $CONFIG_STATUS <<EOF
7609 # Protect against being on the right side of a sed subst in config.status.
7610 sed 's/%@/@@/; s/@%/@@/; s/%g\$/@g/; /@g\$/s/[\\\\&%]/\\\\&/g;
7611 s/@@/%@/; s/@@/@%/; s/@g\$/%g/' > conftest.subs <<\\CEOF
7615 s%@CFLAGS@%$CFLAGS%g
7616 s%@CPPFLAGS@%$CPPFLAGS%g
7617 s%@CXXFLAGS@%$CXXFLAGS%g
7618 s%@FFLAGS@%$FFLAGS%g
7620 s%@LDFLAGS@%$LDFLAGS%g
7622 s%@exec_prefix@%$exec_prefix%g
7623 s%@prefix@%$prefix%g
7624 s%@program_transform_name@%$program_transform_name%g
7625 s%@bindir@%$bindir%g
7626 s%@sbindir@%$sbindir%g
7627 s%@libexecdir@%$libexecdir%g
7628 s%@datadir@%$datadir%g
7629 s%@sysconfdir@%$sysconfdir%g
7630 s%@sharedstatedir@%$sharedstatedir%g
7631 s%@localstatedir@%$localstatedir%g
7632 s%@libdir@%$libdir%g
7633 s%@includedir@%$includedir%g
7634 s%@oldincludedir@%$oldincludedir%g
7635 s%@infodir@%$infodir%g
7636 s%@mandir@%$mandir%g
7638 s%@host_alias@%$host_alias%g
7639 s%@host_cpu@%$host_cpu%g
7640 s%@host_vendor@%$host_vendor%g
7641 s%@host_os@%$host_os%g
7642 s%@target@%$target%g
7643 s%@target_alias@%$target_alias%g
7644 s%@target_cpu@%$target_cpu%g
7645 s%@target_vendor@%$target_vendor%g
7646 s%@target_os@%$target_os%g
7648 s%@build_alias@%$build_alias%g
7649 s%@build_cpu@%$build_cpu%g
7650 s%@build_vendor@%$build_vendor%g
7651 s%@build_os@%$build_os%g
7652 s%@INSTALL_PROGRAM@%$INSTALL_PROGRAM%g
7653 s%@INSTALL_SCRIPT@%$INSTALL_SCRIPT%g
7654 s%@INSTALL_DATA@%$INSTALL_DATA%g
7657 s%@TOPLEVEL_CONFIGURE_ARGUMENTS@%$TOPLEVEL_CONFIGURE_ARGUMENTS%g
7658 s%@build_libsubdir@%$build_libsubdir%g
7659 s%@build_subdir@%$build_subdir%g
7660 s%@host_subdir@%$host_subdir%g
7661 s%@target_subdir@%$target_subdir%g
7663 s%@GNATBIND@%$GNATBIND%g
7664 s%@do_compare@%$do_compare%g
7665 s%@gmplibs@%$gmplibs%g
7666 s%@gmpinc@%$gmpinc%g
7667 s%@stage1_languages@%$stage1_languages%g
7668 s%@SYSROOT_CFLAGS_FOR_TARGET@%$SYSROOT_CFLAGS_FOR_TARGET%g
7669 /@serialization_dependencies@/r $serialization_dependencies
7670 s%@serialization_dependencies@%%g
7671 /@host_makefile_frag@/r $host_makefile_frag
7672 s%@host_makefile_frag@%%g
7673 /@target_makefile_frag@/r $target_makefile_frag
7674 s%@target_makefile_frag@%%g
7675 /@alphaieee_frag@/r $alphaieee_frag
7676 s%@alphaieee_frag@%%g
7677 /@ospace_frag@/r $ospace_frag
7679 s%@RPATH_ENVVAR@%$RPATH_ENVVAR%g
7680 s%@tooldir@%$tooldir%g
7681 s%@build_tooldir@%$build_tooldir%g
7682 s%@CONFIGURE_GDB_TK@%$CONFIGURE_GDB_TK%g
7683 s%@GDB_TK@%$GDB_TK%g
7684 s%@INSTALL_GDB_TK@%$INSTALL_GDB_TK%g
7685 s%@build_configargs@%$build_configargs%g
7686 s%@build_configdirs@%$build_configdirs%g
7687 s%@host_configargs@%$host_configargs%g
7688 s%@configdirs@%$configdirs%g
7689 s%@target_configargs@%$target_configargs%g
7690 s%@CC_FOR_BUILD@%$CC_FOR_BUILD%g
7691 s%@config_shell@%$config_shell%g
7697 s%@MAKEINFO@%$MAKEINFO%g
7698 s%@EXPECT@%$EXPECT%g
7699 s%@RUNTEST@%$RUNTEST%g
7702 s%@DLLTOOL@%$DLLTOOL%g
7706 s%@RANLIB@%$RANLIB%g
7708 s%@WINDRES@%$WINDRES%g
7709 s%@OBJCOPY@%$OBJCOPY%g
7710 s%@OBJDUMP@%$OBJDUMP%g
7712 s%@CFLAGS_FOR_BUILD@%$CFLAGS_FOR_BUILD%g
7713 s%@CC_FOR_TARGET@%$CC_FOR_TARGET%g
7714 s%@CXX_FOR_TARGET@%$CXX_FOR_TARGET%g
7715 s%@GCC_FOR_TARGET@%$GCC_FOR_TARGET%g
7716 s%@GCJ_FOR_TARGET@%$GCJ_FOR_TARGET%g
7717 s%@GFORTRAN_FOR_TARGET@%$GFORTRAN_FOR_TARGET%g
7718 s%@AR_FOR_TARGET@%$AR_FOR_TARGET%g
7719 s%@AS_FOR_TARGET@%$AS_FOR_TARGET%g
7720 s%@DLLTOOL_FOR_TARGET@%$DLLTOOL_FOR_TARGET%g
7721 s%@LD_FOR_TARGET@%$LD_FOR_TARGET%g
7722 s%@LIPO_FOR_TARGET@%$LIPO_FOR_TARGET%g
7723 s%@NM_FOR_TARGET@%$NM_FOR_TARGET%g
7724 s%@OBJDUMP_FOR_TARGET@%$OBJDUMP_FOR_TARGET%g
7725 s%@RANLIB_FOR_TARGET@%$RANLIB_FOR_TARGET%g
7726 s%@STRIP_FOR_TARGET@%$STRIP_FOR_TARGET%g
7727 s%@WINDRES_FOR_TARGET@%$WINDRES_FOR_TARGET%g
7728 s%@RAW_CXX_FOR_TARGET@%$RAW_CXX_FOR_TARGET%g
7729 s%@FLAGS_FOR_TARGET@%$FLAGS_FOR_TARGET%g
7730 s%@COMPILER_AS_FOR_TARGET@%$COMPILER_AS_FOR_TARGET%g
7731 s%@COMPILER_LD_FOR_TARGET@%$COMPILER_LD_FOR_TARGET%g
7732 s%@COMPILER_NM_FOR_TARGET@%$COMPILER_NM_FOR_TARGET%g
7733 s%@MAINTAINER_MODE_TRUE@%$MAINTAINER_MODE_TRUE%g
7734 s%@MAINTAINER_MODE_FALSE@%$MAINTAINER_MODE_FALSE%g
7736 s%@stage1_cflags@%$stage1_cflags%g
7737 s%@stage1_checking@%$stage1_checking%g
7738 s%@stage2_werror_flag@%$stage2_werror_flag%g
7739 s%@datarootdir@%$datarootdir%g
7740 s%@docdir@%$docdir%g
7741 s%@htmldir@%$htmldir%g
7746 cat >> $CONFIG_STATUS <<\EOF
7748 # Split the substitutions into bite-sized pieces for seds with
7749 # small command number limits, like on Digital OSF/1 and HP-UX.
7750 ac_max_sed_cmds=90 # Maximum number of lines to put in a sed script.
7751 ac_file=1 # Number of current file.
7752 ac_beg=1 # First line for current file.
7753 ac_end=$ac_max_sed_cmds # Line after last line for current file.
7756 while $ac_more_lines; do
7757 if test $ac_beg -gt 1; then
7758 sed "1,${ac_beg}d; ${ac_end}q" conftest.subs > conftest.s$ac_file
7760 sed "${ac_end}q" conftest.subs > conftest.s$ac_file
7762 if test ! -s conftest.s$ac_file; then
7764 rm -f conftest.s$ac_file
7766 if test -z "$ac_sed_cmds"; then
7767 ac_sed_cmds="sed -f conftest.s$ac_file"
7769 ac_sed_cmds="$ac_sed_cmds | sed -f conftest.s$ac_file"
7771 ac_file=`expr $ac_file + 1`
7773 ac_end=`expr $ac_end + $ac_max_sed_cmds`
7776 if test -z "$ac_sed_cmds"; then
7781 cat >> $CONFIG_STATUS <<EOF
7783 CONFIG_FILES=\${CONFIG_FILES-"Makefile"}
7785 cat >> $CONFIG_STATUS <<\EOF
7786 for ac_file in .. $CONFIG_FILES; do if test "x$ac_file" != x..; then
7787 # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
7789 *:*) ac_file_in=`echo "$ac_file"|
sed 's%[^:]*:%%'`
7790 ac_file=`echo "$ac_file"|
sed 's%:.*%%'` ;;
7791 *) ac_file_in="${ac_file}.in" ;;
7794 # Adjust a relative srcdir, top_srcdir, and INSTALL for subdirectories.
7796 # Remove last slash and all that follows it. Not all systems have dirname.
7797 ac_dir=`echo $ac_file|
sed 's%/[^/][^/]*$%%'`
7798 if test "$ac_dir" != "$ac_file" && test "$ac_dir" != .; then
7799 # The file is in a subdirectory.
7800 test ! -d "$ac_dir" && mkdir "$ac_dir"
7801 ac_dir_suffix="/`echo $ac_dir|
sed 's%^\./%%'`"
7802 # A "../" for each directory in $ac_dir_suffix.
7803 ac_dots=`echo $ac_dir_suffix|
sed 's%/[^/]*%../%g'`
7805 ac_dir_suffix= ac_dots=
7808 case "$ac_given_srcdir" in
7810 if test -z "$ac_dots"; then top_srcdir=.
7811 else top_srcdir=`echo $ac_dots|
sed 's%/$%%'`; fi ;;
7812 /*) srcdir="$ac_given_srcdir$ac_dir_suffix"; top_srcdir="$ac_given_srcdir" ;;
7814 srcdir="$ac_dots$ac_given_srcdir$ac_dir_suffix"
7815 top_srcdir="$ac_dots$ac_given_srcdir" ;;
7818 case "$ac_given_INSTALL" in
7819 [/$]*) INSTALL="$ac_given_INSTALL" ;;
7820 *) INSTALL="$ac_dots$ac_given_INSTALL" ;;
7823 echo creating "$ac_file"
7825 configure_input="Generated automatically from `echo $ac_file_in|
sed 's%.*/%%'` by configure."
7827 *Makefile*) ac_comsub="1i\\
7828 # $configure_input" ;;
7832 ac_file_inputs=`echo $ac_file_in|
sed -e "s%^%$ac_given_srcdir/%" -e "s%:% $ac_given_srcdir/%g"`
7834 s%@configure_input@%$configure_input%g
7835 s%@srcdir@%$srcdir%g
7836 s%@top_srcdir@%$top_srcdir%g
7837 s%@INSTALL@%$INSTALL%g
7838 " $ac_file_inputs | (eval "$ac_sed_cmds") > $ac_file
7843 cat >> $CONFIG_STATUS <<EOF
7846 cat >> $CONFIG_STATUS <<\EOF
7850 chmod +x $CONFIG_STATUS
7851 rm -fr confdefs* $ac_clean_files
7852 test "$no_create" = yes || ${CONFIG_SHELL-/bin/sh} $CONFIG_STATUS || exit 1