]> gcc.gnu.org Git - gcc.git/blame - configure
sibcall-3.c: Remove xfail for mips*-*-elf.
[gcc.git] / configure
CommitLineData
671aa708 1#! /bin/sh
79c06341 2
671aa708
NN
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.
6#
7# This configure script is free software; the Free Software Foundation
8# gives unlimited permission to copy, distribute and modify it.
9
10# Defaults:
11ac_help=
12ac_default_prefix=/usr/local
13# Any additions from configure.in:
d9cdb878
AC
14ac_help="$ac_help
15 --enable-libada Builds libada directory"
ade82b16 16ac_help="$ac_help
bf1d3e81
NN
17 --enable-serial-[{host,target,build}-]configure
18 Force sequential configuration of
ade82b16 19 sub-packages for the host, target or build
bf1d3e81 20 machine, or all sub-packages"
ee03dc5e
AO
21ac_help="$ac_help
22 --enable-maintainer-mode enable make rules and dependencies not useful
23 (and sometimes confusing) to the casual installer"
2805b53a
NN
24ac_help="$ac_help
25 --enable-werror enable -Werror in bootstrap stage2 and later"
671aa708
NN
26
27# Initialize some variables set by options.
28# The variables have the same names as the options, with
29# dashes changed to underlines.
30build=NONE
31cache_file=./config.cache
32exec_prefix=NONE
33host=NONE
34no_create=
35nonopt=NONE
36no_recursion=
37prefix=NONE
38program_prefix=NONE
39program_suffix=NONE
40program_transform_name=s,x,x,
41silent=
42site=
43srcdir=
44target=NONE
45verbose=
46x_includes=NONE
47x_libraries=NONE
48bindir='${exec_prefix}/bin'
49sbindir='${exec_prefix}/sbin'
50libexecdir='${exec_prefix}/libexec'
51datadir='${prefix}/share'
52sysconfdir='${prefix}/etc'
53sharedstatedir='${prefix}/com'
54localstatedir='${prefix}/var'
55libdir='${exec_prefix}/lib'
56includedir='${prefix}/include'
57oldincludedir='/usr/include'
58infodir='${prefix}/info'
59mandir='${prefix}/man'
79c06341 60
671aa708
NN
61# Initialize some other variables.
62subdirs=
63MFLAGS= MAKEFLAGS=
64SHELL=${CONFIG_SHELL-/bin/sh}
65# Maximum number of lines to put in a shell here document.
66ac_max_here_lines=12
79c06341 67
671aa708
NN
68ac_prev=
69for ac_option
70do
79c06341 71
671aa708
NN
72 # If the previous option needs an argument, assign it.
73 if test -n "$ac_prev"; then
74 eval "$ac_prev=\$ac_option"
75 ac_prev=
76 continue
77 fi
79c06341 78
671aa708
NN
79 case "$ac_option" in
80 -*=*) ac_optarg=`echo "$ac_option" | sed 's/[-_a-zA-Z0-9]*=//'` ;;
81 *) ac_optarg= ;;
82 esac
83
84 # Accept the important Cygnus configure options, so we can diagnose typos.
85
86 case "$ac_option" in
87
88 -bindir | --bindir | --bindi | --bind | --bin | --bi)
89 ac_prev=bindir ;;
90 -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
91 bindir="$ac_optarg" ;;
92
93 -build | --build | --buil | --bui | --bu)
94 ac_prev=build ;;
95 -build=* | --build=* | --buil=* | --bui=* | --bu=*)
96 build="$ac_optarg" ;;
97
98 -cache-file | --cache-file | --cache-fil | --cache-fi \
99 | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
100 ac_prev=cache_file ;;
101 -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
102 | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
103 cache_file="$ac_optarg" ;;
104
105 -datadir | --datadir | --datadi | --datad | --data | --dat | --da)
106 ac_prev=datadir ;;
107 -datadir=* | --datadir=* | --datadi=* | --datad=* | --data=* | --dat=* \
108 | --da=*)
109 datadir="$ac_optarg" ;;
110
111 -disable-* | --disable-*)
112 ac_feature=`echo $ac_option|sed -e 's/-*disable-//'`
113 # Reject names that are not valid shell variable names.
114 if test -n "`echo $ac_feature| sed 's/[-a-zA-Z0-9_]//g'`"; then
115 { echo "configure: error: $ac_feature: invalid feature name" 1>&2; exit 1; }
116 fi
117 ac_feature=`echo $ac_feature| sed 's/-/_/g'`
118 eval "enable_${ac_feature}=no" ;;
119
120 -enable-* | --enable-*)
121 ac_feature=`echo $ac_option|sed -e 's/-*enable-//' -e 's/=.*//'`
122 # Reject names that are not valid shell variable names.
123 if test -n "`echo $ac_feature| sed 's/[-_a-zA-Z0-9]//g'`"; then
124 { echo "configure: error: $ac_feature: invalid feature name" 1>&2; exit 1; }
125 fi
126 ac_feature=`echo $ac_feature| sed 's/-/_/g'`
127 case "$ac_option" in
128 *=*) ;;
129 *) ac_optarg=yes ;;
130 esac
131 eval "enable_${ac_feature}='$ac_optarg'" ;;
132
133 -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
134 | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
135 | --exec | --exe | --ex)
136 ac_prev=exec_prefix ;;
137 -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
138 | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
139 | --exec=* | --exe=* | --ex=*)
140 exec_prefix="$ac_optarg" ;;
141
142 -gas | --gas | --ga | --g)
143 # Obsolete; use --with-gas.
144 with_gas=yes ;;
145
146 -help | --help | --hel | --he)
147 # Omit some internal or obsolete options to make the list less imposing.
148 # This message is too long to be a string in the A/UX 3.1 sh.
149 cat << EOF
150Usage: configure [options] [host]
151Options: [defaults in brackets after descriptions]
152Configuration:
153 --cache-file=FILE cache test results in FILE
154 --help print this message
155 --no-create do not create output files
156 --quiet, --silent do not print \`checking...' messages
157 --version print the version of autoconf that created configure
158Directory and file names:
159 --prefix=PREFIX install architecture-independent files in PREFIX
160 [$ac_default_prefix]
161 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
162 [same as prefix]
163 --bindir=DIR user executables in DIR [EPREFIX/bin]
164 --sbindir=DIR system admin executables in DIR [EPREFIX/sbin]
165 --libexecdir=DIR program executables in DIR [EPREFIX/libexec]
166 --datadir=DIR read-only architecture-independent data in DIR
167 [PREFIX/share]
168 --sysconfdir=DIR read-only single-machine data in DIR [PREFIX/etc]
169 --sharedstatedir=DIR modifiable architecture-independent data in DIR
170 [PREFIX/com]
171 --localstatedir=DIR modifiable single-machine data in DIR [PREFIX/var]
172 --libdir=DIR object code libraries in DIR [EPREFIX/lib]
173 --includedir=DIR C header files in DIR [PREFIX/include]
174 --oldincludedir=DIR C header files for non-gcc in DIR [/usr/include]
175 --infodir=DIR info documentation in DIR [PREFIX/info]
176 --mandir=DIR man documentation in DIR [PREFIX/man]
177 --srcdir=DIR find the sources in DIR [configure dir or ..]
178 --program-prefix=PREFIX prepend PREFIX to installed program names
179 --program-suffix=SUFFIX append SUFFIX to installed program names
180 --program-transform-name=PROGRAM
181 run sed PROGRAM on installed program names
182EOF
183 cat << EOF
184Host type:
185 --build=BUILD configure for building on BUILD [BUILD=HOST]
186 --host=HOST configure for HOST [guessed]
187 --target=TARGET configure for TARGET [TARGET=HOST]
188Features and packages:
189 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
190 --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
191 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
192 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
193 --x-includes=DIR X include files are in DIR
194 --x-libraries=DIR X library files are in DIR
195EOF
196 if test -n "$ac_help"; then
197 echo "--enable and --with options recognized:$ac_help"
198 fi
199 exit 0 ;;
200
201 -host | --host | --hos | --ho)
202 ac_prev=host ;;
203 -host=* | --host=* | --hos=* | --ho=*)
204 host="$ac_optarg" ;;
205
206 -includedir | --includedir | --includedi | --included | --include \
207 | --includ | --inclu | --incl | --inc)
208 ac_prev=includedir ;;
209 -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
210 | --includ=* | --inclu=* | --incl=* | --inc=*)
211 includedir="$ac_optarg" ;;
212
213 -infodir | --infodir | --infodi | --infod | --info | --inf)
214 ac_prev=infodir ;;
215 -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
216 infodir="$ac_optarg" ;;
217
218 -libdir | --libdir | --libdi | --libd)
219 ac_prev=libdir ;;
220 -libdir=* | --libdir=* | --libdi=* | --libd=*)
221 libdir="$ac_optarg" ;;
222
223 -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
224 | --libexe | --libex | --libe)
225 ac_prev=libexecdir ;;
226 -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
227 | --libexe=* | --libex=* | --libe=*)
228 libexecdir="$ac_optarg" ;;
229
230 -localstatedir | --localstatedir | --localstatedi | --localstated \
231 | --localstate | --localstat | --localsta | --localst \
232 | --locals | --local | --loca | --loc | --lo)
233 ac_prev=localstatedir ;;
234 -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
235 | --localstate=* | --localstat=* | --localsta=* | --localst=* \
236 | --locals=* | --local=* | --loca=* | --loc=* | --lo=*)
237 localstatedir="$ac_optarg" ;;
238
239 -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
240 ac_prev=mandir ;;
241 -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
242 mandir="$ac_optarg" ;;
243
244 -nfp | --nfp | --nf)
245 # Obsolete; use --without-fp.
246 with_fp=no ;;
247
248 -no-create | --no-create | --no-creat | --no-crea | --no-cre \
249 | --no-cr | --no-c)
250 no_create=yes ;;
251
252 -no-recursion | --no-recursion | --no-recursio | --no-recursi \
253 | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
254 no_recursion=yes ;;
255
256 -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
257 | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
258 | --oldin | --oldi | --old | --ol | --o)
259 ac_prev=oldincludedir ;;
260 -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
261 | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
262 | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
263 oldincludedir="$ac_optarg" ;;
264
265 -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
266 ac_prev=prefix ;;
267 -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
268 prefix="$ac_optarg" ;;
269
270 -program-prefix | --program-prefix | --program-prefi | --program-pref \
271 | --program-pre | --program-pr | --program-p)
272 ac_prev=program_prefix ;;
273 -program-prefix=* | --program-prefix=* | --program-prefi=* \
274 | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
275 program_prefix="$ac_optarg" ;;
276
277 -program-suffix | --program-suffix | --program-suffi | --program-suff \
278 | --program-suf | --program-su | --program-s)
279 ac_prev=program_suffix ;;
280 -program-suffix=* | --program-suffix=* | --program-suffi=* \
281 | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
282 program_suffix="$ac_optarg" ;;
283
284 -program-transform-name | --program-transform-name \
285 | --program-transform-nam | --program-transform-na \
286 | --program-transform-n | --program-transform- \
287 | --program-transform | --program-transfor \
288 | --program-transfo | --program-transf \
289 | --program-trans | --program-tran \
290 | --progr-tra | --program-tr | --program-t)
291 ac_prev=program_transform_name ;;
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 program_transform_name="$ac_optarg" ;;
300
301 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
302 | -silent | --silent | --silen | --sile | --sil)
303 silent=yes ;;
304
305 -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
306 ac_prev=sbindir ;;
307 -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
308 | --sbi=* | --sb=*)
309 sbindir="$ac_optarg" ;;
310
311 -sharedstatedir | --sharedstatedir | --sharedstatedi \
312 | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
313 | --sharedst | --shareds | --shared | --share | --shar \
314 | --sha | --sh)
315 ac_prev=sharedstatedir ;;
316 -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
317 | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
318 | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
319 | --sha=* | --sh=*)
320 sharedstatedir="$ac_optarg" ;;
321
322 -site | --site | --sit)
323 ac_prev=site ;;
324 -site=* | --site=* | --sit=*)
325 site="$ac_optarg" ;;
326
327 -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
328 ac_prev=srcdir ;;
329 -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
330 srcdir="$ac_optarg" ;;
331
332 -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
333 | --syscon | --sysco | --sysc | --sys | --sy)
334 ac_prev=sysconfdir ;;
335 -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
336 | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
337 sysconfdir="$ac_optarg" ;;
338
339 -target | --target | --targe | --targ | --tar | --ta | --t)
340 ac_prev=target ;;
341 -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
342 target="$ac_optarg" ;;
343
344 -v | -verbose | --verbose | --verbos | --verbo | --verb)
345 verbose=yes ;;
346
347 -version | --version | --versio | --versi | --vers)
348 echo "configure generated by autoconf version 2.13"
349 exit 0 ;;
350
351 -with-* | --with-*)
352 ac_package=`echo $ac_option|sed -e 's/-*with-//' -e 's/=.*//'`
353 # Reject names that are not valid shell variable names.
354 if test -n "`echo $ac_package| sed 's/[-_a-zA-Z0-9]//g'`"; then
355 { echo "configure: error: $ac_package: invalid package name" 1>&2; exit 1; }
356 fi
357 ac_package=`echo $ac_package| sed 's/-/_/g'`
358 case "$ac_option" in
359 *=*) ;;
360 *) ac_optarg=yes ;;
361 esac
362 eval "with_${ac_package}='$ac_optarg'" ;;
363
364 -without-* | --without-*)
365 ac_package=`echo $ac_option|sed -e 's/-*without-//'`
366 # Reject names that are not valid shell variable names.
367 if test -n "`echo $ac_package| sed 's/[-a-zA-Z0-9_]//g'`"; then
368 { echo "configure: error: $ac_package: invalid package name" 1>&2; exit 1; }
369 fi
370 ac_package=`echo $ac_package| sed 's/-/_/g'`
371 eval "with_${ac_package}=no" ;;
372
373 --x)
374 # Obsolete; use --with-x.
375 with_x=yes ;;
376
377 -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
378 | --x-incl | --x-inc | --x-in | --x-i)
379 ac_prev=x_includes ;;
380 -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
381 | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
382 x_includes="$ac_optarg" ;;
383
384 -x-libraries | --x-libraries | --x-librarie | --x-librari \
385 | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
386 ac_prev=x_libraries ;;
387 -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
388 | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
389 x_libraries="$ac_optarg" ;;
390
391 -*) { echo "configure: error: $ac_option: invalid option; use --help to show usage" 1>&2; exit 1; }
392 ;;
393
394 *)
395 if test -n "`echo $ac_option| sed 's/[-a-z0-9.]//g'`"; then
396 echo "configure: warning: $ac_option: invalid host type" 1>&2
397 fi
398 if test "x$nonopt" != xNONE; then
399 { echo "configure: error: can only configure for one host and one target at a time" 1>&2; exit 1; }
400 fi
401 nonopt="$ac_option"
402 ;;
403
404 esac
405done
406
407if test -n "$ac_prev"; then
408 { echo "configure: error: missing argument to --`echo $ac_prev | sed 's/_/-/g'`" 1>&2; exit 1; }
409fi
410
411trap 'rm -fr conftest* confdefs* core core.* *.core $ac_clean_files; exit 1' 1 2 15
412
413# File descriptor usage:
414# 0 standard input
415# 1 file creation
416# 2 errors and warnings
417# 3 some systems may open it to /dev/tty
418# 4 used on the Kubota Titan
419# 6 checking for... messages and results
420# 5 compiler messages saved in config.log
421if test "$silent" = yes; then
422 exec 6>/dev/null
423else
424 exec 6>&1
425fi
426exec 5>./config.log
427
428echo "\
429This file contains any messages produced by compilers while
430running configure, to aid debugging if configure makes a mistake.
431" 1>&5
432
433# Strip out --no-create and --no-recursion so they do not pile up.
434# Also quote any args containing shell metacharacters.
435ac_configure_args=
436for ac_arg
437do
438 case "$ac_arg" in
439 -no-create | --no-create | --no-creat | --no-crea | --no-cre \
440 | --no-cr | --no-c) ;;
441 -no-recursion | --no-recursion | --no-recursio | --no-recursi \
442 | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r) ;;
443 *" "*|*" "*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?]*)
444 ac_configure_args="$ac_configure_args '$ac_arg'" ;;
445 *) ac_configure_args="$ac_configure_args $ac_arg" ;;
446 esac
447done
448
449# NLS nuisances.
450# Only set these to C if already set. These must not be set unconditionally
451# because not all systems understand e.g. LANG=C (notably SCO).
452# Fixing LC_MESSAGES prevents Solaris sh from translating var values in `set'!
453# Non-C LC_CTYPE values break the ctype check.
454if test "${LANG+set}" = set; then LANG=C; export LANG; fi
455if test "${LC_ALL+set}" = set; then LC_ALL=C; export LC_ALL; fi
456if test "${LC_MESSAGES+set}" = set; then LC_MESSAGES=C; export LC_MESSAGES; fi
457if test "${LC_CTYPE+set}" = set; then LC_CTYPE=C; export LC_CTYPE; fi
458
459# confdefs.h avoids OS command line length limits that DEFS can exceed.
460rm -rf conftest* confdefs.h
461# AIX cpp loses on an empty file, so make sure it contains at least a newline.
462echo > confdefs.h
463
464# A filename unique to this package, relative to the directory that
465# configure is in, which we can look for to find out if srcdir is correct.
466ac_unique_file=move-if-change
467
468# Find the source files, if location was not specified.
469if test -z "$srcdir"; then
470 ac_srcdir_defaulted=yes
471 # Try the directory containing this script, then its parent.
472 ac_prog=$0
473 ac_confdir=`echo $ac_prog|sed 's%/[^/][^/]*$%%'`
474 test "x$ac_confdir" = "x$ac_prog" && ac_confdir=.
475 srcdir=$ac_confdir
476 if test ! -r $srcdir/$ac_unique_file; then
477 srcdir=..
478 fi
479else
480 ac_srcdir_defaulted=no
481fi
482if test ! -r $srcdir/$ac_unique_file; then
483 if test "$ac_srcdir_defaulted" = yes; then
484 { echo "configure: error: can not find sources in $ac_confdir or .." 1>&2; exit 1; }
485 else
486 { echo "configure: error: can not find sources in $srcdir" 1>&2; exit 1; }
487 fi
488fi
489srcdir=`echo "${srcdir}" | sed 's%\([^/]\)/*$%\1%'`
490
491# Prefer explicitly selected file to automatically selected ones.
4cf8cbf0
NC
492if test -z "$CONFIG_SITE"; then
493 if test "x$prefix" != xNONE; then
494 CONFIG_SITE="$prefix/share/config.site $prefix/etc/config.site"
495 else
496 CONFIG_SITE="$ac_default_prefix/share/config.site $ac_default_prefix/etc/config.site"
671aa708
NN
497 fi
498fi
499for ac_site_file in $CONFIG_SITE; do
500 if test -r "$ac_site_file"; then
501 echo "loading site script $ac_site_file"
502 . "$ac_site_file"
503 fi
504done
505
506if test -r "$cache_file"; then
507 echo "loading cache $cache_file"
508 . $cache_file
509else
510 echo "creating cache $cache_file"
511 > $cache_file
512fi
513
514ac_ext=c
515# CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
516ac_cpp='$CPP $CPPFLAGS'
517ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
518ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
519cross_compiling=$ac_cv_prog_cc_cross
520
521ac_exeext=
522ac_objext=o
523if (echo "testing\c"; echo 1,2,3) | grep c >/dev/null; then
524 # Stardent Vistra SVR4 grep lacks -e, says ghazi@caip.rutgers.edu.
525 if (echo -n testing; echo 1,2,3) | sed s/-n/xn/ | grep xn >/dev/null; then
526 ac_n= ac_c='
527' ac_t=' '
528 else
529 ac_n=-n ac_c= ac_t=
530 fi
531else
532 ac_n= ac_c='\c' ac_t=
533fi
534
535
d02c69be 536
671aa708
NN
537ac_aux_dir=
538for ac_dir in $srcdir $srcdir/.. $srcdir/../..; do
539 if test -f $ac_dir/install-sh; then
540 ac_aux_dir=$ac_dir
541 ac_install_sh="$ac_aux_dir/install-sh -c"
542 break
543 elif test -f $ac_dir/install.sh; then
544 ac_aux_dir=$ac_dir
545 ac_install_sh="$ac_aux_dir/install.sh -c"
546 break
547 fi
548done
549if test -z "$ac_aux_dir"; then
550 { echo "configure: error: can not find install-sh or install.sh in $srcdir $srcdir/.. $srcdir/../.." 1>&2; exit 1; }
551fi
552ac_config_guess=$ac_aux_dir/config.guess
553ac_config_sub=$ac_aux_dir/config.sub
554ac_configure=$ac_aux_dir/configure # This should be Cygnus configure.
555
556
557# Do some error checking and defaulting for the host and target type.
558# The inputs are:
559# configure --host=HOST --target=TARGET --build=BUILD NONOPT
79c06341 560#
671aa708
NN
561# The rules are:
562# 1. You are not allowed to specify --host, --target, and nonopt at the
563# same time.
564# 2. Host defaults to nonopt.
565# 3. If nonopt is not specified, then host defaults to the current host,
566# as determined by config.guess.
567# 4. Target and build default to nonopt.
568# 5. If nonopt is not specified, then target and build default to host.
569
570# The aliases save the names the user supplied, while $host etc.
571# will get canonicalized.
572case $host---$target---$nonopt in
573NONE---*---* | *---NONE---* | *---*---NONE) ;;
574*) { echo "configure: error: can only configure for one host and one target at a time" 1>&2; exit 1; } ;;
575esac
576
577
578# Make sure we can run config.sub.
579if ${CONFIG_SHELL-/bin/sh} $ac_config_sub sun4 >/dev/null 2>&1; then :
580else { echo "configure: error: can not run $ac_config_sub" 1>&2; exit 1; }
581fi
582
583echo $ac_n "checking host system type""... $ac_c" 1>&6
2805b53a 584echo "configure:585: checking host system type" >&5
671aa708
NN
585
586host_alias=$host
587case "$host_alias" in
588NONE)
589 case $nonopt in
590 NONE)
591 if host_alias=`${CONFIG_SHELL-/bin/sh} $ac_config_guess`; then :
592 else { echo "configure: error: can not guess host type; you must specify one" 1>&2; exit 1; }
593 fi ;;
594 *) host_alias=$nonopt ;;
595 esac ;;
596esac
597
598host=`${CONFIG_SHELL-/bin/sh} $ac_config_sub $host_alias`
599host_cpu=`echo $host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
600host_vendor=`echo $host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
601host_os=`echo $host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
602echo "$ac_t""$host" 1>&6
603
604echo $ac_n "checking target system type""... $ac_c" 1>&6
2805b53a 605echo "configure:606: checking target system type" >&5
671aa708
NN
606
607target_alias=$target
608case "$target_alias" in
609NONE)
610 case $nonopt in
611 NONE) target_alias=$host_alias ;;
612 *) target_alias=$nonopt ;;
613 esac ;;
614esac
615
616target=`${CONFIG_SHELL-/bin/sh} $ac_config_sub $target_alias`
617target_cpu=`echo $target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
618target_vendor=`echo $target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
619target_os=`echo $target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
620echo "$ac_t""$target" 1>&6
621
622echo $ac_n "checking build system type""... $ac_c" 1>&6
2805b53a 623echo "configure:624: checking build system type" >&5
671aa708
NN
624
625build_alias=$build
626case "$build_alias" in
627NONE)
628 case $nonopt in
629 NONE) build_alias=$host_alias ;;
630 *) build_alias=$nonopt ;;
631 esac ;;
632esac
633
634build=`${CONFIG_SHELL-/bin/sh} $ac_config_sub $build_alias`
635build_cpu=`echo $build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
636build_vendor=`echo $build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
637build_os=`echo $build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
638echo "$ac_t""$build" 1>&6
639
640test "$host_alias" != "$target_alias" &&
641 test "$program_prefix$program_suffix$program_transform_name" = \
642 NONENONEs,x,x, &&
643 program_prefix=${target_alias}-
644
645if test "$program_transform_name" = s,x,x,; then
646 program_transform_name=
647else
648 # Double any \ or $. echo might interpret backslashes.
649 cat <<\EOF_SED > conftestsed
650s,\\,\\\\,g; s,\$,$$,g
651EOF_SED
652 program_transform_name="`echo $program_transform_name|sed -f conftestsed`"
653 rm -f conftestsed
654fi
655test "$program_prefix" != NONE &&
656 program_transform_name="s,^,${program_prefix},; $program_transform_name"
657# Use a double $ so make ignores it.
658test "$program_suffix" != NONE &&
659 program_transform_name="s,\$\$,${program_suffix},; $program_transform_name"
660
661# sed with no file args requires a program.
662test "$program_transform_name" = "" && program_transform_name="s,x,x,"
663
664
775956d0
NN
665# Get 'install' or 'install-sh' and its variants.
666# Find a good install program. We prefer a C program (faster),
667# so one script is as good as another. But avoid the broken or
668# incompatible versions:
669# SysV /etc/install, /usr/sbin/install
670# SunOS /usr/etc/install
671# IRIX /sbin/install
672# AIX /bin/install
673# AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
674# AFS /usr/afsws/bin/install, which mishandles nonexistent args
675# SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
676# ./install, which can be erroneously created by make from ./install.sh.
677echo $ac_n "checking for a BSD compatible install""... $ac_c" 1>&6
2805b53a 678echo "configure:679: checking for a BSD compatible install" >&5
775956d0
NN
679if test -z "$INSTALL"; then
680if eval "test \"`echo '$''{'ac_cv_path_install'+set}'`\" = set"; then
681 echo $ac_n "(cached) $ac_c" 1>&6
682else
683 IFS="${IFS= }"; ac_save_IFS="$IFS"; IFS=":"
684 for ac_dir in $PATH; do
685 # Account for people who put trailing slashes in PATH elements.
686 case "$ac_dir/" in
687 /|./|.//|/etc/*|/usr/sbin/*|/usr/etc/*|/sbin/*|/usr/afsws/bin/*|/usr/ucb/*) ;;
688 *)
689 # OSF1 and SCO ODT 3.0 have their own names for install.
690 # Don't use installbsd from OSF since it installs stuff as root
691 # by default.
692 for ac_prog in ginstall scoinst install; do
693 if test -f $ac_dir/$ac_prog; then
694 if test $ac_prog = install &&
695 grep dspmsg $ac_dir/$ac_prog >/dev/null 2>&1; then
696 # AIX install. It has an incompatible calling convention.
697 :
698 else
699 ac_cv_path_install="$ac_dir/$ac_prog -c"
700 break 2
701 fi
702 fi
703 done
704 ;;
705 esac
706 done
707 IFS="$ac_save_IFS"
708
709fi
710 if test "${ac_cv_path_install+set}" = set; then
711 INSTALL="$ac_cv_path_install"
712 else
713 # As a last resort, use the slow shell script. We don't cache a
714 # path for INSTALL within a source directory, because that will
715 # break other packages using the cache if that directory is
716 # removed, or if the path is relative.
717 INSTALL="$ac_install_sh"
718 fi
719fi
720echo "$ac_t""$INSTALL" 1>&6
721
722# Use test -z because SunOS4 sh mishandles braces in ${var-val}.
723# It thinks the first close brace ends the variable substitution.
724test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
725
726test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL_PROGRAM}'
727
728test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
729
730
ca9f4b81
AO
731# Autoconf M4 include file defining utility macros for complex Canadian
732# cross builds.
671aa708 733
8b87bb96
NN
734
735
736
737
738
ca9f4b81
AO
739####
740# _NCN_TOOL_PREFIXES: Some stuff that oughtta be done in AC_CANONICAL_SYSTEM
741# or AC_INIT.
742# These demand that AC_CANONICAL_SYSTEM be called beforehand.
743
744####
745# NCN_CHECK_TARGET_TOOL(variable, prog-to-check-for,[value-if-not-found],[path])
746# Like AC_CHECK_TOOL, but tries a prefix of the target, not the host.
747# Code is pretty much lifted from autoconf2.53.
748
749
750
751####
752# NCN_STRICT_CHECK_TOOL(variable, prog-to-check-for,[value-if-not-found],[path])
753# Like AC_CHECK_TOOL, but requires the prefix if build!=host.
754
755
756
757####
758# NCN_STRICT_CHECK_TARGET_TOOL(variable, prog-to-check-for,[value-if-not-found],[path])
759# Like NCN_CHECK_TARGET_TOOL, but requires the prefix if build!=target.
760
761
6691a79e
ME
762###
763# AC_PROG_CPP_WERROR
764# Used for autoconf 2.5x to force AC_PREPROC_IFELSE to reject code which
765# triggers warnings from the preprocessor. Will be in autoconf 2.58.
766# For now, using this also overrides header checks to use only the
767# preprocessor (matches 2.13 behavior; matching 2.58's behavior is a
768# bit harder from here).
769# Eventually autoconf will default to checking headers with the compiler
770# instead, and we'll have to do this differently.
771
772# AC_PROG_CPP_WERROR
773
55ffb5ed
NN
774# Test for GNAT.
775# We require the gnatbind program, and a compiler driver that
776# understands Ada. We use the user's CC setting, already found.
777#
778# Sets the shell variable have_gnat to yes or no as appropriate, and
779# substitutes GNATBIND.
780
781
79c06341 782
a76494aa
PB
783
784
79c06341 785### we might need to use some other shell than /bin/sh for running subshells
79c06341
JL
786### If we are on Windows, search for the shell. This will permit people
787### to not have /bin/sh, but to be able to see /SOME/PATH/sh configure
788### without also having to set CONFIG_SHELL. This code will work when
789### using bash, which sets OSTYPE.
790case "${OSTYPE}" in
791*win32*)
671aa708
NN
792 if test x${CONFIG_SHELL} = x ; then
793 if test ! -f /bin/sh ; then
794 if test x${SHELL} != x && test -f ${SHELL} ; then
79c06341
JL
795 CONFIG_SHELL=${SHELL}
796 export CONFIG_SHELL
797 else
798 for prog in sh sh.exe bash bash.exe; do
799 IFS="${IFS= }"; save_ifs="$IFS"; IFS="${IFS}:"
800 for dir in $PATH; do
801 test -z "$dir" && dir=.
802 if test -f $dir/$prog; then
803 CONFIG_SHELL=$dir/$prog
804 export CONFIG_SHELL
805 break
806 fi
807 done
808 IFS="$save_ifs"
809 test -n "${CONFIG_SHELL}" && break
810 done
811 fi
812 fi
813 fi
814 ;;
815esac
816
817config_shell=${CONFIG_SHELL-/bin/sh}
818
79c06341
JL
819progname=$0
820# if PWD already has a value, it is probably wrong.
671aa708 821if test -n "$PWD" ; then PWD=`${PWDCMD-pwd}`; fi
79c06341 822
b348267b 823# Export original configure arguments for use by sub-configures. These
eeae7b41
DJ
824# will be expanded by make, so quote '$'.
825tmp="$progname $@"
826sed -e 's,\$,$$,g' <<EOF_SED > conftestsed.out
827$tmp
b348267b 828EOF_SED
eeae7b41
DJ
829TOPLEVEL_CONFIGURE_ARGUMENTS=`cat conftestsed.out`
830rm -f conftestsed.out
3dfabf63 831
cc1e60ea 832
671aa708 833moveifchange=${srcdir}/move-if-change
79c06341 834
671aa708
NN
835# Set srcdir to "." if that's what it is.
836# This is important for multilib support.
837pwd=`${PWDCMD-pwd}`
838srcpwd=`cd ${srcdir} ; ${PWDCMD-pwd}`
839if test "${pwd}" = "${srcpwd}" ; then
840 srcdir=.
79c06341
JL
841fi
842
671aa708 843topsrcdir=$srcpwd
5d4a5ee6 844
671aa708
NN
845extra_host_args=
846# Define the trigger file to make sure configure will re-run whenever
847# the gcc version number changes.
848if test "${with_gcc_version_trigger+set}" = set ; then
849 gcc_version_trigger="$with_gcc_version_trigger"
850 gcc_version=`grep version_string ${with_gcc_version_trigger} | sed -e 's/.*\"\([^ \"]*\)[ \"].*/\1/'`
79c06341 851else
671aa708
NN
852 # If gcc's sources are available, define the trigger file.
853 if test -f ${topsrcdir}/gcc/version.c ; then
854 gcc_version_trigger=${topsrcdir}/gcc/version.c
855 gcc_version=`grep version_string ${gcc_version_trigger} | sed -e 's/.*\"\([^ \"]*\)[ \"].*/\1/'`
856 case "$ac_configure_args" in
857 *--with-gcc-version-trigger=$gcc_version_trigger* )
858 ;;
859 * )
860 # Add to all subconfigure arguments: build, host, and target.
ade82b16 861 ac_configure_args="$ac_configure_args --with-gcc-version-trigger=$gcc_version_trigger"
671aa708
NN
862 ;;
863 esac
864 fi
79c06341
JL
865fi
866
671aa708
NN
867### To add a new directory to the tree, first choose whether it is a target
868### or a host dependent tool. Then put it into the appropriate list
869### (library or tools, host or target), doing a dependency sort.
79c06341 870
671aa708
NN
871# Subdirs will be configured in the order listed in build_configdirs,
872# configdirs, or target_configdirs; see the serialization section below.
79c06341 873
671aa708
NN
874# Dependency sorting is only needed when *configuration* must be done in
875# a particular order. In all cases a dependency should be specified in
876# the Makefile, whether or not it's implicitly specified here.
79c06341 877
671aa708
NN
878# Double entries in build_configdirs, configdirs, or target_configdirs may
879# cause circular dependencies and break everything horribly.
79c06341 880
671aa708
NN
881# these libraries are used by various programs built for the host environment
882#
61b56b2e 883host_libs="intl mmalloc libiberty opcodes bfd readline tcl tk itcl tix libgui zlib"
671aa708 884
671aa708
NN
885# these tools are built for the host environment
886# Note, the powerpc-eabi build depends on sim occurring before gdb in order to
887# know that we are building the simulator.
888# binutils, gas and ld appear in that order because it makes sense to run
889# "make check" in that particular order.
61b56b2e 890host_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"
671aa708
NN
891
892# libgcj represents the runtime libraries only used by gcj.
893libgcj="target-libffi \
894 target-boehm-gc \
895 target-zlib \
896 target-qthreads \
897 target-libjava"
898
899# these libraries are built for the target environment, and are built after
900# the host libraries and the host tools (which may be a cross compiler)
901#
4dbda6f0 902target_libraries="target-libiberty \
671aa708
NN
903 target-libgloss \
904 target-newlib \
cb543528 905 target-libstdc++-v3 \
671aa708 906 target-libf2c \
77d187bc 907 ${libgcj} \
d9cdb878
AC
908 target-libobjc \
909 target-libada"
671aa708 910
4dbda6f0
NN
911# these tools are built using the target libraries, and are intended to
912# run only in the target environment
671aa708 913#
4dbda6f0 914# note: any program that *uses* libraries that are in the "target_libraries"
671aa708
NN
915# list belongs in this list. those programs are also very likely
916# candidates for the "native_only" list which follows
917#
97286f7f 918target_tools="target-examples target-groff target-gperf target-rda"
79c06341 919
671aa708 920################################################################################
79c06341 921
671aa708
NN
922## All tools belong in one of the four categories, and are assigned above
923## We assign ${configdirs} this way to remove all embedded newlines. This
924## is important because configure will choke if they ever get through.
925## ${configdirs} is directories we build using the host tools.
926## ${target_configdirs} is directories we build using the target tools.
927#
928configdirs=`echo ${host_libs} ${host_tools}`
4dbda6f0 929target_configdirs=`echo ${target_libraries} ${target_tools}`
79c06341 930
8b87bb96
NN
931# Only make build modules if build != host.
932# This should be done more generally, but at the moment it doesn't matter.
933if test ${host_alias} != ${build_alias} ; then
934 # This is the only build module.
935 build_modules=libiberty
936else
937 build_modules=
938fi
939
940
671aa708 941################################################################################
79c06341 942
671aa708 943srcname="gnu development package"
79c06341 944
671aa708
NN
945# This gets set non-empty for some net releases of packages.
946appdirs=""
79c06341 947
671aa708
NN
948# Define is_cross_compiler to save on calls to 'test'.
949is_cross_compiler=
950if test x"${host}" = x"${target}" ; then
951 is_cross_compiler=no
79c06341 952else
671aa708
NN
953 is_cross_compiler=yes
954fi
79c06341 955
b4acb5ef 956# Find the build and target subdir names.
8b87bb96
NN
957 case ${build_alias} in
958 "") build_noncanonical=${build} ;;
959 *) build_noncanonical=${build_alias} ;;
960esac
961
962 case ${host_alias} in
963 "") host_noncanonical=${build_noncanonical} ;;
964 *) host_noncanonical=${host_alias} ;;
965esac
966
967 case ${target_alias} in
968 "") target_noncanonical=${host_noncanonical} ;;
969 *) target_noncanonical=${target_alias} ;;
970esac
971
972 # Prefix 'build-' so this never conflicts with target_subdir.
973build_subdir="build-${build_noncanonical}"
974# Not really a subdirectory, but here for completeness.
975host_subdir=.
976# No prefix.
977target_subdir=${target_noncanonical}
978
79c06341 979
671aa708
NN
980# Skipdirs are removed silently.
981skipdirs=
982# Noconfigdirs are removed loudly.
983noconfigdirs=""
79c06341 984
671aa708
NN
985use_gnu_ld=
986# Make sure we don't let GNU ld be added if we didn't want it.
987if test x$with_gnu_ld = xno ; then
988 use_gnu_ld=no
989 noconfigdirs="$noconfigdirs ld"
79c06341
JL
990fi
991
671aa708
NN
992use_gnu_as=
993# Make sure we don't let GNU as be added if we didn't want it.
994if test x$with_gnu_as = xno ; then
995 use_gnu_as=no
996 noconfigdirs="$noconfigdirs gas"
79c06341
JL
997fi
998
671aa708
NN
999# some tools are so dependent upon X11 that if we're not building with X,
1000# it's not even worth trying to configure, much less build, that tool.
79c06341 1001
671aa708
NN
1002case ${with_x} in
1003 yes | "") ;; # the default value for this tree is that X11 is available
1004 no)
1005 skipdirs="${skipdirs} tk tix itcl libgui"
1006 # We won't be able to build gdbtk without X.
1007 enable_gdbtk=no
1008 ;;
1009 *) echo "*** bad value \"${with_x}\" for -with-x flag; ignored" 1>&2 ;;
1010esac
79c06341 1011
671aa708
NN
1012# Some tools are only suitable for building in a "native" situation.
1013# Remove these if host!=target.
61b56b2e 1014native_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"
79c06341 1015
671aa708
NN
1016# Similarly, some are only suitable for cross toolchains.
1017# Remove these if host=target.
1018cross_only="target-libgloss target-newlib target-opcodes"
1019
1020case $is_cross_compiler in
1021 no) skipdirs="${skipdirs} ${cross_only}" ;;
1022 yes) skipdirs="${skipdirs} ${native_only}" ;;
1023esac
79c06341 1024
671aa708
NN
1025# If both --with-headers and --with-libs are specified, default to
1026# --without-newlib.
078cfb66
GK
1027if test x"${with_headers}" != x && test x"${with_headers} != xno \
1028 && test x"${with_libs}" != x && test x"${with_libs} != xno ; then
671aa708
NN
1029 if test x"${with_newlib}" = x ; then
1030 with_newlib=no
1031 fi
79c06341
JL
1032fi
1033
671aa708
NN
1034# Recognize --with-newlib/--without-newlib.
1035case ${with_newlib} in
1036 no) skipdirs="${skipdirs} target-newlib" ;;
1037 yes) skipdirs=`echo " ${skipdirs} " | sed -e 's/ target-newlib / /'` ;;
1038esac
79c06341 1039
671aa708 1040# Configure extra directories which are host specific
79c06341 1041
671aa708
NN
1042case "${host}" in
1043 *-cygwin*)
1044 configdirs="$configdirs libtermcap" ;;
1045esac
79c06341 1046
671aa708
NN
1047# Remove more programs from consideration, based on the host or
1048# target this usually means that a port of the program doesn't
1049# exist yet.
ec8d6ddc 1050
671aa708
NN
1051case "${host}" in
1052 hppa*64*-*-*)
1053 noconfigdirs="$noconfigdirs byacc"
1054 ;;
f2a0e225 1055 i[3456789]86-*-vsta)
a22c2d8d 1056 noconfigdirs="$noconfigdirs tcl expect dejagnu make texinfo bison patch flex byacc send-pr gprof uudecode dejagnu diff guile perl itcl tix gnuserv gettext"
671aa708 1057 ;;
f2a0e225 1058 i[3456789]86-*-go32* | i[3456789]86-*-msdosdjgpp*)
a22c2d8d 1059 noconfigdirs="$noconfigdirs tcl tk expect dejagnu send-pr uudecode guile itcl tix gnuserv libffi"
3aa83176 1060 ;;
f2a0e225 1061 i[3456789]86-*-mingw32*)
61b56b2e 1062 # noconfigdirs="tcl tk expect dejagnu make texinfo bison patch flex byacc send-pr uudecode dejagnu diff guile perl itcl tix gnuserv"
a22c2d8d 1063 noconfigdirs="$noconfigdirs expect dejagnu autoconf automake send-pr rcs guile perl texinfo libtool"
3aa83176 1064 ;;
f2a0e225 1065 i[3456789]86-*-beos*)
3aa83176
NN
1066 noconfigdirs="$noconfigdirs tk itcl tix libgui gdb"
1067 ;;
671aa708 1068 *-*-cygwin*)
a22c2d8d 1069 noconfigdirs="$noconfigdirs autoconf automake send-pr rcs guile perl"
671aa708
NN
1070 ;;
1071 *-*-netbsd*)
a22c2d8d 1072 noconfigdirs="$noconfigdirs rcs"
671aa708
NN
1073 ;;
1074 ppc*-*-pe)
a22c2d8d 1075 noconfigdirs="$noconfigdirs patch diff make tk tcl expect dejagnu autoconf automake texinfo bison send-pr gprof rcs guile perl itcl tix gnuserv"
671aa708
NN
1076 ;;
1077 powerpc-*-beos*)
1078 noconfigdirs="$noconfigdirs tk itcl tix libgui gdb dejagnu readline"
1079 ;;
1080 *-*-darwin*)
1081 noconfigdirs="$noconfigdirs tk itcl tix libgui"
1082 ;;
1083esac
ec8d6ddc 1084
d9cdb878
AC
1085# Check whether --enable-libada or --disable-libada was given.
1086if test "${enable_libada+set}" = set; then
1087 enableval="$enable_libada"
1088 ENABLE_LIBADA=$enableval
1089else
1090 ENABLE_LIBADA=yes
1091fi
1092
d9cdb878
AC
1093if test "${ENABLE_LIBADA}" != "yes" ; then
1094 noconfigdirs="$noconfigdirs target-libada"
1095fi
1096
671aa708
NN
1097# Save it here so that, even in case of --enable-libgcj, if the Java
1098# front-end isn't enabled, we still get libgcj disabled.
1099libgcj_saved=$libgcj
1100case $enable_libgcj in
1101yes)
1102 # If we reset it here, it won't get added to noconfigdirs in the
1103 # target-specific build rules, so it will be forcibly enabled
1104 # (unless the Java language itself isn't enabled).
1105 libgcj=
1106 ;;
1107no)
1108 # Make sure we get it printed in the list of not supported target libs.
1109 noconfigdirs="$noconfigdirs ${libgcj}"
1110 ;;
1111esac
ec8d6ddc 1112
671aa708
NN
1113case "${target}" in
1114 *-*-chorusos)
1115 noconfigdirs="$noconfigdirs target-newlib target-libgloss ${libgcj}"
1116 ;;
940cde4d 1117 powerpc-*-darwin*)
c8e5d1af 1118 noconfigdirs="$noconfigdirs bfd binutils ld gas opcodes gdb gprof"
8d9b3f2e 1119 noconfigdirs="$noconfigdirs target-libobjc"
c8e5d1af 1120 ;;
940cde4d
GK
1121 *-*-darwin*)
1122 noconfigdirs="$noconfigdirs bfd binutils ld gas opcodes gdb gprof"
1123 noconfigdirs="$noconfigdirs target-libobjc ${libgcj}"
1124 ;;
671aa708
NN
1125 *-*-freebsd[12] | *-*-freebsd[12].* | *-*-freebsd*aout*)
1126 noconfigdirs="$noconfigdirs target-newlib target-libgloss ${libgcj}"
1127 ;;
ef4e7569
US
1128 *-*-kaos*)
1129 # Remove unsupported stuff on all kaOS configurations.
cb543528 1130 skipdirs="target-libiberty ${libgcj} target-libstdc++-v3 target-libf2c target-librx"
ef4e7569
US
1131 skipdirs="$skipdirs target-libobjc target-examples target-groff target-gperf"
1132 skipdirs="$skipdirs zlib fastjar target-libjava target-boehm-gc target-zlib"
1133 noconfigdirs="$noconfigdirs target-libgloss"
1134 ;;
671aa708
NN
1135 *-*-netbsd*)
1136 # Skip some stuff on all NetBSD configurations.
1137 noconfigdirs="$noconfigdirs target-newlib target-libiberty target-libgloss"
1138
1139 # Skip some stuff that's unsupported on some NetBSD configurations.
1140 case "${target}" in
1141 i*86-*-netbsdelf*) ;;
0590b963 1142 arm*-*-netbsdelf*) ;;
671aa708
NN
1143 *)
1144 noconfigdirs="$noconfigdirs ${libgcj}"
1145 ;;
1146 esac
1147 ;;
1148 *-*-netware)
cb543528 1149 noconfigdirs="$noconfigdirs target-libstdc++-v3 target-newlib target-libiberty target-libgloss ${libgcj}"
671aa708
NN
1150 ;;
1151 *-*-rtems*)
1152 noconfigdirs="$noconfigdirs target-libgloss ${libgcj}"
1153 case ${target} in
1154 h8300*-*-* | h8500-*-*)
1155 noconfigdirs="$noconfigdirs target-libf2c"
1156 ;;
1157 *) ;;
1158 esac
1159 ;;
5785c0ed
BI
1160 *-*-uclinux*)
1161 noconfigdirs="$noconfigdirs target-newlib target-libgloss target-rda ${libgcj}"
1162 ;;
671aa708 1163 *-*-vxworks*)
4dd01c5c 1164 noconfigdirs="$noconfigdirs target-newlib target-libgloss target-libiberty ${libgcj}"
671aa708
NN
1165 ;;
1166 alpha*-dec-osf*)
1167 # ld works, but does not support shared libraries.
1168 # newlib is not 64 bit ready. I'm not sure about fileutils.
1169 # gas doesn't generate exception information.
1170 noconfigdirs="$noconfigdirs gas ld fileutils target-newlib target-libgloss"
1171 ;;
1172 alpha*-*-*vms*)
1173 noconfigdirs="$noconfigdirs gdb ld target-newlib target-libgloss ${libgcj}"
1174 ;;
1175 alpha*-*-linux*)
1176 # newlib is not 64 bit ready
1177 noconfigdirs="$noconfigdirs target-newlib target-libgloss"
1178 ;;
dc94d89e 1179 alpha*-*-freebsd* | alpha*-*-kfreebsd*-gnu)
671aa708
NN
1180 noconfigdirs="$noconfigdirs target-newlib target-libgloss"
1181 ;;
1182 alpha*-*-*)
1183 # newlib is not 64 bit ready
1184 noconfigdirs="$noconfigdirs target-newlib target-libgloss ${libgcj}"
1185 ;;
33952f6f
AO
1186 am33_2.0-*-linux*)
1187 noconfigdirs="$noconfigdirs ${libgcj} target-newlib target-libgloss"
1188 ;;
671aa708
NN
1189 sh-*-linux*)
1190 noconfigdirs="$noconfigdirs ${libgcj} target-newlib target-libgloss"
1191 ;;
1192 sh*-*-pe|mips*-*-pe|*arm-wince-pe)
1193 noconfigdirs="$noconfigdirs ${libgcj}"
1194 noconfigdirs="$noconfigdirs target-examples"
1195 noconfigdirs="$noconfigdirs target-libiberty texinfo send-pr"
1196 noconfigdirs="$noconfigdirs tcl tix tk itcl libgui sim"
1197 noconfigdirs="$noconfigdirs expect dejagnu"
1198 # the C++ libraries don't build on top of CE's C libraries
cb543528 1199 noconfigdirs="$noconfigdirs target-libstdc++-v3"
671aa708
NN
1200 noconfigdirs="$noconfigdirs target-newlib"
1201 case "${host}" in
1202 *-*-cygwin*) ;; # keep gdb and readline
aa9c3ab4 1203 *) noconfigdirs="$noconfigdirs gdb readline"
671aa708
NN
1204 ;;
1205 esac
1206 ;;
1207 arc-*-*)
1208 noconfigdirs="$noconfigdirs target-libgloss ${libgcj}"
1209 ;;
1210 arm-*-coff | strongarm-*-coff | xscale-*-coff)
1211 noconfigdirs="$noconfigdirs ${libgcj}"
1212 ;;
1213 arm-*-elf* | strongarm-*-elf* | xscale-*-elf*)
1214 noconfigdirs="$noconfigdirs target-libffi target-qthreads"
1215 ;;
1216 arm-*-pe*)
1217 noconfigdirs="$noconfigdirs target-libgloss ${libgcj}"
1218 ;;
1219 arm-*-oabi*)
1220 noconfigdirs="$noconfigdirs target-libgloss ${libgcj}"
1221 ;;
1222 thumb-*-coff)
1223 noconfigdirs="$noconfigdirs target-libgloss ${libgcj}"
1224 ;;
1225 thumb-*-elf)
1226 noconfigdirs="$noconfigdirs target-libgloss ${libgcj}"
1227 ;;
1228 thumb-*-oabi)
1229 noconfigdirs="$noconfigdirs target-libgloss ${libgcj}"
1230 ;;
1231 thumb-*-pe)
1232 noconfigdirs="$noconfigdirs target-libgloss ${libgcj}"
1233 ;;
1234 arm-*-riscix*)
1235 noconfigdirs="$noconfigdirs ld target-libgloss ${libgcj}"
1236 ;;
1237 avr-*-*)
cb543528 1238 noconfigdirs="$noconfigdirs target-libiberty target-libstdc++-v3 ${libgcj}"
671aa708
NN
1239 ;;
1240 c4x-*-* | tic4x-*-*)
cb543528 1241 noconfigdirs="$noconfigdirs target-libstdc++-v3 target-libgloss ${libgcj}"
671aa708
NN
1242 ;;
1243 c54x*-*-* | tic54x-*-*)
cb543528 1244 noconfigdirs="$noconfigdirs target-libstdc++-v3 target-libgloss ${libgcj} gcc gdb newlib"
671aa708
NN
1245 ;;
1246 cris-*-*)
fb87ad5d 1247 noconfigdirs="$noconfigdirs ${libgcj} target-newlib target-libgloss"
671aa708
NN
1248 ;;
1249 d10v-*-*)
cb543528 1250 noconfigdirs="$noconfigdirs target-libstdc++-v3 target-libgloss ${libgcj}"
671aa708
NN
1251 ;;
1252 d30v-*-*)
fb87ad5d 1253 noconfigdirs="$noconfigdirs ${libgcj} gdb"
671aa708
NN
1254 ;;
1255 fr30-*-elf*)
fb87ad5d 1256 noconfigdirs="$noconfigdirs ${libgcj} gdb"
671aa708
NN
1257 ;;
1258 frv-*-*)
1259 noconfigdirs="$noconfigdirs ${libgcj}"
1260 ;;
1261 h8300*-*-*)
fb87ad5d 1262 noconfigdirs="$noconfigdirs target-libgloss ${libgcj} target-libf2c"
671aa708
NN
1263 ;;
1264 h8500-*-*)
cb543528 1265 noconfigdirs="$noconfigdirs target-libstdc++-v3 target-libgloss ${libgcj} target-libf2c"
671aa708
NN
1266 ;;
1267 hppa*64*-*-linux* | parisc*64*-*-linux*)
1268 # In this case, it's because the hppa64-linux target is for
1269 # the kernel only at this point and has no libc, and thus no
1270 # headers, crt*.o, etc., all of which are needed by these.
1271 noconfigdirs="$noconfigdirs target-zlib"
1272 ;;
1273 hppa*-*-*elf* | \
1274 parisc*-*-linux* | hppa*-*-linux* | \
1275 hppa*-*-lites* | \
1276 hppa*-*-openbsd* | \
1277 hppa*64*-*-*)
1278 noconfigdirs="$noconfigdirs ${libgcj}"
1279 # Do configure ld/binutils/gas for this case.
1280 ;;
1281 hppa*-*-*)
1282 # According to Alexandre Oliva <aoliva@redhat.com>, libjava won't
1283 # build on HP-UX 10.20.
1284 noconfigdirs="$noconfigdirs ld shellutils ${libgcj}"
1285 ;;
fb87ad5d
HPN
1286 i960-*-*)
1287 noconfigdirs="$noconfigdirs ${libgcj} gdb"
1288 ;;
671aa708
NN
1289 ia64*-*-elf*)
1290 # No gdb support yet.
1291 noconfigdirs="$noconfigdirs tix readline mmalloc libgui itcl gdb"
1292 ;;
1293 ia64*-**-hpux*)
1294 # No gdb or ld support yet.
07d0a605 1295 noconfigdirs="$noconfigdirs ${libgcj} tix readline mmalloc libgui itcl gdb ld"
671aa708 1296 ;;
f2a0e225 1297 i[3456789]86-*-coff | i[3456789]86-*-elf)
671aa708
NN
1298 noconfigdirs="$noconfigdirs ${libgcj}"
1299 ;;
dc94d89e 1300 i[3456789]86-*-freebsd* | i[3456789]86-*-kfreebsd*-gnu)
671aa708
NN
1301 noconfigdirs="$noconfigdirs target-newlib target-libgloss"
1302 ;;
f2a0e225 1303 i[3456789]86-*-linux*)
671aa708
NN
1304 # The GCC port for glibc1 has no MD_FALLBACK_FRAME_STATE_FOR, so let's
1305 # not build java stuff by default.
1306 case "${target}" in
1307 *-*-*libc1*)
1308 noconfigdirs="$noconfigdirs ${libgcj}";;
1309 esac
1310
1311 # This section makes it possible to build newlib natively on linux.
1312 # If we are using a cross compiler then don't configure newlib.
1313 if test x${is_cross_compiler} != xno ; then
3aa83176 1314 noconfigdirs="$noconfigdirs target-newlib"
671aa708
NN
1315 fi
1316 noconfigdirs="$noconfigdirs target-libgloss"
1317 # If we are not using a cross compiler, do configure newlib.
1318 # Note however, that newlib will only be configured in this situation
1319 # if the --with-newlib option has been given, because otherwise
1320 # 'target-newlib' will appear in skipdirs.
1321 ;;
f2a0e225 1322 i[3456789]86-*-mingw32*)
671aa708
NN
1323 target_configdirs="$target_configdirs target-mingw"
1324 noconfigdirs="$noconfigdirs expect target-libgloss ${libgcj}"
1325
1326 # Can't build gdb for mingw32 if not native.
1327 case "${host}" in
f2a0e225 1328 i[3456789]86-*-mingw32) ;; # keep gdb tcl tk expect etc.
61b56b2e 1329 *) noconfigdirs="$noconfigdirs gdb tcl tk expect itcl tix gnuserv"
671aa708
NN
1330 ;;
1331 esac
1332 ;;
1333 *-*-cygwin*)
1334 target_configdirs="$target_configdirs target-libtermcap target-winsup"
1335 noconfigdirs="$noconfigdirs target-gperf target-libgloss ${libgcj}"
1336 # always build newlib.
1337 skipdirs=`echo " ${skipdirs} " | sed -e 's/ target-newlib / /'`
1338
1339 # Can't build gdb for Cygwin if not native.
1340 case "${host}" in
1341 *-*-cygwin*) ;; # keep gdb tcl tk expect etc.
61b56b2e 1342 *) noconfigdirs="$noconfigdirs gdb tcl tk expect itcl tix libgui gnuserv"
671aa708
NN
1343 ;;
1344 esac
1345 ;;
f2a0e225 1346 i[3456789]86-*-pe)
cb543528 1347 noconfigdirs="$noconfigdirs target-libstdc++-v3 target-libgloss ${libgcj}"
671aa708 1348 ;;
f2a0e225 1349 i[3456789]86-*-sco3.2v5*)
671aa708
NN
1350 # The linker does not yet know about weak symbols in COFF,
1351 # and is not configured to handle mixed ELF and COFF.
1352 noconfigdirs="$noconfigdirs ld target-libgloss ${libgcj}"
1353 ;;
f2a0e225 1354 i[3456789]86-*-sco*)
671aa708
NN
1355 noconfigdirs="$noconfigdirs gprof target-libgloss ${libgcj}"
1356 ;;
f2a0e225 1357 i[3456789]86-*-solaris2*)
671aa708
NN
1358 noconfigdirs="$noconfigdirs target-libgloss"
1359 ;;
f2a0e225 1360 i[3456789]86-*-sysv4*)
671aa708
NN
1361 noconfigdirs="$noconfigdirs target-libgloss ${libgcj}"
1362 ;;
f2a0e225 1363 i[3456789]86-*-beos*)
3aa83176
NN
1364 noconfigdirs="$noconfigdirs gdb target-newlib target-libgloss ${libgcj}"
1365 ;;
fb87ad5d 1366 m32r-*-*)
c197e306 1367 noconfigdirs="$noconfigdirs ${libgcj}"
fb87ad5d 1368 ;;
671aa708 1369 m68hc11-*-*|m6811-*-*|m68hc12-*-*|m6812-*-*)
cb543528 1370 noconfigdirs="$noconfigdirs target-libiberty target-libstdc++-v3 ${libgcj}"
671aa708
NN
1371 ;;
1372 m68k-*-elf*)
1373 noconfigdirs="$noconfigdirs ${libgcj}"
1374 ;;
1375 m68k-*-coff*)
1376 noconfigdirs="$noconfigdirs ${libgcj}"
1377 ;;
1378 mcore-*-pe*)
1379 # The EPOC C++ environment does not support exceptions or rtti,
1380 # and so building libstdc++-v3 tends not to always work.
1381 noconfigdirs="$noconfigdirs target-libstdc++-v3"
1382 ;;
1383 mmix-*-*)
1384 noconfigdirs="$noconfigdirs ${libgcj} gdb libgloss"
1385 ;;
1386 mn10200-*-*)
1387 noconfigdirs="$noconfigdirs ${libgcj}"
1388 ;;
1389 mn10300-*-*)
1390 noconfigdirs="$noconfigdirs ${libgcj}"
1391 ;;
1392 powerpc-*-aix*)
1393 # copied from rs6000-*-* entry
bef1d700 1394 noconfigdirs="$noconfigdirs gprof target-libgloss ${libgcj}"
671aa708
NN
1395 ;;
1396 powerpc*-*-winnt* | powerpc*-*-pe* | ppc*-*-pe)
1397 target_configdirs="$target_configdirs target-winsup"
61b56b2e 1398 noconfigdirs="$noconfigdirs gdb tcl tk make expect target-libgloss itcl tix gnuserv ${libgcj}"
671aa708
NN
1399 # always build newlib.
1400 skipdirs=`echo " ${skipdirs} " | sed -e 's/ target-newlib / /'`
1401 ;;
1402 # This is temporary until we can link against shared libraries
1403 powerpcle-*-solaris*)
61b56b2e 1404 noconfigdirs="$noconfigdirs gdb sim make tcl tk expect itcl tix gnuserv ${libgcj}"
671aa708
NN
1405 ;;
1406 powerpc-*-beos*)
1407 noconfigdirs="$noconfigdirs gdb target-newlib target-libgloss ${libgcj}"
1408 ;;
671aa708
NN
1409 powerpc-*-eabi)
1410 noconfigdirs="$noconfigdirs ${libgcj}"
1411 ;;
671aa708
NN
1412 rs6000-*-lynxos*)
1413 noconfigdirs="$noconfigdirs target-newlib gprof ${libgcj}"
1414 ;;
1415 rs6000-*-aix*)
bef1d700 1416 noconfigdirs="$noconfigdirs gprof target-libgloss ${libgcj}"
671aa708
NN
1417 ;;
1418 rs6000-*-*)
1419 noconfigdirs="$noconfigdirs gprof ${libgcj}"
1420 ;;
1421 m68k-apollo-*)
1422 noconfigdirs="$noconfigdirs ld binutils gprof target-libgloss ${libgcj}"
1423 ;;
1424 mips*-*-irix5*)
1f1d584b 1425 noconfigdirs="$noconfigdirs gprof target-libgloss ${libgcj}"
671aa708
NN
1426 ;;
1427 mips*-*-irix6*)
671aa708
NN
1428 # Linking libjava exceeds command-line length limits on at least
1429 # IRIX 6.2, but not on IRIX 6.5.
1430 # Also, boehm-gc won't build on IRIX 6.5, according to Jeffrey Oldham
1431 # <oldham@codesourcery.com>
7c005a3a 1432 noconfigdirs="$noconfigdirs gprof target-libgloss ${libgcj}"
671aa708
NN
1433 ;;
1434 mips*-dec-bsd*)
1435 noconfigdirs="$noconfigdirs gprof target-libgloss ${libgcj}"
1436 ;;
1437 mips*-*-bsd*)
1438 noconfigdirs="$noconfigdirs gprof target-libgloss ${libgcj}"
1439 ;;
1440 mipstx39-*-*)
1441 noconfigdirs="$noconfigdirs gprof ${libgcj}" # same as generic mips
3aa83176 1442 ;;
d0fe5ad3
RS
1443 mips64*-*-linux*)
1444 noconfigdirs="$noconfigdirs target-newlib ${libgcj}"
1445 ;;
671aa708
NN
1446 mips*-*-linux*)
1447 noconfigdirs="$noconfigdirs target-newlib target-libgloss"
1448 ;;
1449 mips*-*-*)
1450 noconfigdirs="$noconfigdirs gprof ${libgcj}"
1451 ;;
1452 romp-*-*)
1453 noconfigdirs="$noconfigdirs bfd binutils ld gas opcodes target-libgloss ${libgcj}"
1454 ;;
1455 sh-*-*)
1456 case "${host}" in
f2a0e225
KC
1457 i[3456789]86-*-vsta) ;; # don't add gprof back in
1458 i[3456789]86-*-go32*) ;; # don't add gprof back in
1459 i[3456789]86-*-msdosdjgpp*) ;; # don't add gprof back in
671aa708
NN
1460 *) skipdirs=`echo " ${skipdirs} " | sed -e 's/ gprof / /'` ;;
1461 esac
1462 noconfigdirs="$noconfigdirs target-libgloss ${libgcj}"
1463 ;;
1464 sh64-*-*)
1465 noconfigdirs="$noconfigdirs target-libgloss ${libgcj}"
1466 ;;
1467 sparc-*-elf*)
1468 noconfigdirs="$noconfigdirs ${libgcj}"
1469 ;;
1470 sparc64-*-elf*)
1471 noconfigdirs="$noconfigdirs ${libgcj}"
1472 ;;
1473 sparclite-*-*)
1474 noconfigdirs="$noconfigdirs ${libgcj}"
1475 ;;
1476 sparc-*-sunos4*)
1477 noconfigdirs="$noconfigdirs ${libgcj}"
1478 if test x${is_cross_compiler} != xno ; then
1479 noconfigdirs="$noconfigdirs gdb target-newlib target-libgloss"
1480 else
1481 use_gnu_ld=no
1482 fi
1483 ;;
1484 sparc-*-solaris* | sparc64-*-solaris* | sparcv9-*-solaris*)
1485 ;;
1486 v810-*-*)
cb543528 1487 noconfigdirs="$noconfigdirs bfd binutils gas gcc gdb ld target-libstdc++-v3 opcodes target-libgloss ${libgcj}"
671aa708
NN
1488 ;;
1489 v850-*-*)
1490 noconfigdirs="$noconfigdirs target-libgloss ${libgcj}"
1491 ;;
1492 v850e-*-*)
1493 noconfigdirs="$noconfigdirs target-libgloss ${libgcj}"
1494 ;;
1495 v850ea-*-*)
1496 noconfigdirs="$noconfigdirs target-libgloss ${libgcj}"
1497 ;;
1498 vax-*-vms)
1499 noconfigdirs="$noconfigdirs bfd binutils gdb ld target-newlib opcodes target-libgloss ${libgcj}"
1500 ;;
1501 vax-*-*)
1502 noconfigdirs="$noconfigdirs target-newlib target-libgloss ${libgcj}"
1503 ;;
0d4f1b4e
BW
1504 xtensa-*-*)
1505 noconfigdirs="$noconfigdirs ${libgcj}"
1506 ;;
671aa708 1507 ip2k-*-*)
cb543528 1508 noconfigdirs="$noconfigdirs target-libiberty target-libstdc++-v3 ${libgcj}"
671aa708
NN
1509 ;;
1510 *-*-linux*)
1511 noconfigdirs="$noconfigdirs target-newlib target-libgloss"
1512 ;;
1513 *-*-lynxos*)
1514 noconfigdirs="$noconfigdirs target-newlib target-libgloss ${libgcj}"
1515 ;;
1516 *-*-*)
1517 noconfigdirs="$noconfigdirs ${libgcj}"
1518 ;;
1519esac
79c06341 1520
671aa708
NN
1521# If we aren't building newlib, then don't build libgloss, since libgloss
1522# depends upon some newlib header files.
1523case "${noconfigdirs}" in
1524 *target-libgloss*) ;;
1525 *target-newlib*) noconfigdirs="$noconfigdirs target-libgloss" ;;
1526esac
1527
671aa708
NN
1528# Work in distributions that contain no compiler tools, like Autoconf.
1529tentative_cc=""
1530host_makefile_frag=/dev/null
1531if test -d ${srcdir}/config ; then
1532case "${host}" in
1533 m68k-hp-hpux*)
1534 # Avoid "too much defining" errors from HPUX compiler.
1535 tentative_cc="cc -Wp,-H256000"
1536 # If "ar" in $PATH is GNU ar, the symbol table may need rebuilding.
1537 # If it's HP/UX ar, this should be harmless.
1538 RANLIB="ar ts"
1539 ;;
1540 m68k-apollo-sysv*)
1541 tentative_cc="cc -A ansi -A runtype,any -A systype,any -U__STDC__ -DUSG"
1542 ;;
1543 m68k-apollo-bsd*)
1544 #None of the Apollo compilers can compile gas or binutils. The preprocessor
1545 # chokes on bfd, the compiler won't let you assign integers to enums, and
1546 # other problems. Defining CC to gcc is a questionable way to say "don't use
1547 # the apollo compiler" (the preferred version of GCC could be called cc,
1548 # or whatever), but I'm not sure leaving CC as cc is any better...
1549 #CC=cc -A ansi -A runtype,any -A systype,any -U__STDC__ -DNO_STDARG
1550 # Used to have BISON=yacc.
1551 tentative_cc=gcc
1552 ;;
1553 m88k-dg-dgux*)
1554 tentative_cc="gcc -Wall -ansi -D__using_DGUX"
671aa708
NN
1555 ;;
1556 m88k-harris-cxux*)
1557 # Under CX/UX, we want to tell the compiler to use ANSI mode.
1558 tentative_cc="cc -Xa"
1559 host_makefile_frag="config/mh-cxux"
1560 ;;
1561 m88k-motorola-sysv*)
1562 ;;
1563 mips*-dec-ultrix*)
1564 tentative_cc="cc -Wf,-XNg1000"
1565 host_makefile_frag="config/mh-decstation"
1566 ;;
1567 mips*-nec-sysv4*)
1568 # The C compiler on NEC MIPS SVR4 needs bigger tables.
1569 tentative_cc="cc -ZXNd=5000 -ZXNg=1000"
1570 host_makefile_frag="config/mh-necv4"
1571 ;;
1572 mips*-sgi-irix4*)
1573 # Tell compiler to use K&R C. We can't compile under the SGI Ansi
1574 # environment. Also bump switch table size so that cp-parse will
1575 # compile. Bump string length limit so linker builds.
1576 tentative_cc="cc -cckr -Wf,-XNg1500 -Wf,-XNk1000 -Wf,-XNh2000 -Wf,-XNl8192"
1577 ;;
1578 mips*-*-sysv4*)
1579 host_makefile_frag="config/mh-sysv4"
1580 ;;
1581 mips*-*-sysv*)
1582 # This is for a MIPS running RISC/os 4.52C.
1583
1584 # This is needed for GDB, but needs to be in the top-level make because
1585 # if a library is compiled with the bsd headers and gets linked with the
1586 # sysv system libraries all hell can break loose (e.g. a jmp_buf might be
1587 # a different size).
1588 # ptrace(2) apparently has problems in the BSD environment. No workaround is
1589 # known except to select the sysv environment. Could we use /proc instead?
1590 # These "sysv environments" and "bsd environments" often end up being a pain.
1591 #
1592 # This is not part of CFLAGS because perhaps not all C compilers have this
1593 # option.
1594 tentative_cc="cc -systype sysv"
1595 ;;
1596 i370-ibm-opened*)
1597 tentative_cc="c89"
1598 ;;
f2a0e225 1599 i[3456789]86-*-sysv5*)
671aa708
NN
1600 host_makefile_frag="config/mh-sysv5"
1601 ;;
f2a0e225 1602 i[3456789]86-*-dgux*)
671aa708
NN
1603 tentative_cc="gcc -Wall -ansi -D__using_DGUX"
1604 host_makefile_frag="config/mh-dgux386"
1605 ;;
f2a0e225 1606 i[3456789]86-ncr-sysv4.3*)
671aa708
NN
1607 # The MetaWare compiler will generate a copyright message unless you
1608 # turn it off by adding the -Hnocopyr flag.
1609 tentative_cc="cc -Hnocopyr"
1610 ;;
f2a0e225 1611 i[3456789]86-ncr-sysv4*)
671aa708
NN
1612 # for an NCR 3000 (i486/SVR4) system.
1613 # The NCR 3000 ships with a MetaWare compiler installed as /bin/cc.
1614 # This compiler not only emits obnoxious copyright messages every time
1615 # you run it, but it chokes and dies on a whole bunch of GNU source
1616 # files. Default to using the AT&T compiler installed in /usr/ccs/ATT/cc.
1617 tentative_cc="/usr/ccs/ATT/cc"
1618 host_makefile_frag="config/mh-ncr3000"
1619 ;;
f2a0e225 1620 i[3456789]86-*-sco3.2v5*)
671aa708 1621 ;;
f2a0e225 1622 i[3456789]86-*-sco*)
671aa708
NN
1623 # The native C compiler botches some simple uses of const. Unfortunately,
1624 # it doesn't defined anything like "__sco__" for us to test for in ansidecl.h.
1625 tentative_cc="cc -Dconst="
1626 host_makefile_frag="config/mh-sco"
1627 ;;
f2a0e225 1628 i[3456789]86-*-udk*)
671aa708
NN
1629 host_makefile_frag="config/mh-sysv5"
1630 ;;
f2a0e225 1631 i[3456789]86-*-solaris2*)
671aa708
NN
1632 host_makefile_frag="config/mh-sysv4"
1633 ;;
f2a0e225 1634 i[3456789]86-*-msdosdjgpp*)
671aa708
NN
1635 host_makefile_frag="config/mh-djgpp"
1636 ;;
1637 *-cygwin*)
1638 host_makefile_frag="config/mh-cygwin"
1639 ;;
1640 *-mingw32*)
1641 host_makefile_frag="config/mh-mingw32"
1642 ;;
1643 *-interix*)
1644 host_makefile_frag="config/mh-interix"
1645 ;;
1646 vax-*-ultrix2*)
1647 # The old BSD pcc isn't up to compiling parts of gdb so use gcc
1648 tentative_cc=gcc
1649 ;;
1650 *-*-solaris2*)
1651 host_makefile_frag="config/mh-solaris"
1652 ;;
1653 m68k-sun-sunos*)
1654 # Sun's C compiler needs the -J flag to be able to compile cp-parse.c
1655 # without overflowing the jump tables (-J says to use a 32 bit table)
1656 tentative_cc="cc -J"
1657 ;;
1658 *-hp-hpux*)
1659 tentative_cc="cc -Wp,-H256000"
1660 ;;
1661 *-*-hiux*)
1662 tentative_cc="cc -Wp,-H256000"
1663 ;;
1664 rs6000-*-lynxos*)
1665 # /bin/cc is less than useful for our purposes. Always use GCC
1666 tentative_cc="/usr/cygnus/progressive/bin/gcc"
1667 host_makefile_frag="config/mh-lynxrs6k"
1668 ;;
1669 *-*-lynxos*)
1670 # /bin/cc is less than useful for our purposes. Always use GCC
1671 tentative_cc="/bin/gcc"
1672 ;;
1673 *-*-sysv4*)
1674 host_makefile_frag="config/mh-sysv4"
1675 ;;
1676esac
1677fi
1678
55ffb5ed
NN
1679# If we aren't going to be using gcc, see if we can extract a definition
1680# of CC from the fragment.
1681# Actually, use the 'pre-extracted' version above.
1682if test -z "${CC}" && test "${build}" = "${host}" ; then
1683 IFS="${IFS= }"; save_ifs="$IFS"; IFS="${IFS}:"
1684 found=
1685 for dir in $PATH; do
1686 test -z "$dir" && dir=.
1687 if test -f $dir/gcc; then
1688 found=yes
1689 break
1690 fi
1691 done
1692 IFS="$save_ifs"
1693 if test -z "${found}" && test -n "${tentative_cc}" ; then
1694 CC=$tentative_cc
1695 fi
1696fi
1697
1698if test "${build}" != "${host}" ; then
1699 # If we are doing a Canadian Cross, in which the host and build systems
1700 # are not the same, we set reasonable default values for the tools.
1701
1702 BISON=${BISON-bison}
1703 CC=${CC-${host_alias}-gcc}
1704 CFLAGS=${CFLAGS-"-g -O2"}
1705 CXX=${CXX-${host_alias}-c++}
1706 CXXFLAGS=${CXXFLAGS-"-g -O2"}
1707 CC_FOR_BUILD=${CC_FOR_BUILD-gcc}
1708 CC_FOR_TARGET=${CC_FOR_TARGET-${target_alias}-gcc}
1709 CXX_FOR_TARGET=${CXX_FOR_TARGET-${target_alias}-c++}
1710 GCJ_FOR_TARGET=${GCJ_FOR_TARGET-${target_alias}-gcj}
1711 GCC_FOR_TARGET=${GCC_FOR_TARGET-${CC_FOR_TARGET-${target_alias}-gcc}}
1712 BUILD_PREFIX=${build_alias}-
1713 BUILD_PREFIX_1=${build_alias}-
1714 MAKEINFO=${MAKEINFO-makeinfo}
1715
1716 if test -z "${YACC}" ; then
1717 IFS="${IFS= }"; save_ifs="$IFS"; IFS="${IFS}:"
1718 for dir in $PATH; do
1719 test -z "$dir" && dir=.
1720 if test -f $dir/bison; then
1721 YACC="bison -y"
1722 break
1723 fi
1724 if test -f $dir/byacc; then
1725 YACC=byacc
1726 break
1727 fi
1728 if test -f $dir/yacc; then
1729 YACC=yacc
1730 break
1731 fi
1732 done
1733 IFS="$save_ifs"
1734 if test -z "${YACC}" ; then
1735 YACC="bison -y"
1736 fi
1737 fi
1738
1739 if test -z "${LEX}" ; then
1740 IFS="${IFS= }"; save_ifs="$IFS"; IFS="${IFS}:"
1741 for dir in $PATH; do
1742 test -z "$dir" && dir=.
1743 if test -f $dir/flex; then
1744 LEX=flex
1745 break
1746 fi
1747 if test -f $dir/lex; then
1748 LEX=lex
1749 break
1750 fi
1751 done
1752 IFS="$save_ifs"
1753 LEX=${LEX-flex}
1754 fi
1755
1756else
1757 # Set reasonable default values for some tools even if not Canadian.
1758 # Of course, these are different reasonable default values, originally
1759 # specified directly in the Makefile.
1760 # We don't export, so that autoconf can do its job.
1761 # Note that all these settings are above the fragment inclusion point
1762 # in Makefile.in, so can still be overridden by fragments.
1763 # This is all going to change when we autoconfiscate...
1764
1765 BISON="\$(USUAL_BISON)"
1766 CC_FOR_BUILD="\$(CC)"
1767 GCC_FOR_TARGET="\$(USUAL_GCC_FOR_TARGET)"
1768 BUILD_PREFIX=
1769 BUILD_PREFIX_1=loser-
1770 MAKEINFO="\$(USUAL_MAKEINFO)"
1771 LEX="\$(USUAL_LEX)"
1772 YACC="\$(USUAL_YACC)"
1773
1774 # If CC is still not set, try to get gcc.
1775 cc_prog_is_gcc=
1776 if test -z "${CC}" ; then
1777 IFS="${IFS= }"; save_ifs="$IFS"; IFS="${IFS}:"
1778 for dir in $PATH; do
1779 test -z "$dir" && dir=.
1780 if test -f $dir/gcc; then
1781 CC="gcc"
1782 cc_prog_is_gcc=yes
1783 echo 'void f(){}' > conftest.c
1784 if test -z "`${CC} -g -c conftest.c 2>&1`"; then
1785 CFLAGS=${CFLAGS-"-g -O2"}
1786 CXXFLAGS=${CXXFLAGS-"-g -O2"}
1787 else
1788 CFLAGS=${CFLAGS-"-O2"}
1789 CXXFLAGS=${CXXFLAGS-"-O2"}
1790 fi
1791 rm -f conftest*
1792 break
1793 fi
1794 done
1795 IFS="$save_ifs"
1796 CC=${CC-cc}
1797 else
1798 # Determine if we are using gcc.
1799 cat > conftest.c <<EOF
1800#ifdef __GNUC__
1801 yes;
1802#endif
1803EOF
1804 if ${CC} -E conftest.c | grep yes >/dev/null 2>&1; then
1805 cc_prog_is_gcc=yes
1806 fi
1807 rm -f conftest.c
1808 if test -z "${CFLAGS}"; then
1809 # Here CC is set but CFLAGS is not. Use a quick hack to use -O2 if CC
1810 # is set to a version of gcc.
1811 if test "$cc_prog_is_gcc" = yes; then
1812 echo 'void f(){}' > conftest.c
1813 if test -z "`${CC} -g -c conftest.c 2>&1`"; then
1814 CFLAGS=${CFLAGS-"-g -O2"}
1815 CXXFLAGS=${CXXFLAGS-"-g -O2"}
1816 else
1817 CFLAGS=${CFLAGS-"-O2"}
1818 CXXFLAGS=${CXXFLAGS-"-O2"}
1819 fi
1820 rm -f conftest*
1821 fi
1822 fi
1823 fi
1824
1825 # We must set the default linker to the linker used by gcc for the correct
1826 # operation of libtool. If LD is not defined and we are using gcc, try to
1827 # set the LD default to the ld used by gcc.
1828 if test -z "$LD"; then
1829 if test "$cc_prog_is_gcc" = yes; then
1830 case $build in
1831 *-*-mingw*)
1832 gcc_prog_ld=`$CC -print-prog-name=ld 2>&1 | tr -d '\015'` ;;
1833 *)
1834 gcc_prog_ld=`$CC -print-prog-name=ld 2>&1` ;;
1835 esac
1836 case $gcc_prog_ld in
1837 # Accept absolute paths.
1838 [\\/]* | [A-Za-z]:[\\/]*)
1839 LD="$gcc_prog_ld" ;;
1840 esac
1841 fi
1842 fi
1843
1844 CXX=${CXX-"c++"}
1845 CFLAGS=${CFLAGS-"-g"}
1846 CXXFLAGS=${CXXFLAGS-"-g -O2"}
1847fi
1848
1849if test $host != $build; then
1850 ac_tool_prefix=${host_alias}-
1851else
1852 ac_tool_prefix=
1853fi
1854
1855# Extract the first word of "gcc", so it can be a program name with args.
1856set dummy gcc; ac_word=$2
1857echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
6cf1ac42 1858echo "configure:1859: checking for $ac_word" >&5
55ffb5ed
NN
1859if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
1860 echo $ac_n "(cached) $ac_c" 1>&6
1861else
1862 if test -n "$CC"; then
1863 ac_cv_prog_CC="$CC" # Let the user override the test.
1864else
1865 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
1866 ac_dummy="$PATH"
1867 for ac_dir in $ac_dummy; do
1868 test -z "$ac_dir" && ac_dir=.
1869 if test -f $ac_dir/$ac_word; then
1870 ac_cv_prog_CC="gcc"
1871 break
1872 fi
1873 done
1874 IFS="$ac_save_ifs"
1875fi
1876fi
1877CC="$ac_cv_prog_CC"
1878if test -n "$CC"; then
1879 echo "$ac_t""$CC" 1>&6
1880else
1881 echo "$ac_t""no" 1>&6
1882fi
1883
1884if test -z "$CC"; then
1885 # Extract the first word of "cc", so it can be a program name with args.
1886set dummy cc; ac_word=$2
1887echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
6cf1ac42 1888echo "configure:1889: checking for $ac_word" >&5
55ffb5ed
NN
1889if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
1890 echo $ac_n "(cached) $ac_c" 1>&6
1891else
1892 if test -n "$CC"; then
1893 ac_cv_prog_CC="$CC" # Let the user override the test.
1894else
1895 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
1896 ac_prog_rejected=no
1897 ac_dummy="$PATH"
1898 for ac_dir in $ac_dummy; do
1899 test -z "$ac_dir" && ac_dir=.
1900 if test -f $ac_dir/$ac_word; then
1901 if test "$ac_dir/$ac_word" = "/usr/ucb/cc"; then
1902 ac_prog_rejected=yes
1903 continue
1904 fi
1905 ac_cv_prog_CC="cc"
1906 break
1907 fi
1908 done
1909 IFS="$ac_save_ifs"
1910if test $ac_prog_rejected = yes; then
1911 # We found a bogon in the path, so make sure we never use it.
1912 set dummy $ac_cv_prog_CC
1913 shift
1914 if test $# -gt 0; then
1915 # We chose a different compiler from the bogus one.
1916 # However, it has the same basename, so the bogon will be chosen
1917 # first if we set CC to just the basename; use the full file name.
1918 shift
1919 set dummy "$ac_dir/$ac_word" "$@"
1920 shift
1921 ac_cv_prog_CC="$@"
1922 fi
1923fi
1924fi
1925fi
1926CC="$ac_cv_prog_CC"
1927if test -n "$CC"; then
1928 echo "$ac_t""$CC" 1>&6
1929else
1930 echo "$ac_t""no" 1>&6
1931fi
1932
1933 if test -z "$CC"; then
1934 case "`uname -s`" in
1935 *win32* | *WIN32*)
1936 # Extract the first word of "cl", so it can be a program name with args.
1937set dummy cl; ac_word=$2
1938echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
6cf1ac42 1939echo "configure:1940: checking for $ac_word" >&5
55ffb5ed
NN
1940if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
1941 echo $ac_n "(cached) $ac_c" 1>&6
1942else
1943 if test -n "$CC"; then
1944 ac_cv_prog_CC="$CC" # Let the user override the test.
1945else
1946 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
1947 ac_dummy="$PATH"
1948 for ac_dir in $ac_dummy; do
1949 test -z "$ac_dir" && ac_dir=.
1950 if test -f $ac_dir/$ac_word; then
1951 ac_cv_prog_CC="cl"
1952 break
1953 fi
1954 done
1955 IFS="$ac_save_ifs"
1956fi
1957fi
1958CC="$ac_cv_prog_CC"
1959if test -n "$CC"; then
1960 echo "$ac_t""$CC" 1>&6
1961else
1962 echo "$ac_t""no" 1>&6
1963fi
1964 ;;
1965 esac
1966 fi
1967 test -z "$CC" && { echo "configure: error: no acceptable cc found in \$PATH" 1>&2; exit 1; }
1968fi
1969
1970echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works""... $ac_c" 1>&6
6cf1ac42 1971echo "configure:1972: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works" >&5
55ffb5ed
NN
1972
1973ac_ext=c
1974# CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
1975ac_cpp='$CPP $CPPFLAGS'
1976ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
1977ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
1978cross_compiling=$ac_cv_prog_cc_cross
1979
1980cat > conftest.$ac_ext << EOF
1981
6cf1ac42 1982#line 1983 "configure"
55ffb5ed
NN
1983#include "confdefs.h"
1984
1985main(){return(0);}
1986EOF
6cf1ac42 1987if { (eval echo configure:1988: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
55ffb5ed
NN
1988 ac_cv_prog_cc_works=yes
1989 # If we can't run a trivial program, we are probably using a cross compiler.
1990 if (./conftest; exit) 2>/dev/null; then
1991 ac_cv_prog_cc_cross=no
1992 else
1993 ac_cv_prog_cc_cross=yes
1994 fi
1995else
1996 echo "configure: failed program was:" >&5
1997 cat conftest.$ac_ext >&5
1998 ac_cv_prog_cc_works=no
1999fi
2000rm -fr conftest*
2001ac_ext=c
2002# CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
2003ac_cpp='$CPP $CPPFLAGS'
2004ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
2005ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
2006cross_compiling=$ac_cv_prog_cc_cross
2007
2008echo "$ac_t""$ac_cv_prog_cc_works" 1>&6
2009if test $ac_cv_prog_cc_works = no; then
2010 { echo "configure: error: installation or configuration problem: C compiler cannot create executables." 1>&2; exit 1; }
2011fi
2012echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler""... $ac_c" 1>&6
6cf1ac42 2013echo "configure:2014: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler" >&5
55ffb5ed
NN
2014echo "$ac_t""$ac_cv_prog_cc_cross" 1>&6
2015cross_compiling=$ac_cv_prog_cc_cross
2016
2017echo $ac_n "checking whether we are using GNU C""... $ac_c" 1>&6
6cf1ac42 2018echo "configure:2019: checking whether we are using GNU C" >&5
55ffb5ed
NN
2019if eval "test \"`echo '$''{'ac_cv_prog_gcc'+set}'`\" = set"; then
2020 echo $ac_n "(cached) $ac_c" 1>&6
2021else
2022 cat > conftest.c <<EOF
2023#ifdef __GNUC__
2024 yes;
2025#endif
2026EOF
6cf1ac42 2027if { ac_try='${CC-cc} -E conftest.c'; { (eval echo configure:2028: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then
55ffb5ed
NN
2028 ac_cv_prog_gcc=yes
2029else
2030 ac_cv_prog_gcc=no
2031fi
2032fi
2033
2034echo "$ac_t""$ac_cv_prog_gcc" 1>&6
2035
2036if test $ac_cv_prog_gcc = yes; then
2037 GCC=yes
2038else
2039 GCC=
2040fi
2041
2042ac_test_CFLAGS="${CFLAGS+set}"
2043ac_save_CFLAGS="$CFLAGS"
2044CFLAGS=
2045echo $ac_n "checking whether ${CC-cc} accepts -g""... $ac_c" 1>&6
6cf1ac42 2046echo "configure:2047: checking whether ${CC-cc} accepts -g" >&5
55ffb5ed
NN
2047if eval "test \"`echo '$''{'ac_cv_prog_cc_g'+set}'`\" = set"; then
2048 echo $ac_n "(cached) $ac_c" 1>&6
2049else
2050 echo 'void f(){}' > conftest.c
2051if test -z "`${CC-cc} -g -c conftest.c 2>&1`"; then
2052 ac_cv_prog_cc_g=yes
2053else
2054 ac_cv_prog_cc_g=no
2055fi
2056rm -f conftest*
2057
2058fi
2059
2060echo "$ac_t""$ac_cv_prog_cc_g" 1>&6
2061if test "$ac_test_CFLAGS" = set; then
2062 CFLAGS="$ac_save_CFLAGS"
2063elif test $ac_cv_prog_cc_g = yes; then
2064 if test "$GCC" = yes; then
2065 CFLAGS="-g -O2"
2066 else
2067 CFLAGS="-g"
2068 fi
2069else
2070 if test "$GCC" = yes; then
2071 CFLAGS="-O2"
2072 else
2073 CFLAGS=
2074 fi
2075fi
2076
2077
2078
2079# Extract the first word of "${ac_tool_prefix}gnatbind", so it can be a program name with args.
2080set dummy ${ac_tool_prefix}gnatbind; ac_word=$2
2081echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
6cf1ac42 2082echo "configure:2083: checking for $ac_word" >&5
55ffb5ed
NN
2083if eval "test \"`echo '$''{'ac_cv_prog_GNATBIND'+set}'`\" = set"; then
2084 echo $ac_n "(cached) $ac_c" 1>&6
2085else
2086 if test -n "$GNATBIND"; then
2087 ac_cv_prog_GNATBIND="$GNATBIND" # Let the user override the test.
2088else
2089 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
2090 ac_dummy="$PATH"
2091 for ac_dir in $ac_dummy; do
2092 test -z "$ac_dir" && ac_dir=.
2093 if test -f $ac_dir/$ac_word; then
2094 ac_cv_prog_GNATBIND="${ac_tool_prefix}gnatbind"
2095 break
2096 fi
2097 done
2098 IFS="$ac_save_ifs"
2099fi
2100fi
2101GNATBIND="$ac_cv_prog_GNATBIND"
2102if test -n "$GNATBIND"; then
2103 echo "$ac_t""$GNATBIND" 1>&6
2104else
2105 echo "$ac_t""no" 1>&6
2106fi
2107
2108
2109if test -z "$ac_cv_prog_GNATBIND"; then
2110if test -n "$ac_tool_prefix"; then
2111 # Extract the first word of "gnatbind", so it can be a program name with args.
2112set dummy gnatbind; ac_word=$2
2113echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
6cf1ac42 2114echo "configure:2115: checking for $ac_word" >&5
55ffb5ed
NN
2115if eval "test \"`echo '$''{'ac_cv_prog_GNATBIND'+set}'`\" = set"; then
2116 echo $ac_n "(cached) $ac_c" 1>&6
2117else
2118 if test -n "$GNATBIND"; then
2119 ac_cv_prog_GNATBIND="$GNATBIND" # Let the user override the test.
2120else
2121 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
2122 ac_dummy="$PATH"
2123 for ac_dir in $ac_dummy; do
2124 test -z "$ac_dir" && ac_dir=.
2125 if test -f $ac_dir/$ac_word; then
2126 ac_cv_prog_GNATBIND="gnatbind"
2127 break
2128 fi
2129 done
2130 IFS="$ac_save_ifs"
2131 test -z "$ac_cv_prog_GNATBIND" && ac_cv_prog_GNATBIND="no"
2132fi
2133fi
2134GNATBIND="$ac_cv_prog_GNATBIND"
2135if test -n "$GNATBIND"; then
2136 echo "$ac_t""$GNATBIND" 1>&6
2137else
2138 echo "$ac_t""no" 1>&6
2139fi
2140
2141else
2142 GNATBIND="no"
2143fi
2144fi
2145
2146echo $ac_n "checking whether compiler driver understands Ada""... $ac_c" 1>&6
6cf1ac42 2147echo "configure:2148: checking whether compiler driver understands Ada" >&5
55ffb5ed
NN
2148if eval "test \"`echo '$''{'acx_cv_cc_gcc_supports_ada'+set}'`\" = set"; then
2149 echo $ac_n "(cached) $ac_c" 1>&6
2150else
2151 cat >conftest.adb <<EOF
2152procedure conftest is begin null; end conftest;
2153EOF
2154acx_cv_cc_gcc_supports_ada=no
2155# There is a bug in old released versions of GCC which causes the
2156# driver to exit successfully when the appropriate language module
2157# has not been installed. This is fixed in 2.95.4, 3.0.2, and 3.1.
2158# Therefore we must check for the error message as well as an
2159# unsuccessful exit.
1db673ca
RO
2160# Other compilers, like HP Tru64 UNIX cc, exit successfully when
2161# given a .adb file, but produce no object file. So we must check
2162# if an object file was really produced to guard against this.
55ffb5ed 2163errors=`(${CC} -c conftest.adb) 2>&1 || echo failure`
1db673ca 2164if test x"$errors" = x && test -f conftest.$ac_objext; then
55ffb5ed
NN
2165 acx_cv_cc_gcc_supports_ada=yes
2166 break
2167fi
2168rm -f conftest.*
2169fi
2170
2171echo "$ac_t""$acx_cv_cc_gcc_supports_ada" 1>&6
2172
1db673ca 2173if test x$GNATBIND != xno && test x$acx_cv_cc_gcc_supports_ada != xno; then
55ffb5ed
NN
2174 have_gnat=yes
2175else
2176 have_gnat=no
2177fi
2178
a76494aa 2179echo $ac_n "checking how to compare bootstrapped objects""... $ac_c" 1>&6
6cf1ac42 2180echo "configure:2181: checking how to compare bootstrapped objects" >&5
a76494aa
PB
2181if eval "test \"`echo '$''{'gcc_cv_prog_cmp_skip'+set}'`\" = set"; then
2182 echo $ac_n "(cached) $ac_c" 1>&6
2183else
2184 echo abfoo >t1
2185 echo cdfoo >t2
2186 gcc_cv_prog_cmp_skip='tail +16c $$f1 > tmp-foo1; tail +16c $$f2 > tmp-foo2; cmp tmp-foo1 tmp-foo2'
6cf1ac42
PB
2187 if cmp t1 t2 2 2 > /dev/null 2>&1; then
2188 if cmp t1 t2 1 1 > /dev/null 2>&1; then
2189 :
2190 else
2191 gcc_cv_prog_cmp_skip='cmp $$f1 $$f2 16 16'
2192 fi
2193 fi
a76494aa
PB
2194 if cmp --ignore-initial=2 t1 t2 > /dev/null 2>&1; then
2195 if cmp --ignore-initial=1 t1 t2 > /dev/null 2>&1; then
6cf1ac42 2196 :
a76494aa
PB
2197 else
2198 gcc_cv_prog_cmp_skip='cmp --ignore-initial=16 $$f1 $$f2'
2199 fi
2200 fi
2201 rm t1 t2
2202
2203fi
2204
2205echo "$ac_t""$gcc_cv_prog_cmp_skip" 1>&6
2206do_compare="$gcc_cv_prog_cmp_skip"
2207
2208
55ffb5ed 2209
1e0f07d3 2210# By default, C is the only stage 1 language.
2805b53a
NN
2211stage1_languages=c
2212
2213
55ffb5ed
NN
2214# Figure out what language subdirectories are present.
2215# Look if the user specified --enable-languages="..."; if not, use
2216# the environment variable $LANGUAGES if defined. $LANGUAGES might
2217# go away some day.
2218# NB: embedded tabs in this IF block -- do not untabify
2219if test -d ${srcdir}/gcc; then
2220 if test x"${enable_languages+set}" != xset; then
2221 if test x"${LANGUAGES+set}" = xset; then
2222 enable_languages="${LANGUAGES}"
2223 echo configure.in: warning: setting LANGUAGES is deprecated, use --enable-languages instead 1>&2
2224 else
2225 enable_languages=all
2226 fi
2227 else
2228 if test x"${enable_languages}" = x ||
2229 test x"${enable_languages}" = xyes;
2230 then
2231 echo configure.in: --enable-languages needs at least one language argument 1>&2
2232 exit 1
2233 fi
2234 fi
2235 enable_languages=`echo "${enable_languages}" | sed -e 's/[ ,][ ,]*/,/g' -e 's/,$//'`
2236
2237 # First scan to see if an enabled language requires some other language.
2238 # We assume that a given config-lang.in will list all the language
2239 # front ends it requires, even if some are required indirectly.
2240 for lang_frag in ${srcdir}/gcc/*/config-lang.in .. ; do
2241 case ${lang_frag} in
2242 ..) ;;
2243 # The odd quoting in the next line works around
2244 # an apparent bug in bash 1.12 on linux.
2245 ${srcdir}/gcc/[*]/config-lang.in) ;;
2246 *)
2247 # From the config-lang.in, get $language, $lang_requires
2248 language=
2249 lang_requires=
2250 . ${lang_frag}
2251 for other in ${lang_requires} ; do
2252 case ,${enable_languages}, in
2253 *,$other,*) ;;
2254 *,all,*) ;;
2255 *,$language,*)
2256 echo " \`$other' language required by \`$language'; enabling" 1>&2
2257 enable_languages="${enable_languages},${other}"
2258 ;;
2259 esac
2260 done
2261 ;;
2262 esac
2263 done
2264
2265 new_enable_languages=c
2266 missing_languages=`echo ",$enable_languages," | sed -e s/,all,/,/ -e s/,c,/,/ `
2267
2268 for lang_frag in ${srcdir}/gcc/*/config-lang.in .. ; do
2269 case ${lang_frag} in
2270 ..) ;;
2271 # The odd quoting in the next line works around
2272 # an apparent bug in bash 1.12 on linux.
2273 ${srcdir}/gcc/[*]/config-lang.in) ;;
2274 *)
2275 # From the config-lang.in, get $language, $target_libs,
2805b53a 2276 # $lang_dirs, $boot_language, and $build_by_default
55ffb5ed
NN
2277 language=
2278 target_libs=
2279 lang_dirs=
2805b53a 2280 boot_language=
55ffb5ed
NN
2281 build_by_default=
2282 . ${lang_frag}
2283 # This is quite sensitive to the ordering of the case statement arms.
2284 case ,${enable_languages},:${language}:${have_gnat}:${build_by_default} in
2285 *::*:*)
2286 echo "${lang_frag} doesn't set \$language." 1>&2
2287 exit 1
2288 ;;
2289 *:ada:no:*)
2290 # Ada was requested with no preexisting GNAT. Disable unconditionally.
2291 add_this_lang=no
2292 ;;
2293 *,${language},*:*:*:*)
2294 # Language was explicitly selected; include it.
2295 add_this_lang=yes
2296 ;;
2297 *,all,*:*:*:no)
2298 # 'all' was selected, but this is not a default language
2299 # so do not include it.
2300 add_this_lang=no
2301 ;;
2302 *,all,*:*:*:*)
2303 # 'all' was selected and this is a default language; include it.
2304 add_this_lang=yes
2305 ;;
2306 *)
2307 add_this_lang=no
2308 ;;
2309 esac
2310 case $add_this_lang in
2311 no)
2312 # Remove language-dependent dirs.
2805b53a
NN
2313 eval noconfigdirs='"$noconfigdirs "'\"$target_libs $lang_dirs\"
2314 ;;
55ffb5ed
NN
2315 *)
2316 new_enable_languages="$new_enable_languages,$language"
2805b53a
NN
2317 missing_languages=`echo "$missing_languages" | sed "s/,$language,/,/"`
2318 case ${boot_language} in
2319 yes)
340de83f
NN
2320 # Add to (comma-separated) list of stage 1 languages.
2321 stage1_languages="${stage1_languages},${language}"
2805b53a
NN
2322 ;;
2323 esac
2324 ;;
55ffb5ed
NN
2325 esac
2326 ;;
2327 esac
2328 done
2329
79b4b7d2 2330 missing_languages=`echo "$missing_languages" | sed -e "s/^,//" -e "s/,$//"`
55ffb5ed
NN
2331 if test "x$missing_languages" != x; then
2332 { echo "configure: error:
2333The following requested languages were not found: ${missing_languages}" 1>&2; exit 1; }
2334 fi
2335
2336 if test "x$new_enable_languages" != "x$enable_languages"; then
2337 echo The following languages will be built: ${new_enable_languages}
2338 fi
2339 enable_languages="$new_enable_languages"
6bbec498 2340 ac_configure_args=`echo " $ac_configure_args" | sed -e 's/ --enable-languages=[^ ]*//' -e 's/$/ --enable-languages='"$enable_languages"/ `
55ffb5ed
NN
2341fi
2342
2343# Remove the entries in $skipdirs and $noconfigdirs from $configdirs and
2344# $target_configdirs.
2345# If we have the source for $noconfigdirs entries, add them to $notsupp.
2346
2347notsupp=""
2348for dir in . $skipdirs $noconfigdirs ; do
2349 dirname=`echo $dir | sed -e s/target-//g`
2350 if test $dir != . && echo " ${configdirs} " | grep " ${dir} " >/dev/null 2>&1; then
2351 configdirs=`echo " ${configdirs} " | sed -e "s/ ${dir} / /"`
2352 if test -r $srcdir/$dirname/configure ; then
2353 if echo " ${skipdirs} " | grep " ${dir} " >/dev/null 2>&1; then
2354 true
2355 else
2356 notsupp="$notsupp $dir"
2357 fi
2358 fi
2359 fi
2360 if test $dir != . && echo " ${target_configdirs} " | grep " ${dir} " >/dev/null 2>&1; then
2361 target_configdirs=`echo " ${target_configdirs} " | sed -e "s/ ${dir} / /"`
2362 if test -r $srcdir/$dirname/configure ; then
2363 if echo " ${skipdirs} " | grep " ${dir} " >/dev/null 2>&1; then
2364 true
2365 else
2366 notsupp="$notsupp $dir"
2367 fi
2368 fi
2369 fi
2370done
2371
2372# Sometimes the tools are distributed with libiberty but with no other
2373# libraries. In that case, we don't want to build target-libiberty.
2374if test -n "${target_configdirs}" ; then
2375 others=
2376 for i in `echo ${target_configdirs} | sed -e s/target-//g` ; do
2377 if test "$i" != "libiberty" ; then
2378 if test -r $srcdir/$i/configure ; then
2379 others=yes;
2380 break;
2381 fi
2382 fi
2383 done
2384 if test -z "${others}" ; then
2385 target_configdirs=
2386 fi
2387fi
2388
2389# Quietly strip out all directories which aren't configurable in this tree.
2390# This relies on all configurable subdirectories being autoconfiscated, which
2391# is now the case.
2392configdirs_all="$configdirs"
2393configdirs=
2394for i in ${configdirs_all} ; do
2395 if test -f ${srcdir}/$i/configure ; then
2396 configdirs="${configdirs} $i"
2397 fi
2398done
2399target_configdirs_all="$target_configdirs"
2400target_configdirs=
2401for i in ${target_configdirs_all} ; do
2402 j=`echo $i | sed -e s/target-//g`
2403 if test -f ${srcdir}/$j/configure ; then
2404 target_configdirs="${target_configdirs} $i"
2405 fi
2406done
2407
2408# Produce a warning message for the subdirs we can't configure.
2409# This isn't especially interesting in the Cygnus tree, but in the individual
2410# FSF releases, it's important to let people know when their machine isn't
2411# supported by the one or two programs in a package.
2412
2413if test -n "${notsupp}" && test -z "${norecursion}" ; then
2414 # If $appdirs is non-empty, at least one of those directories must still
2415 # be configured, or we error out. (E.g., if the gas release supports a
2416 # specified target in some subdirs but not the gas subdir, we shouldn't
2417 # pretend that all is well.)
2418 if test -n "$appdirs" ; then
2419 for dir in $appdirs ; do
2420 if test -r $dir/Makefile.in ; then
2421 if echo " ${configdirs} " | grep " ${dir} " >/dev/null 2>&1; then
2422 appdirs=""
2423 break
2424 fi
2425 if echo " ${target_configdirs} " | grep " ${dir} " >/dev/null 2>&1; then
2426 appdirs=""
2427 break
2428 fi
2429 fi
2430 done
2431 if test -n "$appdirs" ; then
2432 echo "*** This configuration is not supported by this package." 1>&2
2433 exit 1
2434 fi
2435 fi
2436 # Okay, some application will build, or we don't care to check. Still
2437 # notify of subdirs not getting built.
2438 echo "*** This configuration is not supported in the following subdirectories:" 1>&2
2439 echo " ${notsupp}" 1>&2
2440 echo " (Any other directories should still work fine.)" 1>&2
2441fi
2442
2443case "$host" in
2444 *msdosdjgpp*)
2445 enable_gdbtk=no ;;
2446esac
2447
2448copy_dirs=
2449
2450# Handle --with-headers=XXX. If the value is not "yes", the contents of
2451# the named directory are copied to $(tooldir)/sys-include.
2452if test x"${with_headers}" != x && test x"${with_headers}" != xno ; then
2453 if test x${is_cross_compiler} = xno ; then
2454 echo 1>&2 '***' --with-headers is only supported when cross compiling
2455 exit 1
2456 fi
2457 if test x"${with_headers}" != xyes ; then
2458 case "${exec_prefixoption}" in
2459 "") x=${prefix} ;;
2460 *) x=${exec_prefix} ;;
2461 esac
2462 copy_dirs="${copy_dirs} ${with_headers} $x/${target_alias}/sys-include"
2463 fi
2464fi
2465
2466# Handle --with-libs=XXX. If the value is not "yes", the contents of
2467# the name directories are copied to $(tooldir)/lib. Multiple directories
2468# are permitted.
2469if test x"${with_libs}" != x && test x"${with_libs}" != xno ; then
2470 if test x${is_cross_compiler} = xno ; then
2471 echo 1>&2 '***' --with-libs is only supported when cross compiling
2472 exit 1
2473 fi
2474 if test x"${with_libs}" != xyes ; then
2475 # Copy the libraries in reverse order, so that files in the first named
2476 # library override files in subsequent libraries.
2477 case "${exec_prefixoption}" in
2478 "") x=${prefix} ;;
2479 *) x=${exec_prefix} ;;
2480 esac
2481 for l in ${with_libs}; do
2482 copy_dirs="$l $x/${target_alias}/lib ${copy_dirs}"
2483 done
2484 fi
2485fi
2486
2487# Handle ${copy_dirs}
2488set fnord ${copy_dirs}
2489shift
2490while test $# != 0 ; do
2491 if test -f $2/COPIED && test x"`cat $2/COPIED`" = x"$1" ; then
2492 :
2493 else
2494 echo Copying $1 to $2
2495
2496 # Use the install script to create the directory and all required
2497 # parent directories.
2498 if test -d $2 ; then
2499 :
2500 else
2501 echo >config.temp
2502 ${srcdir}/install-sh -c -m 644 config.temp $2/COPIED
2503 fi
2504
2505 # Copy the directory, assuming we have tar.
2506 # FIXME: Should we use B in the second tar? Not all systems support it.
2507 (cd $1; tar -cf - .) | (cd $2; tar -xpf -)
2508
2509 # It is the responsibility of the user to correctly adjust all
2510 # symlinks. If somebody can figure out how to handle them correctly
2511 # here, feel free to add the code.
2512
2513 echo $1 > $2/COPIED
2514 fi
2515 shift; shift
2516done
2517
671aa708
NN
2518extra_arflags_for_target=
2519extra_nmflags_for_target=
2520extra_ranlibflags_for_target=
2521target_makefile_frag=/dev/null
2522case "${target}" in
f2a0e225 2523 i[3456789]86-*-netware*)
671aa708
NN
2524 target_makefile_frag="config/mt-netware"
2525 ;;
2526 powerpc-*-netware*)
2527 target_makefile_frag="config/mt-netware"
2528 ;;
2529 *-*-linux*)
2530 target_makefile_frag="config/mt-linux"
2531 ;;
2532 *-*-aix4.[3456789]* | *-*-aix[56789].*)
2533 # nm and ar from AIX 4.3 and above require -X32_64 flag to all ar and nm
2534 # commands to handle both 32-bit and 64-bit objects. These flags are
2535 # harmless if we're using GNU nm or ar.
2536 extra_arflags_for_target=" -X32_64"
2537 extra_nmflags_for_target=" -B -X32_64"
2538 ;;
2539 *-*-darwin*)
2540 # ranlib from Darwin requires the -c flag to look at common symbols.
2541 extra_ranlibflags_for_target=" -c"
2542 ;;
2543 mips*-*-pe | sh*-*-pe | *arm-wince-pe)
2544 target_makefile_frag="config/mt-wince"
2545 ;;
2546esac
2547
2548alphaieee_frag=/dev/null
2549case $target in
2550 alpha*-*-*)
2551 # This just makes sure to use the -mieee option to build target libs.
2552 # This should probably be set individually by each library.
2553 alphaieee_frag="config/mt-alphaieee"
2554 ;;
2555esac
2556
2557# If --enable-target-optspace always use -Os instead of -O2 to build
2558# the target libraries, similarly if it is not specified, use -Os
2559# on selected platforms.
2560ospace_frag=/dev/null
2561case "${enable_target_optspace}:${target}" in
2562 yes:*)
2563 ospace_frag="config/mt-ospace"
2564 ;;
2565 :d30v-*)
2566 ospace_frag="config/mt-d30v"
2567 ;;
2568 :m32r-* | :d10v-* | :fr30-*)
2569 ospace_frag="config/mt-ospace"
2570 ;;
2571 no:* | :*)
2572 ;;
2573 *)
2574 echo "*** bad value \"${enable_target_optspace}\" for --enable-target-optspace flag; ignored" 1>&2
2575 ;;
2576esac
2577
2578# Set with_gnu_as and with_gnu_ld as appropriate.
2579#
2580# This is done by determining whether or not the appropriate directory
2581# is available, and by checking whether or not specific configurations
2582# have requested that this magic not happen.
2583#
2584# The command line options always override the explicit settings in
2585# configure.in, and the settings in configure.in override this magic.
2586#
2587# If the default for a toolchain is to use GNU as and ld, and you don't
2588# want to do that, then you should use the --without-gnu-as and
2589# --without-gnu-ld options for the configure script.
2590
2591if test x${use_gnu_as} = x &&
2592 echo " ${configdirs} " | grep " gas " > /dev/null 2>&1 ; then
2593 with_gnu_as=yes
2594 extra_host_args="$extra_host_args --with-gnu-as"
2595fi
2596
2597if test x${use_gnu_ld} = x &&
2598 echo " ${configdirs} " | grep " ld " > /dev/null 2>&1 ; then
2599 with_gnu_ld=yes
2600 extra_host_args="$extra_host_args --with-gnu-ld"
2601fi
2602
2603# If using newlib, add --with-newlib to the extra_host_args so that gcc/configure
2604# can detect this case.
2605
2606if test x${with_newlib} != xno && echo " ${target_configdirs} " | grep " target-newlib " > /dev/null 2>&1 ; then
2607 with_newlib=yes
2608 extra_host_args="$extra_host_args --with-newlib"
2609fi
2610
671aa708
NN
2611
2612# Default to using --with-stabs for certain targets.
2613if test x${with_stabs} = x ; then
2614 case "${target}" in
89a95129 2615 mips*-*-irix[56]*)
671aa708
NN
2616 ;;
2617 mips*-*-* | alpha*-*-osf*)
2618 with_stabs=yes;
2619 extra_host_args="${extra_host_args} --with-stabs"
2620 ;;
2621 esac
2622fi
2623
2624# hpux11 in 64bit mode has libraries in a weird place. Arrange to find
2625# them automatically.
2626case "${host}" in
2627 hppa*64*-*-hpux11*)
2628 extra_host_args="$extra_host_args -x-libraries=/usr/lib/pa20_64 -x-includes=/usr/X11R6/include"
2629 ;;
2630esac
2631
671aa708
NN
2632# Some systems (e.g., one of the i386-aix systems the gas testers are
2633# using) don't handle "\$" correctly, so don't use it here.
df445104 2634tooldir='${exec_prefix}'/${target_alias}
671aa708
NN
2635build_tooldir=${tooldir}
2636
1e0f07d3
PB
2637# Generate default definitions for YACC, M4, LEX. These are used if the
2638# Makefile can't locate these programs in objdir.
2639MISSING=`cd $ac_aux_dir && ${PWDCMD-pwd}`/missing
2640for ac_prog in 'bison -y' byacc yacc
671aa708 2641do
1e0f07d3
PB
2642# Extract the first word of "$ac_prog", so it can be a program name with args.
2643set dummy $ac_prog; ac_word=$2
2644echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
a76494aa 2645echo "configure:2646: checking for $ac_word" >&5
1e0f07d3
PB
2646if eval "test \"`echo '$''{'ac_cv_prog_DEFAULT_YACC'+set}'`\" = set"; then
2647 echo $ac_n "(cached) $ac_c" 1>&6
2648else
2649 if test -n "$DEFAULT_YACC"; then
2650 ac_cv_prog_DEFAULT_YACC="$DEFAULT_YACC" # Let the user override the test.
2651else
2652 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
2653 ac_dummy="$PATH"
2654 for ac_dir in $ac_dummy; do
2655 test -z "$ac_dir" && ac_dir=.
2656 if test -f $ac_dir/$ac_word; then
2657 ac_cv_prog_DEFAULT_YACC="$ac_prog"
671aa708
NN
2658 break
2659 fi
2660 done
1e0f07d3
PB
2661 IFS="$ac_save_ifs"
2662fi
2663fi
2664DEFAULT_YACC="$ac_cv_prog_DEFAULT_YACC"
2665if test -n "$DEFAULT_YACC"; then
2666 echo "$ac_t""$DEFAULT_YACC" 1>&6
2667else
2668 echo "$ac_t""no" 1>&6
2669fi
671aa708 2670
1e0f07d3 2671test -n "$DEFAULT_YACC" && break
671aa708 2672done
1e0f07d3 2673test -n "$DEFAULT_YACC" || DEFAULT_YACC="$MISSING bison"
671aa708 2674
1e0f07d3 2675for ac_prog in gm4 gnum4 m4
671aa708 2676do
1e0f07d3
PB
2677# Extract the first word of "$ac_prog", so it can be a program name with args.
2678set dummy $ac_prog; ac_word=$2
2679echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
a76494aa 2680echo "configure:2681: checking for $ac_word" >&5
1e0f07d3
PB
2681if eval "test \"`echo '$''{'ac_cv_prog_DEFAULT_M4'+set}'`\" = set"; then
2682 echo $ac_n "(cached) $ac_c" 1>&6
2683else
2684 if test -n "$DEFAULT_M4"; then
2685 ac_cv_prog_DEFAULT_M4="$DEFAULT_M4" # Let the user override the test.
2686else
2687 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
2688 ac_dummy="$PATH"
2689 for ac_dir in $ac_dummy; do
2690 test -z "$ac_dir" && ac_dir=.
2691 if test -f $ac_dir/$ac_word; then
2692 ac_cv_prog_DEFAULT_M4="$ac_prog"
671aa708
NN
2693 break
2694 fi
2695 done
1e0f07d3
PB
2696 IFS="$ac_save_ifs"
2697fi
2698fi
2699DEFAULT_M4="$ac_cv_prog_DEFAULT_M4"
2700if test -n "$DEFAULT_M4"; then
2701 echo "$ac_t""$DEFAULT_M4" 1>&6
2702else
2703 echo "$ac_t""no" 1>&6
2704fi
671aa708 2705
1e0f07d3 2706test -n "$DEFAULT_M4" && break
671aa708 2707done
1e0f07d3 2708test -n "$DEFAULT_M4" || DEFAULT_M4="$MISSING m4"
671aa708 2709
1e0f07d3 2710for ac_prog in flex lex
671aa708 2711do
1e0f07d3
PB
2712# Extract the first word of "$ac_prog", so it can be a program name with args.
2713set dummy $ac_prog; ac_word=$2
2714echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
a76494aa 2715echo "configure:2716: checking for $ac_word" >&5
1e0f07d3
PB
2716if eval "test \"`echo '$''{'ac_cv_prog_DEFAULT_LEX'+set}'`\" = set"; then
2717 echo $ac_n "(cached) $ac_c" 1>&6
2718else
2719 if test -n "$DEFAULT_LEX"; then
2720 ac_cv_prog_DEFAULT_LEX="$DEFAULT_LEX" # Let the user override the test.
2721else
2722 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
2723 ac_dummy="$PATH"
2724 for ac_dir in $ac_dummy; do
2725 test -z "$ac_dir" && ac_dir=.
2726 if test -f $ac_dir/$ac_word; then
2727 ac_cv_prog_DEFAULT_LEX="$ac_prog"
671aa708
NN
2728 break
2729 fi
2730 done
1e0f07d3
PB
2731 IFS="$ac_save_ifs"
2732fi
2733fi
2734DEFAULT_LEX="$ac_cv_prog_DEFAULT_LEX"
2735if test -n "$DEFAULT_LEX"; then
2736 echo "$ac_t""$DEFAULT_LEX" 1>&6
2737else
2738 echo "$ac_t""no" 1>&6
2739fi
671aa708 2740
1e0f07d3 2741test -n "$DEFAULT_LEX" && break
671aa708 2742done
1e0f07d3
PB
2743test -n "$DEFAULT_LEX" || DEFAULT_LEX="$MISSING flex"
2744
671aa708 2745
671aa708
NN
2746# Create a .gdbinit file which runs the one in srcdir
2747# and tells GDB to look there for source files.
2748
2749if test -r ${srcdir}/.gdbinit ; then
2750 case ${srcdir} in
2751 .) ;;
2752 *) cat > ./.gdbinit <<EOF
2753# ${NO_EDIT}
2754dir ${srcdir}
2755dir .
2756source ${srcdir}/.gdbinit
2757EOF
2758 ;;
2759 esac
2760fi
2761
671aa708
NN
2762# Make sure that the compiler is able to generate an executable. If it
2763# can't, we are probably in trouble. We don't care whether we can run the
2764# executable--we might be using a cross compiler--we only care whether it
2765# can be created. At this point the main configure script has set CC.
2766we_are_ok=no
2767echo "int main () { return 0; }" > conftest.c
2768${CC} -o conftest ${CFLAGS} ${CPPFLAGS} ${LDFLAGS} conftest.c
2769if test $? = 0 ; then
2770 if test -s conftest || test -s conftest.exe ; then
2771 we_are_ok=yes
2772 fi
2773fi
2774case $we_are_ok in
2775 no)
2776 echo 1>&2 "*** The command '${CC} -o conftest ${CFLAGS} ${CPPFLAGS} ${LDFLAGS} conftest.c' failed."
2777 echo 1>&2 "*** You must set the environment variable CC to a working compiler."
2778 rm -f conftest*
2779 exit 1
2780 ;;
2781esac
2782rm -f conftest*
2783
2784# The Solaris /usr/ucb/cc compiler does not appear to work.
2785case "${host}" in
2786 sparc-sun-solaris2*)
2787 CCBASE="`echo ${CC-cc} | sed 's/ .*$//'`"
2788 if test "`type $CCBASE | sed 's/^[^/]*//'`" = "/usr/ucb/cc" ; then
2789 could_use=
2790 test -d /opt/SUNWspro/bin && could_use="/opt/SUNWspro/bin"
2791 if test -d /opt/cygnus/bin ; then
2792 if test "$could_use" = "" ; then
2793 could_use="/opt/cygnus/bin"
2794 else
2795 could_use="$could_use or /opt/cygnus/bin"
2796 fi
2797 fi
2798 if test "$could_use" = "" ; then
2799 echo "Warning: compilation may fail because you're using"
2800 echo "/usr/ucb/cc. You should change your PATH or CC "
2801 echo "variable and rerun configure."
2802 else
2803 echo "Warning: compilation may fail because you're using"
2804 echo "/usr/ucb/cc, when you should use the C compiler from"
2805 echo "$could_use. You should change your"
2806 echo "PATH or CC variable and rerun configure."
2807 fi
2808 fi
2809 ;;
2810esac
2811
2812# If --enable-shared was set, we must set LD_LIBRARY_PATH so that the
2813# binutils tools will find libbfd.so.
aa9c3ab4
NN
2814case "${enable_shared}" in
2815 no | "") SET_LIB_PATH= ;;
2816 *) SET_LIB_PATH="\$(REALLY_SET_LIB_PATH)" ;;
2817esac
671aa708
NN
2818
2819case "${host}" in
2820 *-*-hpux*) RPATH_ENVVAR=SHLIB_PATH ;;
2821 *) RPATH_ENVVAR=LD_LIBRARY_PATH ;;
2822esac
2823
2824# Record target_configdirs and the configure arguments for target and
2825# build configuration in Makefile.
2826target_configdirs=`echo "${target_configdirs}" | sed -e 's/target-//g'`
2827
2828# This is the final value for target_configdirs. configdirs already
8b87bb96
NN
2829# has its final value, as does build_modules. It's time to create some
2830# lists of valid targets.
cf53ae10 2831
671aa708
NN
2832all_build_modules=
2833configure_build_modules=
8b87bb96
NN
2834for module in ${build_modules} ; do
2835 all_build_modules=all-build-${module}
2836 configure_build_modules=configure-build-${module}
2837done
671aa708 2838
671aa708
NN
2839# Determine whether gdb needs tk/tcl or not.
2840# Use 'maybe' since enable_gdbtk might be true even if tk isn't available
2841# and in that case we want gdb to be built without tk. Ugh!
2842# In fact I believe gdb is the *only* package directly dependent on tk,
2843# so we should be able to put the 'maybe's in unconditionally and
2844# leave out the maybe dependencies when enable_gdbtk is false. I'm not
2845# 100% sure that that's safe though.
e914a571
AC
2846
2847gdb_tk="maybe-all-tcl maybe-all-tk maybe-all-itcl maybe-all-tix maybe-all-libgui"
671aa708
NN
2848case "$enable_gdbtk" in
2849 no)
2850 GDB_TK="" ;;
e914a571
AC
2851 yes)
2852 GDB_TK="${gdb_tk}" ;;
671aa708 2853 *)
e914a571
AC
2854 # Only add the dependency on gdbtk when GDBtk is part of the gdb
2855 # distro. Eventually someone will fix this and move Insight, nee
2856 # gdbtk to a separate directory.
2857 if test -d ${srcdir}/gdb/gdbtk ; then
2858 GDB_TK="${gdb_tk}"
2859 else
2860 GDB_TK=""
2861 fi
2862 ;;
671aa708
NN
2863esac
2864
2865# Create the 'maybe dependencies'. This uses a temporary file.
8b87bb96
NN
2866
2867# While at that, we remove Makefiles if we were started for recursive
2868# configuration, so that the top-level Makefile reconfigures them,
2869# like we used to do when configure itself was recursive.
671aa708 2870rm -f maybedep.tmp
ade82b16 2871echo '# maybedep.tmp' > maybedep.tmp
8b87bb96
NN
2872
2873# Make-targets which may need maybe dependencies.
1358ccea
NN
2874mts="configure all install check clean distclean dvi info install-info"
2875mts="${mts} installcheck mostlyclean maintainer-clean TAGS"
8b87bb96
NN
2876
2877# Loop over modules and make-targets.
2878for module in ${build_modules} ; do
2879 if test -z "${no_recursion}" \
2880 && test -f ${build_subdir}/${module}/Makefile; then
2881 echo 1>&2 "*** removing ${build_subdir}/${module}/Makefile to force reconfigure"
2882 rm -f ${build_subdir}/${module}/Makefile
2883 fi
2884 for mt in ${mts} ; do
2885 case ${mt} in
2886 install) ;; # No installing build modules.
2887 *) echo "maybe-${mt}-build-${module}: ${mt}-build-${module}" >> maybedep.tmp ;;
2888 esac
2889 done
2890done
2891for module in ${configdirs} ; do
2892 if test -z "${no_recursion}" \
2893 && test -f ${module}/Makefile; then
2894 echo 1>&2 "*** removing ${module}/Makefile to force reconfigure"
2895 rm -f ${module}/Makefile
2896 fi
2897 for mt in ${mts} ; do
2898 echo "maybe-${mt}-${module}: ${mt}-${module}" >> maybedep.tmp
2899 done
2900done
2901for module in ${target_configdirs} ; do
2902 if test -z "${no_recursion}" \
2903 && test -f ${target_subdir}/${module}/Makefile; then
2904 echo 1>&2 "*** removing ${target_subdir}/${module}/Makefile to force reconfigure"
2905 rm -f ${target_subdir}/${module}/Makefile
2906 fi
2907 for mt in ${mts} ; do
2908 echo "maybe-${mt}-target-${module}: ${mt}-target-${module}" >> maybedep.tmp
2909 done
671aa708
NN
2910done
2911maybe_dependencies=maybedep.tmp
2912
2913
2914# Create the serialization dependencies. This uses a temporary file.
2915
ade82b16
AO
2916# Check whether --enable-serial-configure or --disable-serial-configure was given.
2917if test "${enable_serial_configure+set}" = set; then
2918 enableval="$enable_serial_configure"
2919 :
2920fi
2921
2922
bf1d3e81
NN
2923case ${enable_serial_configure} in
2924 yes)
2925 enable_serial_build_configure=yes
2926 enable_serial_host_configure=yes
2927 enable_serial_target_configure=yes
2928 ;;
2929esac
2930
671aa708
NN
2931# These force 'configure's to be done one at a time, to avoid problems
2932# with contention over a shared config.cache.
2933rm -f serdep.tmp
ade82b16 2934echo '# serdep.tmp' > serdep.tmp
671aa708 2935olditem=
bf1d3e81 2936test "x${enable_serial_build_configure}" = xyes &&
671aa708
NN
2937for item in ${build_configdirs} ; do
2938 case ${olditem} in
2939 "") ;;
ade82b16 2940 *) echo "configure-build-${item}: configure-build-${olditem}" >> serdep.tmp ;;
671aa708
NN
2941 esac
2942 olditem=${item}
2943done
2944olditem=
bf1d3e81 2945test "x${enable_serial_host_configure}" = xyes &&
671aa708
NN
2946for item in ${configdirs} ; do
2947 case ${olditem} in
2948 "") ;;
ade82b16 2949 *) echo "configure-${item}: configure-${olditem}" >> serdep.tmp ;;
671aa708
NN
2950 esac
2951 olditem=${item}
2952done
2953olditem=
bf1d3e81 2954test "x${enable_serial_target_configure}" = xyes &&
671aa708
NN
2955for item in ${target_configdirs} ; do
2956 case ${olditem} in
2957 "") ;;
ade82b16 2958 *) echo "configure-target-${item}: configure-target-${olditem}" >> serdep.tmp ;;
671aa708
NN
2959 esac
2960 olditem=${item}
2961done
2962serialization_dependencies=serdep.tmp
2963
2964
ade82b16
AO
2965# Base args. Strip norecursion, cache-file, srcdir, host, build,
2966# target and nonopt. These are the ones we might not want to pass
43bb47c2
DJ
2967# down to subconfigures. Also strip program-prefix, program-suffix,
2968# and program-transform-name, so that we can pass down a consistent
2969# program-transform-name. If autoconf has put single quotes around
2970# any of these arguments (because they contain shell metacharacters)
2971# then this will fail; in practice this only happens for
2972# --program-transform-name, so be sure to override --program-transform-name
2973# at the end of the argument list.
2974# These will be expanded by make, so quote '$'.
b348267b 2975cat <<\EOF_SED > conftestsed
9104315a
NN
2976s/ --no[^ ]*/ /g
2977s/ --c[a-z-]*[= ][^ ]*//g
2978s/ --sr[a-z-]*[= ][^ ]*//g
2979s/ --ho[a-z-]*[= ][^ ]*//g
2980s/ --bu[a-z-]*[= ][^ ]*//g
2981s/ --t[a-z-]*[= ][^ ]*//g
2982s/ --program-[pst][a-z-]*[= ][^ ]*//g
2983s/ -cache-file[= ][^ ]*//g
2984s/ -srcdir[= ][^ ]*//g
2985s/ -host[= ][^ ]*//g
2986s/ -build[= ][^ ]*//g
2987s/ -target[= ][^ ]*//g
2988s/ -program-prefix[= ][^ ]*//g
2989s/ -program-suffix[= ][^ ]*//g
2990s/ -program-transform-name[= ][^ ]*//g
b348267b
GK
2991s/ [^' -][^ ]* / /
2992s/^ *//;s/ *$//
eeae7b41
DJ
2993s,\$,$$,g
2994EOF_SED
2995sed -f conftestsed <<EOF_SED > conftestsed.out
2996 ${ac_configure_args}
b348267b 2997EOF_SED
eeae7b41
DJ
2998baseargs=`cat conftestsed.out`
2999rm -f conftestsed conftestsed.out
671aa708 3000
43bb47c2
DJ
3001# Add in --program-transform-name, after --program-prefix and
3002# --program-suffix have been applied to it. Autoconf has already
3003# doubled dollar signs and backslashes in program_transform_name; we want
3004# the backslashes un-doubled, and then the entire thing wrapped in single
3005# quotes, because this will be expanded first by make and then by the shell.
3006# Also, because we want to override the logic in subdir configure scripts to
3007# choose program_transform_name, replace any s,x,x, with s,y,y,.
3008sed -e "s,\\\\\\\\,\\\\,g; s,','\\\\'',g; s/s,x,x,/s,y,y,/" <<EOF_SED > conftestsed.out
3009${program_transform_name}
3010EOF_SED
3011gcc_transform_name=`cat conftestsed.out`
3012rm -f conftestsed.out
3013baseargs="$baseargs --program-transform-name='${gcc_transform_name}'"
3014
671aa708
NN
3015# For the build-side libraries, we just need to pretend we're native,
3016# and not use the same cache file. Multilibs are neither needed nor
3017# desired.
3018build_configargs="--cache-file=../config.cache --build=${build_alias} --host=${build_alias} ${baseargs}"
3019
3020# For host modules, accept cache file option, or specification as blank.
3021case "${cache_file}" in
3022"") # empty
3023 cache_file_option="" ;;
3024/* | [A-Za-z]:[\\/]* ) # absolute path
3025 cache_file_option="--cache-file=${cache_file}" ;;
3026*) # relative path
3027 cache_file_option="--cache-file=../${cache_file}" ;;
3028esac
3029
09438bde
NN
3030# Host dirs don't like to share a cache file either, horribly enough.
3031# This seems to be due to autoconf 2.5x stupidity.
2b6c260d 3032host_configargs="--cache-file=./config.cache --build=${build_alias} --host=${host_alias} --target=${target_alias} ${extra_host_args} ${baseargs}"
671aa708
NN
3033
3034target_configargs=${baseargs}
3035
3036# Passing a --with-cross-host argument lets the target libraries know
3037# whether they are being built with a cross-compiler or being built
3038# native. However, it would be better to use other mechanisms to make the
3039# sorts of decisions they want to make on this basis. Please consider
3040# this option to be deprecated. FIXME.
3041if test x${is_cross_compiler} = xyes ; then
3042 target_configargs="--with-cross-host=${host_alias} ${target_configargs}"
3043fi
3044
3045# Default to --enable-multilib.
3046if test x${enable_multilib} = x ; then
3047 target_configargs="--enable-multilib ${target_configargs}"
3048fi
3049
3050# Pass --with-newlib if appropriate. Note that target_configdirs has
3051# changed from the earlier setting of with_newlib.
3052if test x${with_newlib} != xno && echo " ${target_configdirs} " | grep " newlib " > /dev/null 2>&1 && test -d ${srcdir}/newlib ; then
3053 target_configargs="--with-newlib ${target_configargs}"
3054fi
3055
6b9eb62c
NN
3056# Different target subdirs use different values of certain variables
3057# (notably CXX). Worse, multilibs use *lots* of different values.
3058# Worse yet, autoconf 2.5x makes some of these 'precious', meaning that
3059# it doesn't automatically accept command-line overrides of them.
3060# This means it's not safe for target subdirs to share a cache file,
3061# which is disgusting, but there you have it. Hopefully this can be
3062# fixed in future. It's still worthwhile to use a cache file for each
3063# directory. I think.
3064
671aa708 3065# Pass the appropriate --host, --build, and --cache-file arguments.
2b6c260d 3066target_configargs="--cache-file=./config.cache --host=${target_alias} --build=${build_alias} ${target_configargs}"
671aa708
NN
3067
3068# provide a proper gxx_include_dir.
3069# Note, if you change the default, make sure to fix both here and in
3070# the gcc and libstdc++-v3 subdirectories.
3071# Check whether --with-gxx-include-dir or --without-gxx-include-dir was given.
73458fb7
NN
3072case "${with_gxx_include_dir}" in
3073 yes)
3074 { echo "configure: error: --with-gxx-include-dir=[dir] requires a directory" 1>&2; exit 1; }
3075 ;;
3076 no | "")
3077 case "${enable_version_specific_runtime_libs}" in
3078 yes) gxx_include_dir='${libsubdir}/include/c++' ;;
3079 *)
3080 . ${srcdir}/config.if
3081 gxx_include_dir='${prefix}/include/'${libstdcxx_incdir} ;;
3082 esac ;;
3083 *) gxx_include_dir=${with_gxx_include_dir} ;;
3084esac
671aa708
NN
3085
3086FLAGS_FOR_TARGET=
3087case " $target_configdirs " in
3088 *" newlib "*)
3089 case " $target_configargs " in
3090 *" --with-newlib "*)
3091 case "$target" in
3092 *-cygwin*)
aa8f1f57 3093 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' ;;
671aa708
NN
3094 esac
3095
3096 # If we're not building GCC, don't discard standard headers.
3097 if test -d ${srcdir}/gcc; then
3098 FLAGS_FOR_TARGET=$FLAGS_FOR_TARGET' -nostdinc'
3099
3100 if test "${build}" != "${host}"; then
3101 # On Canadian crosses, CC_FOR_TARGET will have already been set
3102 # by `configure', so we won't have an opportunity to add -Bgcc/
3103 # to it. This is right: we don't want to search that directory
3104 # for binaries, but we want the header files in there, so add
3105 # them explicitly.
3106 FLAGS_FOR_TARGET=$FLAGS_FOR_TARGET' -isystem $$r/gcc/include'
3107
3108 # Someone might think of using the pre-installed headers on
3109 # Canadian crosses, in case the installed compiler is not fully
3110 # compatible with the compiler being built. In this case, it
3111 # would be better to flag an error than risking having
3112 # incompatible object files being constructed. We can't
3113 # guarantee that an error will be flagged, but let's hope the
3114 # compiler will do it, when presented with incompatible header
3115 # files.
3116 fi
3117 fi
3118
3119 case "${target}-${is_cross_compiler}" in
f2a0e225 3120 i[3456789]86-*-linux*-no)
671aa708
NN
3121 # Here host == target, so we don't need to build gcc,
3122 # so we don't want to discard standard headers.
3123 FLAGS_FOR_TARGET=`echo " $FLAGS_FOR_TARGET " | sed -e 's/ -nostdinc / /'`
3124 ;;
3125 *)
3126 # If we're building newlib, use its generic headers last, but search
3127 # for any libc-related directories first (so make it the last -B
3128 # switch).
3129 FLAGS_FOR_TARGET=$FLAGS_FOR_TARGET' -B$$r/$(TARGET_SUBDIR)/newlib/ -isystem $$r/$(TARGET_SUBDIR)/newlib/targ-include -isystem $$s/newlib/libc/include'
3130 ;;
3131 esac
3132 ;;
3133 esac
3134 ;;
3135esac
3136
6691a79e
ME
3137# Allow the user to override the flags for
3138# our build compiler if desired.
3139CFLAGS_FOR_BUILD=${CFLAGS_FOR_BUILD-${CFLAGS}}
3140
671aa708
NN
3141# On Canadian crosses, we'll be searching the right directories for
3142# the previously-installed cross compiler, so don't bother to add
3143# flags for directories within the install tree of the compiler
3144# being built; programs in there won't even run.
3145if test "${build}" = "${host}" && test -d ${srcdir}/gcc; then
3146 # Search for pre-installed headers if nothing else fits.
9124bc53 3147 FLAGS_FOR_TARGET=$FLAGS_FOR_TARGET' -B$(build_tooldir)/bin/ -B$(build_tooldir)/lib/ -isystem $(build_tooldir)/include -isystem $(build_tooldir)/sys-include'
671aa708
NN
3148fi
3149
3150if test "x${use_gnu_ld}" = x &&
3151 echo " ${configdirs} " | grep " ld " > /dev/null ; then
3152 # Arrange for us to find uninstalled linker scripts.
3153 FLAGS_FOR_TARGET=$FLAGS_FOR_TARGET' -L$$r/ld'
3154fi
3155
3156if test "x${CC_FOR_TARGET+set}" = xset; then
3157 :
3158elif test -d ${srcdir}/gcc; then
3159 CC_FOR_TARGET='$$r/gcc/xgcc -B$$r/gcc/'
3160elif test "$host" = "$target"; then
3161 CC_FOR_TARGET='$(CC)'
3162else
3f4f56e2 3163 CC_FOR_TARGET=`echo gcc | sed "${program_transform_name}"`
671aa708
NN
3164fi
3165CC_FOR_TARGET=$CC_FOR_TARGET' $(FLAGS_FOR_TARGET)'
3166
3167if test "x${GCJ_FOR_TARGET+set}" = xset; then
3168 :
3169elif test -d ${srcdir}/gcc; then
3170 GCJ_FOR_TARGET='$$r/gcc/gcj -B$$r/gcc/'
3171elif test "$host" = "$target"; then
3172 GCJ_FOR_TARGET='gcj'
3173else
3f4f56e2 3174 GCJ_FOR_TARGET=`echo gcj | sed "${program_transform_name}"`
671aa708
NN
3175fi
3176GCJ_FOR_TARGET=$GCJ_FOR_TARGET' $(FLAGS_FOR_TARGET)'
3177
3178# Don't use libstdc++-v3's flags to configure/build itself.
a7956a48 3179libstdcxx_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'
9d465b12 3180raw_libstdcxx_flags='-L$$r/$(TARGET_SUBDIR)/libstdc++-v3/src -L$$r/$(TARGET_SUBDIR)/libstdc++-v3/src/.libs'
671aa708
NN
3181
3182if test "x${CXX_FOR_TARGET+set}" = xset; then
d253f9ba
DJ
3183 if test "x${RAW_CXX_FOR_TARGET+set}" != xset; then
3184 RAW_CXX_FOR_TARGET=${CXX_FOR_TARGET}
3185 fi
671aa708
NN
3186elif test -d ${srcdir}/gcc; then
3187 # We add -shared-libgcc to CXX_FOR_TARGET whenever we use xgcc instead
3188 # of g++ for linking C++ or Java, because g++ has -shared-libgcc by
3189 # default whereas gcc does not.
3190 # RAW_CXX_FOR_TARGET is for linking C++ or java; CXX_FOR_TARGET is for
3191 # all other cases.
3192 CXX_FOR_TARGET='$$r/gcc/g++ -B$$r/gcc/ -nostdinc++ '$libstdcxx_flags
3193 RAW_CXX_FOR_TARGET='$$r/gcc/xgcc -shared-libgcc -B$$r/gcc/ -nostdinc++ '$raw_libstdcxx_flags
3194elif test "$host" = "$target"; then
3195 CXX_FOR_TARGET='$(CXX)'
3196 RAW_CXX_FOR_TARGET=${CXX_FOR_TARGET}
3197else
3f4f56e2 3198 CXX_FOR_TARGET=`echo c++ | sed "${program_transform_name}"`
671aa708
NN
3199 RAW_CXX_FOR_TARGET=${CXX_FOR_TARGET}
3200fi
3201CXX_FOR_TARGET=$CXX_FOR_TARGET' $(FLAGS_FOR_TARGET)'
3202RAW_CXX_FOR_TARGET=$RAW_CXX_FOR_TARGET' $(FLAGS_FOR_TARGET)'
3203
3204qCXX_FOR_TARGET=`echo "$CXX_FOR_TARGET" | sed 's,[&%],\\\&,g'`
3205qRAW_CXX_FOR_TARGET=`echo "$RAW_CXX_FOR_TARGET" | sed 's,[&%],\\\&,g'`
3206
3207# We want to defer the evaluation of `cmd`s and shell variables in
3208# CXX_FOR_TARGET when recursing in the top-level Makefile, such as for
3209# bootstrap. We'll enclose CXX_FOR_TARGET_FOR_RECURSIVE_MAKE in single
3210# quotes, but we still have to duplicate `$'s so that shell variables
3211# can be expanded by the nested make as shell variables, not as make
3212# macros.
3213qqCXX_FOR_TARGET=`echo "$qCXX_FOR_TARGET" | sed -e 's,[$][$],$$$$,g'`
3214qqRAW_CXX_FOR_TARGET=`echo "$qRAW_CXX_FOR_TARGET" | sed -e 's,[$][$],$$$$,g'`
3215
3216# Wrap CC_FOR_TARGET and friends, for certain types of builds.
3217CC_FOR_TARGET="\$(STAGE_CC_WRAPPER) ${CC_FOR_TARGET}"
3218GCJ_FOR_TARGET="\$(STAGE_CC_WRAPPER) ${GCJ_FOR_TARGET}"
3219CXX_FOR_TARGET="\$(STAGE_CC_WRAPPER) ${qCXX_FOR_TARGET}"
3220RAW_CXX_FOR_TARGET="\$(STAGE_CC_WRAPPER) ${qRAW_CXX_FOR_TARGET}"
3221CXX_FOR_TARGET_FOR_RECURSIVE_MAKE="\$(STAGE_CC_WRAPPER) ${qqCXX_FOR_TARGET}"
3222RAW_CXX_FOR_TARGET_FOR_RECURSIVE_MAKE="\$(STAGE_CC_WRAPPER) ${qqRAW_CXX_FOR_TARGET}"
3223
3224# Makefile fragments.
3225host_makefile_frag=${srcdir}/${host_makefile_frag}
3226target_makefile_frag=${srcdir}/${target_makefile_frag}
3227alphaieee_frag=${srcdir}/${alphaieee_frag}
3228ospace_frag=${srcdir}/${ospace_frag}
3229
3230
3231
3232
3233
3234# Miscellanea: directories, flags, etc.
3235
3236
3237
3238
3239
3240
3241
3242
3243
3244
3245
3246
671aa708
NN
3247# Build module lists & subconfigure args.
3248
3249
3250
3251
671aa708
NN
3252# Host module lists & subconfigure args.
3253
3254
3255
671aa708
NN
3256# Target module lists & subconfigure args.
3257
3258
3259
671aa708
NN
3260# Build tools.
3261
3262
3263
3264
3265
3266
3267
3268# Host tools.
ca9f4b81
AO
3269ncn_tool_prefix=
3270test -n "$host_alias" && ncn_tool_prefix=$host_alias-
3271ncn_target_tool_prefix=
3272test -n "$target_alias" && ncn_target_tool_prefix=$target_alias-
3273
3274 if test -n "$ncn_tool_prefix"; then
3275 # Extract the first word of "${ncn_tool_prefix}ar", so it can be a program name with args.
3276set dummy ${ncn_tool_prefix}ar; ac_word=$2
3277echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
a76494aa 3278echo "configure:3279: checking for $ac_word" >&5
ca9f4b81
AO
3279if eval "test \"`echo '$''{'ac_cv_prog_AR'+set}'`\" = set"; then
3280 echo $ac_n "(cached) $ac_c" 1>&6
3281else
3282 if test -n "$AR"; then
3283 ac_cv_prog_AR="$AR" # Let the user override the test.
3284else
3285 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
3286 ac_dummy="$PATH"
3287 for ac_dir in $ac_dummy; do
3288 test -z "$ac_dir" && ac_dir=.
3289 if test -f $ac_dir/$ac_word; then
3290 ac_cv_prog_AR="${ncn_tool_prefix}ar"
3291 break
3292 fi
3293 done
3294 IFS="$ac_save_ifs"
3295fi
3296fi
3297AR="$ac_cv_prog_AR"
3298if test -n "$AR"; then
3299 echo "$ac_t""$AR" 1>&6
3300else
3301 echo "$ac_t""no" 1>&6
3302fi
3303
3304fi
3305if test -z "$ac_cv_prog_AR" ; then
3306 if test $build = $host ; then
3307 ncn_cv_AR=$AR
3308 # Extract the first word of "ar", so it can be a program name with args.
3309set dummy ar; ac_word=$2
3310echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
a76494aa 3311echo "configure:3312: checking for $ac_word" >&5
ca9f4b81
AO
3312if eval "test \"`echo '$''{'ac_cv_prog_ncn_cv_AR'+set}'`\" = set"; then
3313 echo $ac_n "(cached) $ac_c" 1>&6
3314else
3315 if test -n "$ncn_cv_AR"; then
3316 ac_cv_prog_ncn_cv_AR="$ncn_cv_AR" # Let the user override the test.
3317else
3318 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
3319 ac_dummy="$PATH"
3320 for ac_dir in $ac_dummy; do
3321 test -z "$ac_dir" && ac_dir=.
3322 if test -f $ac_dir/$ac_word; then
3323 ac_cv_prog_ncn_cv_AR="ar"
3324 break
3325 fi
3326 done
3327 IFS="$ac_save_ifs"
3328 test -z "$ac_cv_prog_ncn_cv_AR" && ac_cv_prog_ncn_cv_AR="ar"
3329fi
3330fi
3331ncn_cv_AR="$ac_cv_prog_ncn_cv_AR"
3332if test -n "$ncn_cv_AR"; then
3333 echo "$ac_t""$ncn_cv_AR" 1>&6
3334else
3335 echo "$ac_t""no" 1>&6
3336fi
3337
3338 AR=$ncn_cv_AR
3339 else
3340 AR="${ncn_tool_prefix}ar"
3341 fi
3342else
3343 AR="$ac_cv_prog_AR"
3344fi
3345
3346 if test -n "$ncn_tool_prefix"; then
3347 # Extract the first word of "${ncn_tool_prefix}as", so it can be a program name with args.
3348set dummy ${ncn_tool_prefix}as; ac_word=$2
3349echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
a76494aa 3350echo "configure:3351: checking for $ac_word" >&5
ca9f4b81
AO
3351if eval "test \"`echo '$''{'ac_cv_prog_AS'+set}'`\" = set"; then
3352 echo $ac_n "(cached) $ac_c" 1>&6
3353else
3354 if test -n "$AS"; then
3355 ac_cv_prog_AS="$AS" # Let the user override the test.
3356else
3357 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
3358 ac_dummy="$PATH"
3359 for ac_dir in $ac_dummy; do
3360 test -z "$ac_dir" && ac_dir=.
3361 if test -f $ac_dir/$ac_word; then
3362 ac_cv_prog_AS="${ncn_tool_prefix}as"
3363 break
3364 fi
3365 done
3366 IFS="$ac_save_ifs"
3367fi
3368fi
3369AS="$ac_cv_prog_AS"
3370if test -n "$AS"; then
3371 echo "$ac_t""$AS" 1>&6
3372else
3373 echo "$ac_t""no" 1>&6
3374fi
3375
3376fi
3377if test -z "$ac_cv_prog_AS" ; then
3378 if test $build = $host ; then
3379 ncn_cv_AS=$AS
3380 # Extract the first word of "as", so it can be a program name with args.
3381set dummy as; ac_word=$2
3382echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
a76494aa 3383echo "configure:3384: checking for $ac_word" >&5
ca9f4b81
AO
3384if eval "test \"`echo '$''{'ac_cv_prog_ncn_cv_AS'+set}'`\" = set"; then
3385 echo $ac_n "(cached) $ac_c" 1>&6
3386else
3387 if test -n "$ncn_cv_AS"; then
3388 ac_cv_prog_ncn_cv_AS="$ncn_cv_AS" # Let the user override the test.
3389else
3390 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
3391 ac_dummy="$PATH"
3392 for ac_dir in $ac_dummy; do
3393 test -z "$ac_dir" && ac_dir=.
3394 if test -f $ac_dir/$ac_word; then
3395 ac_cv_prog_ncn_cv_AS="as"
3396 break
3397 fi
3398 done
3399 IFS="$ac_save_ifs"
3400 test -z "$ac_cv_prog_ncn_cv_AS" && ac_cv_prog_ncn_cv_AS="as"
3401fi
3402fi
3403ncn_cv_AS="$ac_cv_prog_ncn_cv_AS"
3404if test -n "$ncn_cv_AS"; then
3405 echo "$ac_t""$ncn_cv_AS" 1>&6
3406else
3407 echo "$ac_t""no" 1>&6
3408fi
3409
3410 AS=$ncn_cv_AS
3411 else
3412 AS="${ncn_tool_prefix}as"
3413 fi
3414else
3415 AS="$ac_cv_prog_AS"
3416fi
3417
3418 if test -n "$ncn_tool_prefix"; then
3419 # Extract the first word of "${ncn_tool_prefix}dlltool", so it can be a program name with args.
3420set dummy ${ncn_tool_prefix}dlltool; ac_word=$2
3421echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
a76494aa 3422echo "configure:3423: checking for $ac_word" >&5
ca9f4b81
AO
3423if eval "test \"`echo '$''{'ac_cv_prog_DLLTOOL'+set}'`\" = set"; then
3424 echo $ac_n "(cached) $ac_c" 1>&6
3425else
3426 if test -n "$DLLTOOL"; then
3427 ac_cv_prog_DLLTOOL="$DLLTOOL" # Let the user override the test.
3428else
3429 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
3430 ac_dummy="$PATH"
3431 for ac_dir in $ac_dummy; do
3432 test -z "$ac_dir" && ac_dir=.
3433 if test -f $ac_dir/$ac_word; then
3434 ac_cv_prog_DLLTOOL="${ncn_tool_prefix}dlltool"
3435 break
3436 fi
3437 done
3438 IFS="$ac_save_ifs"
3439fi
3440fi
3441DLLTOOL="$ac_cv_prog_DLLTOOL"
3442if test -n "$DLLTOOL"; then
3443 echo "$ac_t""$DLLTOOL" 1>&6
3444else
3445 echo "$ac_t""no" 1>&6
3446fi
3447
3448fi
3449if test -z "$ac_cv_prog_DLLTOOL" ; then
3450 if test $build = $host ; then
3451 ncn_cv_DLLTOOL=$DLLTOOL
3452 # Extract the first word of "dlltool", so it can be a program name with args.
3453set dummy dlltool; ac_word=$2
3454echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
a76494aa 3455echo "configure:3456: checking for $ac_word" >&5
ca9f4b81
AO
3456if eval "test \"`echo '$''{'ac_cv_prog_ncn_cv_DLLTOOL'+set}'`\" = set"; then
3457 echo $ac_n "(cached) $ac_c" 1>&6
3458else
3459 if test -n "$ncn_cv_DLLTOOL"; then
3460 ac_cv_prog_ncn_cv_DLLTOOL="$ncn_cv_DLLTOOL" # Let the user override the test.
3461else
3462 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
3463 ac_dummy="$PATH"
3464 for ac_dir in $ac_dummy; do
3465 test -z "$ac_dir" && ac_dir=.
3466 if test -f $ac_dir/$ac_word; then
3467 ac_cv_prog_ncn_cv_DLLTOOL="dlltool"
3468 break
3469 fi
3470 done
3471 IFS="$ac_save_ifs"
3472 test -z "$ac_cv_prog_ncn_cv_DLLTOOL" && ac_cv_prog_ncn_cv_DLLTOOL="dlltool"
3473fi
3474fi
3475ncn_cv_DLLTOOL="$ac_cv_prog_ncn_cv_DLLTOOL"
3476if test -n "$ncn_cv_DLLTOOL"; then
3477 echo "$ac_t""$ncn_cv_DLLTOOL" 1>&6
3478else
3479 echo "$ac_t""no" 1>&6
3480fi
3481
3482 DLLTOOL=$ncn_cv_DLLTOOL
3483 else
3484 DLLTOOL="${ncn_tool_prefix}dlltool"
3485 fi
3486else
3487 DLLTOOL="$ac_cv_prog_DLLTOOL"
3488fi
3489
3490 if test -n "$ncn_tool_prefix"; then
3491 # Extract the first word of "${ncn_tool_prefix}ld", so it can be a program name with args.
3492set dummy ${ncn_tool_prefix}ld; ac_word=$2
3493echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
a76494aa 3494echo "configure:3495: checking for $ac_word" >&5
ca9f4b81
AO
3495if eval "test \"`echo '$''{'ac_cv_prog_LD'+set}'`\" = set"; then
3496 echo $ac_n "(cached) $ac_c" 1>&6
3497else
3498 if test -n "$LD"; then
3499 ac_cv_prog_LD="$LD" # Let the user override the test.
3500else
3501 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
3502 ac_dummy="$PATH"
3503 for ac_dir in $ac_dummy; do
3504 test -z "$ac_dir" && ac_dir=.
3505 if test -f $ac_dir/$ac_word; then
3506 ac_cv_prog_LD="${ncn_tool_prefix}ld"
3507 break
3508 fi
3509 done
3510 IFS="$ac_save_ifs"
3511fi
3512fi
3513LD="$ac_cv_prog_LD"
3514if test -n "$LD"; then
3515 echo "$ac_t""$LD" 1>&6
3516else
3517 echo "$ac_t""no" 1>&6
3518fi
3519
3520fi
3521if test -z "$ac_cv_prog_LD" ; then
3522 if test $build = $host ; then
3523 ncn_cv_LD=$LD
3524 # Extract the first word of "ld", so it can be a program name with args.
3525set dummy ld; ac_word=$2
3526echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
a76494aa 3527echo "configure:3528: checking for $ac_word" >&5
ca9f4b81
AO
3528if eval "test \"`echo '$''{'ac_cv_prog_ncn_cv_LD'+set}'`\" = set"; then
3529 echo $ac_n "(cached) $ac_c" 1>&6
3530else
3531 if test -n "$ncn_cv_LD"; then
3532 ac_cv_prog_ncn_cv_LD="$ncn_cv_LD" # Let the user override the test.
3533else
3534 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
3535 ac_dummy="$PATH"
3536 for ac_dir in $ac_dummy; do
3537 test -z "$ac_dir" && ac_dir=.
3538 if test -f $ac_dir/$ac_word; then
3539 ac_cv_prog_ncn_cv_LD="ld"
3540 break
3541 fi
3542 done
3543 IFS="$ac_save_ifs"
3544 test -z "$ac_cv_prog_ncn_cv_LD" && ac_cv_prog_ncn_cv_LD="ld"
3545fi
3546fi
3547ncn_cv_LD="$ac_cv_prog_ncn_cv_LD"
3548if test -n "$ncn_cv_LD"; then
3549 echo "$ac_t""$ncn_cv_LD" 1>&6
3550else
3551 echo "$ac_t""no" 1>&6
3552fi
3553
3554 LD=$ncn_cv_LD
3555 else
3556 LD="${ncn_tool_prefix}ld"
3557 fi
3558else
3559 LD="$ac_cv_prog_LD"
3560fi
3561
3562 if test -n "$ncn_tool_prefix"; then
3563 # Extract the first word of "${ncn_tool_prefix}nm", so it can be a program name with args.
3564set dummy ${ncn_tool_prefix}nm; ac_word=$2
3565echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
a76494aa 3566echo "configure:3567: checking for $ac_word" >&5
ca9f4b81
AO
3567if eval "test \"`echo '$''{'ac_cv_prog_NM'+set}'`\" = set"; then
3568 echo $ac_n "(cached) $ac_c" 1>&6
3569else
3570 if test -n "$NM"; then
3571 ac_cv_prog_NM="$NM" # Let the user override the test.
3572else
3573 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
3574 ac_dummy="$PATH"
3575 for ac_dir in $ac_dummy; do
3576 test -z "$ac_dir" && ac_dir=.
3577 if test -f $ac_dir/$ac_word; then
3578 ac_cv_prog_NM="${ncn_tool_prefix}nm"
3579 break
3580 fi
3581 done
3582 IFS="$ac_save_ifs"
3583fi
3584fi
3585NM="$ac_cv_prog_NM"
3586if test -n "$NM"; then
3587 echo "$ac_t""$NM" 1>&6
3588else
3589 echo "$ac_t""no" 1>&6
3590fi
3591
3592fi
3593if test -z "$ac_cv_prog_NM" ; then
3594 if test $build = $host ; then
3595 ncn_cv_NM=$NM
3596 # Extract the first word of "nm", so it can be a program name with args.
3597set dummy nm; ac_word=$2
3598echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
a76494aa 3599echo "configure:3600: checking for $ac_word" >&5
ca9f4b81
AO
3600if eval "test \"`echo '$''{'ac_cv_prog_ncn_cv_NM'+set}'`\" = set"; then
3601 echo $ac_n "(cached) $ac_c" 1>&6
3602else
3603 if test -n "$ncn_cv_NM"; then
3604 ac_cv_prog_ncn_cv_NM="$ncn_cv_NM" # Let the user override the test.
3605else
3606 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
3607 ac_dummy="$PATH"
3608 for ac_dir in $ac_dummy; do
3609 test -z "$ac_dir" && ac_dir=.
3610 if test -f $ac_dir/$ac_word; then
3611 ac_cv_prog_ncn_cv_NM="nm"
3612 break
3613 fi
3614 done
3615 IFS="$ac_save_ifs"
3616 test -z "$ac_cv_prog_ncn_cv_NM" && ac_cv_prog_ncn_cv_NM="nm"
3617fi
3618fi
3619ncn_cv_NM="$ac_cv_prog_ncn_cv_NM"
3620if test -n "$ncn_cv_NM"; then
3621 echo "$ac_t""$ncn_cv_NM" 1>&6
3622else
3623 echo "$ac_t""no" 1>&6
3624fi
3625
3626 NM=$ncn_cv_NM
3627 else
3628 NM="${ncn_tool_prefix}nm"
3629 fi
3630else
3631 NM="$ac_cv_prog_NM"
3632fi
3633
3634 if test -n "$ncn_tool_prefix"; then
3635 # Extract the first word of "${ncn_tool_prefix}ranlib", so it can be a program name with args.
3636set dummy ${ncn_tool_prefix}ranlib; ac_word=$2
3637echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
a76494aa 3638echo "configure:3639: checking for $ac_word" >&5
ca9f4b81
AO
3639if eval "test \"`echo '$''{'ac_cv_prog_RANLIB'+set}'`\" = set"; then
3640 echo $ac_n "(cached) $ac_c" 1>&6
3641else
3642 if test -n "$RANLIB"; then
3643 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
3644else
3645 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
3646 ac_dummy="$PATH"
3647 for ac_dir in $ac_dummy; do
3648 test -z "$ac_dir" && ac_dir=.
3649 if test -f $ac_dir/$ac_word; then
3650 ac_cv_prog_RANLIB="${ncn_tool_prefix}ranlib"
3651 break
3652 fi
3653 done
3654 IFS="$ac_save_ifs"
3655fi
3656fi
3657RANLIB="$ac_cv_prog_RANLIB"
3658if test -n "$RANLIB"; then
3659 echo "$ac_t""$RANLIB" 1>&6
3660else
3661 echo "$ac_t""no" 1>&6
3662fi
3663
3664fi
3665if test -z "$ac_cv_prog_RANLIB" ; then
3666 if test $build = $host ; then
3667 ncn_cv_RANLIB=$RANLIB
3668 # Extract the first word of "ranlib", so it can be a program name with args.
3669set dummy ranlib; ac_word=$2
3670echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
a76494aa 3671echo "configure:3672: checking for $ac_word" >&5
ca9f4b81
AO
3672if eval "test \"`echo '$''{'ac_cv_prog_ncn_cv_RANLIB'+set}'`\" = set"; then
3673 echo $ac_n "(cached) $ac_c" 1>&6
3674else
3675 if test -n "$ncn_cv_RANLIB"; then
3676 ac_cv_prog_ncn_cv_RANLIB="$ncn_cv_RANLIB" # Let the user override the test.
3677else
3678 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
3679 ac_dummy="$PATH"
3680 for ac_dir in $ac_dummy; do
3681 test -z "$ac_dir" && ac_dir=.
3682 if test -f $ac_dir/$ac_word; then
3683 ac_cv_prog_ncn_cv_RANLIB="ranlib"
3684 break
3685 fi
3686 done
3687 IFS="$ac_save_ifs"
3688 test -z "$ac_cv_prog_ncn_cv_RANLIB" && ac_cv_prog_ncn_cv_RANLIB=":"
3689fi
3690fi
3691ncn_cv_RANLIB="$ac_cv_prog_ncn_cv_RANLIB"
3692if test -n "$ncn_cv_RANLIB"; then
3693 echo "$ac_t""$ncn_cv_RANLIB" 1>&6
3694else
3695 echo "$ac_t""no" 1>&6
3696fi
3697
3698 RANLIB=$ncn_cv_RANLIB
3699 else
3700 RANLIB=":"
3701 fi
3702else
3703 RANLIB="$ac_cv_prog_RANLIB"
3704fi
3705
3706 if test -n "$ncn_tool_prefix"; then
3707 # Extract the first word of "${ncn_tool_prefix}windres", so it can be a program name with args.
3708set dummy ${ncn_tool_prefix}windres; ac_word=$2
3709echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
a76494aa 3710echo "configure:3711: checking for $ac_word" >&5
ca9f4b81
AO
3711if eval "test \"`echo '$''{'ac_cv_prog_WINDRES'+set}'`\" = set"; then
3712 echo $ac_n "(cached) $ac_c" 1>&6
3713else
3714 if test -n "$WINDRES"; then
3715 ac_cv_prog_WINDRES="$WINDRES" # Let the user override the test.
3716else
3717 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
3718 ac_dummy="$PATH"
3719 for ac_dir in $ac_dummy; do
3720 test -z "$ac_dir" && ac_dir=.
3721 if test -f $ac_dir/$ac_word; then
3722 ac_cv_prog_WINDRES="${ncn_tool_prefix}windres"
3723 break
3724 fi
3725 done
3726 IFS="$ac_save_ifs"
3727fi
3728fi
3729WINDRES="$ac_cv_prog_WINDRES"
3730if test -n "$WINDRES"; then
3731 echo "$ac_t""$WINDRES" 1>&6
3732else
3733 echo "$ac_t""no" 1>&6
3734fi
3735
3736fi
3737if test -z "$ac_cv_prog_WINDRES" ; then
3738 if test $build = $host ; then
3739 ncn_cv_WINDRES=$WINDRES
3740 # Extract the first word of "windres", so it can be a program name with args.
3741set dummy windres; ac_word=$2
3742echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
a76494aa 3743echo "configure:3744: checking for $ac_word" >&5
ca9f4b81
AO
3744if eval "test \"`echo '$''{'ac_cv_prog_ncn_cv_WINDRES'+set}'`\" = set"; then
3745 echo $ac_n "(cached) $ac_c" 1>&6
3746else
3747 if test -n "$ncn_cv_WINDRES"; then
3748 ac_cv_prog_ncn_cv_WINDRES="$ncn_cv_WINDRES" # Let the user override the test.
3749else
3750 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
3751 ac_dummy="$PATH"
3752 for ac_dir in $ac_dummy; do
3753 test -z "$ac_dir" && ac_dir=.
3754 if test -f $ac_dir/$ac_word; then
3755 ac_cv_prog_ncn_cv_WINDRES="windres"
3756 break
3757 fi
3758 done
3759 IFS="$ac_save_ifs"
3760 test -z "$ac_cv_prog_ncn_cv_WINDRES" && ac_cv_prog_ncn_cv_WINDRES="windres"
3761fi
3762fi
3763ncn_cv_WINDRES="$ac_cv_prog_ncn_cv_WINDRES"
3764if test -n "$ncn_cv_WINDRES"; then
3765 echo "$ac_t""$ncn_cv_WINDRES" 1>&6
3766else
3767 echo "$ac_t""no" 1>&6
3768fi
3769
3770 WINDRES=$ncn_cv_WINDRES
3771 else
3772 WINDRES="${ncn_tool_prefix}windres"
3773 fi
3774else
3775 WINDRES="$ac_cv_prog_WINDRES"
3776fi
3777
3778 if test -n "$ncn_tool_prefix"; then
3779 # Extract the first word of "${ncn_tool_prefix}objcopy", so it can be a program name with args.
3780set dummy ${ncn_tool_prefix}objcopy; ac_word=$2
3781echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
a76494aa 3782echo "configure:3783: checking for $ac_word" >&5
ca9f4b81
AO
3783if eval "test \"`echo '$''{'ac_cv_prog_OBJCOPY'+set}'`\" = set"; then
3784 echo $ac_n "(cached) $ac_c" 1>&6
3785else
3786 if test -n "$OBJCOPY"; then
3787 ac_cv_prog_OBJCOPY="$OBJCOPY" # Let the user override the test.
3788else
3789 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
3790 ac_dummy="$PATH"
3791 for ac_dir in $ac_dummy; do
3792 test -z "$ac_dir" && ac_dir=.
3793 if test -f $ac_dir/$ac_word; then
3794 ac_cv_prog_OBJCOPY="${ncn_tool_prefix}objcopy"
3795 break
3796 fi
3797 done
3798 IFS="$ac_save_ifs"
3799fi
3800fi
3801OBJCOPY="$ac_cv_prog_OBJCOPY"
3802if test -n "$OBJCOPY"; then
3803 echo "$ac_t""$OBJCOPY" 1>&6
3804else
3805 echo "$ac_t""no" 1>&6
3806fi
3807
3808fi
3809if test -z "$ac_cv_prog_OBJCOPY" ; then
3810 if test $build = $host ; then
3811 ncn_cv_OBJCOPY=$OBJCOPY
3812 # Extract the first word of "objcopy", so it can be a program name with args.
3813set dummy objcopy; ac_word=$2
3814echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
a76494aa 3815echo "configure:3816: checking for $ac_word" >&5
ca9f4b81
AO
3816if eval "test \"`echo '$''{'ac_cv_prog_ncn_cv_OBJCOPY'+set}'`\" = set"; then
3817 echo $ac_n "(cached) $ac_c" 1>&6
3818else
3819 if test -n "$ncn_cv_OBJCOPY"; then
3820 ac_cv_prog_ncn_cv_OBJCOPY="$ncn_cv_OBJCOPY" # Let the user override the test.
3821else
3822 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
3823 ac_dummy="$PATH"
3824 for ac_dir in $ac_dummy; do
3825 test -z "$ac_dir" && ac_dir=.
3826 if test -f $ac_dir/$ac_word; then
3827 ac_cv_prog_ncn_cv_OBJCOPY="objcopy"
3828 break
3829 fi
3830 done
3831 IFS="$ac_save_ifs"
3832 test -z "$ac_cv_prog_ncn_cv_OBJCOPY" && ac_cv_prog_ncn_cv_OBJCOPY="objcopy"
3833fi
3834fi
3835ncn_cv_OBJCOPY="$ac_cv_prog_ncn_cv_OBJCOPY"
3836if test -n "$ncn_cv_OBJCOPY"; then
3837 echo "$ac_t""$ncn_cv_OBJCOPY" 1>&6
3838else
3839 echo "$ac_t""no" 1>&6
3840fi
3841
3842 OBJCOPY=$ncn_cv_OBJCOPY
3843 else
3844 OBJCOPY="${ncn_tool_prefix}objcopy"
3845 fi
3846else
3847 OBJCOPY="$ac_cv_prog_OBJCOPY"
3848fi
3849
3850 if test -n "$ncn_tool_prefix"; then
3851 # Extract the first word of "${ncn_tool_prefix}objdump", so it can be a program name with args.
3852set dummy ${ncn_tool_prefix}objdump; ac_word=$2
3853echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
a76494aa 3854echo "configure:3855: checking for $ac_word" >&5
ca9f4b81
AO
3855if eval "test \"`echo '$''{'ac_cv_prog_OBJDUMP'+set}'`\" = set"; then
3856 echo $ac_n "(cached) $ac_c" 1>&6
3857else
3858 if test -n "$OBJDUMP"; then
3859 ac_cv_prog_OBJDUMP="$OBJDUMP" # Let the user override the test.
3860else
3861 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
3862 ac_dummy="$PATH"
3863 for ac_dir in $ac_dummy; do
3864 test -z "$ac_dir" && ac_dir=.
3865 if test -f $ac_dir/$ac_word; then
3866 ac_cv_prog_OBJDUMP="${ncn_tool_prefix}objdump"
3867 break
3868 fi
3869 done
3870 IFS="$ac_save_ifs"
3871fi
3872fi
3873OBJDUMP="$ac_cv_prog_OBJDUMP"
3874if test -n "$OBJDUMP"; then
3875 echo "$ac_t""$OBJDUMP" 1>&6
3876else
3877 echo "$ac_t""no" 1>&6
3878fi
3879
3880fi
3881if test -z "$ac_cv_prog_OBJDUMP" ; then
3882 if test $build = $host ; then
3883 ncn_cv_OBJDUMP=$OBJDUMP
3884 # Extract the first word of "objdump", so it can be a program name with args.
3885set dummy objdump; ac_word=$2
3886echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
a76494aa 3887echo "configure:3888: checking for $ac_word" >&5
ca9f4b81
AO
3888if eval "test \"`echo '$''{'ac_cv_prog_ncn_cv_OBJDUMP'+set}'`\" = set"; then
3889 echo $ac_n "(cached) $ac_c" 1>&6
3890else
3891 if test -n "$ncn_cv_OBJDUMP"; then
3892 ac_cv_prog_ncn_cv_OBJDUMP="$ncn_cv_OBJDUMP" # Let the user override the test.
3893else
3894 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
3895 ac_dummy="$PATH"
3896 for ac_dir in $ac_dummy; do
3897 test -z "$ac_dir" && ac_dir=.
3898 if test -f $ac_dir/$ac_word; then
3899 ac_cv_prog_ncn_cv_OBJDUMP="objdump"
3900 break
3901 fi
3902 done
3903 IFS="$ac_save_ifs"
3904 test -z "$ac_cv_prog_ncn_cv_OBJDUMP" && ac_cv_prog_ncn_cv_OBJDUMP="objdump"
3905fi
3906fi
3907ncn_cv_OBJDUMP="$ac_cv_prog_ncn_cv_OBJDUMP"
3908if test -n "$ncn_cv_OBJDUMP"; then
3909 echo "$ac_t""$ncn_cv_OBJDUMP" 1>&6
3910else
3911 echo "$ac_t""no" 1>&6
3912fi
3913
3914 OBJDUMP=$ncn_cv_OBJDUMP
3915 else
3916 OBJDUMP="${ncn_tool_prefix}objdump"
3917 fi
3918else
3919 OBJDUMP="$ac_cv_prog_OBJDUMP"
3920fi
3921
671aa708
NN
3922
3923
3924
3925
3926
3927
3928
3929
6691a79e 3930
671aa708 3931# Target tools.
ca9f4b81
AO
3932 if test -n "$ncn_target_tool_prefix"; then
3933 # Extract the first word of "${ncn_target_tool_prefix}ar", so it can be a program name with args.
3934set dummy ${ncn_target_tool_prefix}ar; ac_word=$2
3935echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
a76494aa 3936echo "configure:3937: checking for $ac_word" >&5
be912515 3937if eval "test \"`echo '$''{'ac_cv_prog_CONFIGURED_AR_FOR_TARGET'+set}'`\" = set"; then
ca9f4b81
AO
3938 echo $ac_n "(cached) $ac_c" 1>&6
3939else
be912515
NN
3940 if test -n "$CONFIGURED_AR_FOR_TARGET"; then
3941 ac_cv_prog_CONFIGURED_AR_FOR_TARGET="$CONFIGURED_AR_FOR_TARGET" # Let the user override the test.
ca9f4b81
AO
3942else
3943 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
3944 ac_dummy="$PATH"
3945 for ac_dir in $ac_dummy; do
3946 test -z "$ac_dir" && ac_dir=.
3947 if test -f $ac_dir/$ac_word; then
be912515 3948 ac_cv_prog_CONFIGURED_AR_FOR_TARGET="${ncn_target_tool_prefix}ar"
ca9f4b81
AO
3949 break
3950 fi
3951 done
3952 IFS="$ac_save_ifs"
3953fi
3954fi
be912515
NN
3955CONFIGURED_AR_FOR_TARGET="$ac_cv_prog_CONFIGURED_AR_FOR_TARGET"
3956if test -n "$CONFIGURED_AR_FOR_TARGET"; then
3957 echo "$ac_t""$CONFIGURED_AR_FOR_TARGET" 1>&6
ca9f4b81
AO
3958else
3959 echo "$ac_t""no" 1>&6
3960fi
3961
3962fi
be912515 3963if test -z "$ac_cv_prog_CONFIGURED_AR_FOR_TARGET" ; then
ca9f4b81 3964 if test $build = $target ; then
be912515 3965 ncn_cv_CONFIGURED_AR_FOR_TARGET=$CONFIGURED_AR_FOR_TARGET
ca9f4b81
AO
3966 # Extract the first word of "ar", so it can be a program name with args.
3967set dummy ar; ac_word=$2
3968echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
a76494aa 3969echo "configure:3970: checking for $ac_word" >&5
be912515 3970if eval "test \"`echo '$''{'ac_cv_prog_ncn_cv_CONFIGURED_AR_FOR_TARGET'+set}'`\" = set"; then
ca9f4b81
AO
3971 echo $ac_n "(cached) $ac_c" 1>&6
3972else
be912515
NN
3973 if test -n "$ncn_cv_CONFIGURED_AR_FOR_TARGET"; then
3974 ac_cv_prog_ncn_cv_CONFIGURED_AR_FOR_TARGET="$ncn_cv_CONFIGURED_AR_FOR_TARGET" # Let the user override the test.
ca9f4b81
AO
3975else
3976 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
3977 ac_dummy="$PATH"
3978 for ac_dir in $ac_dummy; do
3979 test -z "$ac_dir" && ac_dir=.
3980 if test -f $ac_dir/$ac_word; then
be912515 3981 ac_cv_prog_ncn_cv_CONFIGURED_AR_FOR_TARGET="ar"
ca9f4b81
AO
3982 break
3983 fi
3984 done
3985 IFS="$ac_save_ifs"
be912515 3986 test -z "$ac_cv_prog_ncn_cv_CONFIGURED_AR_FOR_TARGET" && ac_cv_prog_ncn_cv_CONFIGURED_AR_FOR_TARGET="ar"
ca9f4b81
AO
3987fi
3988fi
be912515
NN
3989ncn_cv_CONFIGURED_AR_FOR_TARGET="$ac_cv_prog_ncn_cv_CONFIGURED_AR_FOR_TARGET"
3990if test -n "$ncn_cv_CONFIGURED_AR_FOR_TARGET"; then
3991 echo "$ac_t""$ncn_cv_CONFIGURED_AR_FOR_TARGET" 1>&6
ca9f4b81
AO
3992else
3993 echo "$ac_t""no" 1>&6
3994fi
3995
be912515 3996 CONFIGURED_AR_FOR_TARGET=$ncn_cv_CONFIGURED_AR_FOR_TARGET
ca9f4b81 3997 else
be912515 3998 CONFIGURED_AR_FOR_TARGET="${ncn_target_tool_prefix}ar"
ca9f4b81
AO
3999 fi
4000else
be912515 4001 CONFIGURED_AR_FOR_TARGET="$ac_cv_prog_CONFIGURED_AR_FOR_TARGET"
ca9f4b81
AO
4002fi
4003
4004 if test -n "$ncn_target_tool_prefix"; then
4005 # Extract the first word of "${ncn_target_tool_prefix}as", so it can be a program name with args.
4006set dummy ${ncn_target_tool_prefix}as; ac_word=$2
4007echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
a76494aa 4008echo "configure:4009: checking for $ac_word" >&5
be912515 4009if eval "test \"`echo '$''{'ac_cv_prog_CONFIGURED_AS_FOR_TARGET'+set}'`\" = set"; then
ca9f4b81
AO
4010 echo $ac_n "(cached) $ac_c" 1>&6
4011else
be912515
NN
4012 if test -n "$CONFIGURED_AS_FOR_TARGET"; then
4013 ac_cv_prog_CONFIGURED_AS_FOR_TARGET="$CONFIGURED_AS_FOR_TARGET" # Let the user override the test.
ca9f4b81
AO
4014else
4015 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
4016 ac_dummy="$PATH"
4017 for ac_dir in $ac_dummy; do
4018 test -z "$ac_dir" && ac_dir=.
4019 if test -f $ac_dir/$ac_word; then
be912515 4020 ac_cv_prog_CONFIGURED_AS_FOR_TARGET="${ncn_target_tool_prefix}as"
ca9f4b81
AO
4021 break
4022 fi
4023 done
4024 IFS="$ac_save_ifs"
4025fi
4026fi
be912515
NN
4027CONFIGURED_AS_FOR_TARGET="$ac_cv_prog_CONFIGURED_AS_FOR_TARGET"
4028if test -n "$CONFIGURED_AS_FOR_TARGET"; then
4029 echo "$ac_t""$CONFIGURED_AS_FOR_TARGET" 1>&6
ca9f4b81
AO
4030else
4031 echo "$ac_t""no" 1>&6
4032fi
4033
4034fi
be912515 4035if test -z "$ac_cv_prog_CONFIGURED_AS_FOR_TARGET" ; then
ca9f4b81 4036 if test $build = $target ; then
be912515 4037 ncn_cv_CONFIGURED_AS_FOR_TARGET=$CONFIGURED_AS_FOR_TARGET
ca9f4b81
AO
4038 # Extract the first word of "as", so it can be a program name with args.
4039set dummy as; ac_word=$2
4040echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
a76494aa 4041echo "configure:4042: checking for $ac_word" >&5
be912515 4042if eval "test \"`echo '$''{'ac_cv_prog_ncn_cv_CONFIGURED_AS_FOR_TARGET'+set}'`\" = set"; then
ca9f4b81
AO
4043 echo $ac_n "(cached) $ac_c" 1>&6
4044else
be912515
NN
4045 if test -n "$ncn_cv_CONFIGURED_AS_FOR_TARGET"; then
4046 ac_cv_prog_ncn_cv_CONFIGURED_AS_FOR_TARGET="$ncn_cv_CONFIGURED_AS_FOR_TARGET" # Let the user override the test.
ca9f4b81
AO
4047else
4048 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
4049 ac_dummy="$PATH"
4050 for ac_dir in $ac_dummy; do
4051 test -z "$ac_dir" && ac_dir=.
4052 if test -f $ac_dir/$ac_word; then
be912515 4053 ac_cv_prog_ncn_cv_CONFIGURED_AS_FOR_TARGET="as"
ca9f4b81
AO
4054 break
4055 fi
4056 done
4057 IFS="$ac_save_ifs"
be912515 4058 test -z "$ac_cv_prog_ncn_cv_CONFIGURED_AS_FOR_TARGET" && ac_cv_prog_ncn_cv_CONFIGURED_AS_FOR_TARGET="as"
ca9f4b81
AO
4059fi
4060fi
be912515
NN
4061ncn_cv_CONFIGURED_AS_FOR_TARGET="$ac_cv_prog_ncn_cv_CONFIGURED_AS_FOR_TARGET"
4062if test -n "$ncn_cv_CONFIGURED_AS_FOR_TARGET"; then
4063 echo "$ac_t""$ncn_cv_CONFIGURED_AS_FOR_TARGET" 1>&6
ca9f4b81
AO
4064else
4065 echo "$ac_t""no" 1>&6
4066fi
4067
be912515 4068 CONFIGURED_AS_FOR_TARGET=$ncn_cv_CONFIGURED_AS_FOR_TARGET
ca9f4b81 4069 else
be912515 4070 CONFIGURED_AS_FOR_TARGET="${ncn_target_tool_prefix}as"
ca9f4b81
AO
4071 fi
4072else
be912515 4073 CONFIGURED_AS_FOR_TARGET="$ac_cv_prog_CONFIGURED_AS_FOR_TARGET"
ca9f4b81
AO
4074fi
4075
4076 if test -n "$ncn_target_tool_prefix"; then
4077 # Extract the first word of "${ncn_target_tool_prefix}dlltool", so it can be a program name with args.
4078set dummy ${ncn_target_tool_prefix}dlltool; ac_word=$2
4079echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
a76494aa 4080echo "configure:4081: checking for $ac_word" >&5
be912515 4081if eval "test \"`echo '$''{'ac_cv_prog_CONFIGURED_DLLTOOL_FOR_TARGET'+set}'`\" = set"; then
ca9f4b81
AO
4082 echo $ac_n "(cached) $ac_c" 1>&6
4083else
be912515
NN
4084 if test -n "$CONFIGURED_DLLTOOL_FOR_TARGET"; then
4085 ac_cv_prog_CONFIGURED_DLLTOOL_FOR_TARGET="$CONFIGURED_DLLTOOL_FOR_TARGET" # Let the user override the test.
ca9f4b81
AO
4086else
4087 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
4088 ac_dummy="$PATH"
4089 for ac_dir in $ac_dummy; do
4090 test -z "$ac_dir" && ac_dir=.
4091 if test -f $ac_dir/$ac_word; then
be912515 4092 ac_cv_prog_CONFIGURED_DLLTOOL_FOR_TARGET="${ncn_target_tool_prefix}dlltool"
ca9f4b81
AO
4093 break
4094 fi
4095 done
4096 IFS="$ac_save_ifs"
4097fi
4098fi
be912515
NN
4099CONFIGURED_DLLTOOL_FOR_TARGET="$ac_cv_prog_CONFIGURED_DLLTOOL_FOR_TARGET"
4100if test -n "$CONFIGURED_DLLTOOL_FOR_TARGET"; then
4101 echo "$ac_t""$CONFIGURED_DLLTOOL_FOR_TARGET" 1>&6
ca9f4b81
AO
4102else
4103 echo "$ac_t""no" 1>&6
4104fi
4105
4106fi
be912515 4107if test -z "$ac_cv_prog_CONFIGURED_DLLTOOL_FOR_TARGET" ; then
ca9f4b81 4108 if test $build = $target ; then
be912515 4109 ncn_cv_CONFIGURED_DLLTOOL_FOR_TARGET=$CONFIGURED_DLLTOOL_FOR_TARGET
ca9f4b81
AO
4110 # Extract the first word of "dlltool", so it can be a program name with args.
4111set dummy dlltool; ac_word=$2
4112echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
a76494aa 4113echo "configure:4114: checking for $ac_word" >&5
be912515 4114if eval "test \"`echo '$''{'ac_cv_prog_ncn_cv_CONFIGURED_DLLTOOL_FOR_TARGET'+set}'`\" = set"; then
ca9f4b81
AO
4115 echo $ac_n "(cached) $ac_c" 1>&6
4116else
be912515
NN
4117 if test -n "$ncn_cv_CONFIGURED_DLLTOOL_FOR_TARGET"; then
4118 ac_cv_prog_ncn_cv_CONFIGURED_DLLTOOL_FOR_TARGET="$ncn_cv_CONFIGURED_DLLTOOL_FOR_TARGET" # Let the user override the test.
ca9f4b81
AO
4119else
4120 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
4121 ac_dummy="$PATH"
4122 for ac_dir in $ac_dummy; do
4123 test -z "$ac_dir" && ac_dir=.
4124 if test -f $ac_dir/$ac_word; then
be912515 4125 ac_cv_prog_ncn_cv_CONFIGURED_DLLTOOL_FOR_TARGET="dlltool"
ca9f4b81
AO
4126 break
4127 fi
4128 done
4129 IFS="$ac_save_ifs"
be912515 4130 test -z "$ac_cv_prog_ncn_cv_CONFIGURED_DLLTOOL_FOR_TARGET" && ac_cv_prog_ncn_cv_CONFIGURED_DLLTOOL_FOR_TARGET="dlltool"
ca9f4b81
AO
4131fi
4132fi
be912515
NN
4133ncn_cv_CONFIGURED_DLLTOOL_FOR_TARGET="$ac_cv_prog_ncn_cv_CONFIGURED_DLLTOOL_FOR_TARGET"
4134if test -n "$ncn_cv_CONFIGURED_DLLTOOL_FOR_TARGET"; then
4135 echo "$ac_t""$ncn_cv_CONFIGURED_DLLTOOL_FOR_TARGET" 1>&6
ca9f4b81
AO
4136else
4137 echo "$ac_t""no" 1>&6
4138fi
4139
be912515 4140 CONFIGURED_DLLTOOL_FOR_TARGET=$ncn_cv_CONFIGURED_DLLTOOL_FOR_TARGET
ca9f4b81 4141 else
be912515 4142 CONFIGURED_DLLTOOL_FOR_TARGET="${ncn_target_tool_prefix}dlltool"
ca9f4b81
AO
4143 fi
4144else
be912515 4145 CONFIGURED_DLLTOOL_FOR_TARGET="$ac_cv_prog_CONFIGURED_DLLTOOL_FOR_TARGET"
ca9f4b81
AO
4146fi
4147
4148 if test -n "$ncn_target_tool_prefix"; then
4149 # Extract the first word of "${ncn_target_tool_prefix}ld", so it can be a program name with args.
4150set dummy ${ncn_target_tool_prefix}ld; ac_word=$2
4151echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
a76494aa 4152echo "configure:4153: checking for $ac_word" >&5
be912515 4153if eval "test \"`echo '$''{'ac_cv_prog_CONFIGURED_LD_FOR_TARGET'+set}'`\" = set"; then
ca9f4b81
AO
4154 echo $ac_n "(cached) $ac_c" 1>&6
4155else
be912515
NN
4156 if test -n "$CONFIGURED_LD_FOR_TARGET"; then
4157 ac_cv_prog_CONFIGURED_LD_FOR_TARGET="$CONFIGURED_LD_FOR_TARGET" # Let the user override the test.
ca9f4b81
AO
4158else
4159 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
4160 ac_dummy="$PATH"
4161 for ac_dir in $ac_dummy; do
4162 test -z "$ac_dir" && ac_dir=.
4163 if test -f $ac_dir/$ac_word; then
be912515 4164 ac_cv_prog_CONFIGURED_LD_FOR_TARGET="${ncn_target_tool_prefix}ld"
ca9f4b81
AO
4165 break
4166 fi
4167 done
4168 IFS="$ac_save_ifs"
4169fi
4170fi
be912515
NN
4171CONFIGURED_LD_FOR_TARGET="$ac_cv_prog_CONFIGURED_LD_FOR_TARGET"
4172if test -n "$CONFIGURED_LD_FOR_TARGET"; then
4173 echo "$ac_t""$CONFIGURED_LD_FOR_TARGET" 1>&6
ca9f4b81
AO
4174else
4175 echo "$ac_t""no" 1>&6
4176fi
4177
4178fi
be912515 4179if test -z "$ac_cv_prog_CONFIGURED_LD_FOR_TARGET" ; then
ca9f4b81 4180 if test $build = $target ; then
be912515 4181 ncn_cv_CONFIGURED_LD_FOR_TARGET=$CONFIGURED_LD_FOR_TARGET
ca9f4b81
AO
4182 # Extract the first word of "ld", so it can be a program name with args.
4183set dummy ld; ac_word=$2
4184echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
a76494aa 4185echo "configure:4186: checking for $ac_word" >&5
be912515 4186if eval "test \"`echo '$''{'ac_cv_prog_ncn_cv_CONFIGURED_LD_FOR_TARGET'+set}'`\" = set"; then
ca9f4b81
AO
4187 echo $ac_n "(cached) $ac_c" 1>&6
4188else
be912515
NN
4189 if test -n "$ncn_cv_CONFIGURED_LD_FOR_TARGET"; then
4190 ac_cv_prog_ncn_cv_CONFIGURED_LD_FOR_TARGET="$ncn_cv_CONFIGURED_LD_FOR_TARGET" # Let the user override the test.
ca9f4b81
AO
4191else
4192 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
4193 ac_dummy="$PATH"
4194 for ac_dir in $ac_dummy; do
4195 test -z "$ac_dir" && ac_dir=.
4196 if test -f $ac_dir/$ac_word; then
be912515 4197 ac_cv_prog_ncn_cv_CONFIGURED_LD_FOR_TARGET="ld"
ca9f4b81
AO
4198 break
4199 fi
4200 done
4201 IFS="$ac_save_ifs"
be912515 4202 test -z "$ac_cv_prog_ncn_cv_CONFIGURED_LD_FOR_TARGET" && ac_cv_prog_ncn_cv_CONFIGURED_LD_FOR_TARGET="ld"
ca9f4b81
AO
4203fi
4204fi
be912515
NN
4205ncn_cv_CONFIGURED_LD_FOR_TARGET="$ac_cv_prog_ncn_cv_CONFIGURED_LD_FOR_TARGET"
4206if test -n "$ncn_cv_CONFIGURED_LD_FOR_TARGET"; then
4207 echo "$ac_t""$ncn_cv_CONFIGURED_LD_FOR_TARGET" 1>&6
ca9f4b81
AO
4208else
4209 echo "$ac_t""no" 1>&6
4210fi
4211
be912515 4212 CONFIGURED_LD_FOR_TARGET=$ncn_cv_CONFIGURED_LD_FOR_TARGET
ca9f4b81 4213 else
be912515 4214 CONFIGURED_LD_FOR_TARGET="${ncn_target_tool_prefix}ld"
ca9f4b81
AO
4215 fi
4216else
be912515 4217 CONFIGURED_LD_FOR_TARGET="$ac_cv_prog_CONFIGURED_LD_FOR_TARGET"
ca9f4b81
AO
4218fi
4219
4220 if test -n "$ncn_target_tool_prefix"; then
4221 # Extract the first word of "${ncn_target_tool_prefix}nm", so it can be a program name with args.
4222set dummy ${ncn_target_tool_prefix}nm; ac_word=$2
4223echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
a76494aa 4224echo "configure:4225: checking for $ac_word" >&5
be912515 4225if eval "test \"`echo '$''{'ac_cv_prog_CONFIGURED_NM_FOR_TARGET'+set}'`\" = set"; then
ca9f4b81
AO
4226 echo $ac_n "(cached) $ac_c" 1>&6
4227else
be912515
NN
4228 if test -n "$CONFIGURED_NM_FOR_TARGET"; then
4229 ac_cv_prog_CONFIGURED_NM_FOR_TARGET="$CONFIGURED_NM_FOR_TARGET" # Let the user override the test.
ca9f4b81
AO
4230else
4231 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
4232 ac_dummy="$PATH"
4233 for ac_dir in $ac_dummy; do
4234 test -z "$ac_dir" && ac_dir=.
4235 if test -f $ac_dir/$ac_word; then
be912515 4236 ac_cv_prog_CONFIGURED_NM_FOR_TARGET="${ncn_target_tool_prefix}nm"
ca9f4b81
AO
4237 break
4238 fi
4239 done
4240 IFS="$ac_save_ifs"
4241fi
4242fi
be912515
NN
4243CONFIGURED_NM_FOR_TARGET="$ac_cv_prog_CONFIGURED_NM_FOR_TARGET"
4244if test -n "$CONFIGURED_NM_FOR_TARGET"; then
4245 echo "$ac_t""$CONFIGURED_NM_FOR_TARGET" 1>&6
ca9f4b81
AO
4246else
4247 echo "$ac_t""no" 1>&6
4248fi
4249
4250fi
be912515 4251if test -z "$ac_cv_prog_CONFIGURED_NM_FOR_TARGET" ; then
ca9f4b81 4252 if test $build = $target ; then
be912515 4253 ncn_cv_CONFIGURED_NM_FOR_TARGET=$CONFIGURED_NM_FOR_TARGET
ca9f4b81
AO
4254 # Extract the first word of "nm", so it can be a program name with args.
4255set dummy nm; ac_word=$2
4256echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
a76494aa 4257echo "configure:4258: checking for $ac_word" >&5
be912515 4258if eval "test \"`echo '$''{'ac_cv_prog_ncn_cv_CONFIGURED_NM_FOR_TARGET'+set}'`\" = set"; then
ca9f4b81
AO
4259 echo $ac_n "(cached) $ac_c" 1>&6
4260else
be912515
NN
4261 if test -n "$ncn_cv_CONFIGURED_NM_FOR_TARGET"; then
4262 ac_cv_prog_ncn_cv_CONFIGURED_NM_FOR_TARGET="$ncn_cv_CONFIGURED_NM_FOR_TARGET" # Let the user override the test.
ca9f4b81
AO
4263else
4264 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
4265 ac_dummy="$PATH"
4266 for ac_dir in $ac_dummy; do
4267 test -z "$ac_dir" && ac_dir=.
4268 if test -f $ac_dir/$ac_word; then
be912515 4269 ac_cv_prog_ncn_cv_CONFIGURED_NM_FOR_TARGET="nm"
ca9f4b81
AO
4270 break
4271 fi
4272 done
4273 IFS="$ac_save_ifs"
be912515 4274 test -z "$ac_cv_prog_ncn_cv_CONFIGURED_NM_FOR_TARGET" && ac_cv_prog_ncn_cv_CONFIGURED_NM_FOR_TARGET="nm"
ca9f4b81
AO
4275fi
4276fi
be912515
NN
4277ncn_cv_CONFIGURED_NM_FOR_TARGET="$ac_cv_prog_ncn_cv_CONFIGURED_NM_FOR_TARGET"
4278if test -n "$ncn_cv_CONFIGURED_NM_FOR_TARGET"; then
4279 echo "$ac_t""$ncn_cv_CONFIGURED_NM_FOR_TARGET" 1>&6
ca9f4b81
AO
4280else
4281 echo "$ac_t""no" 1>&6
4282fi
4283
be912515 4284 CONFIGURED_NM_FOR_TARGET=$ncn_cv_CONFIGURED_NM_FOR_TARGET
ca9f4b81 4285 else
be912515 4286 CONFIGURED_NM_FOR_TARGET="${ncn_target_tool_prefix}nm"
ca9f4b81
AO
4287 fi
4288else
be912515 4289 CONFIGURED_NM_FOR_TARGET="$ac_cv_prog_CONFIGURED_NM_FOR_TARGET"
ca9f4b81
AO
4290fi
4291
4292 if test -n "$ncn_target_tool_prefix"; then
4293 # Extract the first word of "${ncn_target_tool_prefix}ranlib", so it can be a program name with args.
4294set dummy ${ncn_target_tool_prefix}ranlib; ac_word=$2
4295echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
a76494aa 4296echo "configure:4297: checking for $ac_word" >&5
be912515 4297if eval "test \"`echo '$''{'ac_cv_prog_CONFIGURED_RANLIB_FOR_TARGET'+set}'`\" = set"; then
ca9f4b81
AO
4298 echo $ac_n "(cached) $ac_c" 1>&6
4299else
be912515
NN
4300 if test -n "$CONFIGURED_RANLIB_FOR_TARGET"; then
4301 ac_cv_prog_CONFIGURED_RANLIB_FOR_TARGET="$CONFIGURED_RANLIB_FOR_TARGET" # Let the user override the test.
ca9f4b81
AO
4302else
4303 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
4304 ac_dummy="$PATH"
4305 for ac_dir in $ac_dummy; do
4306 test -z "$ac_dir" && ac_dir=.
4307 if test -f $ac_dir/$ac_word; then
be912515 4308 ac_cv_prog_CONFIGURED_RANLIB_FOR_TARGET="${ncn_target_tool_prefix}ranlib"
ca9f4b81
AO
4309 break
4310 fi
4311 done
4312 IFS="$ac_save_ifs"
4313fi
4314fi
be912515
NN
4315CONFIGURED_RANLIB_FOR_TARGET="$ac_cv_prog_CONFIGURED_RANLIB_FOR_TARGET"
4316if test -n "$CONFIGURED_RANLIB_FOR_TARGET"; then
4317 echo "$ac_t""$CONFIGURED_RANLIB_FOR_TARGET" 1>&6
ca9f4b81
AO
4318else
4319 echo "$ac_t""no" 1>&6
4320fi
4321
4322fi
be912515 4323if test -z "$ac_cv_prog_CONFIGURED_RANLIB_FOR_TARGET" ; then
ca9f4b81 4324 if test $build = $target ; then
be912515 4325 ncn_cv_CONFIGURED_RANLIB_FOR_TARGET=$CONFIGURED_RANLIB_FOR_TARGET
ca9f4b81
AO
4326 # Extract the first word of "ranlib", so it can be a program name with args.
4327set dummy ranlib; ac_word=$2
4328echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
a76494aa 4329echo "configure:4330: checking for $ac_word" >&5
be912515 4330if eval "test \"`echo '$''{'ac_cv_prog_ncn_cv_CONFIGURED_RANLIB_FOR_TARGET'+set}'`\" = set"; then
ca9f4b81
AO
4331 echo $ac_n "(cached) $ac_c" 1>&6
4332else
be912515
NN
4333 if test -n "$ncn_cv_CONFIGURED_RANLIB_FOR_TARGET"; then
4334 ac_cv_prog_ncn_cv_CONFIGURED_RANLIB_FOR_TARGET="$ncn_cv_CONFIGURED_RANLIB_FOR_TARGET" # Let the user override the test.
ca9f4b81
AO
4335else
4336 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
4337 ac_dummy="$PATH"
4338 for ac_dir in $ac_dummy; do
4339 test -z "$ac_dir" && ac_dir=.
4340 if test -f $ac_dir/$ac_word; then
be912515 4341 ac_cv_prog_ncn_cv_CONFIGURED_RANLIB_FOR_TARGET="ranlib"
ca9f4b81
AO
4342 break
4343 fi
4344 done
4345 IFS="$ac_save_ifs"
be912515 4346 test -z "$ac_cv_prog_ncn_cv_CONFIGURED_RANLIB_FOR_TARGET" && ac_cv_prog_ncn_cv_CONFIGURED_RANLIB_FOR_TARGET=":"
ca9f4b81
AO
4347fi
4348fi
be912515
NN
4349ncn_cv_CONFIGURED_RANLIB_FOR_TARGET="$ac_cv_prog_ncn_cv_CONFIGURED_RANLIB_FOR_TARGET"
4350if test -n "$ncn_cv_CONFIGURED_RANLIB_FOR_TARGET"; then
4351 echo "$ac_t""$ncn_cv_CONFIGURED_RANLIB_FOR_TARGET" 1>&6
ca9f4b81
AO
4352else
4353 echo "$ac_t""no" 1>&6
4354fi
4355
be912515 4356 CONFIGURED_RANLIB_FOR_TARGET=$ncn_cv_CONFIGURED_RANLIB_FOR_TARGET
ca9f4b81 4357 else
be912515 4358 CONFIGURED_RANLIB_FOR_TARGET=":"
ca9f4b81
AO
4359 fi
4360else
be912515 4361 CONFIGURED_RANLIB_FOR_TARGET="$ac_cv_prog_CONFIGURED_RANLIB_FOR_TARGET"
ca9f4b81
AO
4362fi
4363
4364 if test -n "$ncn_target_tool_prefix"; then
4365 # Extract the first word of "${ncn_target_tool_prefix}windres", so it can be a program name with args.
4366set dummy ${ncn_target_tool_prefix}windres; ac_word=$2
4367echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
a76494aa 4368echo "configure:4369: checking for $ac_word" >&5
be912515 4369if eval "test \"`echo '$''{'ac_cv_prog_CONFIGURED_WINDRES_FOR_TARGET'+set}'`\" = set"; then
ca9f4b81
AO
4370 echo $ac_n "(cached) $ac_c" 1>&6
4371else
be912515
NN
4372 if test -n "$CONFIGURED_WINDRES_FOR_TARGET"; then
4373 ac_cv_prog_CONFIGURED_WINDRES_FOR_TARGET="$CONFIGURED_WINDRES_FOR_TARGET" # Let the user override the test.
ca9f4b81
AO
4374else
4375 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
4376 ac_dummy="$PATH"
4377 for ac_dir in $ac_dummy; do
4378 test -z "$ac_dir" && ac_dir=.
4379 if test -f $ac_dir/$ac_word; then
be912515 4380 ac_cv_prog_CONFIGURED_WINDRES_FOR_TARGET="${ncn_target_tool_prefix}windres"
ca9f4b81
AO
4381 break
4382 fi
4383 done
4384 IFS="$ac_save_ifs"
4385fi
4386fi
be912515
NN
4387CONFIGURED_WINDRES_FOR_TARGET="$ac_cv_prog_CONFIGURED_WINDRES_FOR_TARGET"
4388if test -n "$CONFIGURED_WINDRES_FOR_TARGET"; then
4389 echo "$ac_t""$CONFIGURED_WINDRES_FOR_TARGET" 1>&6
ca9f4b81
AO
4390else
4391 echo "$ac_t""no" 1>&6
4392fi
4393
4394fi
be912515 4395if test -z "$ac_cv_prog_CONFIGURED_WINDRES_FOR_TARGET" ; then
ca9f4b81 4396 if test $build = $target ; then
be912515 4397 ncn_cv_CONFIGURED_WINDRES_FOR_TARGET=$CONFIGURED_WINDRES_FOR_TARGET
ca9f4b81
AO
4398 # Extract the first word of "windres", so it can be a program name with args.
4399set dummy windres; ac_word=$2
4400echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
a76494aa 4401echo "configure:4402: checking for $ac_word" >&5
be912515 4402if eval "test \"`echo '$''{'ac_cv_prog_ncn_cv_CONFIGURED_WINDRES_FOR_TARGET'+set}'`\" = set"; then
ca9f4b81
AO
4403 echo $ac_n "(cached) $ac_c" 1>&6
4404else
be912515
NN
4405 if test -n "$ncn_cv_CONFIGURED_WINDRES_FOR_TARGET"; then
4406 ac_cv_prog_ncn_cv_CONFIGURED_WINDRES_FOR_TARGET="$ncn_cv_CONFIGURED_WINDRES_FOR_TARGET" # Let the user override the test.
ca9f4b81
AO
4407else
4408 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
4409 ac_dummy="$PATH"
4410 for ac_dir in $ac_dummy; do
4411 test -z "$ac_dir" && ac_dir=.
4412 if test -f $ac_dir/$ac_word; then
be912515 4413 ac_cv_prog_ncn_cv_CONFIGURED_WINDRES_FOR_TARGET="windres"
ca9f4b81
AO
4414 break
4415 fi
4416 done
4417 IFS="$ac_save_ifs"
be912515 4418 test -z "$ac_cv_prog_ncn_cv_CONFIGURED_WINDRES_FOR_TARGET" && ac_cv_prog_ncn_cv_CONFIGURED_WINDRES_FOR_TARGET="windres"
ca9f4b81
AO
4419fi
4420fi
be912515
NN
4421ncn_cv_CONFIGURED_WINDRES_FOR_TARGET="$ac_cv_prog_ncn_cv_CONFIGURED_WINDRES_FOR_TARGET"
4422if test -n "$ncn_cv_CONFIGURED_WINDRES_FOR_TARGET"; then
4423 echo "$ac_t""$ncn_cv_CONFIGURED_WINDRES_FOR_TARGET" 1>&6
ca9f4b81
AO
4424else
4425 echo "$ac_t""no" 1>&6
4426fi
4427
be912515 4428 CONFIGURED_WINDRES_FOR_TARGET=$ncn_cv_CONFIGURED_WINDRES_FOR_TARGET
ca9f4b81 4429 else
be912515 4430 CONFIGURED_WINDRES_FOR_TARGET="${ncn_target_tool_prefix}windres"
ca9f4b81
AO
4431 fi
4432else
be912515 4433 CONFIGURED_WINDRES_FOR_TARGET="$ac_cv_prog_CONFIGURED_WINDRES_FOR_TARGET"
ca9f4b81
AO
4434fi
4435
4977bab6 4436
79c06341 4437
79c06341 4438
e490616e 4439
4977bab6 4440
9e60a678 4441
79c06341 4442
79c06341 4443
79c06341 4444
671aa708
NN
4445
4446# Fix up target tools.
4447if test "x${build}" = "x${host}" ; then
4448 # In this case, the newly built tools can and should be used,
4449 # so we override the results of the autoconf tests.
4450 # This should really only happen when the tools are actually being built,
4451 # but that's a further refinement. The new build scheme, where
4452 # tools are built into a structure paralleling where they're installed,
4453 # should also eliminate all of this cleanly.
4454 AR_FOR_TARGET="\$(USUAL_AR_FOR_TARGET)"
4455 AS_FOR_TARGET="\$(USUAL_AS_FOR_TARGET)"
4456 DLLTOOL_FOR_TARGET="\$(USUAL_DLLTOOL_FOR_TARGET)"
4457 LD_FOR_TARGET="\$(USUAL_LD_FOR_TARGET)"
4458 NM_FOR_TARGET="\$(USUAL_NM_FOR_TARGET)"
4459 RANLIB_FOR_TARGET="\$(USUAL_RANLIB_FOR_TARGET)"
4460 WINDRES_FOR_TARGET="\$(USUAL_WINDRES_FOR_TARGET)"
be912515
NN
4461else
4462 # Just use the ones we found.
4463 AR_FOR_TARGET="\$(CONFIGURED_AR_FOR_TARGET)"
4464 AS_FOR_TARGET="\$(CONFIGURED_AS_FOR_TARGET)"
4465 DLLTOOL_FOR_TARGET="\$(CONFIGURED_DLLTOOL_FOR_TARGET)"
4466 LD_FOR_TARGET="\$(CONFIGURED_LD_FOR_TARGET)"
4467 NM_FOR_TARGET="\$(CONFIGURED_NM_FOR_TARGET)"
4468 RANLIB_FOR_TARGET="\$(CONFIGURED_RANLIB_FOR_TARGET)"
4469 WINDRES_FOR_TARGET="\$(CONFIGURED_WINDRES_FOR_TARGET)"
671aa708 4470fi
be912515
NN
4471
4472
4473
4474
4475
4476
4477
4478
671aa708
NN
4479# Certain tools may need extra flags.
4480AR_FOR_TARGET=${AR_FOR_TARGET}${extra_arflags_for_target}
4481RANLIB_FOR_TARGET=${RANLIB_FOR_TARGET}${extra_ranlibflags_for_target}
4482NM_FOR_TARGET=${NM_FOR_TARGET}${extra_nmflags_for_target}
4483
ee03dc5e 4484echo $ac_n "checking whether to enable maintainer-specific portions of Makefiles""... $ac_c" 1>&6
a76494aa 4485echo "configure:4486: checking whether to enable maintainer-specific portions of Makefiles" >&5
ee03dc5e
AO
4486# Check whether --enable-maintainer-mode or --disable-maintainer-mode was given.
4487if test "${enable_maintainer_mode+set}" = set; then
4488 enableval="$enable_maintainer_mode"
4489 USE_MAINTAINER_MODE=$enableval
4490else
4491 USE_MAINTAINER_MODE=no
4492fi
4493
4494echo "$ac_t""$USE_MAINTAINER_MODE" 1>&6
4495
4496
4497if test "$USE_MAINTAINER_MODE" = yes; then
4498 MAINTAINER_MODE_TRUE=
4499 MAINTAINER_MODE_FALSE='#'
4500else
4501 MAINTAINER_MODE_TRUE='#'
4502 MAINTAINER_MODE_FALSE=
4503fi
4504MAINT=$MAINTAINER_MODE_TRUE
4505
2805b53a
NN
4506# ---------------------
4507# GCC bootstrap support
4508# ---------------------
4509
4510# Stage specific cflags for build.
4511stage1_cflags="-g"
4512case $build in
4513 vax-*-*)
4514 case ${GCC} in
4515 yes) stage1_cflags="-g -Wa,-J" ;;
4516 *) stage1_cflags="-g -J" ;;
4517 esac ;;
4518 powerpc-*-darwin*)
4519 # The spiffy cpp-precomp chokes on some legitimate constructs in GCC
4520 # sources; use -no-cpp-precomp to get to GNU cpp.
4521 # Apple's GCC has bugs in designated initializer handling, so disable
4522 # that too.
4523 stage1_cflags="-g -no-cpp-precomp -DHAVE_DESIGNATED_INITIALIZERS=0"
4524 ;;
4525esac
4526
4527
4528# Enable -Werror in bootstrap stage2 and later.
4529# Change the default to "no" on release branches.
4530# Check whether --enable-werror or --disable-werror was given.
4531if test "${enable_werror+set}" = set; then
4532 enableval="$enable_werror"
4533 :
4534else
4535 enable_werror=yes
4536fi
4537
09a9c095
NN
4538case ${enable_werror} in
4539 yes) stage2_werror_flag="--enable-werror-always" ;;
4540 *) stage2_werror_flag="" ;;
2805b53a
NN
4541esac
4542
4543
671aa708
NN
4544trap '' 1 2 15
4545cat > confcache <<\EOF
4546# This file is a shell script that caches the results of configure
4547# tests run on this system so they can be shared between configure
4548# scripts and configure runs. It is not useful on other systems.
4549# If it contains results you don't want to keep, you may remove or edit it.
4550#
4551# By default, configure uses ./config.cache as the cache file,
4552# creating it if it does not exist already. You can give configure
4553# the --cache-file=FILE option to use a different cache file; that is
4554# what configure does when it calls configure scripts in
4555# subdirectories, so they share the cache.
4556# Giving --cache-file=/dev/null disables caching, for debugging configure.
4557# config.status only pays attention to the cache file if you give it the
4558# --recheck option to rerun configure.
4559#
79c06341 4560EOF
671aa708
NN
4561# The following way of writing the cache mishandles newlines in values,
4562# but we know of no workaround that is simple, portable, and efficient.
4563# So, don't put newlines in cache variables' values.
4564# Ultrix sh set writes to stderr and can't be redirected directly,
4565# and sets the high bit in the cache file unless we assign to the vars.
4566(set) 2>&1 |
4567 case `(ac_space=' '; set | grep ac_space) 2>&1` in
4568 *ac_space=\ *)
4569 # `set' does not quote correctly, so add quotes (double-quote substitution
4570 # turns \\\\ into \\, and sed turns \\ into \).
4571 sed -n \
4572 -e "s/'/'\\\\''/g" \
4573 -e "s/^\\([a-zA-Z0-9_]*_cv_[a-zA-Z0-9_]*\\)=\\(.*\\)/\\1=\${\\1='\\2'}/p"
4977bab6 4574 ;;
671aa708
NN
4575 *)
4576 # `set' quotes correctly as required by POSIX, so do not add quotes.
4577 sed -n -e 's/^\([a-zA-Z0-9_]*_cv_[a-zA-Z0-9_]*\)=\(.*\)/\1=${\1=\2}/p'
4578 ;;
4579 esac >> confcache
4580if cmp -s $cache_file confcache; then
4581 :
4582else
4583 if test -w $cache_file; then
4584 echo "updating cache $cache_file"
4585 cat confcache > $cache_file
4586 else
4587 echo "not updating unwritable cache $cache_file"
4588 fi
4977bab6 4589fi
671aa708 4590rm -f confcache
79c06341 4591
671aa708 4592trap 'rm -fr conftest* confdefs* core core.* *.core $ac_clean_files; exit 1' 1 2 15
79c06341 4593
671aa708
NN
4594test "x$prefix" = xNONE && prefix=$ac_default_prefix
4595# Let make expand exec_prefix.
4596test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
4e77e8f1 4597
671aa708
NN
4598# Any assignment to VPATH causes Sun make to only execute
4599# the first set of double-colon rules, so remove it if not needed.
4600# If there is a colon in the path, we need to keep it.
4601if test "x$srcdir" = x.; then
4602 ac_vpsub='/^[ ]*VPATH[ ]*=[^:]*$/d'
4603fi
79c06341 4604
671aa708
NN
4605trap 'rm -f $CONFIG_STATUS conftest*; exit 1' 1 2 15
4606
4607# Transform confdefs.h into DEFS.
4608# Protect against shell expansion while executing Makefile rules.
4609# Protect against Makefile macro expansion.
3d159f3f
BI
4610cat > conftest.defs <<\EOF
4611s%#define \([A-Za-z_][A-Za-z0-9_]*\) *\(.*\)%-D\1=\2%g
4612s%[ `~#$^&*(){}\\|;'"<>?]%\\&%g
4613s%\[%\\&%g
4614s%\]%\\&%g
4615s%\$%$$%g
4616EOF
4617DEFS=`sed -f conftest.defs confdefs.h | tr '\012' ' '`
4618rm -f conftest.defs
4977bab6 4619
4977bab6 4620
671aa708
NN
4621# Without the "./", some shells look in PATH for config.status.
4622: ${CONFIG_STATUS=./config.status}
4977bab6 4623
671aa708
NN
4624echo creating $CONFIG_STATUS
4625rm -f $CONFIG_STATUS
4626cat > $CONFIG_STATUS <<EOF
4627#! /bin/sh
4628# Generated automatically by configure.
4629# Run this file to recreate the current configuration.
4630# This directory was configured as follows,
4631# on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
4632#
4633# $0 $ac_configure_args
4634#
4635# Compiler output produced by configure, useful for debugging
4636# configure, is in ./config.log if it exists.
4977bab6 4637
671aa708
NN
4638ac_cs_usage="Usage: $CONFIG_STATUS [--recheck] [--version] [--help]"
4639for ac_option
4640do
4641 case "\$ac_option" in
4642 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
4643 echo "running \${CONFIG_SHELL-/bin/sh} $0 $ac_configure_args --no-create --no-recursion"
4644 exec \${CONFIG_SHELL-/bin/sh} $0 $ac_configure_args --no-create --no-recursion ;;
4645 -version | --version | --versio | --versi | --vers | --ver | --ve | --v)
4646 echo "$CONFIG_STATUS generated by autoconf version 2.13"
4647 exit 0 ;;
4648 -help | --help | --hel | --he | --h)
4649 echo "\$ac_cs_usage"; exit 0 ;;
4650 *) echo "\$ac_cs_usage"; exit 1 ;;
4977bab6 4651 esac
671aa708 4652done
4977bab6 4653
671aa708 4654ac_given_srcdir=$srcdir
775956d0 4655ac_given_INSTALL="$INSTALL"
79c06341 4656
671aa708
NN
4657trap 'rm -fr `echo "Makefile" | sed "s/:[^ ]*//g"` conftest*; exit 1' 1 2 15
4658EOF
4659cat >> $CONFIG_STATUS <<EOF
4660
4661# Protect against being on the right side of a sed subst in config.status.
4662sed 's/%@/@@/; s/@%/@@/; s/%g\$/@g/; /@g\$/s/[\\\\&%]/\\\\&/g;
4663 s/@@/%@/; s/@@/@%/; s/@g\$/%g/' > conftest.subs <<\\CEOF
4664$ac_vpsub
4665$extrasub
4666s%@SHELL@%$SHELL%g
4667s%@CFLAGS@%$CFLAGS%g
4668s%@CPPFLAGS@%$CPPFLAGS%g
4669s%@CXXFLAGS@%$CXXFLAGS%g
4670s%@FFLAGS@%$FFLAGS%g
4671s%@DEFS@%$DEFS%g
4672s%@LDFLAGS@%$LDFLAGS%g
4673s%@LIBS@%$LIBS%g
4674s%@exec_prefix@%$exec_prefix%g
4675s%@prefix@%$prefix%g
4676s%@program_transform_name@%$program_transform_name%g
4677s%@bindir@%$bindir%g
4678s%@sbindir@%$sbindir%g
4679s%@libexecdir@%$libexecdir%g
4680s%@datadir@%$datadir%g
4681s%@sysconfdir@%$sysconfdir%g
4682s%@sharedstatedir@%$sharedstatedir%g
4683s%@localstatedir@%$localstatedir%g
4684s%@libdir@%$libdir%g
4685s%@includedir@%$includedir%g
4686s%@oldincludedir@%$oldincludedir%g
4687s%@infodir@%$infodir%g
4688s%@mandir@%$mandir%g
4689s%@host@%$host%g
4690s%@host_alias@%$host_alias%g
4691s%@host_cpu@%$host_cpu%g
4692s%@host_vendor@%$host_vendor%g
4693s%@host_os@%$host_os%g
4694s%@target@%$target%g
4695s%@target_alias@%$target_alias%g
4696s%@target_cpu@%$target_cpu%g
4697s%@target_vendor@%$target_vendor%g
4698s%@target_os@%$target_os%g
4699s%@build@%$build%g
4700s%@build_alias@%$build_alias%g
4701s%@build_cpu@%$build_cpu%g
4702s%@build_vendor@%$build_vendor%g
4703s%@build_os@%$build_os%g
775956d0
NN
4704s%@INSTALL_PROGRAM@%$INSTALL_PROGRAM%g
4705s%@INSTALL_SCRIPT@%$INSTALL_SCRIPT%g
4706s%@INSTALL_DATA@%$INSTALL_DATA%g
3dfabf63 4707s%@TOPLEVEL_CONFIGURE_ARGUMENTS@%$TOPLEVEL_CONFIGURE_ARGUMENTS%g
8b87bb96
NN
4708s%@build_subdir@%$build_subdir%g
4709s%@host_subdir@%$host_subdir%g
4710s%@target_subdir@%$target_subdir%g
55ffb5ed
NN
4711s%@CC@%$CC%g
4712s%@GNATBIND@%$GNATBIND%g
a76494aa 4713s%@do_compare@%$do_compare%g
2805b53a 4714s%@stage1_languages@%$stage1_languages%g
1e0f07d3
PB
4715s%@DEFAULT_YACC@%$DEFAULT_YACC%g
4716s%@DEFAULT_M4@%$DEFAULT_M4%g
4717s%@DEFAULT_LEX@%$DEFAULT_LEX%g
671aa708
NN
4718/@maybe_dependencies@/r $maybe_dependencies
4719s%@maybe_dependencies@%%g
4720/@serialization_dependencies@/r $serialization_dependencies
4721s%@serialization_dependencies@%%g
4722/@host_makefile_frag@/r $host_makefile_frag
4723s%@host_makefile_frag@%%g
4724/@target_makefile_frag@/r $target_makefile_frag
4725s%@target_makefile_frag@%%g
4726/@alphaieee_frag@/r $alphaieee_frag
4727s%@alphaieee_frag@%%g
4728/@ospace_frag@/r $ospace_frag
4729s%@ospace_frag@%%g
4730s%@SET_LIB_PATH@%$SET_LIB_PATH%g
4731s%@RPATH_ENVVAR@%$RPATH_ENVVAR%g
4732s%@BUILD_PREFIX@%$BUILD_PREFIX%g
4733s%@BUILD_PREFIX_1@%$BUILD_PREFIX_1%g
671aa708
NN
4734s%@gcc_version_trigger@%$gcc_version_trigger%g
4735s%@gcc_version@%$gcc_version%g
4736s%@tooldir@%$tooldir%g
4737s%@build_tooldir@%$build_tooldir%g
4738s%@GDB_TK@%$GDB_TK%g
4739s%@gxx_include_dir@%$gxx_include_dir%g
4740s%@libstdcxx_incdir@%$libstdcxx_incdir%g
671aa708
NN
4741s%@build_configargs@%$build_configargs%g
4742s%@configure_build_modules@%$configure_build_modules%g
4743s%@all_build_modules@%$all_build_modules%g
4744s%@host_configargs@%$host_configargs%g
4745s%@configdirs@%$configdirs%g
671aa708
NN
4746s%@target_configargs@%$target_configargs%g
4747s%@target_configdirs@%$target_configdirs%g
671aa708
NN
4748s%@BISON@%$BISON%g
4749s%@CC_FOR_BUILD@%$CC_FOR_BUILD%g
4750s%@LEX@%$LEX%g
4751s%@MAKEINFO@%$MAKEINFO%g
4752s%@YACC@%$YACC%g
4753s%@config_shell@%$config_shell%g
ca9f4b81
AO
4754s%@AR@%$AR%g
4755s%@ncn_cv_AR@%$ncn_cv_AR%g
4756s%@AS@%$AS%g
4757s%@ncn_cv_AS@%$ncn_cv_AS%g
4758s%@DLLTOOL@%$DLLTOOL%g
4759s%@ncn_cv_DLLTOOL@%$ncn_cv_DLLTOOL%g
4760s%@LD@%$LD%g
4761s%@ncn_cv_LD@%$ncn_cv_LD%g
4762s%@NM@%$NM%g
4763s%@ncn_cv_NM@%$ncn_cv_NM%g
4764s%@RANLIB@%$RANLIB%g
4765s%@ncn_cv_RANLIB@%$ncn_cv_RANLIB%g
4766s%@WINDRES@%$WINDRES%g
4767s%@ncn_cv_WINDRES@%$ncn_cv_WINDRES%g
4768s%@OBJCOPY@%$OBJCOPY%g
4769s%@ncn_cv_OBJCOPY@%$ncn_cv_OBJCOPY%g
4770s%@OBJDUMP@%$OBJDUMP%g
4771s%@ncn_cv_OBJDUMP@%$ncn_cv_OBJDUMP%g
671aa708 4772s%@CXX@%$CXX%g
6691a79e 4773s%@CFLAGS_FOR_BUILD@%$CFLAGS_FOR_BUILD%g
be912515
NN
4774s%@CONFIGURED_AR_FOR_TARGET@%$CONFIGURED_AR_FOR_TARGET%g
4775s%@ncn_cv_CONFIGURED_AR_FOR_TARGET@%$ncn_cv_CONFIGURED_AR_FOR_TARGET%g
4776s%@CONFIGURED_AS_FOR_TARGET@%$CONFIGURED_AS_FOR_TARGET%g
4777s%@ncn_cv_CONFIGURED_AS_FOR_TARGET@%$ncn_cv_CONFIGURED_AS_FOR_TARGET%g
4778s%@CONFIGURED_DLLTOOL_FOR_TARGET@%$CONFIGURED_DLLTOOL_FOR_TARGET%g
4779s%@ncn_cv_CONFIGURED_DLLTOOL_FOR_TARGET@%$ncn_cv_CONFIGURED_DLLTOOL_FOR_TARGET%g
4780s%@CONFIGURED_LD_FOR_TARGET@%$CONFIGURED_LD_FOR_TARGET%g
4781s%@ncn_cv_CONFIGURED_LD_FOR_TARGET@%$ncn_cv_CONFIGURED_LD_FOR_TARGET%g
4782s%@CONFIGURED_NM_FOR_TARGET@%$CONFIGURED_NM_FOR_TARGET%g
4783s%@ncn_cv_CONFIGURED_NM_FOR_TARGET@%$ncn_cv_CONFIGURED_NM_FOR_TARGET%g
4784s%@CONFIGURED_RANLIB_FOR_TARGET@%$CONFIGURED_RANLIB_FOR_TARGET%g
4785s%@ncn_cv_CONFIGURED_RANLIB_FOR_TARGET@%$ncn_cv_CONFIGURED_RANLIB_FOR_TARGET%g
4786s%@CONFIGURED_WINDRES_FOR_TARGET@%$CONFIGURED_WINDRES_FOR_TARGET%g
4787s%@ncn_cv_CONFIGURED_WINDRES_FOR_TARGET@%$ncn_cv_CONFIGURED_WINDRES_FOR_TARGET%g
671aa708
NN
4788s%@GCC_FOR_TARGET@%$GCC_FOR_TARGET%g
4789s%@FLAGS_FOR_TARGET@%$FLAGS_FOR_TARGET%g
4790s%@CC_FOR_TARGET@%$CC_FOR_TARGET%g
4791s%@GCJ_FOR_TARGET@%$GCJ_FOR_TARGET%g
4792s%@CXX_FOR_TARGET@%$CXX_FOR_TARGET%g
4793s%@RAW_CXX_FOR_TARGET@%$RAW_CXX_FOR_TARGET%g
4794s%@CXX_FOR_TARGET_FOR_RECURSIVE_MAKE@%$CXX_FOR_TARGET_FOR_RECURSIVE_MAKE%g
4795s%@RAW_CXX_FOR_TARGET_FOR_RECURSIVE_MAKE@%$RAW_CXX_FOR_TARGET_FOR_RECURSIVE_MAKE%g
be912515
NN
4796s%@AR_FOR_TARGET@%$AR_FOR_TARGET%g
4797s%@AS_FOR_TARGET@%$AS_FOR_TARGET%g
4798s%@DLLTOOL_FOR_TARGET@%$DLLTOOL_FOR_TARGET%g
4799s%@LD_FOR_TARGET@%$LD_FOR_TARGET%g
4800s%@NM_FOR_TARGET@%$NM_FOR_TARGET%g
4801s%@RANLIB_FOR_TARGET@%$RANLIB_FOR_TARGET%g
4802s%@WINDRES_FOR_TARGET@%$WINDRES_FOR_TARGET%g
ee03dc5e
AO
4803s%@MAINTAINER_MODE_TRUE@%$MAINTAINER_MODE_TRUE%g
4804s%@MAINTAINER_MODE_FALSE@%$MAINTAINER_MODE_FALSE%g
4805s%@MAINT@%$MAINT%g
2805b53a 4806s%@stage1_cflags@%$stage1_cflags%g
09a9c095 4807s%@stage2_werror_flag@%$stage2_werror_flag%g
671aa708
NN
4808
4809CEOF
4810EOF
79c06341 4811
671aa708
NN
4812cat >> $CONFIG_STATUS <<\EOF
4813
4814# Split the substitutions into bite-sized pieces for seds with
4815# small command number limits, like on Digital OSF/1 and HP-UX.
4816ac_max_sed_cmds=90 # Maximum number of lines to put in a sed script.
4817ac_file=1 # Number of current file.
4818ac_beg=1 # First line for current file.
4819ac_end=$ac_max_sed_cmds # Line after last line for current file.
4820ac_more_lines=:
4821ac_sed_cmds=""
4822while $ac_more_lines; do
4823 if test $ac_beg -gt 1; then
4824 sed "1,${ac_beg}d; ${ac_end}q" conftest.subs > conftest.s$ac_file
4825 else
4826 sed "${ac_end}q" conftest.subs > conftest.s$ac_file
4977bab6 4827 fi
671aa708
NN
4828 if test ! -s conftest.s$ac_file; then
4829 ac_more_lines=false
4830 rm -f conftest.s$ac_file
4831 else
4832 if test -z "$ac_sed_cmds"; then
4833 ac_sed_cmds="sed -f conftest.s$ac_file"
4834 else
4835 ac_sed_cmds="$ac_sed_cmds | sed -f conftest.s$ac_file"
4836 fi
4837 ac_file=`expr $ac_file + 1`
4838 ac_beg=$ac_end
4839 ac_end=`expr $ac_end + $ac_max_sed_cmds`
4977bab6 4840 fi
671aa708
NN
4841done
4842if test -z "$ac_sed_cmds"; then
4843 ac_sed_cmds=cat
4977bab6 4844fi
671aa708 4845EOF
79c06341 4846
671aa708 4847cat >> $CONFIG_STATUS <<EOF
79c06341 4848
671aa708
NN
4849CONFIG_FILES=\${CONFIG_FILES-"Makefile"}
4850EOF
4851cat >> $CONFIG_STATUS <<\EOF
4852for ac_file in .. $CONFIG_FILES; do if test "x$ac_file" != x..; then
4853 # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
4854 case "$ac_file" in
4855 *:*) ac_file_in=`echo "$ac_file"|sed 's%[^:]*:%%'`
4856 ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;;
4857 *) ac_file_in="${ac_file}.in" ;;
4858 esac
79c06341 4859
671aa708 4860 # Adjust a relative srcdir, top_srcdir, and INSTALL for subdirectories.
79c06341 4861
671aa708
NN
4862 # Remove last slash and all that follows it. Not all systems have dirname.
4863 ac_dir=`echo $ac_file|sed 's%/[^/][^/]*$%%'`
4864 if test "$ac_dir" != "$ac_file" && test "$ac_dir" != .; then
4865 # The file is in a subdirectory.
4866 test ! -d "$ac_dir" && mkdir "$ac_dir"
4867 ac_dir_suffix="/`echo $ac_dir|sed 's%^\./%%'`"
4868 # A "../" for each directory in $ac_dir_suffix.
4869 ac_dots=`echo $ac_dir_suffix|sed 's%/[^/]*%../%g'`
4870 else
4871 ac_dir_suffix= ac_dots=
4872 fi
79c06341 4873
671aa708
NN
4874 case "$ac_given_srcdir" in
4875 .) srcdir=.
4876 if test -z "$ac_dots"; then top_srcdir=.
4877 else top_srcdir=`echo $ac_dots|sed 's%/$%%'`; fi ;;
4878 /*) srcdir="$ac_given_srcdir$ac_dir_suffix"; top_srcdir="$ac_given_srcdir" ;;
4879 *) # Relative path.
4880 srcdir="$ac_dots$ac_given_srcdir$ac_dir_suffix"
4881 top_srcdir="$ac_dots$ac_given_srcdir" ;;
4882 esac
79c06341 4883
775956d0
NN
4884 case "$ac_given_INSTALL" in
4885 [/$]*) INSTALL="$ac_given_INSTALL" ;;
4886 *) INSTALL="$ac_dots$ac_given_INSTALL" ;;
4887 esac
79c06341 4888
671aa708
NN
4889 echo creating "$ac_file"
4890 rm -f "$ac_file"
4891 configure_input="Generated automatically from `echo $ac_file_in|sed 's%.*/%%'` by configure."
4892 case "$ac_file" in
4893 *Makefile*) ac_comsub="1i\\
4894# $configure_input" ;;
4895 *) ac_comsub= ;;
4896 esac
79c06341 4897
671aa708
NN
4898 ac_file_inputs=`echo $ac_file_in|sed -e "s%^%$ac_given_srcdir/%" -e "s%:% $ac_given_srcdir/%g"`
4899 sed -e "$ac_comsub
4900s%@configure_input@%$configure_input%g
4901s%@srcdir@%$srcdir%g
4902s%@top_srcdir@%$top_srcdir%g
775956d0 4903s%@INSTALL@%$INSTALL%g
671aa708
NN
4904" $ac_file_inputs | (eval "$ac_sed_cmds") > $ac_file
4905fi; done
4906rm -f conftest.s*
79c06341 4907
671aa708
NN
4908EOF
4909cat >> $CONFIG_STATUS <<EOF
79c06341 4910
671aa708
NN
4911EOF
4912cat >> $CONFIG_STATUS <<\EOF
79c06341
JL
4913
4914exit 0
671aa708
NN
4915EOF
4916chmod +x $CONFIG_STATUS
4917rm -fr confdefs* $ac_clean_files
4918test "$no_create" = yes || ${CONFIG_SHELL-/bin/sh} $CONFIG_STATUS || exit 1
79c06341 4919
This page took 0.9998 seconds and 5 git commands to generate.