* emulparams/hppa64linux.sh: Define PLT_BEFORE_GOT.
[binutils.git] / configure
blobed10f36b0d690fe4e03248402fd4062c4fbc78b7
1 #! /bin/sh
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.
10 # Defaults:
11 ac_help=
12 ac_default_prefix=/usr/local
13 # Any additions from configure.in:
14 ac_help="$ac_help
15 --without-libbanshee Don't build with libbanshee"
16 ac_help="$ac_help
17 --enable-libada Builds libada directory"
18 ac_help="$ac_help
19 --with-gmp-dir=PATH Specify source directory for GMP library"
20 ac_help="$ac_help
21 --with-gmp=PATH Specify directory for installed GMP library"
22 ac_help="$ac_help
23 --enable-bootstrap Enable bootstrapping [no]"
24 ac_help="$ac_help
25 --enable-serial-[{host,target,build}-]configure
26 Force sequential configuration of
27 sub-packages for the host, target or build
28 machine, or all sub-packages"
29 ac_help="$ac_help
30 --enable-maintainer-mode enable make rules and dependencies not useful
31 (and sometimes confusing) to the casual installer"
32 ac_help="$ac_help
33 --enable-werror enable -Werror in bootstrap stage2 and later"
35 # Initialize some variables set by options.
36 # The variables have the same names as the options, with
37 # dashes changed to underlines.
38 build=NONE
39 cache_file=./config.cache
40 exec_prefix=NONE
41 host=NONE
42 no_create=
43 nonopt=NONE
44 no_recursion=
45 prefix=NONE
46 program_prefix=NONE
47 program_suffix=NONE
48 program_transform_name=s,x,x,
49 silent=
50 site=
51 srcdir=
52 target=NONE
53 verbose=
54 x_includes=NONE
55 x_libraries=NONE
56 bindir='${exec_prefix}/bin'
57 sbindir='${exec_prefix}/sbin'
58 libexecdir='${exec_prefix}/libexec'
59 datadir='${prefix}/share'
60 sysconfdir='${prefix}/etc'
61 sharedstatedir='${prefix}/com'
62 localstatedir='${prefix}/var'
63 libdir='${exec_prefix}/lib'
64 includedir='${prefix}/include'
65 oldincludedir='/usr/include'
66 infodir='${prefix}/info'
67 mandir='${prefix}/man'
69 # Initialize some other variables.
70 subdirs=
71 MFLAGS= MAKEFLAGS=
72 SHELL=${CONFIG_SHELL-/bin/sh}
73 # Maximum number of lines to put in a shell here document.
74 ac_max_here_lines=12
76 ac_prev=
77 for ac_option
80 # If the previous option needs an argument, assign it.
81 if test -n "$ac_prev"; then
82 eval "$ac_prev=\$ac_option"
83 ac_prev=
84 continue
87 case "$ac_option" in
88 -*=*) ac_optarg=`echo "$ac_option" | sed 's/[-_a-zA-Z0-9]*=//'` ;;
89 *) ac_optarg= ;;
90 esac
92 # Accept the important Cygnus configure options, so we can diagnose typos.
94 case "$ac_option" in
96 -bindir | --bindir | --bindi | --bind | --bin | --bi)
97 ac_prev=bindir ;;
98 -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
99 bindir="$ac_optarg" ;;
101 -build | --build | --buil | --bui | --bu)
102 ac_prev=build ;;
103 -build=* | --build=* | --buil=* | --bui=* | --bu=*)
104 build="$ac_optarg" ;;
106 -cache-file | --cache-file | --cache-fil | --cache-fi \
107 | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
108 ac_prev=cache_file ;;
109 -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
110 | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
111 cache_file="$ac_optarg" ;;
113 -datadir | --datadir | --datadi | --datad | --data | --dat | --da)
114 ac_prev=datadir ;;
115 -datadir=* | --datadir=* | --datadi=* | --datad=* | --data=* | --dat=* \
116 | --da=*)
117 datadir="$ac_optarg" ;;
119 -disable-* | --disable-*)
120 ac_feature=`echo $ac_option|sed -e 's/-*disable-//'`
121 # Reject names that are not valid shell variable names.
122 if test -n "`echo $ac_feature| sed 's/[-a-zA-Z0-9_]//g'`"; then
123 { echo "configure: error: $ac_feature: invalid feature name" 1>&2; exit 1; }
125 ac_feature=`echo $ac_feature| sed 's/-/_/g'`
126 eval "enable_${ac_feature}=no" ;;
128 -enable-* | --enable-*)
129 ac_feature=`echo $ac_option|sed -e 's/-*enable-//' -e 's/=.*//'`
130 # Reject names that are not valid shell variable names.
131 if test -n "`echo $ac_feature| sed 's/[-_a-zA-Z0-9]//g'`"; then
132 { echo "configure: error: $ac_feature: invalid feature name" 1>&2; exit 1; }
134 ac_feature=`echo $ac_feature| sed 's/-/_/g'`
135 case "$ac_option" in
136 *=*) ;;
137 *) ac_optarg=yes ;;
138 esac
139 eval "enable_${ac_feature}='$ac_optarg'" ;;
141 -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
142 | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
143 | --exec | --exe | --ex)
144 ac_prev=exec_prefix ;;
145 -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
146 | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
147 | --exec=* | --exe=* | --ex=*)
148 exec_prefix="$ac_optarg" ;;
150 -gas | --gas | --ga | --g)
151 # Obsolete; use --with-gas.
152 with_gas=yes ;;
154 -help | --help | --hel | --he)
155 # Omit some internal or obsolete options to make the list less imposing.
156 # This message is too long to be a string in the A/UX 3.1 sh.
157 cat << EOF
158 Usage: configure [options] [host]
159 Options: [defaults in brackets after descriptions]
160 Configuration:
161 --cache-file=FILE cache test results in FILE
162 --help print this message
163 --no-create do not create output files
164 --quiet, --silent do not print \`checking...' messages
165 --version print the version of autoconf that created configure
166 Directory and file names:
167 --prefix=PREFIX install architecture-independent files in PREFIX
168 [$ac_default_prefix]
169 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
170 [same as prefix]
171 --bindir=DIR user executables in DIR [EPREFIX/bin]
172 --sbindir=DIR system admin executables in DIR [EPREFIX/sbin]
173 --libexecdir=DIR program executables in DIR [EPREFIX/libexec]
174 --datadir=DIR read-only architecture-independent data in DIR
175 [PREFIX/share]
176 --sysconfdir=DIR read-only single-machine data in DIR [PREFIX/etc]
177 --sharedstatedir=DIR modifiable architecture-independent data in DIR
178 [PREFIX/com]
179 --localstatedir=DIR modifiable single-machine data in DIR [PREFIX/var]
180 --libdir=DIR object code libraries in DIR [EPREFIX/lib]
181 --includedir=DIR C header files in DIR [PREFIX/include]
182 --oldincludedir=DIR C header files for non-gcc in DIR [/usr/include]
183 --infodir=DIR info documentation in DIR [PREFIX/info]
184 --mandir=DIR man documentation in DIR [PREFIX/man]
185 --srcdir=DIR find the sources in DIR [configure dir or ..]
186 --program-prefix=PREFIX prepend PREFIX to installed program names
187 --program-suffix=SUFFIX append SUFFIX to installed program names
188 --program-transform-name=PROGRAM
189 run sed PROGRAM on installed program names
191 cat << EOF
192 Host type:
193 --build=BUILD configure for building on BUILD [BUILD=HOST]
194 --host=HOST configure for HOST [guessed]
195 --target=TARGET configure for TARGET [TARGET=HOST]
196 Features and packages:
197 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
198 --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
199 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
200 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
201 --x-includes=DIR X include files are in DIR
202 --x-libraries=DIR X library files are in DIR
204 if test -n "$ac_help"; then
205 echo "--enable and --with options recognized:$ac_help"
207 exit 0 ;;
209 -host | --host | --hos | --ho)
210 ac_prev=host ;;
211 -host=* | --host=* | --hos=* | --ho=*)
212 host="$ac_optarg" ;;
214 -includedir | --includedir | --includedi | --included | --include \
215 | --includ | --inclu | --incl | --inc)
216 ac_prev=includedir ;;
217 -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
218 | --includ=* | --inclu=* | --incl=* | --inc=*)
219 includedir="$ac_optarg" ;;
221 -infodir | --infodir | --infodi | --infod | --info | --inf)
222 ac_prev=infodir ;;
223 -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
224 infodir="$ac_optarg" ;;
226 -libdir | --libdir | --libdi | --libd)
227 ac_prev=libdir ;;
228 -libdir=* | --libdir=* | --libdi=* | --libd=*)
229 libdir="$ac_optarg" ;;
231 -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
232 | --libexe | --libex | --libe)
233 ac_prev=libexecdir ;;
234 -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
235 | --libexe=* | --libex=* | --libe=*)
236 libexecdir="$ac_optarg" ;;
238 -localstatedir | --localstatedir | --localstatedi | --localstated \
239 | --localstate | --localstat | --localsta | --localst \
240 | --locals | --local | --loca | --loc | --lo)
241 ac_prev=localstatedir ;;
242 -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
243 | --localstate=* | --localstat=* | --localsta=* | --localst=* \
244 | --locals=* | --local=* | --loca=* | --loc=* | --lo=*)
245 localstatedir="$ac_optarg" ;;
247 -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
248 ac_prev=mandir ;;
249 -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
250 mandir="$ac_optarg" ;;
252 -nfp | --nfp | --nf)
253 # Obsolete; use --without-fp.
254 with_fp=no ;;
256 -no-create | --no-create | --no-creat | --no-crea | --no-cre \
257 | --no-cr | --no-c)
258 no_create=yes ;;
260 -no-recursion | --no-recursion | --no-recursio | --no-recursi \
261 | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
262 no_recursion=yes ;;
264 -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
265 | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
266 | --oldin | --oldi | --old | --ol | --o)
267 ac_prev=oldincludedir ;;
268 -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
269 | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
270 | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
271 oldincludedir="$ac_optarg" ;;
273 -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
274 ac_prev=prefix ;;
275 -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
276 prefix="$ac_optarg" ;;
278 -program-prefix | --program-prefix | --program-prefi | --program-pref \
279 | --program-pre | --program-pr | --program-p)
280 ac_prev=program_prefix ;;
281 -program-prefix=* | --program-prefix=* | --program-prefi=* \
282 | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
283 program_prefix="$ac_optarg" ;;
285 -program-suffix | --program-suffix | --program-suffi | --program-suff \
286 | --program-suf | --program-su | --program-s)
287 ac_prev=program_suffix ;;
288 -program-suffix=* | --program-suffix=* | --program-suffi=* \
289 | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
290 program_suffix="$ac_optarg" ;;
292 -program-transform-name | --program-transform-name \
293 | --program-transform-nam | --program-transform-na \
294 | --program-transform-n | --program-transform- \
295 | --program-transform | --program-transfor \
296 | --program-transfo | --program-transf \
297 | --program-trans | --program-tran \
298 | --progr-tra | --program-tr | --program-t)
299 ac_prev=program_transform_name ;;
300 -program-transform-name=* | --program-transform-name=* \
301 | --program-transform-nam=* | --program-transform-na=* \
302 | --program-transform-n=* | --program-transform-=* \
303 | --program-transform=* | --program-transfor=* \
304 | --program-transfo=* | --program-transf=* \
305 | --program-trans=* | --program-tran=* \
306 | --progr-tra=* | --program-tr=* | --program-t=*)
307 program_transform_name="$ac_optarg" ;;
309 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
310 | -silent | --silent | --silen | --sile | --sil)
311 silent=yes ;;
313 -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
314 ac_prev=sbindir ;;
315 -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
316 | --sbi=* | --sb=*)
317 sbindir="$ac_optarg" ;;
319 -sharedstatedir | --sharedstatedir | --sharedstatedi \
320 | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
321 | --sharedst | --shareds | --shared | --share | --shar \
322 | --sha | --sh)
323 ac_prev=sharedstatedir ;;
324 -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
325 | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
326 | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
327 | --sha=* | --sh=*)
328 sharedstatedir="$ac_optarg" ;;
330 -site | --site | --sit)
331 ac_prev=site ;;
332 -site=* | --site=* | --sit=*)
333 site="$ac_optarg" ;;
335 -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
336 ac_prev=srcdir ;;
337 -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
338 srcdir="$ac_optarg" ;;
340 -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
341 | --syscon | --sysco | --sysc | --sys | --sy)
342 ac_prev=sysconfdir ;;
343 -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
344 | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
345 sysconfdir="$ac_optarg" ;;
347 -target | --target | --targe | --targ | --tar | --ta | --t)
348 ac_prev=target ;;
349 -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
350 target="$ac_optarg" ;;
352 -v | -verbose | --verbose | --verbos | --verbo | --verb)
353 verbose=yes ;;
355 -version | --version | --versio | --versi | --vers)
356 echo "configure generated by autoconf version 2.13"
357 exit 0 ;;
359 -with-* | --with-*)
360 ac_package=`echo $ac_option|sed -e 's/-*with-//' -e 's/=.*//'`
361 # Reject names that are not valid shell variable names.
362 if test -n "`echo $ac_package| sed 's/[-_a-zA-Z0-9]//g'`"; then
363 { echo "configure: error: $ac_package: invalid package name" 1>&2; exit 1; }
365 ac_package=`echo $ac_package| sed 's/-/_/g'`
366 case "$ac_option" in
367 *=*) ;;
368 *) ac_optarg=yes ;;
369 esac
370 eval "with_${ac_package}='$ac_optarg'" ;;
372 -without-* | --without-*)
373 ac_package=`echo $ac_option|sed -e 's/-*without-//'`
374 # Reject names that are not valid shell variable names.
375 if test -n "`echo $ac_package| sed 's/[-a-zA-Z0-9_]//g'`"; then
376 { echo "configure: error: $ac_package: invalid package name" 1>&2; exit 1; }
378 ac_package=`echo $ac_package| sed 's/-/_/g'`
379 eval "with_${ac_package}=no" ;;
381 --x)
382 # Obsolete; use --with-x.
383 with_x=yes ;;
385 -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
386 | --x-incl | --x-inc | --x-in | --x-i)
387 ac_prev=x_includes ;;
388 -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
389 | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
390 x_includes="$ac_optarg" ;;
392 -x-libraries | --x-libraries | --x-librarie | --x-librari \
393 | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
394 ac_prev=x_libraries ;;
395 -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
396 | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
397 x_libraries="$ac_optarg" ;;
399 -*) { echo "configure: error: $ac_option: invalid option; use --help to show usage" 1>&2; exit 1; }
403 if test -n "`echo $ac_option| sed 's/[-a-z0-9.]//g'`"; then
404 echo "configure: warning: $ac_option: invalid host type" 1>&2
406 if test "x$nonopt" != xNONE; then
407 { echo "configure: error: can only configure for one host and one target at a time" 1>&2; exit 1; }
409 nonopt="$ac_option"
412 esac
413 done
415 if test -n "$ac_prev"; then
416 { echo "configure: error: missing argument to --`echo $ac_prev | sed 's/_/-/g'`" 1>&2; exit 1; }
419 trap 'rm -fr conftest* confdefs* core core.* *.core $ac_clean_files; exit 1' 1 2 15
421 # File descriptor usage:
422 # 0 standard input
423 # 1 file creation
424 # 2 errors and warnings
425 # 3 some systems may open it to /dev/tty
426 # 4 used on the Kubota Titan
427 # 6 checking for... messages and results
428 # 5 compiler messages saved in config.log
429 if test "$silent" = yes; then
430 exec 6>/dev/null
431 else
432 exec 6>&1
434 exec 5>./config.log
436 echo "\
437 This file contains any messages produced by compilers while
438 running configure, to aid debugging if configure makes a mistake.
439 " 1>&5
441 # Strip out --no-create and --no-recursion so they do not pile up.
442 # Also quote any args containing shell metacharacters.
443 ac_configure_args=
444 for ac_arg
446 case "$ac_arg" in
447 -no-create | --no-create | --no-creat | --no-crea | --no-cre \
448 | --no-cr | --no-c) ;;
449 -no-recursion | --no-recursion | --no-recursio | --no-recursi \
450 | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r) ;;
451 *" "*|*" "*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?]*)
452 ac_configure_args="$ac_configure_args '$ac_arg'" ;;
453 *) ac_configure_args="$ac_configure_args $ac_arg" ;;
454 esac
455 done
457 # NLS nuisances.
458 # Only set these to C if already set. These must not be set unconditionally
459 # because not all systems understand e.g. LANG=C (notably SCO).
460 # Fixing LC_MESSAGES prevents Solaris sh from translating var values in `set'!
461 # Non-C LC_CTYPE values break the ctype check.
462 if test "${LANG+set}" = set; then LANG=C; export LANG; fi
463 if test "${LC_ALL+set}" = set; then LC_ALL=C; export LC_ALL; fi
464 if test "${LC_MESSAGES+set}" = set; then LC_MESSAGES=C; export LC_MESSAGES; fi
465 if test "${LC_CTYPE+set}" = set; then LC_CTYPE=C; export LC_CTYPE; fi
467 # confdefs.h avoids OS command line length limits that DEFS can exceed.
468 rm -rf conftest* confdefs.h
469 # AIX cpp loses on an empty file, so make sure it contains at least a newline.
470 echo > confdefs.h
472 # A filename unique to this package, relative to the directory that
473 # configure is in, which we can look for to find out if srcdir is correct.
474 ac_unique_file=move-if-change
476 # Find the source files, if location was not specified.
477 if test -z "$srcdir"; then
478 ac_srcdir_defaulted=yes
479 # Try the directory containing this script, then its parent.
480 ac_prog=$0
481 ac_confdir=`echo $ac_prog|sed 's%/[^/][^/]*$%%'`
482 test "x$ac_confdir" = "x$ac_prog" && ac_confdir=.
483 srcdir=$ac_confdir
484 if test ! -r $srcdir/$ac_unique_file; then
485 srcdir=..
487 else
488 ac_srcdir_defaulted=no
490 if test ! -r $srcdir/$ac_unique_file; then
491 if test "$ac_srcdir_defaulted" = yes; then
492 { echo "configure: error: can not find sources in $ac_confdir or .." 1>&2; exit 1; }
493 else
494 { echo "configure: error: can not find sources in $srcdir" 1>&2; exit 1; }
497 srcdir=`echo "${srcdir}" | sed 's%\([^/]\)/*$%\1%'`
499 # Prefer explicitly selected file to automatically selected ones.
500 if test -z "$CONFIG_SITE"; then
501 if test "x$prefix" != xNONE; then
502 CONFIG_SITE="$prefix/share/config.site $prefix/etc/config.site"
503 else
504 CONFIG_SITE="$ac_default_prefix/share/config.site $ac_default_prefix/etc/config.site"
507 for ac_site_file in $CONFIG_SITE; do
508 if test -r "$ac_site_file"; then
509 echo "loading site script $ac_site_file"
510 . "$ac_site_file"
512 done
514 if test -r "$cache_file"; then
515 echo "loading cache $cache_file"
516 . $cache_file
517 else
518 echo "creating cache $cache_file"
519 > $cache_file
522 ac_ext=c
523 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
524 ac_cpp='$CPP $CPPFLAGS'
525 ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
526 ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
527 cross_compiling=$ac_cv_prog_cc_cross
529 ac_exeext=
530 ac_objext=o
531 if (echo "testing\c"; echo 1,2,3) | grep c >/dev/null; then
532 # Stardent Vistra SVR4 grep lacks -e, says ghazi@caip.rutgers.edu.
533 if (echo -n testing; echo 1,2,3) | sed s/-n/xn/ | grep xn >/dev/null; then
534 ac_n= ac_c='
535 ' ac_t=' '
536 else
537 ac_n=-n ac_c= ac_t=
539 else
540 ac_n= ac_c='\c' ac_t=
545 ac_aux_dir=
546 for ac_dir in $srcdir $srcdir/.. $srcdir/../..; do
547 if test -f $ac_dir/install-sh; then
548 ac_aux_dir=$ac_dir
549 ac_install_sh="$ac_aux_dir/install-sh -c"
550 break
551 elif test -f $ac_dir/install.sh; then
552 ac_aux_dir=$ac_dir
553 ac_install_sh="$ac_aux_dir/install.sh -c"
554 break
556 done
557 if test -z "$ac_aux_dir"; then
558 { echo "configure: error: can not find install-sh or install.sh in $srcdir $srcdir/.. $srcdir/../.." 1>&2; exit 1; }
560 ac_config_guess=$ac_aux_dir/config.guess
561 ac_config_sub=$ac_aux_dir/config.sub
562 ac_configure=$ac_aux_dir/configure # This should be Cygnus configure.
565 # Do some error checking and defaulting for the host and target type.
566 # The inputs are:
567 # configure --host=HOST --target=TARGET --build=BUILD NONOPT
569 # The rules are:
570 # 1. You are not allowed to specify --host, --target, and nonopt at the
571 # same time.
572 # 2. Host defaults to nonopt.
573 # 3. If nonopt is not specified, then host defaults to the current host,
574 # as determined by config.guess.
575 # 4. Target and build default to nonopt.
576 # 5. If nonopt is not specified, then target and build default to host.
578 # The aliases save the names the user supplied, while $host etc.
579 # will get canonicalized.
580 case $host---$target---$nonopt in
581 NONE---*---* | *---NONE---* | *---*---NONE) ;;
582 *) { echo "configure: error: can only configure for one host and one target at a time" 1>&2; exit 1; } ;;
583 esac
586 # Make sure we can run config.sub.
587 if ${CONFIG_SHELL-/bin/sh} $ac_config_sub sun4 >/dev/null 2>&1; then :
588 else { echo "configure: error: can not run $ac_config_sub" 1>&2; exit 1; }
591 echo $ac_n "checking host system type""... $ac_c" 1>&6
592 echo "configure:593: checking host system type" >&5
594 host_alias=$host
595 case "$host_alias" in
596 NONE)
597 case $nonopt in
598 NONE)
599 if host_alias=`${CONFIG_SHELL-/bin/sh} $ac_config_guess`; then :
600 else { echo "configure: error: can not guess host type; you must specify one" 1>&2; exit 1; }
601 fi ;;
602 *) host_alias=$nonopt ;;
603 esac ;;
604 esac
606 host=`${CONFIG_SHELL-/bin/sh} $ac_config_sub $host_alias`
607 host_cpu=`echo $host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
608 host_vendor=`echo $host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
609 host_os=`echo $host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
610 echo "$ac_t""$host" 1>&6
612 echo $ac_n "checking target system type""... $ac_c" 1>&6
613 echo "configure:614: checking target system type" >&5
615 target_alias=$target
616 case "$target_alias" in
617 NONE)
618 case $nonopt in
619 NONE) target_alias=$host_alias ;;
620 *) target_alias=$nonopt ;;
621 esac ;;
622 esac
624 target=`${CONFIG_SHELL-/bin/sh} $ac_config_sub $target_alias`
625 target_cpu=`echo $target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
626 target_vendor=`echo $target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
627 target_os=`echo $target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
628 echo "$ac_t""$target" 1>&6
630 echo $ac_n "checking build system type""... $ac_c" 1>&6
631 echo "configure:632: checking build system type" >&5
633 build_alias=$build
634 case "$build_alias" in
635 NONE)
636 case $nonopt in
637 NONE) build_alias=$host_alias ;;
638 *) build_alias=$nonopt ;;
639 esac ;;
640 esac
642 build=`${CONFIG_SHELL-/bin/sh} $ac_config_sub $build_alias`
643 build_cpu=`echo $build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
644 build_vendor=`echo $build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
645 build_os=`echo $build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
646 echo "$ac_t""$build" 1>&6
648 test "$host_alias" != "$target_alias" &&
649 test "$program_prefix$program_suffix$program_transform_name" = \
650 NONENONEs,x,x, &&
651 program_prefix=${target_alias}-
653 if test "$program_transform_name" = s,x,x,; then
654 program_transform_name=
655 else
656 # Double any \ or $. echo might interpret backslashes.
657 cat <<\EOF_SED > conftestsed
658 s,\\,\\\\,g; s,\$,$$,g
659 EOF_SED
660 program_transform_name="`echo $program_transform_name|sed -f conftestsed`"
661 rm -f conftestsed
663 test "$program_prefix" != NONE &&
664 program_transform_name="s,^,${program_prefix},; $program_transform_name"
665 # Use a double $ so make ignores it.
666 test "$program_suffix" != NONE &&
667 program_transform_name="s,\$\$,${program_suffix},; $program_transform_name"
669 # sed with no file args requires a program.
670 test "$program_transform_name" = "" && program_transform_name="s,x,x,"
673 # Get 'install' or 'install-sh' and its variants.
674 # Find a good install program. We prefer a C program (faster),
675 # so one script is as good as another. But avoid the broken or
676 # incompatible versions:
677 # SysV /etc/install, /usr/sbin/install
678 # SunOS /usr/etc/install
679 # IRIX /sbin/install
680 # AIX /bin/install
681 # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
682 # AFS /usr/afsws/bin/install, which mishandles nonexistent args
683 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
684 # ./install, which can be erroneously created by make from ./install.sh.
685 echo $ac_n "checking for a BSD compatible install""... $ac_c" 1>&6
686 echo "configure:687: checking for a BSD compatible install" >&5
687 if test -z "$INSTALL"; then
688 if eval "test \"`echo '$''{'ac_cv_path_install'+set}'`\" = set"; then
689 echo $ac_n "(cached) $ac_c" 1>&6
690 else
691 IFS="${IFS= }"; ac_save_IFS="$IFS"; IFS=":"
692 for ac_dir in $PATH; do
693 # Account for people who put trailing slashes in PATH elements.
694 case "$ac_dir/" in
695 /|./|.//|/etc/*|/usr/sbin/*|/usr/etc/*|/sbin/*|/usr/afsws/bin/*|/usr/ucb/*) ;;
697 # OSF1 and SCO ODT 3.0 have their own names for install.
698 # Don't use installbsd from OSF since it installs stuff as root
699 # by default.
700 for ac_prog in ginstall scoinst install; do
701 if test -f $ac_dir/$ac_prog; then
702 if test $ac_prog = install &&
703 grep dspmsg $ac_dir/$ac_prog >/dev/null 2>&1; then
704 # AIX install. It has an incompatible calling convention.
706 else
707 ac_cv_path_install="$ac_dir/$ac_prog -c"
708 break 2
711 done
713 esac
714 done
715 IFS="$ac_save_IFS"
718 if test "${ac_cv_path_install+set}" = set; then
719 INSTALL="$ac_cv_path_install"
720 else
721 # As a last resort, use the slow shell script. We don't cache a
722 # path for INSTALL within a source directory, because that will
723 # break other packages using the cache if that directory is
724 # removed, or if the path is relative.
725 INSTALL="$ac_install_sh"
728 echo "$ac_t""$INSTALL" 1>&6
730 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
731 # It thinks the first close brace ends the variable substitution.
732 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
734 test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL_PROGRAM}'
736 test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
738 echo $ac_n "checking whether ln works""... $ac_c" 1>&6
739 echo "configure:740: checking whether ln works" >&5
740 if eval "test \"`echo '$''{'acx_cv_prog_LN'+set}'`\" = set"; then
741 echo $ac_n "(cached) $ac_c" 1>&6
742 else
743 rm -f conftestdata_t
744 echo >conftestdata_f
745 if ln conftestdata_f conftestdata_t 2>/dev/null
746 then
747 acx_cv_prog_LN=ln
748 else
749 acx_cv_prog_LN=no
751 rm -f conftestdata_f conftestdata_t
754 if test $acx_cv_prog_LN = no; then
755 LN="cp"
756 echo "$ac_t""no, using $LN" 1>&6
757 else
758 LN="$acx_cv_prog_LN"
759 echo "$ac_t""yes" 1>&6
762 echo $ac_n "checking whether ln -s works""... $ac_c" 1>&6
763 echo "configure:764: checking whether ln -s works" >&5
764 if eval "test \"`echo '$''{'ac_cv_prog_LN_S'+set}'`\" = set"; then
765 echo $ac_n "(cached) $ac_c" 1>&6
766 else
767 rm -f conftestdata
768 if ln -s X conftestdata 2>/dev/null
769 then
770 rm -f conftestdata
771 ac_cv_prog_LN_S="ln -s"
772 else
773 ac_cv_prog_LN_S=ln
776 LN_S="$ac_cv_prog_LN_S"
777 if test "$ac_cv_prog_LN_S" = "ln -s"; then
778 echo "$ac_t""yes" 1>&6
779 else
780 echo "$ac_t""no" 1>&6
784 ### we might need to use some other shell than /bin/sh for running subshells
785 ### If we are on Windows, search for the shell. This will permit people
786 ### to not have /bin/sh, but to be able to see /SOME/PATH/sh configure
787 ### without also having to set CONFIG_SHELL. This code will work when
788 ### using bash, which sets OSTYPE.
789 case "${OSTYPE}" in
790 *win32*)
791 if test x${CONFIG_SHELL} = x ; then
792 if test ! -f /bin/sh ; then
793 if test x${SHELL} != x && test -f ${SHELL} ; then
794 CONFIG_SHELL=${SHELL}
795 export CONFIG_SHELL
796 else
797 for prog in sh sh.exe bash bash.exe; do
798 IFS="${IFS= }"; save_ifs="$IFS"; IFS="${IFS}:"
799 for dir in $PATH; do
800 test -z "$dir" && dir=.
801 if test -f $dir/$prog; then
802 CONFIG_SHELL=$dir/$prog
803 export CONFIG_SHELL
804 break
806 done
807 IFS="$save_ifs"
808 test -n "${CONFIG_SHELL}" && break
809 done
814 esac
816 config_shell=${CONFIG_SHELL-/bin/sh}
818 progname=$0
819 # if PWD already has a value, it is probably wrong.
820 if test -n "$PWD" ; then PWD=`${PWDCMD-pwd}`; fi
822 # Export original configure arguments for use by sub-configures. These
823 # will be expanded by make, so quote '$'.
824 tmp="$progname $@"
825 sed -e 's,\$,$$,g' <<EOF_SED > conftestsed.out
826 $tmp
827 EOF_SED
828 TOPLEVEL_CONFIGURE_ARGUMENTS=`cat conftestsed.out`
829 rm -f conftestsed.out
832 moveifchange=${srcdir}/move-if-change
834 # Set srcdir to "." if that's what it is.
835 # This is important for multilib support.
836 pwd=`${PWDCMD-pwd}`
837 srcpwd=`cd ${srcdir} ; ${PWDCMD-pwd}`
838 if test "${pwd}" = "${srcpwd}" ; then
839 srcdir=.
842 topsrcdir=$srcpwd
844 extra_host_args=
845 # Define the trigger file to make sure configure will re-run whenever
846 # the gcc version number changes.
847 if test "${with_gcc_version_trigger+set}" = set ; then
848 gcc_version_trigger="$with_gcc_version_trigger"
849 gcc_version=`grep version_string ${with_gcc_version_trigger} | sed -e 's/.*\"\([^ \"]*\)[ \"].*/\1/'`
850 else
851 # If gcc's sources are available, define the trigger file.
852 if test -f ${topsrcdir}/gcc/version.c ; then
853 gcc_version_trigger=${topsrcdir}/gcc/version.c
854 gcc_version=`grep version_string ${gcc_version_trigger} | sed -e 's/.*\"\([^ \"]*\)[ \"].*/\1/'`
855 case "$ac_configure_args" in
856 *--with-gcc-version-trigger=$gcc_version_trigger* )
859 # Add to all subconfigure arguments: build, host, and target.
860 ac_configure_args="$ac_configure_args --with-gcc-version-trigger=$gcc_version_trigger"
862 esac
866 ### To add a new directory to the tree, first choose whether it is a target
867 ### or a host dependent tool. Then put it into the appropriate list
868 ### (library or tools, host or target), doing a dependency sort.
870 # Subdirs will be configured in the order listed in build_configdirs,
871 # configdirs, or target_configdirs; see the serialization section below.
873 # Dependency sorting is only needed when *configuration* must be done in
874 # a particular order. In all cases a dependency should be specified in
875 # the Makefile, whether or not it's implicitly specified here.
877 # Double entries in build_configdirs, configdirs, or target_configdirs may
878 # cause circular dependencies and break everything horribly.
880 # these library is used by various programs built for the build
881 # environment
883 build_libs="build-libiberty"
885 # these tools are built for the build environment
886 build_tools="build-texinfo build-byacc build-flex build-bison build-m4"
888 # these libraries are used by various programs built for the host environment
890 host_libs="intl mmalloc libiberty opcodes bfd readline tcl tk itcl tix libgui zlib libbanshee libcpp"
892 # these tools are built for the host environment
893 # Note, the powerpc-eabi build depends on sim occurring before gdb in order to
894 # know that we are building the simulator.
895 # binutils, gas and ld appear in that order because it makes sense to run
896 # "make check" in that particular order.
897 host_tools="texinfo byacc flex bison binutils gas ld 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"
899 # libgcj represents the runtime libraries only used by gcj.
900 libgcj="target-libffi \
901 target-boehm-gc \
902 target-zlib \
903 target-qthreads \
904 target-libjava"
906 # these libraries are built for the target environment, and are built after
907 # the host libraries and the host tools (which may be a cross compiler)
909 target_libraries="target-libiberty \
910 target-libgloss \
911 target-newlib \
912 target-libstdc++-v3 \
913 target-libmudflap \
914 target-libgfortran \
915 ${libgcj} \
916 target-libobjc \
917 target-libada"
919 # these tools are built using the target libraries, and are intended to
920 # run only in the target environment
922 # note: any program that *uses* libraries that are in the "target_libraries"
923 # list belongs in this list. those programs are also very likely
924 # candidates for the "native_only" list which follows
926 target_tools="target-examples target-groff target-gperf target-rda"
928 ################################################################################
930 ## All tools belong in one of the four categories, and are assigned above
931 ## We assign ${configdirs} this way to remove all embedded newlines. This
932 ## is important because configure will choke if they ever get through.
933 ## ${configdirs} is directories we build using the host tools.
934 ## ${target_configdirs} is directories we build using the target tools.
935 configdirs=`echo ${host_libs} ${host_tools}`
936 target_configdirs=`echo ${target_libraries} ${target_tools}`
938 # Only make build modules if build != host.
939 if test ${host_alias} != ${build_alias} ; then
940 build_configdirs=`echo ${build_libs} ${build_tools}`
943 ################################################################################
945 srcname="gnu development package"
947 # This gets set non-empty for some net releases of packages.
948 appdirs=""
950 # Define is_cross_compiler to save on calls to 'test'.
951 is_cross_compiler=
952 if test x"${host}" = x"${target}" ; then
953 is_cross_compiler=no
954 else
955 is_cross_compiler=yes
958 # Find the build and target subdir names.
959 case ${build_alias} in
960 "") build_noncanonical=${build} ;;
961 *) build_noncanonical=${build_alias} ;;
962 esac
964 case ${host_alias} in
965 "") host_noncanonical=${build_noncanonical} ;;
966 *) host_noncanonical=${host_alias} ;;
967 esac
969 case ${target_alias} in
970 "") target_noncanonical=${host_noncanonical} ;;
971 *) target_noncanonical=${target_alias} ;;
972 esac
974 # Prefix 'build-' so this never conflicts with target_subdir.
975 build_subdir="build-${build_noncanonical}"
976 # Not really a subdirectory, but here for completeness.
977 host_subdir=.
978 # No prefix.
979 target_subdir=${target_noncanonical}
982 # Skipdirs are removed silently.
983 skipdirs=
984 # Noconfigdirs are removed loudly.
985 noconfigdirs=""
987 use_gnu_ld=
988 # Make sure we don't let GNU ld be added if we didn't want it.
989 if test x$with_gnu_ld = xno ; then
990 use_gnu_ld=no
991 noconfigdirs="$noconfigdirs ld"
994 use_gnu_as=
995 # Make sure we don't let GNU as be added if we didn't want it.
996 if test x$with_gnu_as = xno ; then
997 use_gnu_as=no
998 noconfigdirs="$noconfigdirs gas"
1001 # some tools are so dependent upon X11 that if we're not building with X,
1002 # it's not even worth trying to configure, much less build, that tool.
1004 case ${with_x} in
1005 yes | "") ;; # the default value for this tree is that X11 is available
1007 skipdirs="${skipdirs} tk tix itcl libgui"
1008 # We won't be able to build gdbtk without X.
1009 enable_gdbtk=no
1011 *) echo "*** bad value \"${with_x}\" for -with-x flag; ignored" 1>&2 ;;
1012 esac
1014 # Some tools are only suitable for building in a "native" situation.
1015 # Remove these if host!=target.
1016 native_only="autoconf automake libtool fileutils find gawk gettext gzip hello indent m4 rcs recode sed shellutils tar textutils uudecode wdiff gprof target-groff guile perl time ash bash bzip2 prms gnuserv target-gperf"
1018 # Similarly, some are only suitable for cross toolchains.
1019 # Remove these if host=target.
1020 cross_only="target-libgloss target-newlib target-opcodes"
1022 case $is_cross_compiler in
1023 no) skipdirs="${skipdirs} ${cross_only}" ;;
1024 yes) skipdirs="${skipdirs} ${native_only}" ;;
1025 esac
1027 # If both --with-headers and --with-libs are specified, default to
1028 # --without-newlib.
1029 if test x"${with_headers}" != x && test x"${with_headers} != xno \
1030 && test x"${with_libs}" != x && test x"${with_libs} != xno ; then
1031 if test x"${with_newlib}" = x ; then
1032 with_newlib=no
1036 # Recognize --with-newlib/--without-newlib.
1037 case ${with_newlib} in
1038 no) skipdirs="${skipdirs} target-newlib" ;;
1039 yes) skipdirs=`echo " ${skipdirs} " | sed -e 's/ target-newlib / /'` ;;
1040 esac
1042 # Configure extra directories which are host specific
1044 case "${host}" in
1045 *-cygwin*)
1046 configdirs="$configdirs libtermcap" ;;
1047 esac
1049 # Remove more programs from consideration, based on the host or
1050 # target this usually means that a port of the program doesn't
1051 # exist yet.
1053 case "${host}" in
1054 hppa*64*-*-*)
1055 noconfigdirs="$noconfigdirs byacc"
1057 i[3456789]86-*-vsta)
1058 noconfigdirs="$noconfigdirs tcl expect dejagnu make texinfo bison patch flex byacc send-pr gprof uudecode dejagnu diff guile perl itcl tix gnuserv gettext"
1060 i[3456789]86-*-go32* | i[3456789]86-*-msdosdjgpp*)
1061 noconfigdirs="$noconfigdirs tcl tk expect dejagnu send-pr uudecode guile itcl tix gnuserv libffi"
1063 i[3456789]86-*-mingw32*)
1064 # noconfigdirs="tcl tk expect dejagnu make texinfo bison patch flex byacc send-pr uudecode dejagnu diff guile perl itcl tix gnuserv"
1065 noconfigdirs="$noconfigdirs expect dejagnu autoconf automake send-pr rcs guile perl texinfo libtool"
1067 i[3456789]86-*-beos*)
1068 noconfigdirs="$noconfigdirs tk itcl tix libgui gdb"
1070 *-*-cygwin*)
1071 noconfigdirs="$noconfigdirs autoconf automake send-pr rcs guile perl"
1073 *-*-netbsd*)
1074 noconfigdirs="$noconfigdirs rcs"
1076 ppc*-*-pe)
1077 noconfigdirs="$noconfigdirs patch diff make tk tcl expect dejagnu autoconf automake texinfo bison send-pr gprof rcs guile perl itcl tix gnuserv"
1079 powerpc-*-beos*)
1080 noconfigdirs="$noconfigdirs tk itcl tix libgui gdb dejagnu readline"
1082 *-*-darwin*)
1083 noconfigdirs="$noconfigdirs tk itcl tix libgui"
1085 esac
1087 # Check whether --with-libbanshee or --without-libbanshee was given.
1088 if test "${with_libbanshee+set}" = set; then
1089 withval="$with_libbanshee"
1093 case ${with_libbanshee} in
1095 noconfigdirs="$noconfigdirs libbanshee" ;;
1096 yes|"")
1097 with_libbanshee=yes
1100 { echo "configure: error: --with-libbanshee can only be empty, "yes" or "no" (empty defaults to "yes"." 1>&2; exit 1; }
1101 esac
1103 # Check whether --enable-libada or --disable-libada was given.
1104 if test "${enable_libada+set}" = set; then
1105 enableval="$enable_libada"
1106 ENABLE_LIBADA=$enableval
1107 else
1108 ENABLE_LIBADA=yes
1111 if test "${ENABLE_LIBADA}" != "yes" ; then
1112 noconfigdirs="$noconfigdirs target-libada"
1115 # Save it here so that, even in case of --enable-libgcj, if the Java
1116 # front-end isn't enabled, we still get libgcj disabled.
1117 libgcj_saved=$libgcj
1118 case $enable_libgcj in
1119 yes)
1120 # If we reset it here, it won't get added to noconfigdirs in the
1121 # target-specific build rules, so it will be forcibly enabled
1122 # (unless the Java language itself isn't enabled).
1123 libgcj=
1126 # Make sure we get it printed in the list of not supported target libs.
1127 noconfigdirs="$noconfigdirs ${libgcj}"
1129 esac
1132 # Allow --disable-libmudflap to exclude target-libmudflap
1133 case $enable_libmudflap in
1134 yes | "")
1135 # By default it's enabled
1138 noconfigdirs="$noconfigdirs target-libmudflap"
1140 esac
1143 case "${target}" in
1144 *-*-chorusos)
1145 noconfigdirs="$noconfigdirs target-newlib target-libgloss ${libgcj}"
1147 powerpc-*-darwin*)
1148 noconfigdirs="$noconfigdirs bfd binutils ld gas opcodes gdb gprof"
1149 noconfigdirs="$noconfigdirs target-libobjc"
1151 *-*-darwin*)
1152 noconfigdirs="$noconfigdirs bfd binutils ld gas opcodes gdb gprof"
1153 noconfigdirs="$noconfigdirs target-libobjc ${libgcj}"
1155 *-*-freebsd[12] | *-*-freebsd[12].* | *-*-freebsd*aout*)
1156 noconfigdirs="$noconfigdirs target-newlib target-libgloss ${libgcj}"
1158 *-*-freebsd* | *-*-kfreebsd*-gnu)
1159 noconfigdirs="$noconfigdirs target-newlib target-libgloss"
1160 if test "x$with_gmp" = x && test "x$with_gmp_dir" = x \
1161 && test -f /usr/local/include/gmp.h; then
1162 with_gmp=/usr/local
1165 # Skip some stuff that's unsupported on some FreeBSD configurations.
1166 case "${target}" in
1167 i*86-*-*) ;;
1168 alpha*-*-*) ;;
1170 noconfigdirs="$noconfigdirs ${libgcj}"
1172 esac
1174 *-*-kaos*)
1175 # Remove unsupported stuff on all kaOS configurations.
1176 skipdirs="target-libiberty ${libgcj} target-libstdc++-v3 target-librx"
1177 skipdirs="$skipdirs target-libobjc target-examples target-groff target-gperf"
1178 skipdirs="$skipdirs zlib fastjar target-libjava target-boehm-gc target-zlib"
1179 noconfigdirs="$noconfigdirs target-libgloss"
1181 *-*-netbsd*)
1182 # Skip some stuff on all NetBSD configurations.
1183 noconfigdirs="$noconfigdirs target-newlib target-libiberty target-libgloss"
1185 # Skip some stuff that's unsupported on some NetBSD configurations.
1186 case "${target}" in
1187 i*86-*-netbsdelf*) ;;
1188 arm*-*-netbsdelf*) ;;
1190 noconfigdirs="$noconfigdirs ${libgcj}"
1192 esac
1194 *-*-netware)
1195 noconfigdirs="$noconfigdirs target-libstdc++-v3 target-newlib target-libiberty target-libgloss ${libgcj}"
1197 *-*-rtems*)
1198 noconfigdirs="$noconfigdirs target-libgloss ${libgcj}"
1200 *-*-uclinux*)
1201 noconfigdirs="$noconfigdirs target-newlib target-libgloss target-rda ${libgcj}"
1203 *-*-vxworks*)
1204 noconfigdirs="$noconfigdirs target-newlib target-libgloss target-libiberty ${libgcj}"
1206 alpha*-dec-osf*)
1207 # ld works, but does not support shared libraries.
1208 # newlib is not 64 bit ready. I'm not sure about fileutils.
1209 # gas doesn't generate exception information.
1210 noconfigdirs="$noconfigdirs gas ld fileutils target-newlib target-libgloss"
1212 alpha*-*-*vms*)
1213 noconfigdirs="$noconfigdirs gdb ld target-newlib target-libgloss ${libgcj}"
1215 alpha*-*-linux*)
1216 # newlib is not 64 bit ready
1217 noconfigdirs="$noconfigdirs target-newlib target-libgloss"
1219 alpha*-*-*)
1220 # newlib is not 64 bit ready
1221 noconfigdirs="$noconfigdirs target-newlib target-libgloss ${libgcj}"
1223 am33_2.0-*-linux*)
1224 noconfigdirs="$noconfigdirs ${libgcj} target-newlib target-libgloss"
1226 sh-*-linux*)
1227 noconfigdirs="$noconfigdirs ${libgcj} target-newlib target-libgloss"
1229 sh*-*-pe|mips*-*-pe|*arm-wince-pe)
1230 noconfigdirs="$noconfigdirs ${libgcj}"
1231 noconfigdirs="$noconfigdirs target-examples"
1232 noconfigdirs="$noconfigdirs target-libiberty texinfo send-pr"
1233 noconfigdirs="$noconfigdirs tcl tix tk itcl libgui sim"
1234 noconfigdirs="$noconfigdirs expect dejagnu"
1235 # the C++ libraries don't build on top of CE's C libraries
1236 noconfigdirs="$noconfigdirs target-libstdc++-v3"
1237 noconfigdirs="$noconfigdirs target-newlib"
1238 case "${host}" in
1239 *-*-cygwin*) ;; # keep gdb and readline
1240 *) noconfigdirs="$noconfigdirs gdb readline"
1242 esac
1244 arc-*-*)
1245 noconfigdirs="$noconfigdirs target-libgloss ${libgcj}"
1247 arm-*-coff | strongarm-*-coff | xscale-*-coff)
1248 noconfigdirs="$noconfigdirs ${libgcj}"
1250 arm-*-elf* | strongarm-*-elf* | xscale-*-elf*)
1251 noconfigdirs="$noconfigdirs target-libffi target-qthreads"
1253 arm-*-pe*)
1254 noconfigdirs="$noconfigdirs target-libgloss ${libgcj}"
1256 arm-*-oabi*)
1257 noconfigdirs="$noconfigdirs target-libgloss ${libgcj}"
1259 thumb-*-coff)
1260 noconfigdirs="$noconfigdirs target-libgloss ${libgcj}"
1262 thumb-*-elf)
1263 noconfigdirs="$noconfigdirs target-libgloss ${libgcj}"
1265 thumb-*-oabi)
1266 noconfigdirs="$noconfigdirs target-libgloss ${libgcj}"
1268 thumb-*-pe)
1269 noconfigdirs="$noconfigdirs target-libgloss ${libgcj}"
1271 arm-*-riscix*)
1272 noconfigdirs="$noconfigdirs ld target-libgloss ${libgcj}"
1274 avr-*-*)
1275 noconfigdirs="$noconfigdirs target-libiberty target-libstdc++-v3 ${libgcj}"
1277 c4x-*-* | tic4x-*-*)
1278 noconfigdirs="$noconfigdirs target-libstdc++-v3 target-libgloss ${libgcj}"
1280 c54x*-*-* | tic54x-*-*)
1281 noconfigdirs="$noconfigdirs target-libstdc++-v3 target-libgloss ${libgcj} gcc gdb newlib"
1283 cris-*-*)
1284 noconfigdirs="$noconfigdirs ${libgcj} target-newlib target-libgloss"
1286 d10v-*-*)
1287 noconfigdirs="$noconfigdirs target-libstdc++-v3 target-libgloss ${libgcj}"
1289 d30v-*-*)
1290 noconfigdirs="$noconfigdirs ${libgcj} gdb"
1292 fr30-*-elf*)
1293 noconfigdirs="$noconfigdirs ${libgcj} gdb"
1295 frv-*-*)
1296 noconfigdirs="$noconfigdirs ${libgcj}"
1298 h8300*-*-*)
1299 noconfigdirs="$noconfigdirs target-libgloss ${libgcj}"
1301 h8500-*-*)
1302 noconfigdirs="$noconfigdirs target-libstdc++-v3 target-libgloss ${libgcj}"
1304 hppa*64*-*-linux* | parisc*64*-*-linux*)
1305 # In this case, it's because the hppa64-linux target is for
1306 # the kernel only at this point and has no libc, and thus no
1307 # headers, crt*.o, etc., all of which are needed by these.
1308 noconfigdirs="$noconfigdirs target-zlib"
1310 hppa*-*-*elf* | \
1311 parisc*-*-linux* | hppa*-*-linux* | \
1312 hppa*-*-lites* | \
1313 hppa*-*-openbsd* | \
1314 hppa*64*-*-*)
1315 noconfigdirs="$noconfigdirs ${libgcj}"
1316 # Do configure ld/binutils/gas for this case.
1318 hppa*-*-*)
1319 # According to Alexandre Oliva <aoliva@redhat.com>, libjava won't
1320 # build on HP-UX 10.20.
1321 noconfigdirs="$noconfigdirs ld shellutils ${libgcj}"
1323 i960-*-*)
1324 noconfigdirs="$noconfigdirs ${libgcj} gdb"
1326 ia64*-*-elf*)
1327 # No gdb support yet.
1328 noconfigdirs="$noconfigdirs tix readline mmalloc libgui itcl gdb"
1330 ia64*-**-hpux*)
1331 # No gdb or ld support yet.
1332 noconfigdirs="$noconfigdirs ${libgcj} tix readline mmalloc libgui itcl gdb ld"
1334 i[3456789]86-*-coff | i[3456789]86-*-elf)
1335 noconfigdirs="$noconfigdirs ${libgcj}"
1337 i[3456789]86-*-linux*)
1338 # The GCC port for glibc1 has no MD_FALLBACK_FRAME_STATE_FOR, so let's
1339 # not build java stuff by default.
1340 case "${target}" in
1341 *-*-*libc1*)
1342 noconfigdirs="$noconfigdirs ${libgcj}";;
1343 esac
1345 # This section makes it possible to build newlib natively on linux.
1346 # If we are using a cross compiler then don't configure newlib.
1347 if test x${is_cross_compiler} != xno ; then
1348 noconfigdirs="$noconfigdirs target-newlib"
1350 noconfigdirs="$noconfigdirs target-libgloss"
1351 # If we are not using a cross compiler, do configure newlib.
1352 # Note however, that newlib will only be configured in this situation
1353 # if the --with-newlib option has been given, because otherwise
1354 # 'target-newlib' will appear in skipdirs.
1356 i[3456789]86-*-mingw32*)
1357 target_configdirs="$target_configdirs target-mingw"
1358 noconfigdirs="$noconfigdirs expect target-libgloss ${libgcj}"
1360 # Can't build gdb for mingw32 if not native.
1361 case "${host}" in
1362 i[3456789]86-*-mingw32) ;; # keep gdb tcl tk expect etc.
1363 *) noconfigdirs="$noconfigdirs gdb tcl tk expect itcl tix gnuserv"
1365 esac
1367 *-*-cygwin*)
1368 target_configdirs="$target_configdirs target-libtermcap target-winsup"
1369 noconfigdirs="$noconfigdirs target-gperf target-libgloss ${libgcj}"
1370 # always build newlib if winsup directory is present.
1371 if test -d "$srcdir/winsup"
1372 then
1373 skipdirs=`echo " ${skipdirs} " | sed -e 's/ target-newlib / /'`
1374 else
1375 echo "Warning: winsup is missing so newlib can't be built."
1378 # Can't build gdb for Cygwin if not native.
1379 case "${host}" in
1380 *-*-cygwin*) ;; # keep gdb tcl tk expect etc.
1381 *) noconfigdirs="$noconfigdirs gdb tcl tk expect itcl tix libgui gnuserv"
1383 esac
1385 i[3456789]86-*-pe)
1386 noconfigdirs="$noconfigdirs target-libstdc++-v3 target-libgloss ${libgcj}"
1388 i[3456789]86-*-sco3.2v5*)
1389 # The linker does not yet know about weak symbols in COFF,
1390 # and is not configured to handle mixed ELF and COFF.
1391 noconfigdirs="$noconfigdirs ld target-libgloss ${libgcj}"
1393 i[3456789]86-*-sco*)
1394 noconfigdirs="$noconfigdirs gprof target-libgloss ${libgcj}"
1396 i[3456789]86-*-solaris2*)
1397 noconfigdirs="$noconfigdirs target-libgloss"
1399 i[3456789]86-*-sysv4*)
1400 noconfigdirs="$noconfigdirs target-libgloss ${libgcj}"
1402 i[3456789]86-*-beos*)
1403 noconfigdirs="$noconfigdirs gdb target-newlib target-libgloss ${libgcj}"
1405 m32r-*-*)
1406 noconfigdirs="$noconfigdirs ${libgcj}"
1408 m68hc11-*-*|m6811-*-*|m68hc12-*-*|m6812-*-*)
1409 noconfigdirs="$noconfigdirs target-libiberty target-libstdc++-v3 ${libgcj}"
1411 m68k-*-elf*)
1412 noconfigdirs="$noconfigdirs ${libgcj}"
1414 m68k-*-coff*)
1415 noconfigdirs="$noconfigdirs ${libgcj}"
1417 mcore-*-pe*)
1418 # The EPOC C++ environment does not support exceptions or rtti,
1419 # and so building libstdc++-v3 tends not to always work.
1420 noconfigdirs="$noconfigdirs target-libstdc++-v3"
1422 mmix-*-*)
1423 noconfigdirs="$noconfigdirs ${libgcj} gdb libgloss"
1425 mn10200-*-*)
1426 noconfigdirs="$noconfigdirs ${libgcj}"
1428 mn10300-*-*)
1429 noconfigdirs="$noconfigdirs ${libgcj}"
1431 powerpc-*-aix*)
1432 # copied from rs6000-*-* entry
1433 noconfigdirs="$noconfigdirs gprof target-libgloss ${libgcj}"
1435 powerpc*-*-winnt* | powerpc*-*-pe* | ppc*-*-pe)
1436 target_configdirs="$target_configdirs target-winsup"
1437 noconfigdirs="$noconfigdirs gdb tcl tk make expect target-libgloss itcl tix gnuserv ${libgcj}"
1438 # always build newlib.
1439 skipdirs=`echo " ${skipdirs} " | sed -e 's/ target-newlib / /'`
1441 # This is temporary until we can link against shared libraries
1442 powerpcle-*-solaris*)
1443 noconfigdirs="$noconfigdirs gdb sim make tcl tk expect itcl tix gnuserv ${libgcj}"
1445 powerpc-*-beos*)
1446 noconfigdirs="$noconfigdirs gdb target-newlib target-libgloss ${libgcj}"
1448 powerpc-*-eabi)
1449 noconfigdirs="$noconfigdirs ${libgcj}"
1451 rs6000-*-lynxos*)
1452 noconfigdirs="$noconfigdirs target-newlib gprof ${libgcj}"
1454 rs6000-*-aix*)
1455 noconfigdirs="$noconfigdirs gprof target-libgloss ${libgcj}"
1457 rs6000-*-*)
1458 noconfigdirs="$noconfigdirs gprof ${libgcj}"
1460 m68k-apollo-*)
1461 noconfigdirs="$noconfigdirs ld binutils gprof target-libgloss ${libgcj}"
1463 mips*-*-irix5*)
1464 noconfigdirs="$noconfigdirs gprof target-libgloss ${libgcj}"
1466 mips*-*-irix6*)
1467 # Linking libjava exceeds command-line length limits on at least
1468 # IRIX 6.2, but not on IRIX 6.5.
1469 # Also, boehm-gc won't build on IRIX 6.5, according to Jeffrey Oldham
1470 # <oldham@codesourcery.com>
1471 noconfigdirs="$noconfigdirs gprof target-libgloss ${libgcj}"
1473 mips*-dec-bsd*)
1474 noconfigdirs="$noconfigdirs gprof target-libgloss ${libgcj}"
1476 mips*-*-bsd*)
1477 noconfigdirs="$noconfigdirs gprof target-libgloss ${libgcj}"
1479 mipstx39-*-*)
1480 noconfigdirs="$noconfigdirs gprof ${libgcj}" # same as generic mips
1482 mips64*-*-linux*)
1483 noconfigdirs="$noconfigdirs target-newlib ${libgcj}"
1485 mips*-*-linux*)
1486 noconfigdirs="$noconfigdirs target-newlib target-libgloss"
1488 mips*-*-*)
1489 noconfigdirs="$noconfigdirs gprof ${libgcj}"
1491 romp-*-*)
1492 noconfigdirs="$noconfigdirs bfd binutils ld gas opcodes target-libgloss ${libgcj}"
1494 sh-*-*)
1495 case "${host}" in
1496 i[3456789]86-*-vsta) ;; # don't add gprof back in
1497 i[3456789]86-*-go32*) ;; # don't add gprof back in
1498 i[3456789]86-*-msdosdjgpp*) ;; # don't add gprof back in
1499 *) skipdirs=`echo " ${skipdirs} " | sed -e 's/ gprof / /'` ;;
1500 esac
1501 noconfigdirs="$noconfigdirs target-libgloss ${libgcj}"
1503 sh64-*-*)
1504 noconfigdirs="$noconfigdirs target-libgloss ${libgcj}"
1506 sparc-*-elf*)
1507 noconfigdirs="$noconfigdirs ${libgcj}"
1509 sparc64-*-elf*)
1510 noconfigdirs="$noconfigdirs ${libgcj}"
1512 sparclite-*-*)
1513 noconfigdirs="$noconfigdirs ${libgcj}"
1515 sparc-*-sunos4*)
1516 noconfigdirs="$noconfigdirs ${libgcj}"
1517 if test x${is_cross_compiler} != xno ; then
1518 noconfigdirs="$noconfigdirs gdb target-newlib target-libgloss"
1519 else
1520 use_gnu_ld=no
1523 sparc-*-solaris* | sparc64-*-solaris* | sparcv9-*-solaris*)
1525 v810-*-*)
1526 noconfigdirs="$noconfigdirs bfd binutils gas gcc gdb ld target-libstdc++-v3 opcodes target-libgloss ${libgcj}"
1528 v850-*-*)
1529 noconfigdirs="$noconfigdirs target-libgloss ${libgcj}"
1531 v850e-*-*)
1532 noconfigdirs="$noconfigdirs target-libgloss ${libgcj}"
1534 v850ea-*-*)
1535 noconfigdirs="$noconfigdirs target-libgloss ${libgcj}"
1537 vax-*-vms)
1538 noconfigdirs="$noconfigdirs bfd binutils gdb ld target-newlib opcodes target-libgloss ${libgcj}"
1540 vax-*-*)
1541 noconfigdirs="$noconfigdirs target-newlib target-libgloss ${libgcj}"
1543 xtensa-*-*)
1544 noconfigdirs="$noconfigdirs ${libgcj}"
1546 ip2k-*-*)
1547 noconfigdirs="$noconfigdirs target-libiberty target-libstdc++-v3 ${libgcj}"
1549 *-*-linux*)
1550 noconfigdirs="$noconfigdirs target-newlib target-libgloss"
1552 *-*-lynxos*)
1553 noconfigdirs="$noconfigdirs target-newlib target-libgloss ${libgcj}"
1555 *-*-*)
1556 noconfigdirs="$noconfigdirs ${libgcj}"
1558 esac
1560 # If we aren't building newlib, then don't build libgloss, since libgloss
1561 # depends upon some newlib header files.
1562 case "${noconfigdirs}" in
1563 *target-libgloss*) ;;
1564 *target-newlib*) noconfigdirs="$noconfigdirs target-libgloss" ;;
1565 esac
1567 # Work in distributions that contain no compiler tools, like Autoconf.
1568 tentative_cc=""
1569 host_makefile_frag=/dev/null
1570 if test -d ${srcdir}/config ; then
1571 case "${host}" in
1572 m68k-hp-hpux*)
1573 # Avoid "too much defining" errors from HPUX compiler.
1574 tentative_cc="cc -Wp,-H256000"
1575 # If "ar" in $PATH is GNU ar, the symbol table may need rebuilding.
1576 # If it's HP/UX ar, this should be harmless.
1577 RANLIB="ar ts"
1579 m68k-apollo-sysv*)
1580 tentative_cc="cc -A ansi -A runtype,any -A systype,any -U__STDC__ -DUSG"
1582 m68k-apollo-bsd*)
1583 #None of the Apollo compilers can compile gas or binutils. The preprocessor
1584 # chokes on bfd, the compiler won't let you assign integers to enums, and
1585 # other problems. Defining CC to gcc is a questionable way to say "don't use
1586 # the apollo compiler" (the preferred version of GCC could be called cc,
1587 # or whatever), but I'm not sure leaving CC as cc is any better...
1588 #CC=cc -A ansi -A runtype,any -A systype,any -U__STDC__ -DNO_STDARG
1589 # Used to have BISON=yacc.
1590 tentative_cc=gcc
1592 m88k-dg-dgux*)
1593 tentative_cc="gcc -Wall -ansi -D__using_DGUX"
1595 m88k-harris-cxux*)
1596 # Under CX/UX, we want to tell the compiler to use ANSI mode.
1597 tentative_cc="cc -Xa"
1598 host_makefile_frag="config/mh-cxux"
1600 m88k-motorola-sysv*)
1602 mips*-dec-ultrix*)
1603 tentative_cc="cc -Wf,-XNg1000"
1604 host_makefile_frag="config/mh-decstation"
1606 mips*-nec-sysv4*)
1607 # The C compiler on NEC MIPS SVR4 needs bigger tables.
1608 tentative_cc="cc -ZXNd=5000 -ZXNg=1000"
1609 host_makefile_frag="config/mh-necv4"
1611 mips*-sgi-irix4*)
1612 # Tell compiler to use K&R C. We can't compile under the SGI Ansi
1613 # environment. Also bump switch table size so that cp-parse will
1614 # compile. Bump string length limit so linker builds.
1615 tentative_cc="cc -cckr -Wf,-XNg1500 -Wf,-XNk1000 -Wf,-XNh2000 -Wf,-XNl8192"
1617 mips*-*-sysv4*)
1618 host_makefile_frag="config/mh-sysv4"
1620 mips*-*-sysv*)
1621 # This is for a MIPS running RISC/os 4.52C.
1623 # This is needed for GDB, but needs to be in the top-level make because
1624 # if a library is compiled with the bsd headers and gets linked with the
1625 # sysv system libraries all hell can break loose (e.g. a jmp_buf might be
1626 # a different size).
1627 # ptrace(2) apparently has problems in the BSD environment. No workaround is
1628 # known except to select the sysv environment. Could we use /proc instead?
1629 # These "sysv environments" and "bsd environments" often end up being a pain.
1631 # This is not part of CFLAGS because perhaps not all C compilers have this
1632 # option.
1633 tentative_cc="cc -systype sysv"
1635 i370-ibm-opened*)
1636 tentative_cc="c89"
1638 i[3456789]86-*-sysv5*)
1639 host_makefile_frag="config/mh-sysv5"
1641 i[3456789]86-*-dgux*)
1642 tentative_cc="gcc -Wall -ansi -D__using_DGUX"
1643 host_makefile_frag="config/mh-dgux386"
1645 i[3456789]86-ncr-sysv4.3*)
1646 # The MetaWare compiler will generate a copyright message unless you
1647 # turn it off by adding the -Hnocopyr flag.
1648 tentative_cc="cc -Hnocopyr"
1650 i[3456789]86-ncr-sysv4*)
1651 # for an NCR 3000 (i486/SVR4) system.
1652 # The NCR 3000 ships with a MetaWare compiler installed as /bin/cc.
1653 # This compiler not only emits obnoxious copyright messages every time
1654 # you run it, but it chokes and dies on a whole bunch of GNU source
1655 # files. Default to using the AT&T compiler installed in /usr/ccs/ATT/cc.
1656 tentative_cc="/usr/ccs/ATT/cc"
1657 host_makefile_frag="config/mh-ncr3000"
1659 i[3456789]86-*-sco3.2v5*)
1661 i[3456789]86-*-sco*)
1662 # The native C compiler botches some simple uses of const. Unfortunately,
1663 # it doesn't defined anything like "__sco__" for us to test for in ansidecl.h.
1664 tentative_cc="cc -Dconst="
1665 host_makefile_frag="config/mh-sco"
1667 i[3456789]86-*-udk*)
1668 host_makefile_frag="config/mh-sysv5"
1670 i[3456789]86-*-solaris2*)
1671 host_makefile_frag="config/mh-sysv4"
1673 i[3456789]86-*-msdosdjgpp*)
1674 host_makefile_frag="config/mh-djgpp"
1676 *-cygwin*)
1677 host_makefile_frag="config/mh-cygwin"
1679 *-mingw32*)
1680 host_makefile_frag="config/mh-mingw32"
1682 *-interix*)
1683 host_makefile_frag="config/mh-interix"
1685 vax-*-ultrix2*)
1686 # The old BSD pcc isn't up to compiling parts of gdb so use gcc
1687 tentative_cc=gcc
1689 *-*-solaris2*)
1690 host_makefile_frag="config/mh-solaris"
1692 m68k-sun-sunos*)
1693 # Sun's C compiler needs the -J flag to be able to compile cp-parse.c
1694 # without overflowing the jump tables (-J says to use a 32 bit table)
1695 tentative_cc="cc -J"
1697 *-hp-hpux*)
1698 tentative_cc="cc -Wp,-H256000"
1700 *-*-hiux*)
1701 tentative_cc="cc -Wp,-H256000"
1703 rs6000-*-lynxos*)
1704 # /bin/cc is less than useful for our purposes. Always use GCC
1705 tentative_cc="/usr/cygnus/progressive/bin/gcc"
1706 host_makefile_frag="config/mh-lynxrs6k"
1708 *-*-lynxos*)
1709 # /bin/cc is less than useful for our purposes. Always use GCC
1710 tentative_cc="/bin/gcc"
1712 *-*-sysv4*)
1713 host_makefile_frag="config/mh-sysv4"
1715 esac
1718 # If we aren't going to be using gcc, see if we can extract a definition
1719 # of CC from the fragment.
1720 # Actually, use the 'pre-extracted' version above.
1721 if test -z "${CC}" && test "${build}" = "${host}" ; then
1722 IFS="${IFS= }"; save_ifs="$IFS"; IFS="${IFS}:"
1723 found=
1724 for dir in $PATH; do
1725 test -z "$dir" && dir=.
1726 if test -f $dir/gcc; then
1727 found=yes
1728 break
1730 done
1731 IFS="$save_ifs"
1732 if test -z "${found}" && test -n "${tentative_cc}" ; then
1733 CC=$tentative_cc
1737 if test "${build}" != "${host}" ; then
1738 # If we are doing a Canadian Cross, in which the host and build systems
1739 # are not the same, we set reasonable default values for the tools.
1741 CC=${CC-${host_alias}-gcc}
1742 CFLAGS=${CFLAGS-"-g -O2"}
1743 CXX=${CXX-${host_alias}-c++}
1744 CXXFLAGS=${CXXFLAGS-"-g -O2"}
1745 CC_FOR_BUILD=${CC_FOR_BUILD-gcc}
1746 CC_FOR_TARGET=${CC_FOR_TARGET-${target_alias}-gcc}
1747 CXX_FOR_TARGET=${CXX_FOR_TARGET-${target_alias}-c++}
1748 GCJ_FOR_TARGET=${GCJ_FOR_TARGET-${target_alias}-gcj}
1749 GCC_FOR_TARGET=${GCC_FOR_TARGET-${CC_FOR_TARGET-${target_alias}-gcc}}
1750 BUILD_DIR_PREFIX=${build_subdir}
1751 BUILD_PREFIX=${build_alias}-
1752 BUILD_PREFIX_1=${build_alias}-
1754 else
1755 # Set reasonable default values for some tools even if not Canadian.
1756 # Of course, these are different reasonable default values, originally
1757 # specified directly in the Makefile.
1758 # We don't export, so that autoconf can do its job.
1759 # Note that all these settings are above the fragment inclusion point
1760 # in Makefile.in, so can still be overridden by fragments.
1761 # This is all going to change when we autoconfiscate...
1763 CC_FOR_BUILD="\$(CC)"
1764 GCC_FOR_TARGET="\$(USUAL_GCC_FOR_TARGET)"
1765 BUILD_DIR_PREFIX=
1766 BUILD_PREFIX=
1767 BUILD_PREFIX_1=loser-
1769 # Extract the first word of "gcc", so it can be a program name with args.
1770 set dummy gcc; ac_word=$2
1771 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
1772 echo "configure:1773: checking for $ac_word" >&5
1773 if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
1774 echo $ac_n "(cached) $ac_c" 1>&6
1775 else
1776 if test -n "$CC"; then
1777 ac_cv_prog_CC="$CC" # Let the user override the test.
1778 else
1779 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
1780 ac_dummy="$PATH"
1781 for ac_dir in $ac_dummy; do
1782 test -z "$ac_dir" && ac_dir=.
1783 if test -f $ac_dir/$ac_word; then
1784 ac_cv_prog_CC="gcc"
1785 break
1787 done
1788 IFS="$ac_save_ifs"
1791 CC="$ac_cv_prog_CC"
1792 if test -n "$CC"; then
1793 echo "$ac_t""$CC" 1>&6
1794 else
1795 echo "$ac_t""no" 1>&6
1798 if test -z "$CC"; then
1799 # Extract the first word of "cc", so it can be a program name with args.
1800 set dummy cc; ac_word=$2
1801 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
1802 echo "configure:1803: checking for $ac_word" >&5
1803 if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
1804 echo $ac_n "(cached) $ac_c" 1>&6
1805 else
1806 if test -n "$CC"; then
1807 ac_cv_prog_CC="$CC" # Let the user override the test.
1808 else
1809 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
1810 ac_prog_rejected=no
1811 ac_dummy="$PATH"
1812 for ac_dir in $ac_dummy; do
1813 test -z "$ac_dir" && ac_dir=.
1814 if test -f $ac_dir/$ac_word; then
1815 if test "$ac_dir/$ac_word" = "/usr/ucb/cc"; then
1816 ac_prog_rejected=yes
1817 continue
1819 ac_cv_prog_CC="cc"
1820 break
1822 done
1823 IFS="$ac_save_ifs"
1824 if test $ac_prog_rejected = yes; then
1825 # We found a bogon in the path, so make sure we never use it.
1826 set dummy $ac_cv_prog_CC
1827 shift
1828 if test $# -gt 0; then
1829 # We chose a different compiler from the bogus one.
1830 # However, it has the same basename, so the bogon will be chosen
1831 # first if we set CC to just the basename; use the full file name.
1832 shift
1833 set dummy "$ac_dir/$ac_word" "$@"
1834 shift
1835 ac_cv_prog_CC="$@"
1840 CC="$ac_cv_prog_CC"
1841 if test -n "$CC"; then
1842 echo "$ac_t""$CC" 1>&6
1843 else
1844 echo "$ac_t""no" 1>&6
1847 if test -z "$CC"; then
1848 case "`uname -s`" in
1849 *win32* | *WIN32*)
1850 # Extract the first word of "cl", so it can be a program name with args.
1851 set dummy cl; ac_word=$2
1852 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
1853 echo "configure:1854: checking for $ac_word" >&5
1854 if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
1855 echo $ac_n "(cached) $ac_c" 1>&6
1856 else
1857 if test -n "$CC"; then
1858 ac_cv_prog_CC="$CC" # Let the user override the test.
1859 else
1860 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
1861 ac_dummy="$PATH"
1862 for ac_dir in $ac_dummy; do
1863 test -z "$ac_dir" && ac_dir=.
1864 if test -f $ac_dir/$ac_word; then
1865 ac_cv_prog_CC="cl"
1866 break
1868 done
1869 IFS="$ac_save_ifs"
1872 CC="$ac_cv_prog_CC"
1873 if test -n "$CC"; then
1874 echo "$ac_t""$CC" 1>&6
1875 else
1876 echo "$ac_t""no" 1>&6
1879 esac
1881 test -z "$CC" && { echo "configure: error: no acceptable cc found in \$PATH" 1>&2; exit 1; }
1884 echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works""... $ac_c" 1>&6
1885 echo "configure:1886: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works" >&5
1887 ac_ext=c
1888 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
1889 ac_cpp='$CPP $CPPFLAGS'
1890 ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
1891 ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
1892 cross_compiling=$ac_cv_prog_cc_cross
1894 cat > conftest.$ac_ext << EOF
1896 #line 1897 "configure"
1897 #include "confdefs.h"
1899 main(){return(0);}
1901 if { (eval echo configure:1902: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
1902 ac_cv_prog_cc_works=yes
1903 # If we can't run a trivial program, we are probably using a cross compiler.
1904 if (./conftest; exit) 2>/dev/null; then
1905 ac_cv_prog_cc_cross=no
1906 else
1907 ac_cv_prog_cc_cross=yes
1909 else
1910 echo "configure: failed program was:" >&5
1911 cat conftest.$ac_ext >&5
1912 ac_cv_prog_cc_works=no
1914 rm -fr conftest*
1915 ac_ext=c
1916 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
1917 ac_cpp='$CPP $CPPFLAGS'
1918 ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
1919 ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
1920 cross_compiling=$ac_cv_prog_cc_cross
1922 echo "$ac_t""$ac_cv_prog_cc_works" 1>&6
1923 if test $ac_cv_prog_cc_works = no; then
1924 { echo "configure: error: installation or configuration problem: C compiler cannot create executables." 1>&2; exit 1; }
1926 echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler""... $ac_c" 1>&6
1927 echo "configure:1928: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler" >&5
1928 echo "$ac_t""$ac_cv_prog_cc_cross" 1>&6
1929 cross_compiling=$ac_cv_prog_cc_cross
1931 echo $ac_n "checking whether we are using GNU C""... $ac_c" 1>&6
1932 echo "configure:1933: checking whether we are using GNU C" >&5
1933 if eval "test \"`echo '$''{'ac_cv_prog_gcc'+set}'`\" = set"; then
1934 echo $ac_n "(cached) $ac_c" 1>&6
1935 else
1936 cat > conftest.c <<EOF
1937 #ifdef __GNUC__
1938 yes;
1939 #endif
1941 if { ac_try='${CC-cc} -E conftest.c'; { (eval echo configure:1942: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then
1942 ac_cv_prog_gcc=yes
1943 else
1944 ac_cv_prog_gcc=no
1948 echo "$ac_t""$ac_cv_prog_gcc" 1>&6
1950 if test $ac_cv_prog_gcc = yes; then
1951 GCC=yes
1952 else
1953 GCC=
1956 ac_test_CFLAGS="${CFLAGS+set}"
1957 ac_save_CFLAGS="$CFLAGS"
1958 CFLAGS=
1959 echo $ac_n "checking whether ${CC-cc} accepts -g""... $ac_c" 1>&6
1960 echo "configure:1961: checking whether ${CC-cc} accepts -g" >&5
1961 if eval "test \"`echo '$''{'ac_cv_prog_cc_g'+set}'`\" = set"; then
1962 echo $ac_n "(cached) $ac_c" 1>&6
1963 else
1964 echo 'void f(){}' > conftest.c
1965 if test -z "`${CC-cc} -g -c conftest.c 2>&1`"; then
1966 ac_cv_prog_cc_g=yes
1967 else
1968 ac_cv_prog_cc_g=no
1970 rm -f conftest*
1974 echo "$ac_t""$ac_cv_prog_cc_g" 1>&6
1975 if test "$ac_test_CFLAGS" = set; then
1976 CFLAGS="$ac_save_CFLAGS"
1977 elif test $ac_cv_prog_cc_g = yes; then
1978 if test "$GCC" = yes; then
1979 CFLAGS="-g -O2"
1980 else
1981 CFLAGS="-g"
1983 else
1984 if test "$GCC" = yes; then
1985 CFLAGS="-O2"
1986 else
1987 CFLAGS=
1992 # We must set the default linker to the linker used by gcc for the correct
1993 # operation of libtool. If LD is not defined and we are using gcc, try to
1994 # set the LD default to the ld used by gcc.
1995 if test -z "$LD"; then
1996 if test "$GCC" = yes; then
1997 case $build in
1998 *-*-mingw*)
1999 gcc_prog_ld=`$CC -print-prog-name=ld 2>&1 | tr -d '\015'` ;;
2001 gcc_prog_ld=`$CC -print-prog-name=ld 2>&1` ;;
2002 esac
2003 case $gcc_prog_ld in
2004 # Accept absolute paths.
2005 [\\/]* | [A-Za-z]:[\\/]*)
2006 LD="$gcc_prog_ld" ;;
2007 esac
2011 CXX=${CXX-"c++"}
2012 CFLAGS=${CFLAGS-"-g"}
2013 CXXFLAGS=${CXXFLAGS-"-g -O2"}
2016 if test $host != $build; then
2017 ac_tool_prefix=${host_alias}-
2018 else
2019 ac_tool_prefix=
2024 # Extract the first word of "${ac_tool_prefix}gnatbind", so it can be a program name with args.
2025 set dummy ${ac_tool_prefix}gnatbind; ac_word=$2
2026 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
2027 echo "configure:2028: checking for $ac_word" >&5
2028 if eval "test \"`echo '$''{'ac_cv_prog_GNATBIND'+set}'`\" = set"; then
2029 echo $ac_n "(cached) $ac_c" 1>&6
2030 else
2031 if test -n "$GNATBIND"; then
2032 ac_cv_prog_GNATBIND="$GNATBIND" # Let the user override the test.
2033 else
2034 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
2035 ac_dummy="$PATH"
2036 for ac_dir in $ac_dummy; do
2037 test -z "$ac_dir" && ac_dir=.
2038 if test -f $ac_dir/$ac_word; then
2039 ac_cv_prog_GNATBIND="${ac_tool_prefix}gnatbind"
2040 break
2042 done
2043 IFS="$ac_save_ifs"
2046 GNATBIND="$ac_cv_prog_GNATBIND"
2047 if test -n "$GNATBIND"; then
2048 echo "$ac_t""$GNATBIND" 1>&6
2049 else
2050 echo "$ac_t""no" 1>&6
2054 if test -z "$ac_cv_prog_GNATBIND"; then
2055 if test -n "$ac_tool_prefix"; then
2056 # Extract the first word of "gnatbind", so it can be a program name with args.
2057 set dummy gnatbind; ac_word=$2
2058 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
2059 echo "configure:2060: checking for $ac_word" >&5
2060 if eval "test \"`echo '$''{'ac_cv_prog_GNATBIND'+set}'`\" = set"; then
2061 echo $ac_n "(cached) $ac_c" 1>&6
2062 else
2063 if test -n "$GNATBIND"; then
2064 ac_cv_prog_GNATBIND="$GNATBIND" # Let the user override the test.
2065 else
2066 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
2067 ac_dummy="$PATH"
2068 for ac_dir in $ac_dummy; do
2069 test -z "$ac_dir" && ac_dir=.
2070 if test -f $ac_dir/$ac_word; then
2071 ac_cv_prog_GNATBIND="gnatbind"
2072 break
2074 done
2075 IFS="$ac_save_ifs"
2076 test -z "$ac_cv_prog_GNATBIND" && ac_cv_prog_GNATBIND="no"
2079 GNATBIND="$ac_cv_prog_GNATBIND"
2080 if test -n "$GNATBIND"; then
2081 echo "$ac_t""$GNATBIND" 1>&6
2082 else
2083 echo "$ac_t""no" 1>&6
2086 else
2087 GNATBIND="no"
2091 echo $ac_n "checking whether compiler driver understands Ada""... $ac_c" 1>&6
2092 echo "configure:2093: checking whether compiler driver understands Ada" >&5
2093 if eval "test \"`echo '$''{'acx_cv_cc_gcc_supports_ada'+set}'`\" = set"; then
2094 echo $ac_n "(cached) $ac_c" 1>&6
2095 else
2096 cat >conftest.adb <<EOF
2097 procedure conftest is begin null; end conftest;
2099 acx_cv_cc_gcc_supports_ada=no
2100 # There is a bug in old released versions of GCC which causes the
2101 # driver to exit successfully when the appropriate language module
2102 # has not been installed. This is fixed in 2.95.4, 3.0.2, and 3.1.
2103 # Therefore we must check for the error message as well as an
2104 # unsuccessful exit.
2105 # Other compilers, like HP Tru64 UNIX cc, exit successfully when
2106 # given a .adb file, but produce no object file. So we must check
2107 # if an object file was really produced to guard against this.
2108 errors=`(${CC} -c conftest.adb) 2>&1 || echo failure`
2109 if test x"$errors" = x && test -f conftest.$ac_objext; then
2110 acx_cv_cc_gcc_supports_ada=yes
2111 break
2113 rm -f conftest.*
2116 echo "$ac_t""$acx_cv_cc_gcc_supports_ada" 1>&6
2118 if test x$GNATBIND != xno && test x$acx_cv_cc_gcc_supports_ada != xno; then
2119 have_gnat=yes
2120 else
2121 have_gnat=no
2124 echo $ac_n "checking how to compare bootstrapped objects""... $ac_c" 1>&6
2125 echo "configure:2126: checking how to compare bootstrapped objects" >&5
2126 if eval "test \"`echo '$''{'gcc_cv_prog_cmp_skip'+set}'`\" = set"; then
2127 echo $ac_n "(cached) $ac_c" 1>&6
2128 else
2129 echo abfoo >t1
2130 echo cdfoo >t2
2131 gcc_cv_prog_cmp_skip='tail +16c $$f1 > tmp-foo1; tail +16c $$f2 > tmp-foo2; cmp tmp-foo1 tmp-foo2'
2132 if cmp t1 t2 2 2 > /dev/null 2>&1; then
2133 if cmp t1 t2 1 1 > /dev/null 2>&1; then
2135 else
2136 gcc_cv_prog_cmp_skip='cmp $$f1 $$f2 16 16'
2139 if cmp --ignore-initial=2 t1 t2 > /dev/null 2>&1; then
2140 if cmp --ignore-initial=1 t1 t2 > /dev/null 2>&1; then
2142 else
2143 gcc_cv_prog_cmp_skip='cmp --ignore-initial=16 $$f1 $$f2'
2146 rm t1 t2
2150 echo "$ac_t""$gcc_cv_prog_cmp_skip" 1>&6
2151 do_compare="$gcc_cv_prog_cmp_skip"
2155 # Check for GMP
2156 gmplibs=
2157 gmpinc=
2158 have_gmp=yes
2159 # Specify a location for gmp
2160 # Check whether --with-gmp-dir or --without-gmp-dir was given.
2161 if test "${with_gmp_dir+set}" = set; then
2162 withval="$with_gmp_dir"
2167 if test "x$with_gmp_dir" != x && test -f "$with_gmp_dir/gmp.h"; then
2168 gmpinc="-I$with_gmp_dir"
2169 if test -f "$with_gmp_dir/.libs/libgmp.a"; then
2170 gmplibs="$with_gmp_dir/.libs/libgmp.a"
2171 elif test -f "$with_gmp_dir/_libs/libgmp.a"; then
2172 gmplibs="$with_gmp_dir/_libs/libgmp.a"
2174 # One of the later tests will catch the error if neither library is present.
2177 # Check whether --with-gmp or --without-gmp was given.
2178 if test "${with_gmp+set}" = set; then
2179 withval="$with_gmp"
2184 if test "x$with_gmp" != x && test -d "$with_gmp"; then
2185 gmplibs="-L$with_gmp/lib -lgmp"
2186 gmpinc="-I$with_gmp/include"
2189 # Use system gmp if nothing else specified
2190 if test "x$gmplibs" = x; then
2191 gmplibs="-lgmp"
2194 saved_CFLAGS="$CFLAGS"
2195 CFLAGS="$CFLAGS $gmpinc"
2196 # Check GMP actually works
2197 echo $ac_n "checking for correct version of gmp.h""... $ac_c" 1>&6
2198 echo "configure:2199: checking for correct version of gmp.h" >&5
2199 cat > conftest.$ac_ext <<EOF
2200 #line 2201 "configure"
2201 #include "confdefs.h"
2202 #include "gmp.h"
2203 int main() {
2205 #if __GNU_MP_VERSION < 3
2206 choke me
2207 #endif
2209 ; return 0; }
2211 if { (eval echo configure:2212: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
2212 rm -rf conftest*
2213 echo "$ac_t""yes" 1>&6
2214 else
2215 echo "configure: failed program was:" >&5
2216 cat conftest.$ac_ext >&5
2217 rm -rf conftest*
2218 echo "$ac_t""no" 1>&6; have_gmp=no
2220 rm -f conftest*
2222 if test x"$have_gmp" = xyes; then
2223 echo $ac_n "checking for mpf_init in -lgmp""... $ac_c" 1>&6
2224 echo "configure:2225: checking for mpf_init in -lgmp" >&5
2226 saved_LIBS="$LIBS"
2227 LIBS="$LIBS $gmplibs"
2228 cat > conftest.$ac_ext <<EOF
2229 #line 2230 "configure"
2230 #include "confdefs.h"
2231 #include <gmp.h>
2232 int main() {
2233 mpf_t n; mpf_init(n);
2234 ; return 0; }
2236 if { (eval echo configure:2237: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
2237 rm -rf conftest*
2238 echo "$ac_t""yes" 1>&6
2239 else
2240 echo "configure: failed program was:" >&5
2241 cat conftest.$ac_ext >&5
2242 rm -rf conftest*
2243 echo "$ac_t""no" 1>&6; have_gmp=no
2245 rm -f conftest*
2246 LIBS="$saved_LIBS"
2247 CFLAGS="$saved_CFLAGS"
2253 # By default, C is the only stage 1 language.
2254 stage1_languages=c
2257 # Figure out what language subdirectories are present.
2258 # Look if the user specified --enable-languages="..."; if not, use
2259 # the environment variable $LANGUAGES if defined. $LANGUAGES might
2260 # go away some day.
2261 # NB: embedded tabs in this IF block -- do not untabify
2262 if test -d ${srcdir}/gcc; then
2263 if test x"${enable_languages+set}" != xset; then
2264 if test x"${LANGUAGES+set}" = xset; then
2265 enable_languages="${LANGUAGES}"
2266 echo configure.in: warning: setting LANGUAGES is deprecated, use --enable-languages instead 1>&2
2267 else
2268 enable_languages=all
2270 else
2271 if test x"${enable_languages}" = x ||
2272 test x"${enable_languages}" = xyes;
2273 then
2274 echo configure.in: --enable-languages needs at least one language argument 1>&2
2275 exit 1
2278 enable_languages=`echo "${enable_languages}" | sed -e 's/[ ,][ ,]*/,/g' -e 's/,$//'`
2280 # First scan to see if an enabled language requires some other language.
2281 # We assume that a given config-lang.in will list all the language
2282 # front ends it requires, even if some are required indirectly.
2283 for lang_frag in ${srcdir}/gcc/*/config-lang.in .. ; do
2284 case ${lang_frag} in
2285 ..) ;;
2286 # The odd quoting in the next line works around
2287 # an apparent bug in bash 1.12 on linux.
2288 ${srcdir}/gcc/[*]/config-lang.in) ;;
2290 # From the config-lang.in, get $language, $lang_requires
2291 language=
2292 lang_requires=
2293 . ${lang_frag}
2294 for other in ${lang_requires} ; do
2295 case ,${enable_languages}, in
2296 *,$other,*) ;;
2297 *,all,*) ;;
2298 *,$language,*)
2299 echo " \`$other' language required by \`$language'; enabling" 1>&2
2300 enable_languages="${enable_languages},${other}"
2302 esac
2303 done
2305 esac
2306 done
2308 new_enable_languages=c
2309 missing_languages=`echo ",$enable_languages," | sed -e s/,all,/,/ -e s/,c,/,/ `
2311 for lang_frag in ${srcdir}/gcc/*/config-lang.in .. ; do
2312 case ${lang_frag} in
2313 ..) ;;
2314 # The odd quoting in the next line works around
2315 # an apparent bug in bash 1.12 on linux.
2316 ${srcdir}/gcc/[*]/config-lang.in) ;;
2318 # From the config-lang.in, get $language, $target_libs,
2319 # $lang_dirs, $boot_language, and $build_by_default
2320 language=
2321 target_libs=
2322 lang_dirs=
2323 boot_language=
2324 build_by_default=
2325 need_gmp=
2326 . ${lang_frag}
2327 # This is quite sensitive to the ordering of the case statement arms.
2328 case ,${enable_languages},:${language}:${have_gnat}:${build_by_default} in
2329 *::*:*)
2330 echo "${lang_frag} doesn't set \$language." 1>&2
2331 exit 1
2333 *:ada:no:*)
2334 # Ada was requested with no preexisting GNAT. Disable unconditionally.
2335 add_this_lang=no
2337 *,${language},*:*:*:*)
2338 # Language was explicitly selected; include it.
2339 add_this_lang=yes
2341 *,all,*:*:*:no)
2342 # 'all' was selected, but this is not a default language
2343 # so do not include it.
2344 add_this_lang=no
2346 *,all,*:*:*:*)
2347 # 'all' was selected and this is a default language; include it.
2348 add_this_lang=yes
2351 add_this_lang=no
2353 esac
2355 # Disable language that need GMP if it isn't available.
2356 if test x"$need_gmp" = xyes && test x"$have_gmp" = xno; then
2357 add_this_lang=no
2360 case $add_this_lang in
2362 # Remove language-dependent dirs.
2363 eval noconfigdirs='"$noconfigdirs "'\"$target_libs $lang_dirs\"
2366 new_enable_languages="$new_enable_languages,$language"
2367 missing_languages=`echo "$missing_languages" | sed "s/,$language,/,/"`
2368 case ${boot_language} in
2369 yes)
2370 # Add to (comma-separated) list of stage 1 languages.
2371 stage1_languages="${stage1_languages},${language}"
2373 esac
2375 esac
2377 esac
2378 done
2380 missing_languages=`echo "$missing_languages" | sed -e "s/^,//" -e "s/,$//"`
2381 if test "x$missing_languages" != x; then
2382 { echo "configure: error:
2383 The following requested languages were not found: ${missing_languages}" 1>&2; exit 1; }
2386 if test "x$new_enable_languages" != "x$enable_languages"; then
2387 echo The following languages will be built: ${new_enable_languages}
2389 enable_languages="$new_enable_languages"
2390 ac_configure_args=`echo " $ac_configure_args" | sed -e 's/ --enable-languages=[^ ]*//' -e 's/$/ --enable-languages='"$enable_languages"/ `
2393 # Remove the entries in $skipdirs and $noconfigdirs from $configdirs and
2394 # $target_configdirs.
2395 # If we have the source for $noconfigdirs entries, add them to $notsupp.
2397 notsupp=""
2398 for dir in . $skipdirs $noconfigdirs ; do
2399 dirname=`echo $dir | sed -e s/target-//g`
2400 if test $dir != . && echo " ${configdirs} " | grep " ${dir} " >/dev/null 2>&1; then
2401 configdirs=`echo " ${configdirs} " | sed -e "s/ ${dir} / /"`
2402 if test -r $srcdir/$dirname/configure ; then
2403 if echo " ${skipdirs} " | grep " ${dir} " >/dev/null 2>&1; then
2404 true
2405 else
2406 notsupp="$notsupp $dir"
2410 if test $dir != . && echo " ${target_configdirs} " | grep " ${dir} " >/dev/null 2>&1; then
2411 target_configdirs=`echo " ${target_configdirs} " | sed -e "s/ ${dir} / /"`
2412 if test -r $srcdir/$dirname/configure ; then
2413 if echo " ${skipdirs} " | grep " ${dir} " >/dev/null 2>&1; then
2414 true
2415 else
2416 notsupp="$notsupp $dir"
2420 done
2422 # Sometimes the tools are distributed with libiberty but with no other
2423 # libraries. In that case, we don't want to build target-libiberty.
2424 if test -n "${target_configdirs}" ; then
2425 others=
2426 for i in `echo ${target_configdirs} | sed -e s/target-//g` ; do
2427 if test "$i" != "libiberty" ; then
2428 if test -r $srcdir/$i/configure ; then
2429 others=yes;
2430 break;
2433 done
2434 if test -z "${others}" ; then
2435 target_configdirs=
2439 # Quietly strip out all directories which aren't configurable in this tree.
2440 # This relies on all configurable subdirectories being autoconfiscated, which
2441 # is now the case.
2442 build_configdirs_all="$build_configdirs"
2443 build_configdirs=
2444 for i in ${build_configdirs_all} ; do
2445 j=`echo $i | sed -e s/build-//g`
2446 if test -f ${srcdir}/$j/configure ; then
2447 build_configdirs="${build_configdirs} $i"
2449 done
2451 configdirs_all="$configdirs"
2452 configdirs=
2453 for i in ${configdirs_all} ; do
2454 if test -f ${srcdir}/$i/configure ; then
2455 configdirs="${configdirs} $i"
2457 done
2459 target_configdirs_all="$target_configdirs"
2460 target_configdirs=
2461 for i in ${target_configdirs_all} ; do
2462 j=`echo $i | sed -e s/target-//g`
2463 if test -f ${srcdir}/$j/configure ; then
2464 target_configdirs="${target_configdirs} $i"
2466 done
2468 # Produce a warning message for the subdirs we can't configure.
2469 # This isn't especially interesting in the Cygnus tree, but in the individual
2470 # FSF releases, it's important to let people know when their machine isn't
2471 # supported by the one or two programs in a package.
2473 if test -n "${notsupp}" && test -z "${norecursion}" ; then
2474 # If $appdirs is non-empty, at least one of those directories must still
2475 # be configured, or we error out. (E.g., if the gas release supports a
2476 # specified target in some subdirs but not the gas subdir, we shouldn't
2477 # pretend that all is well.)
2478 if test -n "$appdirs" ; then
2479 for dir in $appdirs ; do
2480 if test -r $dir/Makefile.in ; then
2481 if echo " ${configdirs} " | grep " ${dir} " >/dev/null 2>&1; then
2482 appdirs=""
2483 break
2485 if echo " ${target_configdirs} " | grep " target-${dir} " >/dev/null 2>&1; then
2486 appdirs=""
2487 break
2490 done
2491 if test -n "$appdirs" ; then
2492 echo "*** This configuration is not supported by this package." 1>&2
2493 exit 1
2496 # Okay, some application will build, or we don't care to check. Still
2497 # notify of subdirs not getting built.
2498 echo "*** This configuration is not supported in the following subdirectories:" 1>&2
2499 echo " ${notsupp}" 1>&2
2500 echo " (Any other directories should still work fine.)" 1>&2
2503 case "$host" in
2504 *msdosdjgpp*)
2505 enable_gdbtk=no ;;
2506 esac
2508 copy_dirs=
2510 # Handle --with-headers=XXX. If the value is not "yes", the contents of
2511 # the named directory are copied to $(tooldir)/sys-include.
2512 if test x"${with_headers}" != x && test x"${with_headers}" != xno ; then
2513 if test x${is_cross_compiler} = xno ; then
2514 echo 1>&2 '***' --with-headers is only supported when cross compiling
2515 exit 1
2517 if test x"${with_headers}" != xyes ; then
2518 case "${exec_prefixoption}" in
2519 "") x=${prefix} ;;
2520 *) x=${exec_prefix} ;;
2521 esac
2522 copy_dirs="${copy_dirs} ${with_headers} $x/${target_alias}/sys-include"
2526 # Handle --with-libs=XXX. If the value is not "yes", the contents of
2527 # the name directories are copied to $(tooldir)/lib. Multiple directories
2528 # are permitted.
2529 if test x"${with_libs}" != x && test x"${with_libs}" != xno ; then
2530 if test x${is_cross_compiler} = xno ; then
2531 echo 1>&2 '***' --with-libs is only supported when cross compiling
2532 exit 1
2534 if test x"${with_libs}" != xyes ; then
2535 # Copy the libraries in reverse order, so that files in the first named
2536 # library override files in subsequent libraries.
2537 case "${exec_prefixoption}" in
2538 "") x=${prefix} ;;
2539 *) x=${exec_prefix} ;;
2540 esac
2541 for l in ${with_libs}; do
2542 copy_dirs="$l $x/${target_alias}/lib ${copy_dirs}"
2543 done
2547 # Handle ${copy_dirs}
2548 set fnord ${copy_dirs}
2549 shift
2550 while test $# != 0 ; do
2551 if test -f $2/COPIED && test x"`cat $2/COPIED`" = x"$1" ; then
2553 else
2554 echo Copying $1 to $2
2556 # Use the install script to create the directory and all required
2557 # parent directories.
2558 if test -d $2 ; then
2560 else
2561 echo >config.temp
2562 ${srcdir}/install-sh -c -m 644 config.temp $2/COPIED
2565 # Copy the directory, assuming we have tar.
2566 # FIXME: Should we use B in the second tar? Not all systems support it.
2567 (cd $1; tar -cf - .) | (cd $2; tar -xpf -)
2569 # It is the responsibility of the user to correctly adjust all
2570 # symlinks. If somebody can figure out how to handle them correctly
2571 # here, feel free to add the code.
2573 echo $1 > $2/COPIED
2575 shift; shift
2576 done
2578 extra_arflags_for_target=
2579 extra_nmflags_for_target=
2580 extra_ranlibflags_for_target=
2581 target_makefile_frag=/dev/null
2582 case "${target}" in
2583 i[3456789]86-*-netware*)
2584 target_makefile_frag="config/mt-netware"
2586 powerpc-*-netware*)
2587 target_makefile_frag="config/mt-netware"
2589 *-*-linux*)
2590 target_makefile_frag="config/mt-linux"
2592 *-*-aix4.[3456789]* | *-*-aix[56789].*)
2593 # nm and ar from AIX 4.3 and above require -X32_64 flag to all ar and nm
2594 # commands to handle both 32-bit and 64-bit objects. These flags are
2595 # harmless if we're using GNU nm or ar.
2596 extra_arflags_for_target=" -X32_64"
2597 extra_nmflags_for_target=" -B -X32_64"
2599 *-*-darwin*)
2600 # ranlib from Darwin requires the -c flag to look at common symbols.
2601 extra_ranlibflags_for_target=" -c"
2603 mips*-*-pe | sh*-*-pe | *arm-wince-pe)
2604 target_makefile_frag="config/mt-wince"
2606 esac
2608 alphaieee_frag=/dev/null
2609 case $target in
2610 alpha*-*-*)
2611 # This just makes sure to use the -mieee option to build target libs.
2612 # This should probably be set individually by each library.
2613 alphaieee_frag="config/mt-alphaieee"
2615 esac
2617 # If --enable-target-optspace always use -Os instead of -O2 to build
2618 # the target libraries, similarly if it is not specified, use -Os
2619 # on selected platforms.
2620 ospace_frag=/dev/null
2621 case "${enable_target_optspace}:${target}" in
2622 yes:*)
2623 ospace_frag="config/mt-ospace"
2625 :d30v-*)
2626 ospace_frag="config/mt-d30v"
2628 :m32r-* | :d10v-* | :fr30-*)
2629 ospace_frag="config/mt-ospace"
2631 no:* | :*)
2634 echo "*** bad value \"${enable_target_optspace}\" for --enable-target-optspace flag; ignored" 1>&2
2636 esac
2638 # Set with_gnu_as and with_gnu_ld as appropriate.
2640 # This is done by determining whether or not the appropriate directory
2641 # is available, and by checking whether or not specific configurations
2642 # have requested that this magic not happen.
2644 # The command line options always override the explicit settings in
2645 # configure.in, and the settings in configure.in override this magic.
2647 # If the default for a toolchain is to use GNU as and ld, and you don't
2648 # want to do that, then you should use the --without-gnu-as and
2649 # --without-gnu-ld options for the configure script.
2651 if test x${use_gnu_as} = x &&
2652 echo " ${configdirs} " | grep " gas " > /dev/null 2>&1 ; then
2653 with_gnu_as=yes
2654 extra_host_args="$extra_host_args --with-gnu-as"
2657 if test x${use_gnu_ld} = x &&
2658 echo " ${configdirs} " | grep " ld " > /dev/null 2>&1 ; then
2659 with_gnu_ld=yes
2660 extra_host_args="$extra_host_args --with-gnu-ld"
2663 # If using newlib, add --with-newlib to the extra_host_args so that gcc/configure
2664 # can detect this case.
2666 if test x${with_newlib} != xno && echo " ${target_configdirs} " | grep " target-newlib " > /dev/null 2>&1 ; then
2667 with_newlib=yes
2668 extra_host_args="$extra_host_args --with-newlib"
2671 if test x${with_libbanshee} = xyes && echo " ${configdirs} " | grep " libbanshee " >/dev/null 2>&1; then
2672 extra_host_args="$extra_host_args --with-libbanshee"
2675 # Default to using --with-stabs for certain targets.
2676 if test x${with_stabs} = x ; then
2677 case "${target}" in
2678 mips*-*-irix[56]*)
2680 mips*-*-* | alpha*-*-osf*)
2681 with_stabs=yes;
2682 extra_host_args="${extra_host_args} --with-stabs"
2684 esac
2687 # hpux11 in 64bit mode has libraries in a weird place. Arrange to find
2688 # them automatically.
2689 case "${host}" in
2690 hppa*64*-*-hpux11*)
2691 extra_host_args="$extra_host_args -x-libraries=/usr/lib/pa20_64 -x-includes=/usr/X11R6/include"
2693 esac
2695 # Some systems (e.g., one of the i386-aix systems the gas testers are
2696 # using) don't handle "\$" correctly, so don't use it here.
2697 tooldir='${exec_prefix}'/${target_alias}
2698 build_tooldir=${tooldir}
2700 # Generate default definitions for YACC, M4, LEX and other programs that run
2701 # on the build machine. These are used if the Makefile can't locate these
2702 # programs in objdir.
2703 MISSING=`cd $ac_aux_dir && ${PWDCMD-pwd}`/missing
2704 for ac_prog in bison
2706 # Extract the first word of "$ac_prog", so it can be a program name with args.
2707 set dummy $ac_prog; ac_word=$2
2708 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
2709 echo "configure:2710: checking for $ac_word" >&5
2710 if eval "test \"`echo '$''{'ac_cv_prog_CONFIGURED_BISON'+set}'`\" = set"; then
2711 echo $ac_n "(cached) $ac_c" 1>&6
2712 else
2713 if test -n "$CONFIGURED_BISON"; then
2714 ac_cv_prog_CONFIGURED_BISON="$CONFIGURED_BISON" # Let the user override the test.
2715 else
2716 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
2717 ac_dummy="$PATH"
2718 for ac_dir in $ac_dummy; do
2719 test -z "$ac_dir" && ac_dir=.
2720 if test -f $ac_dir/$ac_word; then
2721 ac_cv_prog_CONFIGURED_BISON="$ac_prog"
2722 break
2724 done
2725 IFS="$ac_save_ifs"
2728 CONFIGURED_BISON="$ac_cv_prog_CONFIGURED_BISON"
2729 if test -n "$CONFIGURED_BISON"; then
2730 echo "$ac_t""$CONFIGURED_BISON" 1>&6
2731 else
2732 echo "$ac_t""no" 1>&6
2735 test -n "$CONFIGURED_BISON" && break
2736 done
2737 test -n "$CONFIGURED_BISON" || CONFIGURED_BISON="$MISSING bison"
2739 for ac_prog in 'bison -y' byacc yacc
2741 # Extract the first word of "$ac_prog", so it can be a program name with args.
2742 set dummy $ac_prog; ac_word=$2
2743 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
2744 echo "configure:2745: checking for $ac_word" >&5
2745 if eval "test \"`echo '$''{'ac_cv_prog_CONFIGURED_YACC'+set}'`\" = set"; then
2746 echo $ac_n "(cached) $ac_c" 1>&6
2747 else
2748 if test -n "$CONFIGURED_YACC"; then
2749 ac_cv_prog_CONFIGURED_YACC="$CONFIGURED_YACC" # Let the user override the test.
2750 else
2751 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
2752 ac_dummy="$PATH"
2753 for ac_dir in $ac_dummy; do
2754 test -z "$ac_dir" && ac_dir=.
2755 if test -f $ac_dir/$ac_word; then
2756 ac_cv_prog_CONFIGURED_YACC="$ac_prog"
2757 break
2759 done
2760 IFS="$ac_save_ifs"
2763 CONFIGURED_YACC="$ac_cv_prog_CONFIGURED_YACC"
2764 if test -n "$CONFIGURED_YACC"; then
2765 echo "$ac_t""$CONFIGURED_YACC" 1>&6
2766 else
2767 echo "$ac_t""no" 1>&6
2770 test -n "$CONFIGURED_YACC" && break
2771 done
2772 test -n "$CONFIGURED_YACC" || CONFIGURED_YACC="$MISSING bison -y"
2774 for ac_prog in gm4 gnum4 m4
2776 # Extract the first word of "$ac_prog", so it can be a program name with args.
2777 set dummy $ac_prog; ac_word=$2
2778 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
2779 echo "configure:2780: checking for $ac_word" >&5
2780 if eval "test \"`echo '$''{'ac_cv_prog_CONFIGURED_M4'+set}'`\" = set"; then
2781 echo $ac_n "(cached) $ac_c" 1>&6
2782 else
2783 if test -n "$CONFIGURED_M4"; then
2784 ac_cv_prog_CONFIGURED_M4="$CONFIGURED_M4" # Let the user override the test.
2785 else
2786 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
2787 ac_dummy="$PATH"
2788 for ac_dir in $ac_dummy; do
2789 test -z "$ac_dir" && ac_dir=.
2790 if test -f $ac_dir/$ac_word; then
2791 ac_cv_prog_CONFIGURED_M4="$ac_prog"
2792 break
2794 done
2795 IFS="$ac_save_ifs"
2798 CONFIGURED_M4="$ac_cv_prog_CONFIGURED_M4"
2799 if test -n "$CONFIGURED_M4"; then
2800 echo "$ac_t""$CONFIGURED_M4" 1>&6
2801 else
2802 echo "$ac_t""no" 1>&6
2805 test -n "$CONFIGURED_M4" && break
2806 done
2807 test -n "$CONFIGURED_M4" || CONFIGURED_M4="$MISSING m4"
2809 for ac_prog in flex
2811 # Extract the first word of "$ac_prog", so it can be a program name with args.
2812 set dummy $ac_prog; ac_word=$2
2813 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
2814 echo "configure:2815: checking for $ac_word" >&5
2815 if eval "test \"`echo '$''{'ac_cv_prog_CONFIGURED_FLEX'+set}'`\" = set"; then
2816 echo $ac_n "(cached) $ac_c" 1>&6
2817 else
2818 if test -n "$CONFIGURED_FLEX"; then
2819 ac_cv_prog_CONFIGURED_FLEX="$CONFIGURED_FLEX" # Let the user override the test.
2820 else
2821 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
2822 ac_dummy="$PATH"
2823 for ac_dir in $ac_dummy; do
2824 test -z "$ac_dir" && ac_dir=.
2825 if test -f $ac_dir/$ac_word; then
2826 ac_cv_prog_CONFIGURED_FLEX="$ac_prog"
2827 break
2829 done
2830 IFS="$ac_save_ifs"
2833 CONFIGURED_FLEX="$ac_cv_prog_CONFIGURED_FLEX"
2834 if test -n "$CONFIGURED_FLEX"; then
2835 echo "$ac_t""$CONFIGURED_FLEX" 1>&6
2836 else
2837 echo "$ac_t""no" 1>&6
2840 test -n "$CONFIGURED_FLEX" && break
2841 done
2842 test -n "$CONFIGURED_FLEX" || CONFIGURED_FLEX="$MISSING flex"
2844 for ac_prog in flex lex
2846 # Extract the first word of "$ac_prog", so it can be a program name with args.
2847 set dummy $ac_prog; ac_word=$2
2848 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
2849 echo "configure:2850: checking for $ac_word" >&5
2850 if eval "test \"`echo '$''{'ac_cv_prog_CONFIGURED_LEX'+set}'`\" = set"; then
2851 echo $ac_n "(cached) $ac_c" 1>&6
2852 else
2853 if test -n "$CONFIGURED_LEX"; then
2854 ac_cv_prog_CONFIGURED_LEX="$CONFIGURED_LEX" # Let the user override the test.
2855 else
2856 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
2857 ac_dummy="$PATH"
2858 for ac_dir in $ac_dummy; do
2859 test -z "$ac_dir" && ac_dir=.
2860 if test -f $ac_dir/$ac_word; then
2861 ac_cv_prog_CONFIGURED_LEX="$ac_prog"
2862 break
2864 done
2865 IFS="$ac_save_ifs"
2868 CONFIGURED_LEX="$ac_cv_prog_CONFIGURED_LEX"
2869 if test -n "$CONFIGURED_LEX"; then
2870 echo "$ac_t""$CONFIGURED_LEX" 1>&6
2871 else
2872 echo "$ac_t""no" 1>&6
2875 test -n "$CONFIGURED_LEX" && break
2876 done
2877 test -n "$CONFIGURED_LEX" || CONFIGURED_LEX="$MISSING flex"
2879 for ac_prog in makeinfo
2881 # Extract the first word of "$ac_prog", so it can be a program name with args.
2882 set dummy $ac_prog; ac_word=$2
2883 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
2884 echo "configure:2885: checking for $ac_word" >&5
2885 if eval "test \"`echo '$''{'ac_cv_prog_CONFIGURED_MAKEINFO'+set}'`\" = set"; then
2886 echo $ac_n "(cached) $ac_c" 1>&6
2887 else
2888 if test -n "$CONFIGURED_MAKEINFO"; then
2889 ac_cv_prog_CONFIGURED_MAKEINFO="$CONFIGURED_MAKEINFO" # Let the user override the test.
2890 else
2891 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
2892 ac_dummy="$PATH"
2893 for ac_dir in $ac_dummy; do
2894 test -z "$ac_dir" && ac_dir=.
2895 if test -f $ac_dir/$ac_word; then
2896 ac_cv_prog_CONFIGURED_MAKEINFO="$ac_prog"
2897 break
2899 done
2900 IFS="$ac_save_ifs"
2903 CONFIGURED_MAKEINFO="$ac_cv_prog_CONFIGURED_MAKEINFO"
2904 if test -n "$CONFIGURED_MAKEINFO"; then
2905 echo "$ac_t""$CONFIGURED_MAKEINFO" 1>&6
2906 else
2907 echo "$ac_t""no" 1>&6
2910 test -n "$CONFIGURED_MAKEINFO" && break
2911 done
2912 test -n "$CONFIGURED_MAKEINFO" || CONFIGURED_MAKEINFO="$MISSING makeinfo"
2915 # Create a .gdbinit file which runs the one in srcdir
2916 # and tells GDB to look there for source files.
2918 if test -r ${srcdir}/.gdbinit ; then
2919 case ${srcdir} in
2920 .) ;;
2921 *) cat > ./.gdbinit <<EOF
2922 # ${NO_EDIT}
2923 dir ${srcdir}
2924 dir .
2925 source ${srcdir}/.gdbinit
2928 esac
2931 # Make sure that the compiler is able to generate an executable. If it
2932 # can't, we are probably in trouble. We don't care whether we can run the
2933 # executable--we might be using a cross compiler--we only care whether it
2934 # can be created. At this point the main configure script has set CC.
2935 we_are_ok=no
2936 echo "int main () { return 0; }" > conftest.c
2937 ${CC} -o conftest ${CFLAGS} ${CPPFLAGS} ${LDFLAGS} conftest.c
2938 if test $? = 0 ; then
2939 if test -s conftest || test -s conftest.exe ; then
2940 we_are_ok=yes
2943 case $we_are_ok in
2945 echo 1>&2 "*** The command '${CC} -o conftest ${CFLAGS} ${CPPFLAGS} ${LDFLAGS} conftest.c' failed."
2946 echo 1>&2 "*** You must set the environment variable CC to a working compiler."
2947 rm -f conftest*
2948 exit 1
2950 esac
2951 rm -f conftest*
2953 # The Solaris /usr/ucb/cc compiler does not appear to work.
2954 case "${host}" in
2955 sparc-sun-solaris2*)
2956 CCBASE="`echo ${CC-cc} | sed 's/ .*$//'`"
2957 if test "`type $CCBASE | sed 's/^[^/]*//'`" = "/usr/ucb/cc" ; then
2958 could_use=
2959 test -d /opt/SUNWspro/bin && could_use="/opt/SUNWspro/bin"
2960 if test -d /opt/cygnus/bin ; then
2961 if test "$could_use" = "" ; then
2962 could_use="/opt/cygnus/bin"
2963 else
2964 could_use="$could_use or /opt/cygnus/bin"
2967 if test "$could_use" = "" ; then
2968 echo "Warning: compilation may fail because you're using"
2969 echo "/usr/ucb/cc. You should change your PATH or CC "
2970 echo "variable and rerun configure."
2971 else
2972 echo "Warning: compilation may fail because you're using"
2973 echo "/usr/ucb/cc, when you should use the C compiler from"
2974 echo "$could_use. You should change your"
2975 echo "PATH or CC variable and rerun configure."
2979 esac
2981 # If --enable-shared was set, we must set LD_LIBRARY_PATH so that the
2982 # binutils tools will find libbfd.so.
2983 case "${enable_shared}" in
2984 no | "") SET_LIB_PATH= ;;
2985 *) SET_LIB_PATH="\$(REALLY_SET_LIB_PATH)" ;;
2986 esac
2988 case "${host}" in
2989 *-*-hpux*) RPATH_ENVVAR=SHLIB_PATH ;;
2990 *) RPATH_ENVVAR=LD_LIBRARY_PATH ;;
2991 esac
2993 # Record target_configdirs and the configure arguments for target and
2994 # build configuration in Makefile.
2995 target_configdirs=`echo "${target_configdirs}" | sed -e 's/target-//g'`
2996 build_configdirs=`echo "${build_configdirs}" | sed -e 's/build-//g'`
2998 # Determine whether gdb needs tk/tcl or not.
2999 # Use 'maybe' since enable_gdbtk might be true even if tk isn't available
3000 # and in that case we want gdb to be built without tk. Ugh!
3001 # In fact I believe gdb is the *only* package directly dependent on tk,
3002 # so we should be able to put the 'maybe's in unconditionally and
3003 # leave out the maybe dependencies when enable_gdbtk is false. I'm not
3004 # 100% sure that that's safe though.
3006 gdb_tk="maybe-all-tcl maybe-all-tk maybe-all-itcl maybe-all-tix maybe-all-libgui"
3007 case "$enable_gdbtk" in
3009 GDB_TK="" ;;
3010 yes)
3011 GDB_TK="${gdb_tk}" ;;
3013 # Only add the dependency on gdbtk when GDBtk is part of the gdb
3014 # distro. Eventually someone will fix this and move Insight, nee
3015 # gdbtk to a separate directory.
3016 if test -d ${srcdir}/gdb/gdbtk ; then
3017 GDB_TK="${gdb_tk}"
3018 else
3019 GDB_TK=""
3022 esac
3024 # Strip out unwanted targets.
3026 # While at that, we remove Makefiles if we were started for recursive
3027 # configuration, so that the top-level Makefile reconfigures them,
3028 # like we used to do when configure itself was recursive.
3030 # Loop over modules. $extrasub must be used with care, limiting as
3031 # much as possible the usage of range addresses. That's because autoconf
3032 # splits the sed script to overcome limits in the number of commands,
3033 # and relying on carefully-timed sed passes may turn out to be very hard
3034 # to maintain later. In this particular case, you just have to be careful
3035 # not to nest @if/@endif pairs, because configure will not warn you at all.
3037 # Check whether --enable-bootstrap or --disable-bootstrap was given.
3038 if test "${enable_bootstrap+set}" = set; then
3039 enableval="$enable_bootstrap"
3041 else
3042 enable_bootstrap=no
3045 if test -d ${srcdir}/gcc; then
3046 case "$host:$target:$enable_bootstrap" in
3047 $build:$build:yes | *:no) ;;
3048 *:yes) { echo "configure: error: cannot bootstrap a cross-compiler" 1>&2; exit 1; } ;;
3049 *) { echo "configure: error: invalid option for --enable-bootstrap" 1>&2; exit 1; } ;;
3050 esac
3051 else
3052 if test $enable_bootstrap = yes; then
3053 { echo "configure: error: cannot bootstrap without a compiler" 1>&2; exit 1; }
3057 case "$enable_bootstrap" in
3058 yes)
3059 default_target=bootstrap
3060 bootstrap_suffix=bootstrap ;;
3062 default_target=all
3063 bootstrap_suffix=no-bootstrap ;;
3064 esac
3067 for module in ${build_configdirs} ; do
3068 if test -z "${no_recursion}" \
3069 && test -f ${build_subdir}/${module}/Makefile; then
3070 echo 1>&2 "*** removing ${build_subdir}/${module}/Makefile to force reconfigure"
3071 rm -f ${build_subdir}/${module}/Makefile
3073 extrasub="$extrasub
3074 /^@if build-$module\$/d
3075 /^@endif build-$module\$/d
3076 /^@if build-$module-$bootstrap_suffix\$/d
3077 /^@endif build-$module-$bootstrap_suffix\$/d"
3078 done
3079 for module in ${configdirs} ; do
3080 if test -z "${no_recursion}" \
3081 && test -f ${module}/Makefile; then
3082 echo 1>&2 "*** removing ${module}/Makefile to force reconfigure"
3083 rm -f ${module}/Makefile
3085 extrasub="$extrasub
3086 /^@if $module\$/d
3087 /^@endif $module\$/d
3088 /^@if $module-$bootstrap_suffix\$/d
3089 /^@endif $module-$bootstrap_suffix\$/d"
3090 done
3091 for module in ${target_configdirs} ; do
3092 if test -z "${no_recursion}" \
3093 && test -f ${target_subdir}/${module}/Makefile; then
3094 echo 1>&2 "*** removing ${target_subdir}/${module}/Makefile to force reconfigure"
3095 rm -f ${target_subdir}/${module}/Makefile
3097 extrasub="$extrasub
3098 /^@if target-$module\$/d
3099 /^@endif target-$module\$/d
3100 /^@if target-$module-$bootstrap_suffix\$/d
3101 /^@endif target-$module-$bootstrap_suffix\$/d"
3102 done
3104 extrasub="$extrasub
3105 /^@if /,/^@endif /d"
3107 # Create the serialization dependencies. This uses a temporary file.
3109 # Check whether --enable-serial-configure or --disable-serial-configure was given.
3110 if test "${enable_serial_configure+set}" = set; then
3111 enableval="$enable_serial_configure"
3116 case ${enable_serial_configure} in
3117 yes)
3118 enable_serial_build_configure=yes
3119 enable_serial_host_configure=yes
3120 enable_serial_target_configure=yes
3122 esac
3124 # These force 'configure's to be done one at a time, to avoid problems
3125 # with contention over a shared config.cache.
3126 rm -f serdep.tmp
3127 echo '# serdep.tmp' > serdep.tmp
3128 olditem=
3129 test "x${enable_serial_build_configure}" = xyes &&
3130 for item in ${build_configdirs} ; do
3131 case ${olditem} in
3132 "") ;;
3133 *) echo "configure-build-${item}: configure-build-${olditem}" >> serdep.tmp ;;
3134 esac
3135 olditem=${item}
3136 done
3137 olditem=
3138 test "x${enable_serial_host_configure}" = xyes &&
3139 for item in ${configdirs} ; do
3140 case ${olditem} in
3141 "") ;;
3142 *) echo "configure-${item}: configure-${olditem}" >> serdep.tmp ;;
3143 esac
3144 olditem=${item}
3145 done
3146 olditem=
3147 test "x${enable_serial_target_configure}" = xyes &&
3148 for item in ${target_configdirs} ; do
3149 case ${olditem} in
3150 "") ;;
3151 *) echo "configure-target-${item}: configure-target-${olditem}" >> serdep.tmp ;;
3152 esac
3153 olditem=${item}
3154 done
3155 serialization_dependencies=serdep.tmp
3158 # Base args. Strip norecursion, cache-file, srcdir, host, build,
3159 # target and nonopt. These are the ones we might not want to pass
3160 # down to subconfigures. Also strip program-prefix, program-suffix,
3161 # and program-transform-name, so that we can pass down a consistent
3162 # program-transform-name. If autoconf has put single quotes around
3163 # any of these arguments (because they contain shell metacharacters)
3164 # then this will fail; in practice this only happens for
3165 # --program-transform-name, so be sure to override --program-transform-name
3166 # at the end of the argument list.
3167 # These will be expanded by make, so quote '$'.
3168 cat <<\EOF_SED > conftestsed
3169 s/ --no[^ ]*/ /g
3170 s/ --c[a-z-]*[= ][^ ]*//g
3171 s/ --sr[a-z-]*[= ][^ ]*//g
3172 s/ --ho[a-z-]*[= ][^ ]*//g
3173 s/ --bu[a-z-]*[= ][^ ]*//g
3174 s/ --t[a-z-]*[= ][^ ]*//g
3175 s/ --program-[pst][a-z-]*[= ][^ ]*//g
3176 s/ -cache-file[= ][^ ]*//g
3177 s/ -srcdir[= ][^ ]*//g
3178 s/ -host[= ][^ ]*//g
3179 s/ -build[= ][^ ]*//g
3180 s/ -target[= ][^ ]*//g
3181 s/ -program-prefix[= ][^ ]*//g
3182 s/ -program-suffix[= ][^ ]*//g
3183 s/ -program-transform-name[= ][^ ]*//g
3184 s/ [^' -][^ ]* / /
3185 s/^ *//;s/ *$//
3186 s,\$,$$,g
3187 EOF_SED
3188 sed -f conftestsed <<EOF_SED > conftestsed.out
3189 ${ac_configure_args}
3190 EOF_SED
3191 baseargs=`cat conftestsed.out`
3192 rm -f conftestsed conftestsed.out
3194 # Add in --program-transform-name, after --program-prefix and
3195 # --program-suffix have been applied to it. Autoconf has already
3196 # doubled dollar signs and backslashes in program_transform_name; we want
3197 # the backslashes un-doubled, and then the entire thing wrapped in single
3198 # quotes, because this will be expanded first by make and then by the shell.
3199 # Also, because we want to override the logic in subdir configure scripts to
3200 # choose program_transform_name, replace any s,x,x, with s,y,y,.
3201 sed -e "s,\\\\\\\\,\\\\,g; s,','\\\\'',g; s/s,x,x,/s,y,y,/" <<EOF_SED > conftestsed.out
3202 ${program_transform_name}
3203 EOF_SED
3204 gcc_transform_name=`cat conftestsed.out`
3205 rm -f conftestsed.out
3206 baseargs="$baseargs --program-transform-name='${gcc_transform_name}'"
3208 # For the build-side libraries, we just need to pretend we're native,
3209 # and not use the same cache file. Multilibs are neither needed nor
3210 # desired.
3211 build_configargs="--cache-file=../config.cache --build=${build_alias} --host=${build_alias} ${baseargs}"
3213 # For host modules, accept cache file option, or specification as blank.
3214 case "${cache_file}" in
3215 "") # empty
3216 cache_file_option="" ;;
3217 /* | [A-Za-z]:[\\/]* ) # absolute path
3218 cache_file_option="--cache-file=${cache_file}" ;;
3219 *) # relative path
3220 cache_file_option="--cache-file=../${cache_file}" ;;
3221 esac
3223 # Host dirs don't like to share a cache file either, horribly enough.
3224 # This seems to be due to autoconf 2.5x stupidity.
3225 host_configargs="--cache-file=./config.cache --build=${build_alias} --host=${host_alias} --target=${target_alias} ${extra_host_args} ${baseargs}"
3227 target_configargs=${baseargs}
3229 # Passing a --with-cross-host argument lets the target libraries know
3230 # whether they are being built with a cross-compiler or being built
3231 # native. However, it would be better to use other mechanisms to make the
3232 # sorts of decisions they want to make on this basis. Please consider
3233 # this option to be deprecated. FIXME.
3234 if test x${is_cross_compiler} = xyes ; then
3235 target_configargs="--with-cross-host=${host_alias} ${target_configargs}"
3238 # Default to --enable-multilib.
3239 if test x${enable_multilib} = x ; then
3240 target_configargs="--enable-multilib ${target_configargs}"
3243 # Pass --with-newlib if appropriate. Note that target_configdirs has
3244 # changed from the earlier setting of with_newlib.
3245 if test x${with_newlib} != xno && echo " ${target_configdirs} " | grep " newlib " > /dev/null 2>&1 && test -d ${srcdir}/newlib ; then
3246 target_configargs="--with-newlib ${target_configargs}"
3249 # Different target subdirs use different values of certain variables
3250 # (notably CXX). Worse, multilibs use *lots* of different values.
3251 # Worse yet, autoconf 2.5x makes some of these 'precious', meaning that
3252 # it doesn't automatically accept command-line overrides of them.
3253 # This means it's not safe for target subdirs to share a cache file,
3254 # which is disgusting, but there you have it. Hopefully this can be
3255 # fixed in future. It's still worthwhile to use a cache file for each
3256 # directory. I think.
3258 # Pass the appropriate --host, --build, and --cache-file arguments.
3259 target_configargs="--cache-file=./config.cache --host=${target_alias} --build=${build_alias} ${target_configargs}"
3261 # provide a proper gxx_include_dir.
3262 # Note, if you change the default, make sure to fix both here and in
3263 # the gcc and libstdc++-v3 subdirectories.
3264 # Check whether --with-gxx-include-dir or --without-gxx-include-dir was given.
3265 case "${with_gxx_include_dir}" in
3266 yes)
3267 { echo "configure: error: --with-gxx-include-dir=[dir] requires a directory" 1>&2; exit 1; }
3269 no | "")
3270 case "${enable_version_specific_runtime_libs}" in
3271 yes) gxx_include_dir='${libsubdir}/include/c++' ;;
3273 . ${srcdir}/config.if
3274 gxx_include_dir='${prefix}/include/'${libstdcxx_incdir} ;;
3275 esac ;;
3276 *) gxx_include_dir=${with_gxx_include_dir} ;;
3277 esac
3279 FLAGS_FOR_TARGET=
3280 case " $target_configdirs " in
3281 *" newlib "*)
3282 case " $target_configargs " in
3283 *" --with-newlib "*)
3284 case "$target" in
3285 *-cygwin*)
3286 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' ;;
3287 esac
3289 # If we're not building GCC, don't discard standard headers.
3290 if test -d ${srcdir}/gcc; then
3291 FLAGS_FOR_TARGET=$FLAGS_FOR_TARGET' -nostdinc'
3293 if test "${build}" != "${host}"; then
3294 # On Canadian crosses, CC_FOR_TARGET will have already been set
3295 # by `configure', so we won't have an opportunity to add -Bgcc/
3296 # to it. This is right: we don't want to search that directory
3297 # for binaries, but we want the header files in there, so add
3298 # them explicitly.
3299 FLAGS_FOR_TARGET=$FLAGS_FOR_TARGET' -isystem $$r/gcc/include'
3301 # Someone might think of using the pre-installed headers on
3302 # Canadian crosses, in case the installed compiler is not fully
3303 # compatible with the compiler being built. In this case, it
3304 # would be better to flag an error than risking having
3305 # incompatible object files being constructed. We can't
3306 # guarantee that an error will be flagged, but let's hope the
3307 # compiler will do it, when presented with incompatible header
3308 # files.
3312 case "${target}-${is_cross_compiler}" in
3313 i[3456789]86-*-linux*-no)
3314 # Here host == target, so we don't need to build gcc,
3315 # so we don't want to discard standard headers.
3316 FLAGS_FOR_TARGET=`echo " $FLAGS_FOR_TARGET " | sed -e 's/ -nostdinc / /'`
3319 # If we're building newlib, use its generic headers last, but search
3320 # for any libc-related directories first (so make it the last -B
3321 # switch).
3322 FLAGS_FOR_TARGET=$FLAGS_FOR_TARGET' -B$$r/$(TARGET_SUBDIR)/newlib/ -isystem $$r/$(TARGET_SUBDIR)/newlib/targ-include -isystem $$s/newlib/libc/include'
3324 esac
3326 esac
3328 esac
3330 # Allow the user to override the flags for
3331 # our build compiler if desired.
3332 CFLAGS_FOR_BUILD=${CFLAGS_FOR_BUILD-${CFLAGS}}
3334 # On Canadian crosses, we'll be searching the right directories for
3335 # the previously-installed cross compiler, so don't bother to add
3336 # flags for directories within the install tree of the compiler
3337 # being built; programs in there won't even run.
3338 if test "${build}" = "${host}" && test -d ${srcdir}/gcc; then
3339 # Search for pre-installed headers if nothing else fits.
3340 FLAGS_FOR_TARGET=$FLAGS_FOR_TARGET' -B$(build_tooldir)/bin/ -B$(build_tooldir)/lib/ -isystem $(build_tooldir)/include -isystem $(build_tooldir)/sys-include'
3343 if test "x${use_gnu_ld}" = x &&
3344 echo " ${configdirs} " | grep " ld " > /dev/null ; then
3345 # Arrange for us to find uninstalled linker scripts.
3346 FLAGS_FOR_TARGET=$FLAGS_FOR_TARGET' -L$$r/ld'
3349 if test "x${CC_FOR_TARGET+set}" = xset; then
3351 elif test -d ${srcdir}/gcc; then
3352 CC_FOR_TARGET='$$r/gcc/xgcc -B$$r/gcc/'
3353 elif test "$host" = "$target"; then
3354 CC_FOR_TARGET='$(CC)'
3355 else
3356 CC_FOR_TARGET=`echo gcc | sed "${program_transform_name}"`
3358 CC_FOR_TARGET=$CC_FOR_TARGET' $(FLAGS_FOR_TARGET)'
3360 if test "x${GCJ_FOR_TARGET+set}" = xset; then
3362 elif test -d ${srcdir}/gcc; then
3363 GCJ_FOR_TARGET='$$r/gcc/gcj -B$$r/gcc/'
3364 elif test "$host" = "$target"; then
3365 GCJ_FOR_TARGET='gcj'
3366 else
3367 GCJ_FOR_TARGET=`echo gcj | sed "${program_transform_name}"`
3369 GCJ_FOR_TARGET=$GCJ_FOR_TARGET' $(FLAGS_FOR_TARGET)'
3371 if test "x${GFORTRAN_FOR_TARGET+set}" = xset; then
3373 elif test -d ${srcdir}/gcc; then
3374 GFORTRAN_FOR_TARGET='$$r/gcc/gfortran -B$$r/gcc/'
3375 elif test "$host" = "$target"; then
3376 GFORTRAN_FOR_TARGET='gfortran'
3377 else
3378 GFORTRAN_FOR_TARGET=`echo gfortran | sed "${program_transform_name}"`
3380 case $GFORTRAN_FOR_TARGET in
3381 *' $(FLAGS_FOR_TARGET)') ;;
3382 *) GFORTRAN_FOR_TARGET=$GFORTRAN_FOR_TARGET' $(FLAGS_FOR_TARGET)' ;;
3383 esac
3385 # Don't use libstdc++-v3's flags to configure/build itself.
3386 libstdcxx_flags='`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'
3387 raw_libstdcxx_flags='-L$$r/$(TARGET_SUBDIR)/libstdc++-v3/src -L$$r/$(TARGET_SUBDIR)/libstdc++-v3/src/.libs'
3389 if test "x${CXX_FOR_TARGET+set}" = xset; then
3390 if test "x${RAW_CXX_FOR_TARGET+set}" != xset; then
3391 RAW_CXX_FOR_TARGET=${CXX_FOR_TARGET}
3393 elif test -d ${srcdir}/gcc; then
3394 # We add -shared-libgcc to CXX_FOR_TARGET whenever we use xgcc instead
3395 # of g++ for linking C++ or Java, because g++ has -shared-libgcc by
3396 # default whereas gcc does not.
3397 # RAW_CXX_FOR_TARGET is for linking C++ or java; CXX_FOR_TARGET is for
3398 # all other cases.
3399 CXX_FOR_TARGET='$$r/gcc/g++ -B$$r/gcc/ -nostdinc++ '$libstdcxx_flags
3400 RAW_CXX_FOR_TARGET='$$r/gcc/xgcc -shared-libgcc -B$$r/gcc/ -nostdinc++ '$raw_libstdcxx_flags
3401 elif test "$host" = "$target"; then
3402 CXX_FOR_TARGET='$(CXX)'
3403 RAW_CXX_FOR_TARGET=${CXX_FOR_TARGET}
3404 else
3405 CXX_FOR_TARGET=`echo c++ | sed "${program_transform_name}"`
3406 RAW_CXX_FOR_TARGET=${CXX_FOR_TARGET}
3408 CXX_FOR_TARGET=$CXX_FOR_TARGET' $(FLAGS_FOR_TARGET)'
3409 RAW_CXX_FOR_TARGET=$RAW_CXX_FOR_TARGET' $(FLAGS_FOR_TARGET)'
3411 qCXX_FOR_TARGET=`echo "$CXX_FOR_TARGET" | sed 's,[&%],\\\&,g'`
3412 qRAW_CXX_FOR_TARGET=`echo "$RAW_CXX_FOR_TARGET" | sed 's,[&%],\\\&,g'`
3414 # We want to defer the evaluation of `cmd`s and shell variables in
3415 # CXX_FOR_TARGET when recursing in the top-level Makefile, such as for
3416 # bootstrap. We'll enclose CXX_FOR_TARGET_FOR_RECURSIVE_MAKE in single
3417 # quotes, but we still have to duplicate `$'s so that shell variables
3418 # can be expanded by the nested make as shell variables, not as make
3419 # macros.
3420 qqCXX_FOR_TARGET=`echo "$qCXX_FOR_TARGET" | sed -e 's,[$][$],$$$$,g'`
3421 qqRAW_CXX_FOR_TARGET=`echo "$qRAW_CXX_FOR_TARGET" | sed -e 's,[$][$],$$$$,g'`
3423 # Wrap CC_FOR_TARGET and friends, for certain types of builds.
3424 CC_FOR_TARGET="\$(STAGE_CC_WRAPPER) ${CC_FOR_TARGET}"
3425 GCJ_FOR_TARGET="\$(STAGE_CC_WRAPPER) ${GCJ_FOR_TARGET}"
3426 GFORTRAN_FOR_TARGET="\$(STAGE_CC_WRAPPER) ${GFORTRAN_FOR_TARGET}"
3427 CXX_FOR_TARGET="\$(STAGE_CC_WRAPPER) ${qCXX_FOR_TARGET}"
3428 RAW_CXX_FOR_TARGET="\$(STAGE_CC_WRAPPER) ${qRAW_CXX_FOR_TARGET}"
3429 CXX_FOR_TARGET_FOR_RECURSIVE_MAKE="\$(STAGE_CC_WRAPPER) ${qqCXX_FOR_TARGET}"
3430 RAW_CXX_FOR_TARGET_FOR_RECURSIVE_MAKE="\$(STAGE_CC_WRAPPER) ${qqRAW_CXX_FOR_TARGET}"
3432 # Makefile fragments.
3433 host_makefile_frag=${srcdir}/${host_makefile_frag}
3434 target_makefile_frag=${srcdir}/${target_makefile_frag}
3435 alphaieee_frag=${srcdir}/${alphaieee_frag}
3436 ospace_frag=${srcdir}/${ospace_frag}
3442 # Miscellanea: directories, flags, etc.
3456 # Build module lists & subconfigure args.
3460 # Host module lists & subconfigure args.
3464 # Target module lists & subconfigure args.
3468 # Build tools.
3472 # Host tools.
3473 ncn_tool_prefix=
3474 test -n "$host_alias" && ncn_tool_prefix=$host_alias-
3475 ncn_target_tool_prefix=
3476 test -n "$target_alias" && ncn_target_tool_prefix=$target_alias-
3478 if test -n "$ncn_tool_prefix"; then
3479 # Extract the first word of "${ncn_tool_prefix}ar", so it can be a program name with args.
3480 set dummy ${ncn_tool_prefix}ar; ac_word=$2
3481 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
3482 echo "configure:3483: checking for $ac_word" >&5
3483 if eval "test \"`echo '$''{'ac_cv_prog_AR'+set}'`\" = set"; then
3484 echo $ac_n "(cached) $ac_c" 1>&6
3485 else
3486 if test -n "$AR"; then
3487 ac_cv_prog_AR="$AR" # Let the user override the test.
3488 else
3489 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
3490 ac_dummy="$PATH"
3491 for ac_dir in $ac_dummy; do
3492 test -z "$ac_dir" && ac_dir=.
3493 if test -f $ac_dir/$ac_word; then
3494 ac_cv_prog_AR="${ncn_tool_prefix}ar"
3495 break
3497 done
3498 IFS="$ac_save_ifs"
3501 AR="$ac_cv_prog_AR"
3502 if test -n "$AR"; then
3503 echo "$ac_t""$AR" 1>&6
3504 else
3505 echo "$ac_t""no" 1>&6
3509 if test -z "$ac_cv_prog_AR" ; then
3510 if test $build = $host ; then
3511 ncn_cv_AR=$AR
3512 # Extract the first word of "ar", so it can be a program name with args.
3513 set dummy ar; ac_word=$2
3514 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
3515 echo "configure:3516: checking for $ac_word" >&5
3516 if eval "test \"`echo '$''{'ac_cv_prog_ncn_cv_AR'+set}'`\" = set"; then
3517 echo $ac_n "(cached) $ac_c" 1>&6
3518 else
3519 if test -n "$ncn_cv_AR"; then
3520 ac_cv_prog_ncn_cv_AR="$ncn_cv_AR" # Let the user override the test.
3521 else
3522 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
3523 ac_dummy="$PATH"
3524 for ac_dir in $ac_dummy; do
3525 test -z "$ac_dir" && ac_dir=.
3526 if test -f $ac_dir/$ac_word; then
3527 ac_cv_prog_ncn_cv_AR="ar"
3528 break
3530 done
3531 IFS="$ac_save_ifs"
3532 test -z "$ac_cv_prog_ncn_cv_AR" && ac_cv_prog_ncn_cv_AR="ar"
3535 ncn_cv_AR="$ac_cv_prog_ncn_cv_AR"
3536 if test -n "$ncn_cv_AR"; then
3537 echo "$ac_t""$ncn_cv_AR" 1>&6
3538 else
3539 echo "$ac_t""no" 1>&6
3542 AR=$ncn_cv_AR
3543 else
3544 AR="${ncn_tool_prefix}ar"
3546 else
3547 AR="$ac_cv_prog_AR"
3550 if test -n "$ncn_tool_prefix"; then
3551 # Extract the first word of "${ncn_tool_prefix}as", so it can be a program name with args.
3552 set dummy ${ncn_tool_prefix}as; ac_word=$2
3553 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
3554 echo "configure:3555: checking for $ac_word" >&5
3555 if eval "test \"`echo '$''{'ac_cv_prog_AS'+set}'`\" = set"; then
3556 echo $ac_n "(cached) $ac_c" 1>&6
3557 else
3558 if test -n "$AS"; then
3559 ac_cv_prog_AS="$AS" # Let the user override the test.
3560 else
3561 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
3562 ac_dummy="$PATH"
3563 for ac_dir in $ac_dummy; do
3564 test -z "$ac_dir" && ac_dir=.
3565 if test -f $ac_dir/$ac_word; then
3566 ac_cv_prog_AS="${ncn_tool_prefix}as"
3567 break
3569 done
3570 IFS="$ac_save_ifs"
3573 AS="$ac_cv_prog_AS"
3574 if test -n "$AS"; then
3575 echo "$ac_t""$AS" 1>&6
3576 else
3577 echo "$ac_t""no" 1>&6
3581 if test -z "$ac_cv_prog_AS" ; then
3582 if test $build = $host ; then
3583 ncn_cv_AS=$AS
3584 # Extract the first word of "as", so it can be a program name with args.
3585 set dummy as; ac_word=$2
3586 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
3587 echo "configure:3588: checking for $ac_word" >&5
3588 if eval "test \"`echo '$''{'ac_cv_prog_ncn_cv_AS'+set}'`\" = set"; then
3589 echo $ac_n "(cached) $ac_c" 1>&6
3590 else
3591 if test -n "$ncn_cv_AS"; then
3592 ac_cv_prog_ncn_cv_AS="$ncn_cv_AS" # Let the user override the test.
3593 else
3594 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
3595 ac_dummy="$PATH"
3596 for ac_dir in $ac_dummy; do
3597 test -z "$ac_dir" && ac_dir=.
3598 if test -f $ac_dir/$ac_word; then
3599 ac_cv_prog_ncn_cv_AS="as"
3600 break
3602 done
3603 IFS="$ac_save_ifs"
3604 test -z "$ac_cv_prog_ncn_cv_AS" && ac_cv_prog_ncn_cv_AS="as"
3607 ncn_cv_AS="$ac_cv_prog_ncn_cv_AS"
3608 if test -n "$ncn_cv_AS"; then
3609 echo "$ac_t""$ncn_cv_AS" 1>&6
3610 else
3611 echo "$ac_t""no" 1>&6
3614 AS=$ncn_cv_AS
3615 else
3616 AS="${ncn_tool_prefix}as"
3618 else
3619 AS="$ac_cv_prog_AS"
3622 if test -n "$ncn_tool_prefix"; then
3623 # Extract the first word of "${ncn_tool_prefix}dlltool", so it can be a program name with args.
3624 set dummy ${ncn_tool_prefix}dlltool; ac_word=$2
3625 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
3626 echo "configure:3627: checking for $ac_word" >&5
3627 if eval "test \"`echo '$''{'ac_cv_prog_DLLTOOL'+set}'`\" = set"; then
3628 echo $ac_n "(cached) $ac_c" 1>&6
3629 else
3630 if test -n "$DLLTOOL"; then
3631 ac_cv_prog_DLLTOOL="$DLLTOOL" # Let the user override the test.
3632 else
3633 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
3634 ac_dummy="$PATH"
3635 for ac_dir in $ac_dummy; do
3636 test -z "$ac_dir" && ac_dir=.
3637 if test -f $ac_dir/$ac_word; then
3638 ac_cv_prog_DLLTOOL="${ncn_tool_prefix}dlltool"
3639 break
3641 done
3642 IFS="$ac_save_ifs"
3645 DLLTOOL="$ac_cv_prog_DLLTOOL"
3646 if test -n "$DLLTOOL"; then
3647 echo "$ac_t""$DLLTOOL" 1>&6
3648 else
3649 echo "$ac_t""no" 1>&6
3653 if test -z "$ac_cv_prog_DLLTOOL" ; then
3654 if test $build = $host ; then
3655 ncn_cv_DLLTOOL=$DLLTOOL
3656 # Extract the first word of "dlltool", so it can be a program name with args.
3657 set dummy dlltool; ac_word=$2
3658 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
3659 echo "configure:3660: checking for $ac_word" >&5
3660 if eval "test \"`echo '$''{'ac_cv_prog_ncn_cv_DLLTOOL'+set}'`\" = set"; then
3661 echo $ac_n "(cached) $ac_c" 1>&6
3662 else
3663 if test -n "$ncn_cv_DLLTOOL"; then
3664 ac_cv_prog_ncn_cv_DLLTOOL="$ncn_cv_DLLTOOL" # Let the user override the test.
3665 else
3666 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
3667 ac_dummy="$PATH"
3668 for ac_dir in $ac_dummy; do
3669 test -z "$ac_dir" && ac_dir=.
3670 if test -f $ac_dir/$ac_word; then
3671 ac_cv_prog_ncn_cv_DLLTOOL="dlltool"
3672 break
3674 done
3675 IFS="$ac_save_ifs"
3676 test -z "$ac_cv_prog_ncn_cv_DLLTOOL" && ac_cv_prog_ncn_cv_DLLTOOL="dlltool"
3679 ncn_cv_DLLTOOL="$ac_cv_prog_ncn_cv_DLLTOOL"
3680 if test -n "$ncn_cv_DLLTOOL"; then
3681 echo "$ac_t""$ncn_cv_DLLTOOL" 1>&6
3682 else
3683 echo "$ac_t""no" 1>&6
3686 DLLTOOL=$ncn_cv_DLLTOOL
3687 else
3688 DLLTOOL="${ncn_tool_prefix}dlltool"
3690 else
3691 DLLTOOL="$ac_cv_prog_DLLTOOL"
3694 if test -n "$ncn_tool_prefix"; then
3695 # Extract the first word of "${ncn_tool_prefix}ld", so it can be a program name with args.
3696 set dummy ${ncn_tool_prefix}ld; ac_word=$2
3697 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
3698 echo "configure:3699: checking for $ac_word" >&5
3699 if eval "test \"`echo '$''{'ac_cv_prog_LD'+set}'`\" = set"; then
3700 echo $ac_n "(cached) $ac_c" 1>&6
3701 else
3702 if test -n "$LD"; then
3703 ac_cv_prog_LD="$LD" # Let the user override the test.
3704 else
3705 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
3706 ac_dummy="$PATH"
3707 for ac_dir in $ac_dummy; do
3708 test -z "$ac_dir" && ac_dir=.
3709 if test -f $ac_dir/$ac_word; then
3710 ac_cv_prog_LD="${ncn_tool_prefix}ld"
3711 break
3713 done
3714 IFS="$ac_save_ifs"
3717 LD="$ac_cv_prog_LD"
3718 if test -n "$LD"; then
3719 echo "$ac_t""$LD" 1>&6
3720 else
3721 echo "$ac_t""no" 1>&6
3725 if test -z "$ac_cv_prog_LD" ; then
3726 if test $build = $host ; then
3727 ncn_cv_LD=$LD
3728 # Extract the first word of "ld", so it can be a program name with args.
3729 set dummy ld; ac_word=$2
3730 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
3731 echo "configure:3732: checking for $ac_word" >&5
3732 if eval "test \"`echo '$''{'ac_cv_prog_ncn_cv_LD'+set}'`\" = set"; then
3733 echo $ac_n "(cached) $ac_c" 1>&6
3734 else
3735 if test -n "$ncn_cv_LD"; then
3736 ac_cv_prog_ncn_cv_LD="$ncn_cv_LD" # Let the user override the test.
3737 else
3738 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
3739 ac_dummy="$PATH"
3740 for ac_dir in $ac_dummy; do
3741 test -z "$ac_dir" && ac_dir=.
3742 if test -f $ac_dir/$ac_word; then
3743 ac_cv_prog_ncn_cv_LD="ld"
3744 break
3746 done
3747 IFS="$ac_save_ifs"
3748 test -z "$ac_cv_prog_ncn_cv_LD" && ac_cv_prog_ncn_cv_LD="ld"
3751 ncn_cv_LD="$ac_cv_prog_ncn_cv_LD"
3752 if test -n "$ncn_cv_LD"; then
3753 echo "$ac_t""$ncn_cv_LD" 1>&6
3754 else
3755 echo "$ac_t""no" 1>&6
3758 LD=$ncn_cv_LD
3759 else
3760 LD="${ncn_tool_prefix}ld"
3762 else
3763 LD="$ac_cv_prog_LD"
3766 if test -n "$ncn_tool_prefix"; then
3767 # Extract the first word of "${ncn_tool_prefix}nm", so it can be a program name with args.
3768 set dummy ${ncn_tool_prefix}nm; ac_word=$2
3769 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
3770 echo "configure:3771: checking for $ac_word" >&5
3771 if eval "test \"`echo '$''{'ac_cv_prog_NM'+set}'`\" = set"; then
3772 echo $ac_n "(cached) $ac_c" 1>&6
3773 else
3774 if test -n "$NM"; then
3775 ac_cv_prog_NM="$NM" # Let the user override the test.
3776 else
3777 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
3778 ac_dummy="$PATH"
3779 for ac_dir in $ac_dummy; do
3780 test -z "$ac_dir" && ac_dir=.
3781 if test -f $ac_dir/$ac_word; then
3782 ac_cv_prog_NM="${ncn_tool_prefix}nm"
3783 break
3785 done
3786 IFS="$ac_save_ifs"
3789 NM="$ac_cv_prog_NM"
3790 if test -n "$NM"; then
3791 echo "$ac_t""$NM" 1>&6
3792 else
3793 echo "$ac_t""no" 1>&6
3797 if test -z "$ac_cv_prog_NM" ; then
3798 if test $build = $host ; then
3799 ncn_cv_NM=$NM
3800 # Extract the first word of "nm", so it can be a program name with args.
3801 set dummy nm; ac_word=$2
3802 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
3803 echo "configure:3804: checking for $ac_word" >&5
3804 if eval "test \"`echo '$''{'ac_cv_prog_ncn_cv_NM'+set}'`\" = set"; then
3805 echo $ac_n "(cached) $ac_c" 1>&6
3806 else
3807 if test -n "$ncn_cv_NM"; then
3808 ac_cv_prog_ncn_cv_NM="$ncn_cv_NM" # Let the user override the test.
3809 else
3810 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
3811 ac_dummy="$PATH"
3812 for ac_dir in $ac_dummy; do
3813 test -z "$ac_dir" && ac_dir=.
3814 if test -f $ac_dir/$ac_word; then
3815 ac_cv_prog_ncn_cv_NM="nm"
3816 break
3818 done
3819 IFS="$ac_save_ifs"
3820 test -z "$ac_cv_prog_ncn_cv_NM" && ac_cv_prog_ncn_cv_NM="nm"
3823 ncn_cv_NM="$ac_cv_prog_ncn_cv_NM"
3824 if test -n "$ncn_cv_NM"; then
3825 echo "$ac_t""$ncn_cv_NM" 1>&6
3826 else
3827 echo "$ac_t""no" 1>&6
3830 NM=$ncn_cv_NM
3831 else
3832 NM="${ncn_tool_prefix}nm"
3834 else
3835 NM="$ac_cv_prog_NM"
3838 if test -n "$ncn_tool_prefix"; then
3839 # Extract the first word of "${ncn_tool_prefix}ranlib", so it can be a program name with args.
3840 set dummy ${ncn_tool_prefix}ranlib; ac_word=$2
3841 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
3842 echo "configure:3843: checking for $ac_word" >&5
3843 if eval "test \"`echo '$''{'ac_cv_prog_RANLIB'+set}'`\" = set"; then
3844 echo $ac_n "(cached) $ac_c" 1>&6
3845 else
3846 if test -n "$RANLIB"; then
3847 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
3848 else
3849 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
3850 ac_dummy="$PATH"
3851 for ac_dir in $ac_dummy; do
3852 test -z "$ac_dir" && ac_dir=.
3853 if test -f $ac_dir/$ac_word; then
3854 ac_cv_prog_RANLIB="${ncn_tool_prefix}ranlib"
3855 break
3857 done
3858 IFS="$ac_save_ifs"
3861 RANLIB="$ac_cv_prog_RANLIB"
3862 if test -n "$RANLIB"; then
3863 echo "$ac_t""$RANLIB" 1>&6
3864 else
3865 echo "$ac_t""no" 1>&6
3869 if test -z "$ac_cv_prog_RANLIB" ; then
3870 if test $build = $host ; then
3871 ncn_cv_RANLIB=$RANLIB
3872 # Extract the first word of "ranlib", so it can be a program name with args.
3873 set dummy ranlib; ac_word=$2
3874 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
3875 echo "configure:3876: checking for $ac_word" >&5
3876 if eval "test \"`echo '$''{'ac_cv_prog_ncn_cv_RANLIB'+set}'`\" = set"; then
3877 echo $ac_n "(cached) $ac_c" 1>&6
3878 else
3879 if test -n "$ncn_cv_RANLIB"; then
3880 ac_cv_prog_ncn_cv_RANLIB="$ncn_cv_RANLIB" # Let the user override the test.
3881 else
3882 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
3883 ac_dummy="$PATH"
3884 for ac_dir in $ac_dummy; do
3885 test -z "$ac_dir" && ac_dir=.
3886 if test -f $ac_dir/$ac_word; then
3887 ac_cv_prog_ncn_cv_RANLIB="ranlib"
3888 break
3890 done
3891 IFS="$ac_save_ifs"
3892 test -z "$ac_cv_prog_ncn_cv_RANLIB" && ac_cv_prog_ncn_cv_RANLIB=":"
3895 ncn_cv_RANLIB="$ac_cv_prog_ncn_cv_RANLIB"
3896 if test -n "$ncn_cv_RANLIB"; then
3897 echo "$ac_t""$ncn_cv_RANLIB" 1>&6
3898 else
3899 echo "$ac_t""no" 1>&6
3902 RANLIB=$ncn_cv_RANLIB
3903 else
3904 RANLIB=":"
3906 else
3907 RANLIB="$ac_cv_prog_RANLIB"
3910 if test -n "$ncn_tool_prefix"; then
3911 # Extract the first word of "${ncn_tool_prefix}windres", so it can be a program name with args.
3912 set dummy ${ncn_tool_prefix}windres; ac_word=$2
3913 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
3914 echo "configure:3915: checking for $ac_word" >&5
3915 if eval "test \"`echo '$''{'ac_cv_prog_WINDRES'+set}'`\" = set"; then
3916 echo $ac_n "(cached) $ac_c" 1>&6
3917 else
3918 if test -n "$WINDRES"; then
3919 ac_cv_prog_WINDRES="$WINDRES" # Let the user override the test.
3920 else
3921 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
3922 ac_dummy="$PATH"
3923 for ac_dir in $ac_dummy; do
3924 test -z "$ac_dir" && ac_dir=.
3925 if test -f $ac_dir/$ac_word; then
3926 ac_cv_prog_WINDRES="${ncn_tool_prefix}windres"
3927 break
3929 done
3930 IFS="$ac_save_ifs"
3933 WINDRES="$ac_cv_prog_WINDRES"
3934 if test -n "$WINDRES"; then
3935 echo "$ac_t""$WINDRES" 1>&6
3936 else
3937 echo "$ac_t""no" 1>&6
3941 if test -z "$ac_cv_prog_WINDRES" ; then
3942 if test $build = $host ; then
3943 ncn_cv_WINDRES=$WINDRES
3944 # Extract the first word of "windres", so it can be a program name with args.
3945 set dummy windres; ac_word=$2
3946 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
3947 echo "configure:3948: checking for $ac_word" >&5
3948 if eval "test \"`echo '$''{'ac_cv_prog_ncn_cv_WINDRES'+set}'`\" = set"; then
3949 echo $ac_n "(cached) $ac_c" 1>&6
3950 else
3951 if test -n "$ncn_cv_WINDRES"; then
3952 ac_cv_prog_ncn_cv_WINDRES="$ncn_cv_WINDRES" # Let the user override the test.
3953 else
3954 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
3955 ac_dummy="$PATH"
3956 for ac_dir in $ac_dummy; do
3957 test -z "$ac_dir" && ac_dir=.
3958 if test -f $ac_dir/$ac_word; then
3959 ac_cv_prog_ncn_cv_WINDRES="windres"
3960 break
3962 done
3963 IFS="$ac_save_ifs"
3964 test -z "$ac_cv_prog_ncn_cv_WINDRES" && ac_cv_prog_ncn_cv_WINDRES="windres"
3967 ncn_cv_WINDRES="$ac_cv_prog_ncn_cv_WINDRES"
3968 if test -n "$ncn_cv_WINDRES"; then
3969 echo "$ac_t""$ncn_cv_WINDRES" 1>&6
3970 else
3971 echo "$ac_t""no" 1>&6
3974 WINDRES=$ncn_cv_WINDRES
3975 else
3976 WINDRES="${ncn_tool_prefix}windres"
3978 else
3979 WINDRES="$ac_cv_prog_WINDRES"
3982 if test -n "$ncn_tool_prefix"; then
3983 # Extract the first word of "${ncn_tool_prefix}objcopy", so it can be a program name with args.
3984 set dummy ${ncn_tool_prefix}objcopy; ac_word=$2
3985 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
3986 echo "configure:3987: checking for $ac_word" >&5
3987 if eval "test \"`echo '$''{'ac_cv_prog_OBJCOPY'+set}'`\" = set"; then
3988 echo $ac_n "(cached) $ac_c" 1>&6
3989 else
3990 if test -n "$OBJCOPY"; then
3991 ac_cv_prog_OBJCOPY="$OBJCOPY" # Let the user override the test.
3992 else
3993 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
3994 ac_dummy="$PATH"
3995 for ac_dir in $ac_dummy; do
3996 test -z "$ac_dir" && ac_dir=.
3997 if test -f $ac_dir/$ac_word; then
3998 ac_cv_prog_OBJCOPY="${ncn_tool_prefix}objcopy"
3999 break
4001 done
4002 IFS="$ac_save_ifs"
4005 OBJCOPY="$ac_cv_prog_OBJCOPY"
4006 if test -n "$OBJCOPY"; then
4007 echo "$ac_t""$OBJCOPY" 1>&6
4008 else
4009 echo "$ac_t""no" 1>&6
4013 if test -z "$ac_cv_prog_OBJCOPY" ; then
4014 if test $build = $host ; then
4015 ncn_cv_OBJCOPY=$OBJCOPY
4016 # Extract the first word of "objcopy", so it can be a program name with args.
4017 set dummy objcopy; ac_word=$2
4018 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
4019 echo "configure:4020: checking for $ac_word" >&5
4020 if eval "test \"`echo '$''{'ac_cv_prog_ncn_cv_OBJCOPY'+set}'`\" = set"; then
4021 echo $ac_n "(cached) $ac_c" 1>&6
4022 else
4023 if test -n "$ncn_cv_OBJCOPY"; then
4024 ac_cv_prog_ncn_cv_OBJCOPY="$ncn_cv_OBJCOPY" # Let the user override the test.
4025 else
4026 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
4027 ac_dummy="$PATH"
4028 for ac_dir in $ac_dummy; do
4029 test -z "$ac_dir" && ac_dir=.
4030 if test -f $ac_dir/$ac_word; then
4031 ac_cv_prog_ncn_cv_OBJCOPY="objcopy"
4032 break
4034 done
4035 IFS="$ac_save_ifs"
4036 test -z "$ac_cv_prog_ncn_cv_OBJCOPY" && ac_cv_prog_ncn_cv_OBJCOPY="objcopy"
4039 ncn_cv_OBJCOPY="$ac_cv_prog_ncn_cv_OBJCOPY"
4040 if test -n "$ncn_cv_OBJCOPY"; then
4041 echo "$ac_t""$ncn_cv_OBJCOPY" 1>&6
4042 else
4043 echo "$ac_t""no" 1>&6
4046 OBJCOPY=$ncn_cv_OBJCOPY
4047 else
4048 OBJCOPY="${ncn_tool_prefix}objcopy"
4050 else
4051 OBJCOPY="$ac_cv_prog_OBJCOPY"
4054 if test -n "$ncn_tool_prefix"; then
4055 # Extract the first word of "${ncn_tool_prefix}objdump", so it can be a program name with args.
4056 set dummy ${ncn_tool_prefix}objdump; 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_OBJDUMP'+set}'`\" = set"; then
4060 echo $ac_n "(cached) $ac_c" 1>&6
4061 else
4062 if test -n "$OBJDUMP"; then
4063 ac_cv_prog_OBJDUMP="$OBJDUMP" # Let the user override the test.
4064 else
4065 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
4066 ac_dummy="$PATH"
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_OBJDUMP="${ncn_tool_prefix}objdump"
4071 break
4073 done
4074 IFS="$ac_save_ifs"
4077 OBJDUMP="$ac_cv_prog_OBJDUMP"
4078 if test -n "$OBJDUMP"; then
4079 echo "$ac_t""$OBJDUMP" 1>&6
4080 else
4081 echo "$ac_t""no" 1>&6
4085 if test -z "$ac_cv_prog_OBJDUMP" ; then
4086 if test $build = $host ; then
4087 ncn_cv_OBJDUMP=$OBJDUMP
4088 # Extract the first word of "objdump", so it can be a program name with args.
4089 set dummy objdump; ac_word=$2
4090 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
4091 echo "configure:4092: checking for $ac_word" >&5
4092 if eval "test \"`echo '$''{'ac_cv_prog_ncn_cv_OBJDUMP'+set}'`\" = set"; then
4093 echo $ac_n "(cached) $ac_c" 1>&6
4094 else
4095 if test -n "$ncn_cv_OBJDUMP"; then
4096 ac_cv_prog_ncn_cv_OBJDUMP="$ncn_cv_OBJDUMP" # Let the user override the test.
4097 else
4098 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
4099 ac_dummy="$PATH"
4100 for ac_dir in $ac_dummy; do
4101 test -z "$ac_dir" && ac_dir=.
4102 if test -f $ac_dir/$ac_word; then
4103 ac_cv_prog_ncn_cv_OBJDUMP="objdump"
4104 break
4106 done
4107 IFS="$ac_save_ifs"
4108 test -z "$ac_cv_prog_ncn_cv_OBJDUMP" && ac_cv_prog_ncn_cv_OBJDUMP="objdump"
4111 ncn_cv_OBJDUMP="$ac_cv_prog_ncn_cv_OBJDUMP"
4112 if test -n "$ncn_cv_OBJDUMP"; then
4113 echo "$ac_t""$ncn_cv_OBJDUMP" 1>&6
4114 else
4115 echo "$ac_t""no" 1>&6
4118 OBJDUMP=$ncn_cv_OBJDUMP
4119 else
4120 OBJDUMP="${ncn_tool_prefix}objdump"
4122 else
4123 OBJDUMP="$ac_cv_prog_OBJDUMP"
4132 # Target tools.
4133 if test -n "$ncn_target_tool_prefix"; then
4134 # Extract the first word of "${ncn_target_tool_prefix}ar", so it can be a program name with args.
4135 set dummy ${ncn_target_tool_prefix}ar; ac_word=$2
4136 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
4137 echo "configure:4138: checking for $ac_word" >&5
4138 if eval "test \"`echo '$''{'ac_cv_prog_CONFIGURED_AR_FOR_TARGET'+set}'`\" = set"; then
4139 echo $ac_n "(cached) $ac_c" 1>&6
4140 else
4141 if test -n "$CONFIGURED_AR_FOR_TARGET"; then
4142 ac_cv_prog_CONFIGURED_AR_FOR_TARGET="$CONFIGURED_AR_FOR_TARGET" # Let the user override the test.
4143 else
4144 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
4145 ac_dummy="$PATH"
4146 for ac_dir in $ac_dummy; do
4147 test -z "$ac_dir" && ac_dir=.
4148 if test -f $ac_dir/$ac_word; then
4149 ac_cv_prog_CONFIGURED_AR_FOR_TARGET="${ncn_target_tool_prefix}ar"
4150 break
4152 done
4153 IFS="$ac_save_ifs"
4156 CONFIGURED_AR_FOR_TARGET="$ac_cv_prog_CONFIGURED_AR_FOR_TARGET"
4157 if test -n "$CONFIGURED_AR_FOR_TARGET"; then
4158 echo "$ac_t""$CONFIGURED_AR_FOR_TARGET" 1>&6
4159 else
4160 echo "$ac_t""no" 1>&6
4164 if test -z "$ac_cv_prog_CONFIGURED_AR_FOR_TARGET" ; then
4165 if test $build = $target ; then
4166 ncn_cv_CONFIGURED_AR_FOR_TARGET=$CONFIGURED_AR_FOR_TARGET
4167 # Extract the first word of "ar", so it can be a program name with args.
4168 set dummy ar; ac_word=$2
4169 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
4170 echo "configure:4171: checking for $ac_word" >&5
4171 if eval "test \"`echo '$''{'ac_cv_prog_ncn_cv_CONFIGURED_AR_FOR_TARGET'+set}'`\" = set"; then
4172 echo $ac_n "(cached) $ac_c" 1>&6
4173 else
4174 if test -n "$ncn_cv_CONFIGURED_AR_FOR_TARGET"; then
4175 ac_cv_prog_ncn_cv_CONFIGURED_AR_FOR_TARGET="$ncn_cv_CONFIGURED_AR_FOR_TARGET" # Let the user override the test.
4176 else
4177 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
4178 ac_dummy="$PATH"
4179 for ac_dir in $ac_dummy; do
4180 test -z "$ac_dir" && ac_dir=.
4181 if test -f $ac_dir/$ac_word; then
4182 ac_cv_prog_ncn_cv_CONFIGURED_AR_FOR_TARGET="ar"
4183 break
4185 done
4186 IFS="$ac_save_ifs"
4187 test -z "$ac_cv_prog_ncn_cv_CONFIGURED_AR_FOR_TARGET" && ac_cv_prog_ncn_cv_CONFIGURED_AR_FOR_TARGET="ar"
4190 ncn_cv_CONFIGURED_AR_FOR_TARGET="$ac_cv_prog_ncn_cv_CONFIGURED_AR_FOR_TARGET"
4191 if test -n "$ncn_cv_CONFIGURED_AR_FOR_TARGET"; then
4192 echo "$ac_t""$ncn_cv_CONFIGURED_AR_FOR_TARGET" 1>&6
4193 else
4194 echo "$ac_t""no" 1>&6
4197 CONFIGURED_AR_FOR_TARGET=$ncn_cv_CONFIGURED_AR_FOR_TARGET
4198 else
4199 CONFIGURED_AR_FOR_TARGET="${ncn_target_tool_prefix}ar"
4201 else
4202 CONFIGURED_AR_FOR_TARGET="$ac_cv_prog_CONFIGURED_AR_FOR_TARGET"
4205 if test -n "$ncn_target_tool_prefix"; then
4206 # Extract the first word of "${ncn_target_tool_prefix}as", so it can be a program name with args.
4207 set dummy ${ncn_target_tool_prefix}as; ac_word=$2
4208 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
4209 echo "configure:4210: checking for $ac_word" >&5
4210 if eval "test \"`echo '$''{'ac_cv_prog_CONFIGURED_AS_FOR_TARGET'+set}'`\" = set"; then
4211 echo $ac_n "(cached) $ac_c" 1>&6
4212 else
4213 if test -n "$CONFIGURED_AS_FOR_TARGET"; then
4214 ac_cv_prog_CONFIGURED_AS_FOR_TARGET="$CONFIGURED_AS_FOR_TARGET" # Let the user override the test.
4215 else
4216 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
4217 ac_dummy="$PATH"
4218 for ac_dir in $ac_dummy; do
4219 test -z "$ac_dir" && ac_dir=.
4220 if test -f $ac_dir/$ac_word; then
4221 ac_cv_prog_CONFIGURED_AS_FOR_TARGET="${ncn_target_tool_prefix}as"
4222 break
4224 done
4225 IFS="$ac_save_ifs"
4228 CONFIGURED_AS_FOR_TARGET="$ac_cv_prog_CONFIGURED_AS_FOR_TARGET"
4229 if test -n "$CONFIGURED_AS_FOR_TARGET"; then
4230 echo "$ac_t""$CONFIGURED_AS_FOR_TARGET" 1>&6
4231 else
4232 echo "$ac_t""no" 1>&6
4236 if test -z "$ac_cv_prog_CONFIGURED_AS_FOR_TARGET" ; then
4237 if test $build = $target ; then
4238 ncn_cv_CONFIGURED_AS_FOR_TARGET=$CONFIGURED_AS_FOR_TARGET
4239 # Extract the first word of "as", so it can be a program name with args.
4240 set dummy as; ac_word=$2
4241 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
4242 echo "configure:4243: checking for $ac_word" >&5
4243 if eval "test \"`echo '$''{'ac_cv_prog_ncn_cv_CONFIGURED_AS_FOR_TARGET'+set}'`\" = set"; then
4244 echo $ac_n "(cached) $ac_c" 1>&6
4245 else
4246 if test -n "$ncn_cv_CONFIGURED_AS_FOR_TARGET"; then
4247 ac_cv_prog_ncn_cv_CONFIGURED_AS_FOR_TARGET="$ncn_cv_CONFIGURED_AS_FOR_TARGET" # Let the user override the test.
4248 else
4249 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
4250 ac_dummy="$PATH"
4251 for ac_dir in $ac_dummy; do
4252 test -z "$ac_dir" && ac_dir=.
4253 if test -f $ac_dir/$ac_word; then
4254 ac_cv_prog_ncn_cv_CONFIGURED_AS_FOR_TARGET="as"
4255 break
4257 done
4258 IFS="$ac_save_ifs"
4259 test -z "$ac_cv_prog_ncn_cv_CONFIGURED_AS_FOR_TARGET" && ac_cv_prog_ncn_cv_CONFIGURED_AS_FOR_TARGET="as"
4262 ncn_cv_CONFIGURED_AS_FOR_TARGET="$ac_cv_prog_ncn_cv_CONFIGURED_AS_FOR_TARGET"
4263 if test -n "$ncn_cv_CONFIGURED_AS_FOR_TARGET"; then
4264 echo "$ac_t""$ncn_cv_CONFIGURED_AS_FOR_TARGET" 1>&6
4265 else
4266 echo "$ac_t""no" 1>&6
4269 CONFIGURED_AS_FOR_TARGET=$ncn_cv_CONFIGURED_AS_FOR_TARGET
4270 else
4271 CONFIGURED_AS_FOR_TARGET="${ncn_target_tool_prefix}as"
4273 else
4274 CONFIGURED_AS_FOR_TARGET="$ac_cv_prog_CONFIGURED_AS_FOR_TARGET"
4277 if test -n "$ncn_target_tool_prefix"; then
4278 # Extract the first word of "${ncn_target_tool_prefix}dlltool", so it can be a program name with args.
4279 set dummy ${ncn_target_tool_prefix}dlltool; ac_word=$2
4280 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
4281 echo "configure:4282: checking for $ac_word" >&5
4282 if eval "test \"`echo '$''{'ac_cv_prog_CONFIGURED_DLLTOOL_FOR_TARGET'+set}'`\" = set"; then
4283 echo $ac_n "(cached) $ac_c" 1>&6
4284 else
4285 if test -n "$CONFIGURED_DLLTOOL_FOR_TARGET"; then
4286 ac_cv_prog_CONFIGURED_DLLTOOL_FOR_TARGET="$CONFIGURED_DLLTOOL_FOR_TARGET" # Let the user override the test.
4287 else
4288 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
4289 ac_dummy="$PATH"
4290 for ac_dir in $ac_dummy; do
4291 test -z "$ac_dir" && ac_dir=.
4292 if test -f $ac_dir/$ac_word; then
4293 ac_cv_prog_CONFIGURED_DLLTOOL_FOR_TARGET="${ncn_target_tool_prefix}dlltool"
4294 break
4296 done
4297 IFS="$ac_save_ifs"
4300 CONFIGURED_DLLTOOL_FOR_TARGET="$ac_cv_prog_CONFIGURED_DLLTOOL_FOR_TARGET"
4301 if test -n "$CONFIGURED_DLLTOOL_FOR_TARGET"; then
4302 echo "$ac_t""$CONFIGURED_DLLTOOL_FOR_TARGET" 1>&6
4303 else
4304 echo "$ac_t""no" 1>&6
4308 if test -z "$ac_cv_prog_CONFIGURED_DLLTOOL_FOR_TARGET" ; then
4309 if test $build = $target ; then
4310 ncn_cv_CONFIGURED_DLLTOOL_FOR_TARGET=$CONFIGURED_DLLTOOL_FOR_TARGET
4311 # Extract the first word of "dlltool", so it can be a program name with args.
4312 set dummy dlltool; 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_ncn_cv_CONFIGURED_DLLTOOL_FOR_TARGET'+set}'`\" = set"; then
4316 echo $ac_n "(cached) $ac_c" 1>&6
4317 else
4318 if test -n "$ncn_cv_CONFIGURED_DLLTOOL_FOR_TARGET"; then
4319 ac_cv_prog_ncn_cv_CONFIGURED_DLLTOOL_FOR_TARGET="$ncn_cv_CONFIGURED_DLLTOOL_FOR_TARGET" # Let the user override the test.
4320 else
4321 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
4322 ac_dummy="$PATH"
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_ncn_cv_CONFIGURED_DLLTOOL_FOR_TARGET="dlltool"
4327 break
4329 done
4330 IFS="$ac_save_ifs"
4331 test -z "$ac_cv_prog_ncn_cv_CONFIGURED_DLLTOOL_FOR_TARGET" && ac_cv_prog_ncn_cv_CONFIGURED_DLLTOOL_FOR_TARGET="dlltool"
4334 ncn_cv_CONFIGURED_DLLTOOL_FOR_TARGET="$ac_cv_prog_ncn_cv_CONFIGURED_DLLTOOL_FOR_TARGET"
4335 if test -n "$ncn_cv_CONFIGURED_DLLTOOL_FOR_TARGET"; then
4336 echo "$ac_t""$ncn_cv_CONFIGURED_DLLTOOL_FOR_TARGET" 1>&6
4337 else
4338 echo "$ac_t""no" 1>&6
4341 CONFIGURED_DLLTOOL_FOR_TARGET=$ncn_cv_CONFIGURED_DLLTOOL_FOR_TARGET
4342 else
4343 CONFIGURED_DLLTOOL_FOR_TARGET="${ncn_target_tool_prefix}dlltool"
4345 else
4346 CONFIGURED_DLLTOOL_FOR_TARGET="$ac_cv_prog_CONFIGURED_DLLTOOL_FOR_TARGET"
4349 if test -n "$ncn_target_tool_prefix"; then
4350 # Extract the first word of "${ncn_target_tool_prefix}ld", so it can be a program name with args.
4351 set dummy ${ncn_target_tool_prefix}ld; ac_word=$2
4352 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
4353 echo "configure:4354: checking for $ac_word" >&5
4354 if eval "test \"`echo '$''{'ac_cv_prog_CONFIGURED_LD_FOR_TARGET'+set}'`\" = set"; then
4355 echo $ac_n "(cached) $ac_c" 1>&6
4356 else
4357 if test -n "$CONFIGURED_LD_FOR_TARGET"; then
4358 ac_cv_prog_CONFIGURED_LD_FOR_TARGET="$CONFIGURED_LD_FOR_TARGET" # Let the user override the test.
4359 else
4360 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
4361 ac_dummy="$PATH"
4362 for ac_dir in $ac_dummy; do
4363 test -z "$ac_dir" && ac_dir=.
4364 if test -f $ac_dir/$ac_word; then
4365 ac_cv_prog_CONFIGURED_LD_FOR_TARGET="${ncn_target_tool_prefix}ld"
4366 break
4368 done
4369 IFS="$ac_save_ifs"
4372 CONFIGURED_LD_FOR_TARGET="$ac_cv_prog_CONFIGURED_LD_FOR_TARGET"
4373 if test -n "$CONFIGURED_LD_FOR_TARGET"; then
4374 echo "$ac_t""$CONFIGURED_LD_FOR_TARGET" 1>&6
4375 else
4376 echo "$ac_t""no" 1>&6
4380 if test -z "$ac_cv_prog_CONFIGURED_LD_FOR_TARGET" ; then
4381 if test $build = $target ; then
4382 ncn_cv_CONFIGURED_LD_FOR_TARGET=$CONFIGURED_LD_FOR_TARGET
4383 # Extract the first word of "ld", so it can be a program name with args.
4384 set dummy ld; ac_word=$2
4385 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
4386 echo "configure:4387: checking for $ac_word" >&5
4387 if eval "test \"`echo '$''{'ac_cv_prog_ncn_cv_CONFIGURED_LD_FOR_TARGET'+set}'`\" = set"; then
4388 echo $ac_n "(cached) $ac_c" 1>&6
4389 else
4390 if test -n "$ncn_cv_CONFIGURED_LD_FOR_TARGET"; then
4391 ac_cv_prog_ncn_cv_CONFIGURED_LD_FOR_TARGET="$ncn_cv_CONFIGURED_LD_FOR_TARGET" # Let the user override the test.
4392 else
4393 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
4394 ac_dummy="$PATH"
4395 for ac_dir in $ac_dummy; do
4396 test -z "$ac_dir" && ac_dir=.
4397 if test -f $ac_dir/$ac_word; then
4398 ac_cv_prog_ncn_cv_CONFIGURED_LD_FOR_TARGET="ld"
4399 break
4401 done
4402 IFS="$ac_save_ifs"
4403 test -z "$ac_cv_prog_ncn_cv_CONFIGURED_LD_FOR_TARGET" && ac_cv_prog_ncn_cv_CONFIGURED_LD_FOR_TARGET="ld"
4406 ncn_cv_CONFIGURED_LD_FOR_TARGET="$ac_cv_prog_ncn_cv_CONFIGURED_LD_FOR_TARGET"
4407 if test -n "$ncn_cv_CONFIGURED_LD_FOR_TARGET"; then
4408 echo "$ac_t""$ncn_cv_CONFIGURED_LD_FOR_TARGET" 1>&6
4409 else
4410 echo "$ac_t""no" 1>&6
4413 CONFIGURED_LD_FOR_TARGET=$ncn_cv_CONFIGURED_LD_FOR_TARGET
4414 else
4415 CONFIGURED_LD_FOR_TARGET="${ncn_target_tool_prefix}ld"
4417 else
4418 CONFIGURED_LD_FOR_TARGET="$ac_cv_prog_CONFIGURED_LD_FOR_TARGET"
4421 if test -n "$ncn_target_tool_prefix"; then
4422 # Extract the first word of "${ncn_target_tool_prefix}nm", so it can be a program name with args.
4423 set dummy ${ncn_target_tool_prefix}nm; ac_word=$2
4424 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
4425 echo "configure:4426: checking for $ac_word" >&5
4426 if eval "test \"`echo '$''{'ac_cv_prog_CONFIGURED_NM_FOR_TARGET'+set}'`\" = set"; then
4427 echo $ac_n "(cached) $ac_c" 1>&6
4428 else
4429 if test -n "$CONFIGURED_NM_FOR_TARGET"; then
4430 ac_cv_prog_CONFIGURED_NM_FOR_TARGET="$CONFIGURED_NM_FOR_TARGET" # Let the user override the test.
4431 else
4432 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
4433 ac_dummy="$PATH"
4434 for ac_dir in $ac_dummy; do
4435 test -z "$ac_dir" && ac_dir=.
4436 if test -f $ac_dir/$ac_word; then
4437 ac_cv_prog_CONFIGURED_NM_FOR_TARGET="${ncn_target_tool_prefix}nm"
4438 break
4440 done
4441 IFS="$ac_save_ifs"
4444 CONFIGURED_NM_FOR_TARGET="$ac_cv_prog_CONFIGURED_NM_FOR_TARGET"
4445 if test -n "$CONFIGURED_NM_FOR_TARGET"; then
4446 echo "$ac_t""$CONFIGURED_NM_FOR_TARGET" 1>&6
4447 else
4448 echo "$ac_t""no" 1>&6
4452 if test -z "$ac_cv_prog_CONFIGURED_NM_FOR_TARGET" ; then
4453 if test $build = $target ; then
4454 ncn_cv_CONFIGURED_NM_FOR_TARGET=$CONFIGURED_NM_FOR_TARGET
4455 # Extract the first word of "nm", so it can be a program name with args.
4456 set dummy nm; ac_word=$2
4457 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
4458 echo "configure:4459: checking for $ac_word" >&5
4459 if eval "test \"`echo '$''{'ac_cv_prog_ncn_cv_CONFIGURED_NM_FOR_TARGET'+set}'`\" = set"; then
4460 echo $ac_n "(cached) $ac_c" 1>&6
4461 else
4462 if test -n "$ncn_cv_CONFIGURED_NM_FOR_TARGET"; then
4463 ac_cv_prog_ncn_cv_CONFIGURED_NM_FOR_TARGET="$ncn_cv_CONFIGURED_NM_FOR_TARGET" # Let the user override the test.
4464 else
4465 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
4466 ac_dummy="$PATH"
4467 for ac_dir in $ac_dummy; do
4468 test -z "$ac_dir" && ac_dir=.
4469 if test -f $ac_dir/$ac_word; then
4470 ac_cv_prog_ncn_cv_CONFIGURED_NM_FOR_TARGET="nm"
4471 break
4473 done
4474 IFS="$ac_save_ifs"
4475 test -z "$ac_cv_prog_ncn_cv_CONFIGURED_NM_FOR_TARGET" && ac_cv_prog_ncn_cv_CONFIGURED_NM_FOR_TARGET="nm"
4478 ncn_cv_CONFIGURED_NM_FOR_TARGET="$ac_cv_prog_ncn_cv_CONFIGURED_NM_FOR_TARGET"
4479 if test -n "$ncn_cv_CONFIGURED_NM_FOR_TARGET"; then
4480 echo "$ac_t""$ncn_cv_CONFIGURED_NM_FOR_TARGET" 1>&6
4481 else
4482 echo "$ac_t""no" 1>&6
4485 CONFIGURED_NM_FOR_TARGET=$ncn_cv_CONFIGURED_NM_FOR_TARGET
4486 else
4487 CONFIGURED_NM_FOR_TARGET="${ncn_target_tool_prefix}nm"
4489 else
4490 CONFIGURED_NM_FOR_TARGET="$ac_cv_prog_CONFIGURED_NM_FOR_TARGET"
4493 if test -n "$ncn_target_tool_prefix"; then
4494 # Extract the first word of "${ncn_target_tool_prefix}ranlib", so it can be a program name with args.
4495 set dummy ${ncn_target_tool_prefix}ranlib; ac_word=$2
4496 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
4497 echo "configure:4498: checking for $ac_word" >&5
4498 if eval "test \"`echo '$''{'ac_cv_prog_CONFIGURED_RANLIB_FOR_TARGET'+set}'`\" = set"; then
4499 echo $ac_n "(cached) $ac_c" 1>&6
4500 else
4501 if test -n "$CONFIGURED_RANLIB_FOR_TARGET"; then
4502 ac_cv_prog_CONFIGURED_RANLIB_FOR_TARGET="$CONFIGURED_RANLIB_FOR_TARGET" # Let the user override the test.
4503 else
4504 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
4505 ac_dummy="$PATH"
4506 for ac_dir in $ac_dummy; do
4507 test -z "$ac_dir" && ac_dir=.
4508 if test -f $ac_dir/$ac_word; then
4509 ac_cv_prog_CONFIGURED_RANLIB_FOR_TARGET="${ncn_target_tool_prefix}ranlib"
4510 break
4512 done
4513 IFS="$ac_save_ifs"
4516 CONFIGURED_RANLIB_FOR_TARGET="$ac_cv_prog_CONFIGURED_RANLIB_FOR_TARGET"
4517 if test -n "$CONFIGURED_RANLIB_FOR_TARGET"; then
4518 echo "$ac_t""$CONFIGURED_RANLIB_FOR_TARGET" 1>&6
4519 else
4520 echo "$ac_t""no" 1>&6
4524 if test -z "$ac_cv_prog_CONFIGURED_RANLIB_FOR_TARGET" ; then
4525 if test $build = $target ; then
4526 ncn_cv_CONFIGURED_RANLIB_FOR_TARGET=$CONFIGURED_RANLIB_FOR_TARGET
4527 # Extract the first word of "ranlib", so it can be a program name with args.
4528 set dummy ranlib; ac_word=$2
4529 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
4530 echo "configure:4531: checking for $ac_word" >&5
4531 if eval "test \"`echo '$''{'ac_cv_prog_ncn_cv_CONFIGURED_RANLIB_FOR_TARGET'+set}'`\" = set"; then
4532 echo $ac_n "(cached) $ac_c" 1>&6
4533 else
4534 if test -n "$ncn_cv_CONFIGURED_RANLIB_FOR_TARGET"; then
4535 ac_cv_prog_ncn_cv_CONFIGURED_RANLIB_FOR_TARGET="$ncn_cv_CONFIGURED_RANLIB_FOR_TARGET" # Let the user override the test.
4536 else
4537 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
4538 ac_dummy="$PATH"
4539 for ac_dir in $ac_dummy; do
4540 test -z "$ac_dir" && ac_dir=.
4541 if test -f $ac_dir/$ac_word; then
4542 ac_cv_prog_ncn_cv_CONFIGURED_RANLIB_FOR_TARGET="ranlib"
4543 break
4545 done
4546 IFS="$ac_save_ifs"
4547 test -z "$ac_cv_prog_ncn_cv_CONFIGURED_RANLIB_FOR_TARGET" && ac_cv_prog_ncn_cv_CONFIGURED_RANLIB_FOR_TARGET=":"
4550 ncn_cv_CONFIGURED_RANLIB_FOR_TARGET="$ac_cv_prog_ncn_cv_CONFIGURED_RANLIB_FOR_TARGET"
4551 if test -n "$ncn_cv_CONFIGURED_RANLIB_FOR_TARGET"; then
4552 echo "$ac_t""$ncn_cv_CONFIGURED_RANLIB_FOR_TARGET" 1>&6
4553 else
4554 echo "$ac_t""no" 1>&6
4557 CONFIGURED_RANLIB_FOR_TARGET=$ncn_cv_CONFIGURED_RANLIB_FOR_TARGET
4558 else
4559 CONFIGURED_RANLIB_FOR_TARGET=":"
4561 else
4562 CONFIGURED_RANLIB_FOR_TARGET="$ac_cv_prog_CONFIGURED_RANLIB_FOR_TARGET"
4565 if test -n "$ncn_target_tool_prefix"; then
4566 # Extract the first word of "${ncn_target_tool_prefix}windres", so it can be a program name with args.
4567 set dummy ${ncn_target_tool_prefix}windres; ac_word=$2
4568 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
4569 echo "configure:4570: checking for $ac_word" >&5
4570 if eval "test \"`echo '$''{'ac_cv_prog_CONFIGURED_WINDRES_FOR_TARGET'+set}'`\" = set"; then
4571 echo $ac_n "(cached) $ac_c" 1>&6
4572 else
4573 if test -n "$CONFIGURED_WINDRES_FOR_TARGET"; then
4574 ac_cv_prog_CONFIGURED_WINDRES_FOR_TARGET="$CONFIGURED_WINDRES_FOR_TARGET" # Let the user override the test.
4575 else
4576 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
4577 ac_dummy="$PATH"
4578 for ac_dir in $ac_dummy; do
4579 test -z "$ac_dir" && ac_dir=.
4580 if test -f $ac_dir/$ac_word; then
4581 ac_cv_prog_CONFIGURED_WINDRES_FOR_TARGET="${ncn_target_tool_prefix}windres"
4582 break
4584 done
4585 IFS="$ac_save_ifs"
4588 CONFIGURED_WINDRES_FOR_TARGET="$ac_cv_prog_CONFIGURED_WINDRES_FOR_TARGET"
4589 if test -n "$CONFIGURED_WINDRES_FOR_TARGET"; then
4590 echo "$ac_t""$CONFIGURED_WINDRES_FOR_TARGET" 1>&6
4591 else
4592 echo "$ac_t""no" 1>&6
4596 if test -z "$ac_cv_prog_CONFIGURED_WINDRES_FOR_TARGET" ; then
4597 if test $build = $target ; then
4598 ncn_cv_CONFIGURED_WINDRES_FOR_TARGET=$CONFIGURED_WINDRES_FOR_TARGET
4599 # Extract the first word of "windres", so it can be a program name with args.
4600 set dummy windres; ac_word=$2
4601 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
4602 echo "configure:4603: checking for $ac_word" >&5
4603 if eval "test \"`echo '$''{'ac_cv_prog_ncn_cv_CONFIGURED_WINDRES_FOR_TARGET'+set}'`\" = set"; then
4604 echo $ac_n "(cached) $ac_c" 1>&6
4605 else
4606 if test -n "$ncn_cv_CONFIGURED_WINDRES_FOR_TARGET"; then
4607 ac_cv_prog_ncn_cv_CONFIGURED_WINDRES_FOR_TARGET="$ncn_cv_CONFIGURED_WINDRES_FOR_TARGET" # Let the user override the test.
4608 else
4609 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
4610 ac_dummy="$PATH"
4611 for ac_dir in $ac_dummy; do
4612 test -z "$ac_dir" && ac_dir=.
4613 if test -f $ac_dir/$ac_word; then
4614 ac_cv_prog_ncn_cv_CONFIGURED_WINDRES_FOR_TARGET="windres"
4615 break
4617 done
4618 IFS="$ac_save_ifs"
4619 test -z "$ac_cv_prog_ncn_cv_CONFIGURED_WINDRES_FOR_TARGET" && ac_cv_prog_ncn_cv_CONFIGURED_WINDRES_FOR_TARGET="windres"
4622 ncn_cv_CONFIGURED_WINDRES_FOR_TARGET="$ac_cv_prog_ncn_cv_CONFIGURED_WINDRES_FOR_TARGET"
4623 if test -n "$ncn_cv_CONFIGURED_WINDRES_FOR_TARGET"; then
4624 echo "$ac_t""$ncn_cv_CONFIGURED_WINDRES_FOR_TARGET" 1>&6
4625 else
4626 echo "$ac_t""no" 1>&6
4629 CONFIGURED_WINDRES_FOR_TARGET=$ncn_cv_CONFIGURED_WINDRES_FOR_TARGET
4630 else
4631 CONFIGURED_WINDRES_FOR_TARGET="${ncn_target_tool_prefix}windres"
4633 else
4634 CONFIGURED_WINDRES_FOR_TARGET="$ac_cv_prog_CONFIGURED_WINDRES_FOR_TARGET"
4648 # Fix up target tools.
4649 if test "x${build}" = "x${host}" ; then
4650 # In this case, the newly built tools can and should be used,
4651 # so we override the results of the autoconf tests.
4652 # This should really only happen when the tools are actually being built,
4653 # but that's a further refinement. The new build scheme, where
4654 # tools are built into a structure paralleling where they're installed,
4655 # should also eliminate all of this cleanly.
4656 AR_FOR_TARGET="\$(USUAL_AR_FOR_TARGET)"
4657 AS_FOR_TARGET="\$(USUAL_AS_FOR_TARGET)"
4658 DLLTOOL_FOR_TARGET="\$(USUAL_DLLTOOL_FOR_TARGET)"
4659 LD_FOR_TARGET="\$(USUAL_LD_FOR_TARGET)"
4660 NM_FOR_TARGET="\$(USUAL_NM_FOR_TARGET)"
4661 RANLIB_FOR_TARGET="\$(USUAL_RANLIB_FOR_TARGET)"
4662 WINDRES_FOR_TARGET="\$(USUAL_WINDRES_FOR_TARGET)"
4663 else
4664 # Just use the ones we found.
4665 AR_FOR_TARGET="\$(CONFIGURED_AR_FOR_TARGET)"
4666 AS_FOR_TARGET="\$(CONFIGURED_AS_FOR_TARGET)"
4667 DLLTOOL_FOR_TARGET="\$(CONFIGURED_DLLTOOL_FOR_TARGET)"
4668 LD_FOR_TARGET="\$(CONFIGURED_LD_FOR_TARGET)"
4669 NM_FOR_TARGET="\$(CONFIGURED_NM_FOR_TARGET)"
4670 RANLIB_FOR_TARGET="\$(CONFIGURED_RANLIB_FOR_TARGET)"
4671 WINDRES_FOR_TARGET="\$(CONFIGURED_WINDRES_FOR_TARGET)"
4681 # Certain tools may need extra flags.
4682 AR_FOR_TARGET=${AR_FOR_TARGET}${extra_arflags_for_target}
4683 RANLIB_FOR_TARGET=${RANLIB_FOR_TARGET}${extra_ranlibflags_for_target}
4684 NM_FOR_TARGET=${NM_FOR_TARGET}${extra_nmflags_for_target}
4686 echo $ac_n "checking whether to enable maintainer-specific portions of Makefiles""... $ac_c" 1>&6
4687 echo "configure:4688: checking whether to enable maintainer-specific portions of Makefiles" >&5
4688 # Check whether --enable-maintainer-mode or --disable-maintainer-mode was given.
4689 if test "${enable_maintainer_mode+set}" = set; then
4690 enableval="$enable_maintainer_mode"
4691 USE_MAINTAINER_MODE=$enableval
4692 else
4693 USE_MAINTAINER_MODE=no
4696 echo "$ac_t""$USE_MAINTAINER_MODE" 1>&6
4699 if test "$USE_MAINTAINER_MODE" = yes; then
4700 MAINTAINER_MODE_TRUE=
4701 MAINTAINER_MODE_FALSE='#'
4702 else
4703 MAINTAINER_MODE_TRUE='#'
4704 MAINTAINER_MODE_FALSE=
4706 MAINT=$MAINTAINER_MODE_TRUE
4708 # ---------------------
4709 # GCC bootstrap support
4710 # ---------------------
4712 # Stage specific cflags for build.
4713 stage1_cflags="-g"
4714 case $build in
4715 vax-*-*)
4716 case ${GCC} in
4717 yes) stage1_cflags="-g -Wa,-J" ;;
4718 *) stage1_cflags="-g -J" ;;
4719 esac ;;
4720 powerpc-*-darwin*)
4721 # The spiffy cpp-precomp chokes on some legitimate constructs in GCC
4722 # sources; use -no-cpp-precomp to get to GNU cpp.
4723 # Apple's GCC has bugs in designated initializer handling, so disable
4724 # that too.
4725 stage1_cflags="-g -no-cpp-precomp -DHAVE_DESIGNATED_INITIALIZERS=0"
4727 esac
4730 # It makes debugging easier if we create as symlinks the stage directories
4731 # gcc for stageN-gcc and stage-prev for stage(N-1). In case this is not
4732 # possible, however, we can resort to mv.
4733 echo $ac_n "checking if symbolic links between directories work""... $ac_c" 1>&6
4734 echo "configure:4735: checking if symbolic links between directories work" >&5
4735 if eval "test \"`echo '$''{'gcc_cv_prog_ln_s_dir'+set}'`\" = set"; then
4736 echo $ac_n "(cached) $ac_c" 1>&6
4737 else
4738 if test "${LN_S}" = "ln -s" \
4739 && mkdir confdir.s1 \
4740 && ln -s confdir.s1 confdir.s2 \
4741 && echo timestamp1 > confdir.s1/conftest.1 \
4742 && cmp confdir.s1/conftest.1 confdir.s2/conftest.1 \
4743 && echo timestamp2 > confdir.s2/conftest.2 \
4744 && cmp confdir.s1/conftest.2 confdir.s1/conftest.2 \
4745 && rm -f confdir.s2; then
4746 gcc_cv_prog_ln_s_dir=yes
4747 else
4748 gcc_cv_prog_ln_s_dir=yes
4750 rm -rf confdir.s1 confdir.s2
4753 echo "$ac_t""$gcc_cv_prog_ln_s_dir" 1>&6
4755 case ${gcc_cv_prog_ln_s_dir} in
4756 yes)
4757 CREATE_LINK_TO_DIR='ln -s $$1 $$2'
4758 UNDO_LINK_TO_DIR='rm -f $$1' ;;
4760 CREATE_LINK_TO_DIR='mv $$1 $$2'
4761 UNDO_LINK_TO_DIR='mv $$1 $$2' ;;
4762 esac
4766 # Enable -Werror in bootstrap stage2 and later.
4767 # Change the default to "no" on release branches.
4768 # Check whether --enable-werror or --disable-werror was given.
4769 if test "${enable_werror+set}" = set; then
4770 enableval="$enable_werror"
4772 else
4773 enable_werror=yes
4776 case ${enable_werror} in
4777 yes) stage2_werror_flag="--enable-werror-always" ;;
4778 *) stage2_werror_flag="" ;;
4779 esac
4782 trap '' 1 2 15
4783 cat > confcache <<\EOF
4784 # This file is a shell script that caches the results of configure
4785 # tests run on this system so they can be shared between configure
4786 # scripts and configure runs. It is not useful on other systems.
4787 # If it contains results you don't want to keep, you may remove or edit it.
4789 # By default, configure uses ./config.cache as the cache file,
4790 # creating it if it does not exist already. You can give configure
4791 # the --cache-file=FILE option to use a different cache file; that is
4792 # what configure does when it calls configure scripts in
4793 # subdirectories, so they share the cache.
4794 # Giving --cache-file=/dev/null disables caching, for debugging configure.
4795 # config.status only pays attention to the cache file if you give it the
4796 # --recheck option to rerun configure.
4799 # The following way of writing the cache mishandles newlines in values,
4800 # but we know of no workaround that is simple, portable, and efficient.
4801 # So, don't put newlines in cache variables' values.
4802 # Ultrix sh set writes to stderr and can't be redirected directly,
4803 # and sets the high bit in the cache file unless we assign to the vars.
4804 (set) 2>&1 |
4805 case `(ac_space=' '; set | grep ac_space) 2>&1` in
4806 *ac_space=\ *)
4807 # `set' does not quote correctly, so add quotes (double-quote substitution
4808 # turns \\\\ into \\, and sed turns \\ into \).
4809 sed -n \
4810 -e "s/'/'\\\\''/g" \
4811 -e "s/^\\([a-zA-Z0-9_]*_cv_[a-zA-Z0-9_]*\\)=\\(.*\\)/\\1=\${\\1='\\2'}/p"
4814 # `set' quotes correctly as required by POSIX, so do not add quotes.
4815 sed -n -e 's/^\([a-zA-Z0-9_]*_cv_[a-zA-Z0-9_]*\)=\(.*\)/\1=${\1=\2}/p'
4817 esac >> confcache
4818 if cmp -s $cache_file confcache; then
4820 else
4821 if test -w $cache_file; then
4822 echo "updating cache $cache_file"
4823 cat confcache > $cache_file
4824 else
4825 echo "not updating unwritable cache $cache_file"
4828 rm -f confcache
4830 trap 'rm -fr conftest* confdefs* core core.* *.core $ac_clean_files; exit 1' 1 2 15
4832 test "x$prefix" = xNONE && prefix=$ac_default_prefix
4833 # Let make expand exec_prefix.
4834 test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
4836 # Any assignment to VPATH causes Sun make to only execute
4837 # the first set of double-colon rules, so remove it if not needed.
4838 # If there is a colon in the path, we need to keep it.
4839 if test "x$srcdir" = x.; then
4840 ac_vpsub='/^[ ]*VPATH[ ]*=[^:]*$/d'
4843 trap 'rm -f $CONFIG_STATUS conftest*; exit 1' 1 2 15
4845 # Transform confdefs.h into DEFS.
4846 # Protect against shell expansion while executing Makefile rules.
4847 # Protect against Makefile macro expansion.
4848 cat > conftest.defs <<\EOF
4849 s%#define \([A-Za-z_][A-Za-z0-9_]*\) *\(.*\)%-D\1=\2%g
4850 s%[ `~#$^&*(){}\\|;'"<>?]%\\&%g
4851 s%\[%\\&%g
4852 s%\]%\\&%g
4853 s%\$%$$%g
4855 DEFS=`sed -f conftest.defs confdefs.h | tr '\012' ' '`
4856 rm -f conftest.defs
4859 # Without the "./", some shells look in PATH for config.status.
4860 : ${CONFIG_STATUS=./config.status}
4862 echo creating $CONFIG_STATUS
4863 rm -f $CONFIG_STATUS
4864 cat > $CONFIG_STATUS <<EOF
4865 #! /bin/sh
4866 # Generated automatically by configure.
4867 # Run this file to recreate the current configuration.
4868 # This directory was configured as follows,
4869 # on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
4871 # $0 $ac_configure_args
4873 # Compiler output produced by configure, useful for debugging
4874 # configure, is in ./config.log if it exists.
4876 ac_cs_usage="Usage: $CONFIG_STATUS [--recheck] [--version] [--help]"
4877 for ac_option
4879 case "\$ac_option" in
4880 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
4881 echo "running \${CONFIG_SHELL-/bin/sh} $0 $ac_configure_args --no-create --no-recursion"
4882 exec \${CONFIG_SHELL-/bin/sh} $0 $ac_configure_args --no-create --no-recursion ;;
4883 -version | --version | --versio | --versi | --vers | --ver | --ve | --v)
4884 echo "$CONFIG_STATUS generated by autoconf version 2.13"
4885 exit 0 ;;
4886 -help | --help | --hel | --he | --h)
4887 echo "\$ac_cs_usage"; exit 0 ;;
4888 *) echo "\$ac_cs_usage"; exit 1 ;;
4889 esac
4890 done
4892 ac_given_srcdir=$srcdir
4893 ac_given_INSTALL="$INSTALL"
4895 trap 'rm -fr `echo "Makefile" | sed "s/:[^ ]*//g"` conftest*; exit 1' 1 2 15
4897 cat >> $CONFIG_STATUS <<EOF
4899 # Protect against being on the right side of a sed subst in config.status.
4900 sed 's/%@/@@/; s/@%/@@/; s/%g\$/@g/; /@g\$/s/[\\\\&%]/\\\\&/g;
4901 s/@@/%@/; s/@@/@%/; s/@g\$/%g/' > conftest.subs <<\\CEOF
4902 $ac_vpsub
4903 $extrasub
4904 s%@SHELL@%$SHELL%g
4905 s%@CFLAGS@%$CFLAGS%g
4906 s%@CPPFLAGS@%$CPPFLAGS%g
4907 s%@CXXFLAGS@%$CXXFLAGS%g
4908 s%@FFLAGS@%$FFLAGS%g
4909 s%@DEFS@%$DEFS%g
4910 s%@LDFLAGS@%$LDFLAGS%g
4911 s%@LIBS@%$LIBS%g
4912 s%@exec_prefix@%$exec_prefix%g
4913 s%@prefix@%$prefix%g
4914 s%@program_transform_name@%$program_transform_name%g
4915 s%@bindir@%$bindir%g
4916 s%@sbindir@%$sbindir%g
4917 s%@libexecdir@%$libexecdir%g
4918 s%@datadir@%$datadir%g
4919 s%@sysconfdir@%$sysconfdir%g
4920 s%@sharedstatedir@%$sharedstatedir%g
4921 s%@localstatedir@%$localstatedir%g
4922 s%@libdir@%$libdir%g
4923 s%@includedir@%$includedir%g
4924 s%@oldincludedir@%$oldincludedir%g
4925 s%@infodir@%$infodir%g
4926 s%@mandir@%$mandir%g
4927 s%@host@%$host%g
4928 s%@host_alias@%$host_alias%g
4929 s%@host_cpu@%$host_cpu%g
4930 s%@host_vendor@%$host_vendor%g
4931 s%@host_os@%$host_os%g
4932 s%@target@%$target%g
4933 s%@target_alias@%$target_alias%g
4934 s%@target_cpu@%$target_cpu%g
4935 s%@target_vendor@%$target_vendor%g
4936 s%@target_os@%$target_os%g
4937 s%@build@%$build%g
4938 s%@build_alias@%$build_alias%g
4939 s%@build_cpu@%$build_cpu%g
4940 s%@build_vendor@%$build_vendor%g
4941 s%@build_os@%$build_os%g
4942 s%@INSTALL_PROGRAM@%$INSTALL_PROGRAM%g
4943 s%@INSTALL_SCRIPT@%$INSTALL_SCRIPT%g
4944 s%@INSTALL_DATA@%$INSTALL_DATA%g
4945 s%@LN@%$LN%g
4946 s%@LN_S@%$LN_S%g
4947 s%@TOPLEVEL_CONFIGURE_ARGUMENTS@%$TOPLEVEL_CONFIGURE_ARGUMENTS%g
4948 s%@build_subdir@%$build_subdir%g
4949 s%@host_subdir@%$host_subdir%g
4950 s%@target_subdir@%$target_subdir%g
4951 s%@CC@%$CC%g
4952 s%@GNATBIND@%$GNATBIND%g
4953 s%@do_compare@%$do_compare%g
4954 s%@gmplibs@%$gmplibs%g
4955 s%@gmpinc@%$gmpinc%g
4956 s%@stage1_languages@%$stage1_languages%g
4957 s%@CONFIGURED_BISON@%$CONFIGURED_BISON%g
4958 s%@CONFIGURED_YACC@%$CONFIGURED_YACC%g
4959 s%@CONFIGURED_M4@%$CONFIGURED_M4%g
4960 s%@CONFIGURED_FLEX@%$CONFIGURED_FLEX%g
4961 s%@CONFIGURED_LEX@%$CONFIGURED_LEX%g
4962 s%@CONFIGURED_MAKEINFO@%$CONFIGURED_MAKEINFO%g
4963 s%@default_target@%$default_target%g
4964 /@serialization_dependencies@/r $serialization_dependencies
4965 s%@serialization_dependencies@%%g
4966 /@host_makefile_frag@/r $host_makefile_frag
4967 s%@host_makefile_frag@%%g
4968 /@target_makefile_frag@/r $target_makefile_frag
4969 s%@target_makefile_frag@%%g
4970 /@alphaieee_frag@/r $alphaieee_frag
4971 s%@alphaieee_frag@%%g
4972 /@ospace_frag@/r $ospace_frag
4973 s%@ospace_frag@%%g
4974 s%@SET_LIB_PATH@%$SET_LIB_PATH%g
4975 s%@RPATH_ENVVAR@%$RPATH_ENVVAR%g
4976 s%@BUILD_DIR_PREFIX@%$BUILD_DIR_PREFIX%g
4977 s%@BUILD_PREFIX@%$BUILD_PREFIX%g
4978 s%@BUILD_PREFIX_1@%$BUILD_PREFIX_1%g
4979 s%@gcc_version_trigger@%$gcc_version_trigger%g
4980 s%@gcc_version@%$gcc_version%g
4981 s%@tooldir@%$tooldir%g
4982 s%@build_tooldir@%$build_tooldir%g
4983 s%@GDB_TK@%$GDB_TK%g
4984 s%@gxx_include_dir@%$gxx_include_dir%g
4985 s%@libstdcxx_incdir@%$libstdcxx_incdir%g
4986 s%@build_configargs@%$build_configargs%g
4987 s%@build_configdirs@%$build_configdirs%g
4988 s%@host_configargs@%$host_configargs%g
4989 s%@configdirs@%$configdirs%g
4990 s%@target_configargs@%$target_configargs%g
4991 s%@target_configdirs@%$target_configdirs%g
4992 s%@CC_FOR_BUILD@%$CC_FOR_BUILD%g
4993 s%@config_shell@%$config_shell%g
4994 s%@AR@%$AR%g
4995 s%@ncn_cv_AR@%$ncn_cv_AR%g
4996 s%@AS@%$AS%g
4997 s%@ncn_cv_AS@%$ncn_cv_AS%g
4998 s%@DLLTOOL@%$DLLTOOL%g
4999 s%@ncn_cv_DLLTOOL@%$ncn_cv_DLLTOOL%g
5000 s%@LD@%$LD%g
5001 s%@ncn_cv_LD@%$ncn_cv_LD%g
5002 s%@NM@%$NM%g
5003 s%@ncn_cv_NM@%$ncn_cv_NM%g
5004 s%@RANLIB@%$RANLIB%g
5005 s%@ncn_cv_RANLIB@%$ncn_cv_RANLIB%g
5006 s%@WINDRES@%$WINDRES%g
5007 s%@ncn_cv_WINDRES@%$ncn_cv_WINDRES%g
5008 s%@OBJCOPY@%$OBJCOPY%g
5009 s%@ncn_cv_OBJCOPY@%$ncn_cv_OBJCOPY%g
5010 s%@OBJDUMP@%$OBJDUMP%g
5011 s%@ncn_cv_OBJDUMP@%$ncn_cv_OBJDUMP%g
5012 s%@CXX@%$CXX%g
5013 s%@CFLAGS_FOR_BUILD@%$CFLAGS_FOR_BUILD%g
5014 s%@CONFIGURED_AR_FOR_TARGET@%$CONFIGURED_AR_FOR_TARGET%g
5015 s%@ncn_cv_CONFIGURED_AR_FOR_TARGET@%$ncn_cv_CONFIGURED_AR_FOR_TARGET%g
5016 s%@CONFIGURED_AS_FOR_TARGET@%$CONFIGURED_AS_FOR_TARGET%g
5017 s%@ncn_cv_CONFIGURED_AS_FOR_TARGET@%$ncn_cv_CONFIGURED_AS_FOR_TARGET%g
5018 s%@CONFIGURED_DLLTOOL_FOR_TARGET@%$CONFIGURED_DLLTOOL_FOR_TARGET%g
5019 s%@ncn_cv_CONFIGURED_DLLTOOL_FOR_TARGET@%$ncn_cv_CONFIGURED_DLLTOOL_FOR_TARGET%g
5020 s%@CONFIGURED_LD_FOR_TARGET@%$CONFIGURED_LD_FOR_TARGET%g
5021 s%@ncn_cv_CONFIGURED_LD_FOR_TARGET@%$ncn_cv_CONFIGURED_LD_FOR_TARGET%g
5022 s%@CONFIGURED_NM_FOR_TARGET@%$CONFIGURED_NM_FOR_TARGET%g
5023 s%@ncn_cv_CONFIGURED_NM_FOR_TARGET@%$ncn_cv_CONFIGURED_NM_FOR_TARGET%g
5024 s%@CONFIGURED_RANLIB_FOR_TARGET@%$CONFIGURED_RANLIB_FOR_TARGET%g
5025 s%@ncn_cv_CONFIGURED_RANLIB_FOR_TARGET@%$ncn_cv_CONFIGURED_RANLIB_FOR_TARGET%g
5026 s%@CONFIGURED_WINDRES_FOR_TARGET@%$CONFIGURED_WINDRES_FOR_TARGET%g
5027 s%@ncn_cv_CONFIGURED_WINDRES_FOR_TARGET@%$ncn_cv_CONFIGURED_WINDRES_FOR_TARGET%g
5028 s%@GCC_FOR_TARGET@%$GCC_FOR_TARGET%g
5029 s%@FLAGS_FOR_TARGET@%$FLAGS_FOR_TARGET%g
5030 s%@CC_FOR_TARGET@%$CC_FOR_TARGET%g
5031 s%@GCJ_FOR_TARGET@%$GCJ_FOR_TARGET%g
5032 s%@GFORTRAN_FOR_TARGET@%$GFORTRAN_FOR_TARGET%g
5033 s%@CXX_FOR_TARGET@%$CXX_FOR_TARGET%g
5034 s%@RAW_CXX_FOR_TARGET@%$RAW_CXX_FOR_TARGET%g
5035 s%@CXX_FOR_TARGET_FOR_RECURSIVE_MAKE@%$CXX_FOR_TARGET_FOR_RECURSIVE_MAKE%g
5036 s%@RAW_CXX_FOR_TARGET_FOR_RECURSIVE_MAKE@%$RAW_CXX_FOR_TARGET_FOR_RECURSIVE_MAKE%g
5037 s%@AR_FOR_TARGET@%$AR_FOR_TARGET%g
5038 s%@AS_FOR_TARGET@%$AS_FOR_TARGET%g
5039 s%@DLLTOOL_FOR_TARGET@%$DLLTOOL_FOR_TARGET%g
5040 s%@LD_FOR_TARGET@%$LD_FOR_TARGET%g
5041 s%@NM_FOR_TARGET@%$NM_FOR_TARGET%g
5042 s%@RANLIB_FOR_TARGET@%$RANLIB_FOR_TARGET%g
5043 s%@WINDRES_FOR_TARGET@%$WINDRES_FOR_TARGET%g
5044 s%@MAINTAINER_MODE_TRUE@%$MAINTAINER_MODE_TRUE%g
5045 s%@MAINTAINER_MODE_FALSE@%$MAINTAINER_MODE_FALSE%g
5046 s%@MAINT@%$MAINT%g
5047 s%@stage1_cflags@%$stage1_cflags%g
5048 s%@CREATE_LINK_TO_DIR@%$CREATE_LINK_TO_DIR%g
5049 s%@UNDO_LINK_TO_DIR@%$UNDO_LINK_TO_DIR%g
5050 s%@stage2_werror_flag@%$stage2_werror_flag%g
5052 CEOF
5055 cat >> $CONFIG_STATUS <<\EOF
5057 # Split the substitutions into bite-sized pieces for seds with
5058 # small command number limits, like on Digital OSF/1 and HP-UX.
5059 ac_max_sed_cmds=90 # Maximum number of lines to put in a sed script.
5060 ac_file=1 # Number of current file.
5061 ac_beg=1 # First line for current file.
5062 ac_end=$ac_max_sed_cmds # Line after last line for current file.
5063 ac_more_lines=:
5064 ac_sed_cmds=""
5065 while $ac_more_lines; do
5066 if test $ac_beg -gt 1; then
5067 sed "1,${ac_beg}d; ${ac_end}q" conftest.subs > conftest.s$ac_file
5068 else
5069 sed "${ac_end}q" conftest.subs > conftest.s$ac_file
5071 if test ! -s conftest.s$ac_file; then
5072 ac_more_lines=false
5073 rm -f conftest.s$ac_file
5074 else
5075 if test -z "$ac_sed_cmds"; then
5076 ac_sed_cmds="sed -f conftest.s$ac_file"
5077 else
5078 ac_sed_cmds="$ac_sed_cmds | sed -f conftest.s$ac_file"
5080 ac_file=`expr $ac_file + 1`
5081 ac_beg=$ac_end
5082 ac_end=`expr $ac_end + $ac_max_sed_cmds`
5084 done
5085 if test -z "$ac_sed_cmds"; then
5086 ac_sed_cmds=cat
5090 cat >> $CONFIG_STATUS <<EOF
5092 CONFIG_FILES=\${CONFIG_FILES-"Makefile"}
5094 cat >> $CONFIG_STATUS <<\EOF
5095 for ac_file in .. $CONFIG_FILES; do if test "x$ac_file" != x..; then
5096 # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
5097 case "$ac_file" in
5098 *:*) ac_file_in=`echo "$ac_file"|sed 's%[^:]*:%%'`
5099 ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;;
5100 *) ac_file_in="${ac_file}.in" ;;
5101 esac
5103 # Adjust a relative srcdir, top_srcdir, and INSTALL for subdirectories.
5105 # Remove last slash and all that follows it. Not all systems have dirname.
5106 ac_dir=`echo $ac_file|sed 's%/[^/][^/]*$%%'`
5107 if test "$ac_dir" != "$ac_file" && test "$ac_dir" != .; then
5108 # The file is in a subdirectory.
5109 test ! -d "$ac_dir" && mkdir "$ac_dir"
5110 ac_dir_suffix="/`echo $ac_dir|sed 's%^\./%%'`"
5111 # A "../" for each directory in $ac_dir_suffix.
5112 ac_dots=`echo $ac_dir_suffix|sed 's%/[^/]*%../%g'`
5113 else
5114 ac_dir_suffix= ac_dots=
5117 case "$ac_given_srcdir" in
5118 .) srcdir=.
5119 if test -z "$ac_dots"; then top_srcdir=.
5120 else top_srcdir=`echo $ac_dots|sed 's%/$%%'`; fi ;;
5121 /*) srcdir="$ac_given_srcdir$ac_dir_suffix"; top_srcdir="$ac_given_srcdir" ;;
5122 *) # Relative path.
5123 srcdir="$ac_dots$ac_given_srcdir$ac_dir_suffix"
5124 top_srcdir="$ac_dots$ac_given_srcdir" ;;
5125 esac
5127 case "$ac_given_INSTALL" in
5128 [/$]*) INSTALL="$ac_given_INSTALL" ;;
5129 *) INSTALL="$ac_dots$ac_given_INSTALL" ;;
5130 esac
5132 echo creating "$ac_file"
5133 rm -f "$ac_file"
5134 configure_input="Generated automatically from `echo $ac_file_in|sed 's%.*/%%'` by configure."
5135 case "$ac_file" in
5136 *Makefile*) ac_comsub="1i\\
5137 # $configure_input" ;;
5138 *) ac_comsub= ;;
5139 esac
5141 ac_file_inputs=`echo $ac_file_in|sed -e "s%^%$ac_given_srcdir/%" -e "s%:% $ac_given_srcdir/%g"`
5142 sed -e "$ac_comsub
5143 s%@configure_input@%$configure_input%g
5144 s%@srcdir@%$srcdir%g
5145 s%@top_srcdir@%$top_srcdir%g
5146 s%@INSTALL@%$INSTALL%g
5147 " $ac_file_inputs | (eval "$ac_sed_cmds") > $ac_file
5148 fi; done
5149 rm -f conftest.s*
5152 cat >> $CONFIG_STATUS <<EOF
5155 cat >> $CONFIG_STATUS <<\EOF
5157 exit 0
5159 chmod +x $CONFIG_STATUS
5160 rm -fr confdefs* $ac_clean_files
5161 test "$no_create" = yes || ${CONFIG_SHELL-/bin/sh} $CONFIG_STATUS || exit 1