]> git.ipfire.org Git - thirdparty/gcc.git/blame - configure
* trans-array.c (gfc_trans_create_temp_array): When the size is known
[thirdparty/gcc.git] / configure
CommitLineData
71ab34df 1#! /bin/sh
a4af6a58 2
71ab34df 3# Guess values for system-dependent variables and create Makefiles.
a4af6a58 4# Generated automatically using autoconf version 2.13
5# Copyright (C) 1992, 93, 94, 95, 96 Free Software Foundation, Inc.
71ab34df 6#
7# This configure script is free software; the Free Software Foundation
8# gives unlimited permission to copy, distribute and modify it.
b1660f25 9
a4af6a58 10# Defaults:
11ac_help=
71ab34df 12ac_default_prefix=/usr/local
a4af6a58 13# Any additions from configure.in:
d3e7b04c 14ac_help="$ac_help
15 --with-build-libsubdir=[DIR] Directory where to find libraries for build system"
a4af6a58 16ac_help="$ac_help
17 --enable-libada Builds libada directory"
18ac_help="$ac_help
19 --enable-libssp Builds libssp directory"
a4af6a58 20ac_help="$ac_help
a5144c1d 21 --with-mpfr-dir=PATH This option has been REMOVED"
a4af6a58 22ac_help="$ac_help
a5144c1d 23 --with-mpfr=PATH Specify prefix directory for installed MPFR package
24 Equivalent to --with-mpfr-include=PATH/include
25 plus --with-mpfr-lib=PATH/lib"
a4af6a58 26ac_help="$ac_help
a5144c1d 27 --with-mpfr-include=PATH
28 Specify directory for installed MPFR include files"
a4af6a58 29ac_help="$ac_help
a5144c1d 30 --with-mpfr-lib=PATH Specify the directory for the installed MPFR library"
31ac_help="$ac_help
32 --with-gmp-dir=PATH This option has been REMOVED"
33ac_help="$ac_help
34 --with-gmp=PATH Specify prefix directory for the installed GMP package
35 Equivalent to --with-gmp-include=PATH/include
36 plus --with-gmp-lib=PATH/lib"
37ac_help="$ac_help
38 --with-gmp-include=PATH Specify directory for installed GMP include files"
39ac_help="$ac_help
40 --with-gmp-lib=PATH Specify the directory for the installed GMP library"
dd6d3a67 41ac_help="$ac_help
42 --enable-objc-gc enable the use of Boehm's garbage collector with
43 the GNU Objective-C runtime."
a4af6a58 44ac_help="$ac_help
45 --with-build-sysroot=sysroot
46 use sysroot as the system root during the build"
47ac_help="$ac_help
48 --enable-bootstrap Enable bootstrapping [yes if native build]"
49ac_help="$ac_help
50 --enable-serial-[{host,target,build}-]configure
51 Force sequential configuration of
52 sub-packages for the host, target or build
53 machine, or all sub-packages"
54ac_help="$ac_help
55 --with-build-time-tools=path
56 use given path to find target tools during the build"
57ac_help="$ac_help
58 --enable-maintainer-mode enable make rules and dependencies not useful
59 (and sometimes confusing) to the casual installer"
39f34cfc 60ac_help="$ac_help
61 --enable-stage1-checking[=all] choose additional checking for stage1
62 of the compiler."
a4af6a58 63ac_help="$ac_help
64 --enable-werror enable -Werror in bootstrap stage2 and later"
d06227a7 65ac_help="$ac_help
66 --with-datarootdir Use datarootdir as the data root directory."
67ac_help="$ac_help
68 --with-docdir Install documentation in this directory."
69ac_help="$ac_help
70 --with-htmldir Install html in this directory."
71ab34df 71
72# Initialize some variables set by options.
73# The variables have the same names as the options, with
74# dashes changed to underlines.
a4af6a58 75build=NONE
76cache_file=./config.cache
71ab34df 77exec_prefix=NONE
a4af6a58 78host=NONE
71ab34df 79no_create=
a4af6a58 80nonopt=NONE
71ab34df 81no_recursion=
82prefix=NONE
83program_prefix=NONE
84program_suffix=NONE
85program_transform_name=s,x,x,
86silent=
87site=
88srcdir=
a4af6a58 89target=NONE
71ab34df 90verbose=
91x_includes=NONE
92x_libraries=NONE
93bindir='${exec_prefix}/bin'
94sbindir='${exec_prefix}/sbin'
95libexecdir='${exec_prefix}/libexec'
96datadir='${prefix}/share'
97sysconfdir='${prefix}/etc'
98sharedstatedir='${prefix}/com'
99localstatedir='${prefix}/var'
100libdir='${exec_prefix}/lib'
101includedir='${prefix}/include'
102oldincludedir='/usr/include'
103infodir='${prefix}/info'
104mandir='${prefix}/man'
a8298541 105
a4af6a58 106# Initialize some other variables.
107subdirs=
108MFLAGS= MAKEFLAGS=
109SHELL=${CONFIG_SHELL-/bin/sh}
110# Maximum number of lines to put in a shell here document.
111ac_max_here_lines=12
112
71ab34df 113ac_prev=
114for ac_option
115do
a4af6a58 116
71ab34df 117 # If the previous option needs an argument, assign it.
118 if test -n "$ac_prev"; then
119 eval "$ac_prev=\$ac_option"
120 ac_prev=
121 continue
122 fi
a8298541 123
a4af6a58 124 case "$ac_option" in
125 -*=*) ac_optarg=`echo "$ac_option" | sed 's/[-_a-zA-Z0-9]*=//'` ;;
126 *) ac_optarg= ;;
127 esac
71ab34df 128
129 # Accept the important Cygnus configure options, so we can diagnose typos.
130
a4af6a58 131 case "$ac_option" in
71ab34df 132
133 -bindir | --bindir | --bindi | --bind | --bin | --bi)
134 ac_prev=bindir ;;
135 -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
a4af6a58 136 bindir="$ac_optarg" ;;
71ab34df 137
138 -build | --build | --buil | --bui | --bu)
a4af6a58 139 ac_prev=build ;;
71ab34df 140 -build=* | --build=* | --buil=* | --bui=* | --bu=*)
a4af6a58 141 build="$ac_optarg" ;;
71ab34df 142
143 -cache-file | --cache-file | --cache-fil | --cache-fi \
144 | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
145 ac_prev=cache_file ;;
146 -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
147 | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
a4af6a58 148 cache_file="$ac_optarg" ;;
71ab34df 149
150 -datadir | --datadir | --datadi | --datad | --data | --dat | --da)
151 ac_prev=datadir ;;
152 -datadir=* | --datadir=* | --datadi=* | --datad=* | --data=* | --dat=* \
153 | --da=*)
a4af6a58 154 datadir="$ac_optarg" ;;
71ab34df 155
156 -disable-* | --disable-*)
a4af6a58 157 ac_feature=`echo $ac_option|sed -e 's/-*disable-//'`
71ab34df 158 # Reject names that are not valid shell variable names.
a4af6a58 159 if test -n "`echo $ac_feature| sed 's/[-a-zA-Z0-9_]//g'`"; then
160 { echo "configure: error: $ac_feature: invalid feature name" 1>&2; exit 1; }
161 fi
162 ac_feature=`echo $ac_feature| sed 's/-/_/g'`
163 eval "enable_${ac_feature}=no" ;;
71ab34df 164
165 -enable-* | --enable-*)
a4af6a58 166 ac_feature=`echo $ac_option|sed -e 's/-*enable-//' -e 's/=.*//'`
71ab34df 167 # Reject names that are not valid shell variable names.
a4af6a58 168 if test -n "`echo $ac_feature| sed 's/[-_a-zA-Z0-9]//g'`"; then
169 { echo "configure: error: $ac_feature: invalid feature name" 1>&2; exit 1; }
170 fi
171 ac_feature=`echo $ac_feature| sed 's/-/_/g'`
172 case "$ac_option" in
173 *=*) ;;
71ab34df 174 *) ac_optarg=yes ;;
175 esac
a4af6a58 176 eval "enable_${ac_feature}='$ac_optarg'" ;;
71ab34df 177
178 -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
179 | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
180 | --exec | --exe | --ex)
181 ac_prev=exec_prefix ;;
182 -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
183 | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
184 | --exec=* | --exe=* | --ex=*)
a4af6a58 185 exec_prefix="$ac_optarg" ;;
71ab34df 186
187 -gas | --gas | --ga | --g)
188 # Obsolete; use --with-gas.
189 with_gas=yes ;;
190
a4af6a58 191 -help | --help | --hel | --he)
192 # Omit some internal or obsolete options to make the list less imposing.
193 # This message is too long to be a string in the A/UX 3.1 sh.
194 cat << EOF
195Usage: configure [options] [host]
196Options: [defaults in brackets after descriptions]
197Configuration:
198 --cache-file=FILE cache test results in FILE
199 --help print this message
200 --no-create do not create output files
201 --quiet, --silent do not print \`checking...' messages
202 --version print the version of autoconf that created configure
203Directory and file names:
204 --prefix=PREFIX install architecture-independent files in PREFIX
205 [$ac_default_prefix]
206 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
207 [same as prefix]
208 --bindir=DIR user executables in DIR [EPREFIX/bin]
209 --sbindir=DIR system admin executables in DIR [EPREFIX/sbin]
210 --libexecdir=DIR program executables in DIR [EPREFIX/libexec]
211 --datadir=DIR read-only architecture-independent data in DIR
212 [PREFIX/share]
213 --sysconfdir=DIR read-only single-machine data in DIR [PREFIX/etc]
214 --sharedstatedir=DIR modifiable architecture-independent data in DIR
215 [PREFIX/com]
216 --localstatedir=DIR modifiable single-machine data in DIR [PREFIX/var]
217 --libdir=DIR object code libraries in DIR [EPREFIX/lib]
218 --includedir=DIR C header files in DIR [PREFIX/include]
219 --oldincludedir=DIR C header files for non-gcc in DIR [/usr/include]
220 --infodir=DIR info documentation in DIR [PREFIX/info]
221 --mandir=DIR man documentation in DIR [PREFIX/man]
222 --srcdir=DIR find the sources in DIR [configure dir or ..]
223 --program-prefix=PREFIX prepend PREFIX to installed program names
224 --program-suffix=SUFFIX append SUFFIX to installed program names
225 --program-transform-name=PROGRAM
226 run sed PROGRAM on installed program names
227EOF
228 cat << EOF
229Host type:
230 --build=BUILD configure for building on BUILD [BUILD=HOST]
231 --host=HOST configure for HOST [guessed]
232 --target=TARGET configure for TARGET [TARGET=HOST]
233Features and packages:
234 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
235 --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
236 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
237 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
238 --x-includes=DIR X include files are in DIR
239 --x-libraries=DIR X library files are in DIR
240EOF
241 if test -n "$ac_help"; then
242 echo "--enable and --with options recognized:$ac_help"
243 fi
244 exit 0 ;;
71ab34df 245
246 -host | --host | --hos | --ho)
a4af6a58 247 ac_prev=host ;;
71ab34df 248 -host=* | --host=* | --hos=* | --ho=*)
a4af6a58 249 host="$ac_optarg" ;;
71ab34df 250
251 -includedir | --includedir | --includedi | --included | --include \
252 | --includ | --inclu | --incl | --inc)
253 ac_prev=includedir ;;
254 -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
255 | --includ=* | --inclu=* | --incl=* | --inc=*)
a4af6a58 256 includedir="$ac_optarg" ;;
71ab34df 257
258 -infodir | --infodir | --infodi | --infod | --info | --inf)
259 ac_prev=infodir ;;
260 -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
a4af6a58 261 infodir="$ac_optarg" ;;
71ab34df 262
263 -libdir | --libdir | --libdi | --libd)
264 ac_prev=libdir ;;
265 -libdir=* | --libdir=* | --libdi=* | --libd=*)
a4af6a58 266 libdir="$ac_optarg" ;;
71ab34df 267
268 -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
269 | --libexe | --libex | --libe)
270 ac_prev=libexecdir ;;
271 -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
272 | --libexe=* | --libex=* | --libe=*)
a4af6a58 273 libexecdir="$ac_optarg" ;;
71ab34df 274
275 -localstatedir | --localstatedir | --localstatedi | --localstated \
276 | --localstate | --localstat | --localsta | --localst \
277 | --locals | --local | --loca | --loc | --lo)
278 ac_prev=localstatedir ;;
279 -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
280 | --localstate=* | --localstat=* | --localsta=* | --localst=* \
281 | --locals=* | --local=* | --loca=* | --loc=* | --lo=*)
a4af6a58 282 localstatedir="$ac_optarg" ;;
71ab34df 283
284 -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
285 ac_prev=mandir ;;
286 -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
a4af6a58 287 mandir="$ac_optarg" ;;
71ab34df 288
289 -nfp | --nfp | --nf)
290 # Obsolete; use --without-fp.
291 with_fp=no ;;
292
293 -no-create | --no-create | --no-creat | --no-crea | --no-cre \
a4af6a58 294 | --no-cr | --no-c)
71ab34df 295 no_create=yes ;;
296
297 -no-recursion | --no-recursion | --no-recursio | --no-recursi \
298 | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
299 no_recursion=yes ;;
300
301 -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
302 | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
303 | --oldin | --oldi | --old | --ol | --o)
304 ac_prev=oldincludedir ;;
305 -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
306 | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
307 | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
a4af6a58 308 oldincludedir="$ac_optarg" ;;
71ab34df 309
310 -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
311 ac_prev=prefix ;;
312 -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
a4af6a58 313 prefix="$ac_optarg" ;;
71ab34df 314
315 -program-prefix | --program-prefix | --program-prefi | --program-pref \
316 | --program-pre | --program-pr | --program-p)
317 ac_prev=program_prefix ;;
318 -program-prefix=* | --program-prefix=* | --program-prefi=* \
319 | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
a4af6a58 320 program_prefix="$ac_optarg" ;;
71ab34df 321
322 -program-suffix | --program-suffix | --program-suffi | --program-suff \
323 | --program-suf | --program-su | --program-s)
324 ac_prev=program_suffix ;;
325 -program-suffix=* | --program-suffix=* | --program-suffi=* \
326 | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
a4af6a58 327 program_suffix="$ac_optarg" ;;
71ab34df 328
329 -program-transform-name | --program-transform-name \
330 | --program-transform-nam | --program-transform-na \
331 | --program-transform-n | --program-transform- \
332 | --program-transform | --program-transfor \
333 | --program-transfo | --program-transf \
334 | --program-trans | --program-tran \
335 | --progr-tra | --program-tr | --program-t)
336 ac_prev=program_transform_name ;;
337 -program-transform-name=* | --program-transform-name=* \
338 | --program-transform-nam=* | --program-transform-na=* \
339 | --program-transform-n=* | --program-transform-=* \
340 | --program-transform=* | --program-transfor=* \
341 | --program-transfo=* | --program-transf=* \
342 | --program-trans=* | --program-tran=* \
343 | --progr-tra=* | --program-tr=* | --program-t=*)
a4af6a58 344 program_transform_name="$ac_optarg" ;;
71ab34df 345
346 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
347 | -silent | --silent | --silen | --sile | --sil)
348 silent=yes ;;
349
350 -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
351 ac_prev=sbindir ;;
352 -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
353 | --sbi=* | --sb=*)
a4af6a58 354 sbindir="$ac_optarg" ;;
71ab34df 355
356 -sharedstatedir | --sharedstatedir | --sharedstatedi \
357 | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
358 | --sharedst | --shareds | --shared | --share | --shar \
359 | --sha | --sh)
360 ac_prev=sharedstatedir ;;
361 -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
362 | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
363 | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
364 | --sha=* | --sh=*)
a4af6a58 365 sharedstatedir="$ac_optarg" ;;
71ab34df 366
367 -site | --site | --sit)
368 ac_prev=site ;;
369 -site=* | --site=* | --sit=*)
a4af6a58 370 site="$ac_optarg" ;;
71ab34df 371
372 -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
373 ac_prev=srcdir ;;
374 -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
a4af6a58 375 srcdir="$ac_optarg" ;;
71ab34df 376
377 -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
378 | --syscon | --sysco | --sysc | --sys | --sy)
379 ac_prev=sysconfdir ;;
380 -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
381 | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
a4af6a58 382 sysconfdir="$ac_optarg" ;;
71ab34df 383
384 -target | --target | --targe | --targ | --tar | --ta | --t)
a4af6a58 385 ac_prev=target ;;
71ab34df 386 -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
a4af6a58 387 target="$ac_optarg" ;;
71ab34df 388
389 -v | -verbose | --verbose | --verbos | --verbo | --verb)
390 verbose=yes ;;
391
a4af6a58 392 -version | --version | --versio | --versi | --vers)
393 echo "configure generated by autoconf version 2.13"
394 exit 0 ;;
71ab34df 395
396 -with-* | --with-*)
a4af6a58 397 ac_package=`echo $ac_option|sed -e 's/-*with-//' -e 's/=.*//'`
71ab34df 398 # Reject names that are not valid shell variable names.
a4af6a58 399 if test -n "`echo $ac_package| sed 's/[-_a-zA-Z0-9]//g'`"; then
400 { echo "configure: error: $ac_package: invalid package name" 1>&2; exit 1; }
401 fi
71ab34df 402 ac_package=`echo $ac_package| sed 's/-/_/g'`
a4af6a58 403 case "$ac_option" in
404 *=*) ;;
71ab34df 405 *) ac_optarg=yes ;;
406 esac
a4af6a58 407 eval "with_${ac_package}='$ac_optarg'" ;;
71ab34df 408
409 -without-* | --without-*)
a4af6a58 410 ac_package=`echo $ac_option|sed -e 's/-*without-//'`
71ab34df 411 # Reject names that are not valid shell variable names.
a4af6a58 412 if test -n "`echo $ac_package| sed 's/[-a-zA-Z0-9_]//g'`"; then
413 { echo "configure: error: $ac_package: invalid package name" 1>&2; exit 1; }
414 fi
415 ac_package=`echo $ac_package| sed 's/-/_/g'`
416 eval "with_${ac_package}=no" ;;
71ab34df 417
418 --x)
419 # Obsolete; use --with-x.
420 with_x=yes ;;
421
422 -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
423 | --x-incl | --x-inc | --x-in | --x-i)
424 ac_prev=x_includes ;;
425 -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
426 | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
a4af6a58 427 x_includes="$ac_optarg" ;;
71ab34df 428
429 -x-libraries | --x-libraries | --x-librarie | --x-librari \
430 | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
431 ac_prev=x_libraries ;;
432 -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
433 | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
a4af6a58 434 x_libraries="$ac_optarg" ;;
71ab34df 435
a4af6a58 436 -*) { echo "configure: error: $ac_option: invalid option; use --help to show usage" 1>&2; exit 1; }
71ab34df 437 ;;
438
439 *)
a4af6a58 440 if test -n "`echo $ac_option| sed 's/[-a-z0-9.]//g'`"; then
441 echo "configure: warning: $ac_option: invalid host type" 1>&2
442 fi
443 if test "x$nonopt" != xNONE; then
444 { echo "configure: error: can only configure for one host and one target at a time" 1>&2; exit 1; }
445 fi
446 nonopt="$ac_option"
71ab34df 447 ;;
448
449 esac
450done
451
452if test -n "$ac_prev"; then
a4af6a58 453 { echo "configure: error: missing argument to --`echo $ac_prev | sed 's/_/-/g'`" 1>&2; exit 1; }
71ab34df 454fi
71ab34df 455
a4af6a58 456trap 'rm -fr conftest* confdefs* core core.* *.core $ac_clean_files; exit 1' 1 2 15
457
458# File descriptor usage:
459# 0 standard input
460# 1 file creation
461# 2 errors and warnings
462# 3 some systems may open it to /dev/tty
463# 4 used on the Kubota Titan
464# 6 checking for... messages and results
465# 5 compiler messages saved in config.log
466if test "$silent" = yes; then
467 exec 6>/dev/null
468else
469 exec 6>&1
470fi
471exec 5>./config.log
71ab34df 472
a4af6a58 473echo "\
474This file contains any messages produced by compilers while
475running configure, to aid debugging if configure makes a mistake.
476" 1>&5
477
478# Strip out --no-create and --no-recursion so they do not pile up.
479# Also quote any args containing shell metacharacters.
480ac_configure_args=
481for ac_arg
71ab34df 482do
a4af6a58 483 case "$ac_arg" in
484 -no-create | --no-create | --no-creat | --no-crea | --no-cre \
485 | --no-cr | --no-c) ;;
486 -no-recursion | --no-recursion | --no-recursio | --no-recursi \
487 | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r) ;;
488 *" "*|*" "*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?]*)
489 ac_configure_args="$ac_configure_args '$ac_arg'" ;;
490 *) ac_configure_args="$ac_configure_args $ac_arg" ;;
71ab34df 491 esac
492done
493
a4af6a58 494# NLS nuisances.
495# Only set these to C if already set. These must not be set unconditionally
496# because not all systems understand e.g. LANG=C (notably SCO).
497# Fixing LC_MESSAGES prevents Solaris sh from translating var values in `set'!
498# Non-C LC_CTYPE values break the ctype check.
499if test "${LANG+set}" = set; then LANG=C; export LANG; fi
500if test "${LC_ALL+set}" = set; then LC_ALL=C; export LC_ALL; fi
501if test "${LC_MESSAGES+set}" = set; then LC_MESSAGES=C; export LC_MESSAGES; fi
502if test "${LC_CTYPE+set}" = set; then LC_CTYPE=C; export LC_CTYPE; fi
b1660f25 503
a4af6a58 504# confdefs.h avoids OS command line length limits that DEFS can exceed.
505rm -rf conftest* confdefs.h
506# AIX cpp loses on an empty file, so make sure it contains at least a newline.
507echo > confdefs.h
71ab34df 508
a4af6a58 509# A filename unique to this package, relative to the directory that
510# configure is in, which we can look for to find out if srcdir is correct.
511ac_unique_file=move-if-change
71ab34df 512
513# Find the source files, if location was not specified.
514if test -z "$srcdir"; then
515 ac_srcdir_defaulted=yes
516 # Try the directory containing this script, then its parent.
a4af6a58 517 ac_prog=$0
518 ac_confdir=`echo $ac_prog|sed 's%/[^/][^/]*$%%'`
519 test "x$ac_confdir" = "x$ac_prog" && ac_confdir=.
71ab34df 520 srcdir=$ac_confdir
521 if test ! -r $srcdir/$ac_unique_file; then
522 srcdir=..
523 fi
524else
525 ac_srcdir_defaulted=no
526fi
527if test ! -r $srcdir/$ac_unique_file; then
528 if test "$ac_srcdir_defaulted" = yes; then
a4af6a58 529 { echo "configure: error: can not find sources in $ac_confdir or .." 1>&2; exit 1; }
71ab34df 530 else
a4af6a58 531 { echo "configure: error: can not find sources in $srcdir" 1>&2; exit 1; }
532 fi
b1660f25 533fi
a4af6a58 534srcdir=`echo "${srcdir}" | sed 's%\([^/]\)/*$%\1%'`
b1660f25 535
71ab34df 536# Prefer explicitly selected file to automatically selected ones.
17336619 537if test -z "$CONFIG_SITE"; then
538 if test "x$prefix" != xNONE; then
539 CONFIG_SITE="$prefix/share/config.site $prefix/etc/config.site"
540 else
541 CONFIG_SITE="$ac_default_prefix/share/config.site $ac_default_prefix/etc/config.site"
71ab34df 542 fi
543fi
544for ac_site_file in $CONFIG_SITE; do
545 if test -r "$ac_site_file"; then
a4af6a58 546 echo "loading site script $ac_site_file"
71ab34df 547 . "$ac_site_file"
548 fi
549done
550
551if test -r "$cache_file"; then
a4af6a58 552 echo "loading cache $cache_file"
553 . $cache_file
71ab34df 554else
a4af6a58 555 echo "creating cache $cache_file"
556 > $cache_file
71ab34df 557fi
558
559ac_ext=c
a4af6a58 560# CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
71ab34df 561ac_cpp='$CPP $CPPFLAGS'
a4af6a58 562ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
563ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
564cross_compiling=$ac_cv_prog_cc_cross
565
566ac_exeext=
567ac_objext=o
568if (echo "testing\c"; echo 1,2,3) | grep c >/dev/null; then
569 # Stardent Vistra SVR4 grep lacks -e, says ghazi@caip.rutgers.edu.
570 if (echo -n testing; echo 1,2,3) | sed s/-n/xn/ | grep xn >/dev/null; then
571 ac_n= ac_c='
572' ac_t=' '
573 else
574 ac_n=-n ac_c= ac_t=
575 fi
576else
577 ac_n= ac_c='\c' ac_t=
578fi
71ab34df 579
580
d65dd253 581
71ab34df 582ac_aux_dir=
d389b7e3 583for ac_dir in $srcdir $srcdir/.. $srcdir/../..; do
71ab34df 584 if test -f $ac_dir/install-sh; then
585 ac_aux_dir=$ac_dir
586 ac_install_sh="$ac_aux_dir/install-sh -c"
587 break
588 elif test -f $ac_dir/install.sh; then
589 ac_aux_dir=$ac_dir
590 ac_install_sh="$ac_aux_dir/install.sh -c"
591 break
592 fi
593done
594if test -z "$ac_aux_dir"; then
a4af6a58 595 { echo "configure: error: can not find install-sh or install.sh in $srcdir $srcdir/.. $srcdir/../.." 1>&2; exit 1; }
71ab34df 596fi
a4af6a58 597ac_config_guess=$ac_aux_dir/config.guess
598ac_config_sub=$ac_aux_dir/config.sub
599ac_configure=$ac_aux_dir/configure # This should be Cygnus configure.
71ab34df 600
601
a4af6a58 602# Do some error checking and defaulting for the host and target type.
603# The inputs are:
604# configure --host=HOST --target=TARGET --build=BUILD NONOPT
605#
606# The rules are:
607# 1. You are not allowed to specify --host, --target, and nonopt at the
608# same time.
609# 2. Host defaults to nonopt.
610# 3. If nonopt is not specified, then host defaults to the current host,
611# as determined by config.guess.
612# 4. Target and build default to nonopt.
613# 5. If nonopt is not specified, then target and build default to host.
71ab34df 614
615# The aliases save the names the user supplied, while $host etc.
616# will get canonicalized.
a4af6a58 617case $host---$target---$nonopt in
618NONE---*---* | *---NONE---* | *---*---NONE) ;;
619*) { echo "configure: error: can only configure for one host and one target at a time" 1>&2; exit 1; } ;;
620esac
621
622
623# Make sure we can run config.sub.
624if ${CONFIG_SHELL-/bin/sh} $ac_config_sub sun4 >/dev/null 2>&1; then :
625else { echo "configure: error: can not run $ac_config_sub" 1>&2; exit 1; }
626fi
627
628echo $ac_n "checking host system type""... $ac_c" 1>&6
39f34cfc 629echo "configure:630: checking host system type" >&5
a4af6a58 630
631host_alias=$host
632case "$host_alias" in
633NONE)
634 case $nonopt in
635 NONE)
636 if host_alias=`${CONFIG_SHELL-/bin/sh} $ac_config_guess`; then :
637 else { echo "configure: error: can not guess host type; you must specify one" 1>&2; exit 1; }
638 fi ;;
639 *) host_alias=$nonopt ;;
640 esac ;;
641esac
642
643host=`${CONFIG_SHELL-/bin/sh} $ac_config_sub $host_alias`
644host_cpu=`echo $host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
645host_vendor=`echo $host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
646host_os=`echo $host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
647echo "$ac_t""$host" 1>&6
648
649echo $ac_n "checking target system type""... $ac_c" 1>&6
39f34cfc 650echo "configure:651: checking target system type" >&5
a4af6a58 651
652target_alias=$target
653case "$target_alias" in
654NONE)
655 case $nonopt in
656 NONE) target_alias=$host_alias ;;
657 *) target_alias=$nonopt ;;
658 esac ;;
659esac
660
661target=`${CONFIG_SHELL-/bin/sh} $ac_config_sub $target_alias`
662target_cpu=`echo $target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
663target_vendor=`echo $target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
664target_os=`echo $target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
665echo "$ac_t""$target" 1>&6
666
667echo $ac_n "checking build system type""... $ac_c" 1>&6
39f34cfc 668echo "configure:669: checking build system type" >&5
a4af6a58 669
670build_alias=$build
671case "$build_alias" in
672NONE)
673 case $nonopt in
674 NONE) build_alias=$host_alias ;;
675 *) build_alias=$nonopt ;;
676 esac ;;
677esac
678
679build=`${CONFIG_SHELL-/bin/sh} $ac_config_sub $build_alias`
680build_cpu=`echo $build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
681build_vendor=`echo $build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
682build_os=`echo $build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
683echo "$ac_t""$build" 1>&6
684
685test "$host_alias" != "$target_alias" &&
71ab34df 686 test "$program_prefix$program_suffix$program_transform_name" = \
687 NONENONEs,x,x, &&
688 program_prefix=${target_alias}-
a4af6a58 689
690if test "$program_transform_name" = s,x,x,; then
691 program_transform_name=
692else
693 # Double any \ or $. echo might interpret backslashes.
694 cat <<\EOF_SED > conftestsed
695s,\\,\\\\,g; s,\$,$$,g
696EOF_SED
697 program_transform_name="`echo $program_transform_name|sed -f conftestsed`"
698 rm -f conftestsed
699fi
71ab34df 700test "$program_prefix" != NONE &&
a4af6a58 701 program_transform_name="s,^,${program_prefix},; $program_transform_name"
71ab34df 702# Use a double $ so make ignores it.
703test "$program_suffix" != NONE &&
a4af6a58 704 program_transform_name="s,\$\$,${program_suffix},; $program_transform_name"
705
706# sed with no file args requires a program.
707test "$program_transform_name" = "" && program_transform_name="s,x,x,"
71ab34df 708
709
450e6c84 710# Get 'install' or 'install-sh' and its variants.
711# Find a good install program. We prefer a C program (faster),
712# so one script is as good as another. But avoid the broken or
713# incompatible versions:
714# SysV /etc/install, /usr/sbin/install
715# SunOS /usr/etc/install
716# IRIX /sbin/install
717# AIX /bin/install
718# AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
719# AFS /usr/afsws/bin/install, which mishandles nonexistent args
720# SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
721# ./install, which can be erroneously created by make from ./install.sh.
a4af6a58 722echo $ac_n "checking for a BSD compatible install""... $ac_c" 1>&6
39f34cfc 723echo "configure:724: checking for a BSD compatible install" >&5
450e6c84 724if test -z "$INSTALL"; then
a4af6a58 725if eval "test \"`echo '$''{'ac_cv_path_install'+set}'`\" = set"; then
726 echo $ac_n "(cached) $ac_c" 1>&6
727else
728 IFS="${IFS= }"; ac_save_IFS="$IFS"; IFS=":"
729 for ac_dir in $PATH; do
730 # Account for people who put trailing slashes in PATH elements.
731 case "$ac_dir/" in
732 /|./|.//|/etc/*|/usr/sbin/*|/usr/etc/*|/sbin/*|/usr/afsws/bin/*|/usr/ucb/*) ;;
733 *)
734 # OSF1 and SCO ODT 3.0 have their own names for install.
735 # Don't use installbsd from OSF since it installs stuff as root
736 # by default.
737 for ac_prog in ginstall scoinst install; do
738 if test -f $ac_dir/$ac_prog; then
450e6c84 739 if test $ac_prog = install &&
a4af6a58 740 grep dspmsg $ac_dir/$ac_prog >/dev/null 2>&1; then
450e6c84 741 # AIX install. It has an incompatible calling convention.
742 :
743 else
a4af6a58 744 ac_cv_path_install="$ac_dir/$ac_prog -c"
745 break 2
450e6c84 746 fi
747 fi
748 done
a4af6a58 749 ;;
750 esac
751 done
752 IFS="$ac_save_IFS"
450e6c84 753
754fi
755 if test "${ac_cv_path_install+set}" = set; then
a4af6a58 756 INSTALL="$ac_cv_path_install"
450e6c84 757 else
758 # As a last resort, use the slow shell script. We don't cache a
759 # path for INSTALL within a source directory, because that will
760 # break other packages using the cache if that directory is
761 # removed, or if the path is relative.
a4af6a58 762 INSTALL="$ac_install_sh"
450e6c84 763 fi
764fi
a4af6a58 765echo "$ac_t""$INSTALL" 1>&6
450e6c84 766
767# Use test -z because SunOS4 sh mishandles braces in ${var-val}.
768# It thinks the first close brace ends the variable substitution.
769test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
770
a4af6a58 771test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL_PROGRAM}'
450e6c84 772
773test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
774
a4af6a58 775echo $ac_n "checking whether ln works""... $ac_c" 1>&6
39f34cfc 776echo "configure:777: checking whether ln works" >&5
a4af6a58 777if eval "test \"`echo '$''{'acx_cv_prog_LN'+set}'`\" = set"; then
778 echo $ac_n "(cached) $ac_c" 1>&6
599a3eac 779else
780 rm -f conftestdata_t
781echo >conftestdata_f
782if ln conftestdata_f conftestdata_t 2>/dev/null
783then
784 acx_cv_prog_LN=ln
785else
786 acx_cv_prog_LN=no
787fi
788rm -f conftestdata_f conftestdata_t
789
790fi
791if test $acx_cv_prog_LN = no; then
792 LN="cp"
a4af6a58 793 echo "$ac_t""no, using $LN" 1>&6
599a3eac 794else
795 LN="$acx_cv_prog_LN"
a4af6a58 796 echo "$ac_t""yes" 1>&6
599a3eac 797fi
798
a4af6a58 799echo $ac_n "checking whether ln -s works""... $ac_c" 1>&6
39f34cfc 800echo "configure:801: checking whether ln -s works" >&5
a4af6a58 801if eval "test \"`echo '$''{'ac_cv_prog_LN_S'+set}'`\" = set"; then
802 echo $ac_n "(cached) $ac_c" 1>&6
5965d276 803else
a4af6a58 804 rm -f conftestdata
805if ln -s X conftestdata 2>/dev/null
806then
807 rm -f conftestdata
808 ac_cv_prog_LN_S="ln -s"
809else
810 ac_cv_prog_LN_S=ln
811fi
812fi
813LN_S="$ac_cv_prog_LN_S"
814if test "$ac_cv_prog_LN_S" = "ln -s"; then
815 echo "$ac_t""yes" 1>&6
816else
817 echo "$ac_t""no" 1>&6
5965d276 818fi
819
450e6c84 820
a8298541 821### we might need to use some other shell than /bin/sh for running subshells
a8298541 822### If we are on Windows, search for the shell. This will permit people
823### to not have /bin/sh, but to be able to see /SOME/PATH/sh configure
824### without also having to set CONFIG_SHELL. This code will work when
825### using bash, which sets OSTYPE.
826case "${OSTYPE}" in
827*win32*)
71ab34df 828 if test x${CONFIG_SHELL} = x ; then
829 if test ! -f /bin/sh ; then
830 if test x${SHELL} != x && test -f ${SHELL} ; then
a8298541 831 CONFIG_SHELL=${SHELL}
832 export CONFIG_SHELL
833 else
834 for prog in sh sh.exe bash bash.exe; do
835 IFS="${IFS= }"; save_ifs="$IFS"; IFS="${IFS}:"
836 for dir in $PATH; do
837 test -z "$dir" && dir=.
838 if test -f $dir/$prog; then
839 CONFIG_SHELL=$dir/$prog
840 export CONFIG_SHELL
841 break
842 fi
843 done
844 IFS="$save_ifs"
845 test -n "${CONFIG_SHELL}" && break
846 done
847 fi
848 fi
849 fi
850 ;;
851esac
852
853config_shell=${CONFIG_SHELL-/bin/sh}
854
a8298541 855progname=$0
856# if PWD already has a value, it is probably wrong.
71ab34df 857if test -n "$PWD" ; then PWD=`${PWDCMD-pwd}`; fi
a8298541 858
63a057cf 859# Export original configure arguments for use by sub-configures. These
5df533c9 860# will be expanded by make, so quote '$'.
861tmp="$progname $@"
862sed -e 's,\$,$$,g' <<EOF_SED > conftestsed.out
863$tmp
63a057cf 864EOF_SED
5df533c9 865TOPLEVEL_CONFIGURE_ARGUMENTS=`cat conftestsed.out`
866rm -f conftestsed.out
a16b5a9d 867
9371935c 868
71ab34df 869moveifchange=${srcdir}/move-if-change
a8298541 870
e8eddfdd 871srcpwd=`cd ${srcdir} ; ${PWDCMD-pwd}`
872
873# We pass INSTALL explicitly to sub-makes. Make sure that it is not
874# a relative path.
875if test "$INSTALL" = "${srcdir}/install-sh -c"; then
876 INSTALL="${srcpwd}/install-sh -c"
877fi
878
71ab34df 879# Set srcdir to "." if that's what it is.
880# This is important for multilib support.
881pwd=`${PWDCMD-pwd}`
71ab34df 882if test "${pwd}" = "${srcpwd}" ; then
883 srcdir=.
a8298541 884fi
885
71ab34df 886topsrcdir=$srcpwd
ed37269d 887
71ab34df 888extra_host_args=
14ac9144 889
71ab34df 890### To add a new directory to the tree, first choose whether it is a target
891### or a host dependent tool. Then put it into the appropriate list
892### (library or tools, host or target), doing a dependency sort.
a8298541 893
a4af6a58 894# Subdirs will be configured in the order listed in build_configdirs,
71ab34df 895# configdirs, or target_configdirs; see the serialization section below.
a8298541 896
a4af6a58 897# Dependency sorting is only needed when *configuration* must be done in
898# a particular order. In all cases a dependency should be specified in
71ab34df 899# the Makefile, whether or not it's implicitly specified here.
a8298541 900
71ab34df 901# Double entries in build_configdirs, configdirs, or target_configdirs may
902# cause circular dependencies and break everything horribly.
a8298541 903
2f8725b0 904# these library is used by various programs built for the build
905# environment
906#
907build_libs="build-libiberty"
908
909# these tools are built for the build environment
2b59cb05 910build_tools="build-texinfo build-byacc build-flex build-bison build-m4 build-fixincludes"
2f8725b0 911
71ab34df 912# these libraries are used by various programs built for the host environment
913#
e21c3597 914host_libs="intl mmalloc libiberty opcodes bfd readline tcl tk itcl libgui zlib libcpp libdecnumber"
71ab34df 915
71ab34df 916# these tools are built for the host environment
917# Note, the powerpc-eabi build depends on sim occurring before gdb in order to
918# know that we are building the simulator.
919# binutils, gas and ld appear in that order because it makes sense to run
920# "make check" in that particular order.
a136b23d 921host_tools="texinfo byacc flex bison binutils gas ld fixincludes gcc sid sim gdb make patch prms send-pr gprof etc expect dejagnu ash bash bzip2 m4 autoconf automake libtool diff rcs fileutils shellutils time textutils wdiff find uudecode hello tar gzip indent recode release sed utils guile perl gawk findutils gettext zip fastjar gnattools"
71ab34df 922
923# libgcj represents the runtime libraries only used by gcj.
924libgcj="target-libffi \
71ab34df 925 target-zlib \
926 target-qthreads \
927 target-libjava"
928
929# these libraries are built for the target environment, and are built after
930# the host libraries and the host tools (which may be a cross compiler)
931#
328637e8 932target_libraries="target-libiberty \
71ab34df 933 target-libgloss \
934 target-newlib \
54d7d5f2 935 target-libstdc++-v3 \
4ee9c684 936 target-libmudflap \
0d55f4d0 937 target-libssp \
4ee9c684 938 target-libgfortran \
dd6d3a67 939 target-boehm-gc \
cdfc500e 940 ${libgcj} \
93341878 941 target-libobjc \
1e8e9920 942 target-libada \
943 target-libgomp"
71ab34df 944
328637e8 945# these tools are built using the target libraries, and are intended to
946# run only in the target environment
71ab34df 947#
328637e8 948# note: any program that *uses* libraries that are in the "target_libraries"
71ab34df 949# list belongs in this list. those programs are also very likely
950# candidates for the "native_only" list which follows
951#
410f1dde 952target_tools="target-examples target-groff target-gperf target-rda"
a8298541 953
71ab34df 954################################################################################
a8298541 955
71ab34df 956## All tools belong in one of the four categories, and are assigned above
957## We assign ${configdirs} this way to remove all embedded newlines. This
958## is important because configure will choke if they ever get through.
959## ${configdirs} is directories we build using the host tools.
960## ${target_configdirs} is directories we build using the target tools.
71ab34df 961configdirs=`echo ${host_libs} ${host_tools}`
328637e8 962target_configdirs=`echo ${target_libraries} ${target_tools}`
2b59cb05 963build_configdirs=`echo ${build_libs} ${build_tools}`
6f4f34a7 964
71ab34df 965################################################################################
a8298541 966
71ab34df 967srcname="gnu development package"
a8298541 968
71ab34df 969# This gets set non-empty for some net releases of packages.
970appdirs=""
a8298541 971
71ab34df 972# Define is_cross_compiler to save on calls to 'test'.
973is_cross_compiler=
974if test x"${host}" = x"${target}" ; then
975 is_cross_compiler=no
a8298541 976else
71ab34df 977 is_cross_compiler=yes
a4af6a58 978fi
a8298541 979
2f61b8ca 980# Find the build and target subdir names.
6f4f34a7 981 case ${build_alias} in
982 "") build_noncanonical=${build} ;;
983 *) build_noncanonical=${build_alias} ;;
984esac
985
986 case ${host_alias} in
987 "") host_noncanonical=${build_noncanonical} ;;
988 *) host_noncanonical=${host_alias} ;;
989esac
990
991 case ${target_alias} in
992 "") target_noncanonical=${host_noncanonical} ;;
993 *) target_noncanonical=${target_alias} ;;
994esac
995
d3e7b04c 996
997# post-stage1 host modules use a different CC_FOR_BUILD so, in order to
998# have matching libraries, they should use host libraries: Makefile.tpl
999# arranges to pass --with-build-libsubdir=$(HOST_SUBDIR).
1000# However, they still use the build modules, because the corresponding
1001# host modules (e.g. bison) are only built for the host when bootstrap
1002# finishes. So:
1003# - build_subdir is where we find build modules, and never changes.
1004# - build_libsubdir is where we find build libraries, and can be overridden.
1005
1006# Prefix 'build-' so this never conflicts with target_subdir.
6f4f34a7 1007build_subdir="build-${build_noncanonical}"
d3e7b04c 1008# Check whether --with-build-libsubdir or --without-build-libsubdir was given.
1009if test "${with_build_libsubdir+set}" = set; then
1010 withval="$with_build_libsubdir"
1011 build_libsubdir="$withval"
1012else
1013 build_libsubdir="$build_subdir"
1014fi
1015
c1eb9e31 1016# --srcdir=. covers the toplevel, while "test -d" covers the subdirectories
1017if ( test $srcdir = . && test -d gcc ) \
1018 || test -d $srcdir/../host-${host_noncanonical}; then
1019 host_subdir="host-${host_noncanonical}"
1020else
1021 host_subdir=.
1022fi
6f4f34a7 1023# No prefix.
1024target_subdir=${target_noncanonical}
d3e7b04c 1025
a8298541 1026
71ab34df 1027# Skipdirs are removed silently.
1028skipdirs=
1029# Noconfigdirs are removed loudly.
1030noconfigdirs=""
a8298541 1031
71ab34df 1032use_gnu_ld=
1033# Make sure we don't let GNU ld be added if we didn't want it.
1034if test x$with_gnu_ld = xno ; then
1035 use_gnu_ld=no
1036 noconfigdirs="$noconfigdirs ld"
a8298541 1037fi
1038
71ab34df 1039use_gnu_as=
1040# Make sure we don't let GNU as be added if we didn't want it.
1041if test x$with_gnu_as = xno ; then
1042 use_gnu_as=no
1043 noconfigdirs="$noconfigdirs gas"
a8298541 1044fi
1045
a4af6a58 1046# some tools are so dependent upon X11 that if we're not building with X,
71ab34df 1047# it's not even worth trying to configure, much less build, that tool.
a8298541 1048
71ab34df 1049case ${with_x} in
1050 yes | "") ;; # the default value for this tree is that X11 is available
1051 no)
f843f075 1052 skipdirs="${skipdirs} tk itcl libgui"
71ab34df 1053 # We won't be able to build gdbtk without X.
a4af6a58 1054 enable_gdbtk=no
71ab34df 1055 ;;
1056 *) echo "*** bad value \"${with_x}\" for -with-x flag; ignored" 1>&2 ;;
1057esac
a8298541 1058
71ab34df 1059# Some tools are only suitable for building in a "native" situation.
a4af6a58 1060# Remove these if host!=target.
a2c13723 1061native_only="autoconf automake libtool fileutils find gawk gettext gzip hello indent m4 rcs recode sed shellutils tar textutils uudecode wdiff target-groff guile perl time ash bash bzip2 prms gnuserv target-gperf"
a8298541 1062
71ab34df 1063# Similarly, some are only suitable for cross toolchains.
1064# Remove these if host=target.
1065cross_only="target-libgloss target-newlib target-opcodes"
1066
1067case $is_cross_compiler in
1068 no) skipdirs="${skipdirs} ${cross_only}" ;;
1069 yes) skipdirs="${skipdirs} ${native_only}" ;;
1070esac
a8298541 1071
71ab34df 1072# If both --with-headers and --with-libs are specified, default to
1073# --without-newlib.
e8eddfdd 1074if test x"${with_headers}" != x && test x"${with_headers}" != xno \
1075 && test x"${with_libs}" != x && test x"${with_libs}" != xno ; then
71ab34df 1076 if test x"${with_newlib}" = x ; then
1077 with_newlib=no
1078 fi
a8298541 1079fi
1080
71ab34df 1081# Recognize --with-newlib/--without-newlib.
1082case ${with_newlib} in
1083 no) skipdirs="${skipdirs} target-newlib" ;;
1084 yes) skipdirs=`echo " ${skipdirs} " | sed -e 's/ target-newlib / /'` ;;
1085esac
a8298541 1086
71ab34df 1087# Configure extra directories which are host specific
a8298541 1088
71ab34df 1089case "${host}" in
1090 *-cygwin*)
1091 configdirs="$configdirs libtermcap" ;;
1092esac
a8298541 1093
ff7dcf6a 1094# A target can indicate whether a language isn't supported for some reason.
1095# Only spaces may be used in this macro; not newlines or tabs.
1096unsupported_languages=
1097
a4af6a58 1098# Remove more programs from consideration, based on the host or
71ab34df 1099# target this usually means that a port of the program doesn't
1100# exist yet.
c7879c37 1101
71ab34df 1102case "${host}" in
1103 hppa*64*-*-*)
1104 noconfigdirs="$noconfigdirs byacc"
1105 ;;
f74ea578 1106 i[3456789]86-*-vsta)
f843f075 1107 noconfigdirs="$noconfigdirs tcl expect dejagnu make texinfo bison patch flex byacc send-pr gprof uudecode dejagnu diff guile perl itcl gnuserv gettext"
71ab34df 1108 ;;
f74ea578 1109 i[3456789]86-*-go32* | i[3456789]86-*-msdosdjgpp*)
f843f075 1110 noconfigdirs="$noconfigdirs tcl tk expect dejagnu send-pr uudecode guile itcl gnuserv libffi"
602d002b 1111 ;;
f74ea578 1112 i[3456789]86-*-mingw32*)
f843f075 1113 # noconfigdirs="tcl tk expect dejagnu make texinfo bison patch flex byacc send-pr uudecode dejagnu diff guile perl itcl gnuserv"
d6d689df 1114 noconfigdirs="$noconfigdirs expect dejagnu autoconf automake send-pr rcs guile perl texinfo libtool newlib"
602d002b 1115 ;;
f74ea578 1116 i[3456789]86-*-beos*)
f843f075 1117 noconfigdirs="$noconfigdirs tk itcl libgui gdb"
602d002b 1118 ;;
71ab34df 1119 *-*-cygwin*)
9dec93ca 1120 noconfigdirs="$noconfigdirs autoconf automake send-pr rcs guile perl"
71ab34df 1121 ;;
1122 *-*-netbsd*)
9dec93ca 1123 noconfigdirs="$noconfigdirs rcs"
71ab34df 1124 ;;
1125 ppc*-*-pe)
f843f075 1126 noconfigdirs="$noconfigdirs patch diff make tk tcl expect dejagnu autoconf automake texinfo bison send-pr gprof rcs guile perl itcl gnuserv"
71ab34df 1127 ;;
1128 powerpc-*-beos*)
f843f075 1129 noconfigdirs="$noconfigdirs tk itcl libgui gdb dejagnu readline"
71ab34df 1130 ;;
71ab34df 1131esac
c7879c37 1132
4ee9c684 1133
93341878 1134# Check whether --enable-libada or --disable-libada was given.
1135if test "${enable_libada+set}" = set; then
1136 enableval="$enable_libada"
1137 ENABLE_LIBADA=$enableval
1138else
1139 ENABLE_LIBADA=yes
a4af6a58 1140fi
1141
93341878 1142if test "${ENABLE_LIBADA}" != "yes" ; then
a136b23d 1143 noconfigdirs="$noconfigdirs gnattools"
93341878 1144fi
1145
07da5214 1146# Check whether --enable-libssp or --disable-libssp was given.
1147if test "${enable_libssp+set}" = set; then
1148 enableval="$enable_libssp"
1149 ENABLE_LIBSSP=$enableval
1150else
1151 ENABLE_LIBSSP=yes
a4af6a58 1152fi
1153
07da5214 1154
71ab34df 1155# Save it here so that, even in case of --enable-libgcj, if the Java
1156# front-end isn't enabled, we still get libgcj disabled.
1157libgcj_saved=$libgcj
1158case $enable_libgcj in
1159yes)
1160 # If we reset it here, it won't get added to noconfigdirs in the
1161 # target-specific build rules, so it will be forcibly enabled
1162 # (unless the Java language itself isn't enabled).
1163 libgcj=
1164 ;;
1165no)
1166 # Make sure we get it printed in the list of not supported target libs.
1167 noconfigdirs="$noconfigdirs ${libgcj}"
1168 ;;
1169esac
c7879c37 1170
4ee9c684 1171
50996fe5 1172# Disable libmudflap on some systems.
1173if test x$enable_libmudflap = x ; then
344b2784 1174 case "${target}" in
4938df8a 1175 *-*-linux* | *-*-gnu* | *-*-k*bsd*-gnu)
cb8a7007 1176 # Enable libmudflap by default in GNU and friends.
344b2784 1177 ;;
122ae8c7 1178 *-*-freebsd*)
1179 # Enable libmudflap by default in FreeBSD.
1180 ;;
344b2784 1181 *)
1182 # Disable it by default everywhere else.
1183 noconfigdirs="$noconfigdirs target-libmudflap"
1184 ;;
1185 esac
50996fe5 1186fi
4ee9c684 1187
50996fe5 1188# Disable libgomp on non POSIX hosted systems.
1189if test x$enable_libgomp = x ; then
1e8e9920 1190 # Enable libgomp by default on hosted POSIX systems.
1191 case "${target}" in
4938df8a 1192 *-*-linux* | *-*-gnu* | *-*-k*bsd*-gnu)
1e8e9920 1193 ;;
1194 *-*-netbsd* | *-*-freebsd* | *-*-openbsd*)
1195 ;;
778f2e8d 1196 *-*-solaris2* | *-*-sysv4* | *-*-irix6* | *-*-osf* | *-*-hpux11*)
1e8e9920 1197 ;;
634efbee 1198 *-*-darwin* | *-*-aix*)
1e8e9920 1199 ;;
1200 *)
1201 noconfigdirs="$noconfigdirs target-libgomp"
1202 ;;
1203 esac
50996fe5 1204fi
1e8e9920 1205
4ee9c684 1206
71ab34df 1207case "${target}" in
1208 *-*-chorusos)
d6f7b8f2 1209 noconfigdirs="$noconfigdirs target-newlib target-libgloss ${libgcj}"
71ab34df 1210 ;;
fce068fd 1211 powerpc-*-darwin* | i[3456789]86-*-darwin*)
ffe859e6 1212 noconfigdirs="$noconfigdirs bfd binutils ld gas opcodes gdb gprof"
d28caca4 1213 noconfigdirs="$noconfigdirs sim target-rda"
0894307c 1214 ;;
fce068fd 1215 *-*-darwin*)
1216 noconfigdirs="$noconfigdirs ld gas gdb gprof"
1217 noconfigdirs="$noconfigdirs sim target-rda"
1218 noconfigdirs="$noconfigdirs ${libgcj}"
1219 ;;
71ab34df 1220 *-*-freebsd[12] | *-*-freebsd[12].* | *-*-freebsd*aout*)
d6f7b8f2 1221 noconfigdirs="$noconfigdirs target-newlib target-libgloss ${libgcj}"
71ab34df 1222 ;;
c01dd063 1223 *-*-freebsd*)
4ee9c684 1224 noconfigdirs="$noconfigdirs target-newlib target-libgloss"
1225 if test "x$with_gmp" = x && test "x$with_gmp_dir" = x \
1226 && test -f /usr/local/include/gmp.h; then
1227 with_gmp=/usr/local
1228 fi
1229
1230 # Skip some stuff that's unsupported on some FreeBSD configurations.
1231 case "${target}" in
1232 i*86-*-*) ;;
1233 alpha*-*-*) ;;
1234 *)
d6f7b8f2 1235 noconfigdirs="$noconfigdirs ${libgcj}"
4ee9c684 1236 ;;
1237 esac
1238 ;;
336577be 1239 *-*-kaos*)
1240 # Remove unsupported stuff on all kaOS configurations.
d6f7b8f2 1241 skipdirs="target-libiberty ${libgcj} target-libstdc++-v3 target-librx"
336577be 1242 skipdirs="$skipdirs target-libobjc target-examples target-groff target-gperf"
1243 skipdirs="$skipdirs zlib fastjar target-libjava target-boehm-gc target-zlib"
1244 noconfigdirs="$noconfigdirs target-libgloss"
1245 ;;
71ab34df 1246 *-*-netbsd*)
1247 # Skip some stuff on all NetBSD configurations.
1248 noconfigdirs="$noconfigdirs target-newlib target-libiberty target-libgloss"
1249
1250 # Skip some stuff that's unsupported on some NetBSD configurations.
1251 case "${target}" in
1252 i*86-*-netbsdelf*) ;;
c8a4cc21 1253 arm*-*-netbsdelf*) ;;
71ab34df 1254 *)
d6f7b8f2 1255 noconfigdirs="$noconfigdirs ${libgcj}"
71ab34df 1256 ;;
1257 esac
1258 ;;
634f7a13 1259 *-*-netware*)
d6f7b8f2 1260 noconfigdirs="$noconfigdirs target-newlib target-libiberty target-libgloss ${libgcj} target-libmudflap"
71ab34df 1261 ;;
1262 *-*-rtems*)
d6f7b8f2 1263 noconfigdirs="$noconfigdirs target-libgloss ${libgcj}"
71ab34df 1264 ;;
9f88bc9d 1265 # The tpf target doesn't support gdb yet.
1266 *-*-tpf*)
d6f7b8f2 1267 noconfigdirs="$noconfigdirs target-newlib target-libgloss target-libiberty ${libgcj} target-libmudflap gdb tcl tk libgui itcl"
9f88bc9d 1268 ;;
688429c4 1269 *-*-uclinux*)
d6f7b8f2 1270 noconfigdirs="$noconfigdirs target-newlib target-libgloss target-rda ${libgcj}"
688429c4 1271 ;;
71ab34df 1272 *-*-vxworks*)
d6f7b8f2 1273 noconfigdirs="$noconfigdirs target-newlib target-libgloss target-libiberty target-libstdc++-v3 ${libgcj}"
71ab34df 1274 ;;
1275 alpha*-dec-osf*)
1276 # ld works, but does not support shared libraries.
1277 # newlib is not 64 bit ready. I'm not sure about fileutils.
1278 # gas doesn't generate exception information.
1279 noconfigdirs="$noconfigdirs gas ld fileutils target-newlib target-libgloss"
1280 ;;
1281 alpha*-*-*vms*)
d6f7b8f2 1282 noconfigdirs="$noconfigdirs gdb ld target-newlib target-libgloss ${libgcj}"
71ab34df 1283 ;;
1284 alpha*-*-linux*)
1285 # newlib is not 64 bit ready
1286 noconfigdirs="$noconfigdirs target-newlib target-libgloss"
1287 ;;
71ab34df 1288 alpha*-*-*)
1289 # newlib is not 64 bit ready
d6f7b8f2 1290 noconfigdirs="$noconfigdirs target-newlib target-libgloss ${libgcj}"
71ab34df 1291 ;;
700d38c2 1292 am33_2.0-*-linux*)
d6f7b8f2 1293 noconfigdirs="$noconfigdirs ${libgcj} target-newlib target-libgloss"
700d38c2 1294 ;;
71ab34df 1295 sh-*-linux*)
d6f7b8f2 1296 noconfigdirs="$noconfigdirs ${libgcj} target-newlib target-libgloss"
a4af6a58 1297 ;;
71ab34df 1298 sh*-*-pe|mips*-*-pe|*arm-wince-pe)
d6f7b8f2 1299 noconfigdirs="$noconfigdirs ${libgcj}"
71ab34df 1300 noconfigdirs="$noconfigdirs target-examples"
1301 noconfigdirs="$noconfigdirs target-libiberty texinfo send-pr"
f843f075 1302 noconfigdirs="$noconfigdirs tcl tk itcl libgui sim"
71ab34df 1303 noconfigdirs="$noconfigdirs expect dejagnu"
1304 # the C++ libraries don't build on top of CE's C libraries
54d7d5f2 1305 noconfigdirs="$noconfigdirs target-libstdc++-v3"
71ab34df 1306 noconfigdirs="$noconfigdirs target-newlib"
1307 case "${host}" in
1308 *-*-cygwin*) ;; # keep gdb and readline
123bd2df 1309 *) noconfigdirs="$noconfigdirs gdb readline"
71ab34df 1310 ;;
1311 esac
1312 ;;
1313 arc-*-*)
d6f7b8f2 1314 noconfigdirs="$noconfigdirs target-libgloss ${libgcj}"
71ab34df 1315 ;;
e8eddfdd 1316 arm-semi-aof )
e8eddfdd 1317 ;;
71ab34df 1318 arm-*-coff | strongarm-*-coff | xscale-*-coff)
d6f7b8f2 1319 noconfigdirs="$noconfigdirs ${libgcj}"
71ab34df 1320 ;;
30e9913f 1321 arm-*-elf* | strongarm-*-elf* | xscale-*-elf* | arm*-*-eabi* )
71ab34df 1322 noconfigdirs="$noconfigdirs target-libffi target-qthreads"
1323 ;;
6783d878 1324 arm*-*-linux-gnueabi)
1325 noconfigdirs="$noconfigdirs target-libffi target-qthreads"
1326 noconfigdirs="$noconfigdirs target-libjava target-libobjc"
1327 ;;
8647a116 1328 arm*-*-symbianelf*)
d6f7b8f2 1329 noconfigdirs="$noconfigdirs ${libgcj} target-libiberty"
8647a116 1330 ;;
71ab34df 1331 arm-*-pe*)
d6f7b8f2 1332 noconfigdirs="$noconfigdirs target-libgloss ${libgcj}"
71ab34df 1333 ;;
71ab34df 1334 thumb-*-coff)
d6f7b8f2 1335 noconfigdirs="$noconfigdirs target-libgloss ${libgcj}"
71ab34df 1336 ;;
1337 thumb-*-elf)
d6f7b8f2 1338 noconfigdirs="$noconfigdirs target-libgloss ${libgcj}"
71ab34df 1339 ;;
71ab34df 1340 thumb-*-pe)
d6f7b8f2 1341 noconfigdirs="$noconfigdirs target-libgloss ${libgcj}"
71ab34df 1342 ;;
1343 arm-*-riscix*)
d6f7b8f2 1344 noconfigdirs="$noconfigdirs ld target-libgloss ${libgcj}"
71ab34df 1345 ;;
1346 avr-*-*)
d6f7b8f2 1347 noconfigdirs="$noconfigdirs target-libiberty target-libstdc++-v3 ${libgcj}"
71ab34df 1348 ;;
7172be51 1349 bfin-*-*)
067bdab5 1350 noconfigdirs="$noconfigdirs gdb"
8d687193 1351 if test x${is_cross_compiler} != xno ; then
7172be51 1352 target_configdirs="${target_configdirs} target-bsp target-cygmon"
1353 fi
1354 ;;
71ab34df 1355 c4x-*-* | tic4x-*-*)
d6f7b8f2 1356 noconfigdirs="$noconfigdirs target-libstdc++-v3 target-libgloss ${libgcj}"
71ab34df 1357 ;;
1358 c54x*-*-* | tic54x-*-*)
d6f7b8f2 1359 noconfigdirs="$noconfigdirs target-libstdc++-v3 target-libgloss ${libgcj} gcc gdb newlib"
71ab34df 1360 ;;
06b2086e 1361 cris-*-* | crisv32-*-*)
ff7dcf6a 1362 unsupported_languages="$unsupported_languages java"
06b2086e 1363 case "${target}" in
c0188550 1364 *-*-aout)
2c718da0 1365 unsupported_languages="$unsupported_languages fortran"
ff7dcf6a 1366 noconfigdirs="$noconfigdirs target-libffi target-boehm-gc";;
c0188550 1367 *-*-elf)
2c718da0 1368 unsupported_languages="$unsupported_languages fortran"
d0c03476 1369 noconfigdirs="$noconfigdirs target-boehm-gc";;
c0188550 1370 *-*-linux*)
d0c03476 1371 noconfigdirs="$noconfigdirs target-newlib target-libgloss";;
06b2086e 1372 *)
2c718da0 1373 unsupported_languages="$unsupported_languages fortran"
d6f7b8f2 1374 noconfigdirs="$noconfigdirs ${libgcj} target-newlib target-libgloss";;
06b2086e 1375 esac
71ab34df 1376 ;;
75b6260c 1377 crx-*-*)
d6f7b8f2 1378 noconfigdirs="$noconfigdirs target-libstdc++-v3 target-mudflap ${libgcj}"
75b6260c 1379 ;;
71ab34df 1380 d10v-*-*)
d6f7b8f2 1381 noconfigdirs="$noconfigdirs target-libstdc++-v3 target-libgloss ${libgcj}"
71ab34df 1382 ;;
1383 d30v-*-*)
d6f7b8f2 1384 noconfigdirs="$noconfigdirs ${libgcj} gdb"
71ab34df 1385 ;;
1386 fr30-*-elf*)
d6f7b8f2 1387 noconfigdirs="$noconfigdirs ${libgcj} gdb"
71ab34df 1388 ;;
1389 frv-*-*)
d6f7b8f2 1390 noconfigdirs="$noconfigdirs ${libgcj}"
71ab34df 1391 ;;
1392 h8300*-*-*)
d6f7b8f2 1393 noconfigdirs="$noconfigdirs target-libgloss ${libgcj}"
71ab34df 1394 ;;
1395 h8500-*-*)
d6f7b8f2 1396 noconfigdirs="$noconfigdirs target-libstdc++-v3 target-libgloss ${libgcj}"
71ab34df 1397 ;;
e8eddfdd 1398 hppa1.1-*-osf* | hppa1.1-*-bsd* )
e8eddfdd 1399 ;;
71ab34df 1400 hppa*64*-*-linux* | parisc*64*-*-linux*)
1401 # In this case, it's because the hppa64-linux target is for
1402 # the kernel only at this point and has no libc, and thus no
1403 # headers, crt*.o, etc., all of which are needed by these.
1404 noconfigdirs="$noconfigdirs target-zlib"
1405 ;;
08261f02 1406 parisc*-*-linux* | hppa*-*-linux*)
1407 ;;
71ab34df 1408 hppa*-*-*elf* | \
71ab34df 1409 hppa*-*-lites* | \
1410 hppa*-*-openbsd* | \
1411 hppa*64*-*-*)
d6f7b8f2 1412 noconfigdirs="$noconfigdirs ${libgcj}"
71ab34df 1413 ;;
75d59721 1414 hppa*-hp-hpux11*)
1415 noconfigdirs="$noconfigdirs ld shellutils"
1416 ;;
71ab34df 1417 hppa*-*-*)
1418 # According to Alexandre Oliva <aoliva@redhat.com>, libjava won't
1419 # build on HP-UX 10.20.
d6f7b8f2 1420 noconfigdirs="$noconfigdirs ld shellutils ${libgcj}"
71ab34df 1421 ;;
4a9237fb 1422 i960-*-*)
d6f7b8f2 1423 noconfigdirs="$noconfigdirs ${libgcj} gdb"
4a9237fb 1424 ;;
71ab34df 1425 ia64*-*-elf*)
1426 # No gdb support yet.
f843f075 1427 noconfigdirs="$noconfigdirs readline mmalloc libgui itcl gdb"
71ab34df 1428 ;;
1429 ia64*-**-hpux*)
1430 # No gdb or ld support yet.
d6f7b8f2 1431 noconfigdirs="$noconfigdirs ${libgcj} readline mmalloc libgui itcl gdb ld"
71ab34df 1432 ;;
e8eddfdd 1433 i370-*-opened*)
e8eddfdd 1434 ;;
f74ea578 1435 i[3456789]86-*-coff | i[3456789]86-*-elf)
d6f7b8f2 1436 noconfigdirs="$noconfigdirs ${libgcj}"
71ab34df 1437 ;;
f74ea578 1438 i[3456789]86-*-linux*)
71ab34df 1439 # The GCC port for glibc1 has no MD_FALLBACK_FRAME_STATE_FOR, so let's
1440 # not build java stuff by default.
1441 case "${target}" in
1442 *-*-*libc1*)
d6f7b8f2 1443 noconfigdirs="$noconfigdirs ${libgcj}";;
71ab34df 1444 esac
1445
1446 # This section makes it possible to build newlib natively on linux.
1447 # If we are using a cross compiler then don't configure newlib.
1448 if test x${is_cross_compiler} != xno ; then
602d002b 1449 noconfigdirs="$noconfigdirs target-newlib"
71ab34df 1450 fi
1451 noconfigdirs="$noconfigdirs target-libgloss"
1452 # If we are not using a cross compiler, do configure newlib.
1453 # Note however, that newlib will only be configured in this situation
1454 # if the --with-newlib option has been given, because otherwise
1455 # 'target-newlib' will appear in skipdirs.
1456 ;;
f74ea578 1457 i[3456789]86-*-mingw32*)
d6d689df 1458 target_configdirs="$target_configdirs target-winsup"
1459 noconfigdirs="$noconfigdirs expect target-libgloss target-newlib ${libgcj}"
a4af6a58 1460 ;;
71ab34df 1461 *-*-cygwin*)
1462 target_configdirs="$target_configdirs target-libtermcap target-winsup"
d6f7b8f2 1463 noconfigdirs="$noconfigdirs target-gperf target-libgloss ${libgcj}"
2c10944d 1464 # always build newlib if winsup directory is present.
d6d689df 1465 if test -d "$srcdir/winsup/cygwin"; then
2c10944d 1466 skipdirs=`echo " ${skipdirs} " | sed -e 's/ target-newlib / /'`
e8eddfdd 1467 elif test -d "$srcdir/newlib"; then
d6d689df 1468 echo "Warning: winsup/cygwin is missing so newlib can't be built."
2c10944d 1469 fi
a4af6a58 1470 ;;
e8eddfdd 1471 i[3456789]86-moss-msdos | i[3456789]86-*-moss* | \
1472 i[3456789]86-*-uwin* | i[3456789]86-*-interix* )
e8eddfdd 1473 ;;
f74ea578 1474 i[3456789]86-*-pe)
d6f7b8f2 1475 noconfigdirs="$noconfigdirs target-libstdc++-v3 target-libgloss ${libgcj}"
71ab34df 1476 ;;
f74ea578 1477 i[3456789]86-*-sco3.2v5*)
71ab34df 1478 # The linker does not yet know about weak symbols in COFF,
1479 # and is not configured to handle mixed ELF and COFF.
d6f7b8f2 1480 noconfigdirs="$noconfigdirs ld target-libgloss ${libgcj}"
71ab34df 1481 ;;
f74ea578 1482 i[3456789]86-*-sco*)
d6f7b8f2 1483 noconfigdirs="$noconfigdirs gprof target-libgloss ${libgcj}"
71ab34df 1484 ;;
f74ea578 1485 i[3456789]86-*-solaris2*)
71ab34df 1486 noconfigdirs="$noconfigdirs target-libgloss"
1487 ;;
f74ea578 1488 i[3456789]86-*-sysv4*)
d6f7b8f2 1489 noconfigdirs="$noconfigdirs target-libgloss ${libgcj}"
71ab34df 1490 ;;
f74ea578 1491 i[3456789]86-*-beos*)
d6f7b8f2 1492 noconfigdirs="$noconfigdirs gdb target-newlib target-libgloss ${libgcj}"
602d002b 1493 ;;
ab0da556 1494 i[3456789]86-*-rdos*)
1495 noconfigdirs="$noconfigdirs gdb target-newlib target-libgloss"
1496 ;;
4a9237fb 1497 m32r-*-*)
d6f7b8f2 1498 noconfigdirs="$noconfigdirs ${libgcj}"
4a9237fb 1499 ;;
71ab34df 1500 m68hc11-*-*|m6811-*-*|m68hc12-*-*|m6812-*-*)
d6f7b8f2 1501 noconfigdirs="$noconfigdirs target-libiberty target-libstdc++-v3 ${libgcj}"
71ab34df 1502 ;;
1503 m68k-*-elf*)
d6f7b8f2 1504 noconfigdirs="$noconfigdirs ${libgcj}"
71ab34df 1505 ;;
1506 m68k-*-coff*)
d6f7b8f2 1507 noconfigdirs="$noconfigdirs ${libgcj}"
71ab34df 1508 ;;
1509 mcore-*-pe*)
1510 # The EPOC C++ environment does not support exceptions or rtti,
1511 # and so building libstdc++-v3 tends not to always work.
1512 noconfigdirs="$noconfigdirs target-libstdc++-v3"
1513 ;;
1514 mmix-*-*)
ff7dcf6a 1515 noconfigdirs="$noconfigdirs target-libffi target-boehm-gc gdb libgloss"
2c718da0 1516 unsupported_languages="$unsupported_languages fortran java"
71ab34df 1517 ;;
1518 mn10200-*-*)
d6f7b8f2 1519 noconfigdirs="$noconfigdirs ${libgcj}"
71ab34df 1520 ;;
1521 mn10300-*-*)
d6f7b8f2 1522 noconfigdirs="$noconfigdirs ${libgcj}"
71ab34df 1523 ;;
957985d9 1524 mt-*-*)
f6fa11cb 1525 noconfigdirs="$noconfigdirs sim"
1526 ;;
71ab34df 1527 powerpc-*-aix*)
1528 # copied from rs6000-*-* entry
d6f7b8f2 1529 noconfigdirs="$noconfigdirs gprof target-libgloss target-libssp ${libgcj}"
71ab34df 1530 ;;
1531 powerpc*-*-winnt* | powerpc*-*-pe* | ppc*-*-pe)
1532 target_configdirs="$target_configdirs target-winsup"
d6f7b8f2 1533 noconfigdirs="$noconfigdirs gdb tcl tk make expect target-libgloss itcl gnuserv ${libgcj}"
71ab34df 1534 # always build newlib.
1535 skipdirs=`echo " ${skipdirs} " | sed -e 's/ target-newlib / /'`
1536 ;;
1537 # This is temporary until we can link against shared libraries
1538 powerpcle-*-solaris*)
d6f7b8f2 1539 noconfigdirs="$noconfigdirs gdb sim make tcl tk expect itcl gnuserv ${libgcj}"
71ab34df 1540 ;;
1541 powerpc-*-beos*)
d6f7b8f2 1542 noconfigdirs="$noconfigdirs gdb target-newlib target-libgloss ${libgcj}"
71ab34df 1543 ;;
71ab34df 1544 powerpc-*-eabi)
d6f7b8f2 1545 noconfigdirs="$noconfigdirs ${libgcj}"
e8eddfdd 1546 ;;
1547 powerpc-*-eabi* | powerpcle-*-eabi* | powerpc-*-rtems* )
71ab34df 1548 ;;
71ab34df 1549 rs6000-*-lynxos*)
d6f7b8f2 1550 noconfigdirs="$noconfigdirs target-newlib gprof ${libgcj}"
71ab34df 1551 ;;
1552 rs6000-*-aix*)
d6f7b8f2 1553 noconfigdirs="$noconfigdirs gprof target-libgloss target-libssp ${libgcj}"
71ab34df 1554 ;;
1555 rs6000-*-*)
d6f7b8f2 1556 noconfigdirs="$noconfigdirs gprof ${libgcj}"
71ab34df 1557 ;;
1558 m68k-apollo-*)
d6f7b8f2 1559 noconfigdirs="$noconfigdirs ld binutils gprof target-libgloss ${libgcj}"
71ab34df 1560 ;;
1561 mips*-*-irix5*)
d6f7b8f2 1562 noconfigdirs="$noconfigdirs gprof target-libgloss ${libgcj}"
71ab34df 1563 ;;
1564 mips*-*-irix6*)
71ab34df 1565 # Linking libjava exceeds command-line length limits on at least
1566 # IRIX 6.2, but not on IRIX 6.5.
1567 # Also, boehm-gc won't build on IRIX 6.5, according to Jeffrey Oldham
1568 # <oldham@codesourcery.com>
d6f7b8f2 1569 noconfigdirs="$noconfigdirs gprof target-libgloss ${libgcj}"
71ab34df 1570 ;;
71ab34df 1571 mips*-*-bsd*)
d6f7b8f2 1572 noconfigdirs="$noconfigdirs gprof target-libgloss ${libgcj}"
71ab34df 1573 ;;
19e1fe6d 1574 mips64*-*-linux*)
806f1769 1575 noconfigdirs="$noconfigdirs target-newlib target-libgloss ${libgcj}"
19e1fe6d 1576 ;;
71ab34df 1577 mips*-*-linux*)
1578 noconfigdirs="$noconfigdirs target-newlib target-libgloss"
1579 ;;
1580 mips*-*-*)
d6f7b8f2 1581 noconfigdirs="$noconfigdirs gprof ${libgcj}"
71ab34df 1582 ;;
1583 romp-*-*)
d6f7b8f2 1584 noconfigdirs="$noconfigdirs bfd binutils ld gas opcodes target-libgloss ${libgcj}"
71ab34df 1585 ;;
33974778 1586 sh-*-* | sh64-*-*)
71ab34df 1587 case "${host}" in
f74ea578 1588 i[3456789]86-*-vsta) ;; # don't add gprof back in
1589 i[3456789]86-*-go32*) ;; # don't add gprof back in
1590 i[3456789]86-*-msdosdjgpp*) ;; # don't add gprof back in
71ab34df 1591 *) skipdirs=`echo " ${skipdirs} " | sed -e 's/ gprof / /'` ;;
1592 esac
d6f7b8f2 1593 noconfigdirs="$noconfigdirs target-libgloss ${libgcj}"
71ab34df 1594 ;;
71ab34df 1595 sparc-*-elf*)
d6f7b8f2 1596 noconfigdirs="$noconfigdirs ${libgcj}"
71ab34df 1597 ;;
1598 sparc64-*-elf*)
d6f7b8f2 1599 noconfigdirs="$noconfigdirs ${libgcj}"
71ab34df 1600 ;;
1601 sparclite-*-*)
d6f7b8f2 1602 noconfigdirs="$noconfigdirs ${libgcj}"
71ab34df 1603 ;;
1604 sparc-*-sunos4*)
d6f7b8f2 1605 noconfigdirs="$noconfigdirs ${libgcj}"
71ab34df 1606 if test x${is_cross_compiler} != xno ; then
1607 noconfigdirs="$noconfigdirs gdb target-newlib target-libgloss"
1608 else
1609 use_gnu_ld=no
1610 fi
1611 ;;
17336619 1612 sparc-*-solaris2.[0-6] | sparc-*-solaris2.[0-6].*)
d6f7b8f2 1613 noconfigdirs="$noconfigdirs ${libgcj}"
17336619 1614 ;;
71ab34df 1615 sparc-*-solaris* | sparc64-*-solaris* | sparcv9-*-solaris*)
1616 ;;
644459d0 1617 spu-*-*)
f5b9de9c 1618 skipdirs="target-libssp"
644459d0 1619 ;;
71ab34df 1620 v810-*-*)
d6f7b8f2 1621 noconfigdirs="$noconfigdirs bfd binutils gas gcc gdb ld target-libstdc++-v3 opcodes target-libgloss ${libgcj}"
71ab34df 1622 ;;
1623 v850-*-*)
d6f7b8f2 1624 noconfigdirs="$noconfigdirs target-libgloss ${libgcj}"
71ab34df 1625 ;;
1626 v850e-*-*)
d6f7b8f2 1627 noconfigdirs="$noconfigdirs target-libgloss ${libgcj}"
71ab34df 1628 ;;
1629 v850ea-*-*)
d6f7b8f2 1630 noconfigdirs="$noconfigdirs target-libgloss ${libgcj}"
71ab34df 1631 ;;
1632 vax-*-vms)
d6f7b8f2 1633 noconfigdirs="$noconfigdirs bfd binutils gdb ld target-newlib opcodes target-libgloss ${libgcj}"
71ab34df 1634 ;;
1635 vax-*-*)
d6f7b8f2 1636 noconfigdirs="$noconfigdirs target-newlib target-libgloss ${libgcj}"
71ab34df 1637 ;;
678f5830 1638 xtensa-*-*)
d6f7b8f2 1639 noconfigdirs="$noconfigdirs ${libgcj}"
678f5830 1640 ;;
71ab34df 1641 ip2k-*-*)
d6f7b8f2 1642 noconfigdirs="$noconfigdirs target-libiberty target-libstdc++-v3 ${libgcj}"
71ab34df 1643 ;;
c01dd063 1644 *-*-linux* | *-*-gnu* | *-*-k*bsd*-gnu)
71ab34df 1645 noconfigdirs="$noconfigdirs target-newlib target-libgloss"
1646 ;;
1647 *-*-lynxos*)
d6f7b8f2 1648 noconfigdirs="$noconfigdirs target-newlib target-libgloss ${libgcj}"
a4af6a58 1649 ;;
71ab34df 1650 *-*-*)
d6f7b8f2 1651 noconfigdirs="$noconfigdirs ${libgcj}"
71ab34df 1652 ;;
1653esac
a8298541 1654
71ab34df 1655# If we aren't building newlib, then don't build libgloss, since libgloss
1656# depends upon some newlib header files.
1657case "${noconfigdirs}" in
1658 *target-libgloss*) ;;
1659 *target-newlib*) noconfigdirs="$noconfigdirs target-libgloss" ;;
1660esac
1661
71ab34df 1662# Work in distributions that contain no compiler tools, like Autoconf.
1663tentative_cc=""
1664host_makefile_frag=/dev/null
1665if test -d ${srcdir}/config ; then
1666case "${host}" in
1667 m68k-hp-hpux*)
1668 # Avoid "too much defining" errors from HPUX compiler.
1669 tentative_cc="cc -Wp,-H256000"
1670 # If "ar" in $PATH is GNU ar, the symbol table may need rebuilding.
1671 # If it's HP/UX ar, this should be harmless.
1672 RANLIB="ar ts"
1673 ;;
1674 m68k-apollo-sysv*)
1675 tentative_cc="cc -A ansi -A runtype,any -A systype,any -U__STDC__ -DUSG"
1676 ;;
1677 m68k-apollo-bsd*)
1678 #None of the Apollo compilers can compile gas or binutils. The preprocessor
1679 # chokes on bfd, the compiler won't let you assign integers to enums, and
1680 # other problems. Defining CC to gcc is a questionable way to say "don't use
1681 # the apollo compiler" (the preferred version of GCC could be called cc,
1682 # or whatever), but I'm not sure leaving CC as cc is any better...
1683 #CC=cc -A ansi -A runtype,any -A systype,any -U__STDC__ -DNO_STDARG
1684 # Used to have BISON=yacc.
1685 tentative_cc=gcc
1686 ;;
1687 m88k-dg-dgux*)
1688 tentative_cc="gcc -Wall -ansi -D__using_DGUX"
71ab34df 1689 ;;
1690 m88k-harris-cxux*)
1691 # Under CX/UX, we want to tell the compiler to use ANSI mode.
1692 tentative_cc="cc -Xa"
1693 host_makefile_frag="config/mh-cxux"
1694 ;;
1695 m88k-motorola-sysv*)
1696 ;;
1697 mips*-dec-ultrix*)
1698 tentative_cc="cc -Wf,-XNg1000"
1699 host_makefile_frag="config/mh-decstation"
1700 ;;
1701 mips*-nec-sysv4*)
1702 # The C compiler on NEC MIPS SVR4 needs bigger tables.
1703 tentative_cc="cc -ZXNd=5000 -ZXNg=1000"
1704 host_makefile_frag="config/mh-necv4"
1705 ;;
1706 mips*-sgi-irix4*)
1707 # Tell compiler to use K&R C. We can't compile under the SGI Ansi
1708 # environment. Also bump switch table size so that cp-parse will
1709 # compile. Bump string length limit so linker builds.
1710 tentative_cc="cc -cckr -Wf,-XNg1500 -Wf,-XNk1000 -Wf,-XNh2000 -Wf,-XNl8192"
1711 ;;
1712 mips*-*-sysv4*)
1713 host_makefile_frag="config/mh-sysv4"
1714 ;;
1715 mips*-*-sysv*)
1716 # This is for a MIPS running RISC/os 4.52C.
1717
1718 # This is needed for GDB, but needs to be in the top-level make because
1719 # if a library is compiled with the bsd headers and gets linked with the
1720 # sysv system libraries all hell can break loose (e.g. a jmp_buf might be
1721 # a different size).
1722 # ptrace(2) apparently has problems in the BSD environment. No workaround is
1723 # known except to select the sysv environment. Could we use /proc instead?
1724 # These "sysv environments" and "bsd environments" often end up being a pain.
1725 #
1726 # This is not part of CFLAGS because perhaps not all C compilers have this
1727 # option.
1728 tentative_cc="cc -systype sysv"
1729 ;;
1730 i370-ibm-opened*)
1731 tentative_cc="c89"
1732 ;;
f74ea578 1733 i[3456789]86-*-sysv5*)
71ab34df 1734 host_makefile_frag="config/mh-sysv5"
1735 ;;
f74ea578 1736 i[3456789]86-*-dgux*)
71ab34df 1737 tentative_cc="gcc -Wall -ansi -D__using_DGUX"
1738 host_makefile_frag="config/mh-dgux386"
1739 ;;
f74ea578 1740 i[3456789]86-ncr-sysv4.3*)
71ab34df 1741 # The MetaWare compiler will generate a copyright message unless you
1742 # turn it off by adding the -Hnocopyr flag.
1743 tentative_cc="cc -Hnocopyr"
1744 ;;
f74ea578 1745 i[3456789]86-ncr-sysv4*)
71ab34df 1746 # for an NCR 3000 (i486/SVR4) system.
1747 # The NCR 3000 ships with a MetaWare compiler installed as /bin/cc.
1748 # This compiler not only emits obnoxious copyright messages every time
1749 # you run it, but it chokes and dies on a whole bunch of GNU source
1750 # files. Default to using the AT&T compiler installed in /usr/ccs/ATT/cc.
1751 tentative_cc="/usr/ccs/ATT/cc"
1752 host_makefile_frag="config/mh-ncr3000"
1753 ;;
f74ea578 1754 i[3456789]86-*-sco3.2v5*)
71ab34df 1755 ;;
f74ea578 1756 i[3456789]86-*-sco*)
71ab34df 1757 # The native C compiler botches some simple uses of const. Unfortunately,
1758 # it doesn't defined anything like "__sco__" for us to test for in ansidecl.h.
1759 tentative_cc="cc -Dconst="
1760 host_makefile_frag="config/mh-sco"
1761 ;;
f74ea578 1762 i[3456789]86-*-udk*)
71ab34df 1763 host_makefile_frag="config/mh-sysv5"
1764 ;;
f74ea578 1765 i[3456789]86-*-solaris2*)
71ab34df 1766 host_makefile_frag="config/mh-sysv4"
1767 ;;
f74ea578 1768 i[3456789]86-*-msdosdjgpp*)
71ab34df 1769 host_makefile_frag="config/mh-djgpp"
1770 ;;
1771 *-cygwin*)
1772 host_makefile_frag="config/mh-cygwin"
1773 ;;
1774 *-mingw32*)
71ab34df 1775 ;;
1776 *-interix*)
1777 host_makefile_frag="config/mh-interix"
1778 ;;
1779 vax-*-ultrix2*)
1780 # The old BSD pcc isn't up to compiling parts of gdb so use gcc
1781 tentative_cc=gcc
1782 ;;
1783 *-*-solaris2*)
1784 host_makefile_frag="config/mh-solaris"
1785 ;;
1786 m68k-sun-sunos*)
1787 # Sun's C compiler needs the -J flag to be able to compile cp-parse.c
1788 # without overflowing the jump tables (-J says to use a 32 bit table)
1789 tentative_cc="cc -J"
1790 ;;
1791 *-hp-hpux*)
1792 tentative_cc="cc -Wp,-H256000"
1793 ;;
1794 *-*-hiux*)
1795 tentative_cc="cc -Wp,-H256000"
1796 ;;
1797 rs6000-*-lynxos*)
1798 # /bin/cc is less than useful for our purposes. Always use GCC
1799 tentative_cc="/usr/cygnus/progressive/bin/gcc"
1800 host_makefile_frag="config/mh-lynxrs6k"
1801 ;;
2b64d19b 1802 powerpc-*-darwin*)
0222d984 1803 host_makefile_frag="config/mh-ppc-darwin"
1804 ;;
9d44a802 1805 powerpc-*-aix*)
1806 host_makefile_frag="config/mh-ppc-aix"
1807 ;;
1808 rs6000-*-aix*)
1809 host_makefile_frag="config/mh-ppc-aix"
1810 ;;
71ab34df 1811 *-*-lynxos*)
1812 # /bin/cc is less than useful for our purposes. Always use GCC
1813 tentative_cc="/bin/gcc"
1814 ;;
1815 *-*-sysv4*)
1816 host_makefile_frag="config/mh-sysv4"
1817 ;;
da9e6519 1818 # This is placed last to prevent interfering with the cases above.
1819 i[3456789]86-*-*)
1820 # Build the stage2 and stage3 compilers with -fomit-frame-pointer.
1821 host_makefile_frag="config/mh-x86omitfp"
1822 ;;
71ab34df 1823esac
1824fi
1825
8e1fea1a 1826# If we aren't going to be using gcc, see if we can extract a definition
1827# of CC from the fragment.
1828# Actually, use the 'pre-extracted' version above.
1829if test -z "${CC}" && test "${build}" = "${host}" ; then
1830 IFS="${IFS= }"; save_ifs="$IFS"; IFS="${IFS}:"
1831 found=
1832 for dir in $PATH; do
1833 test -z "$dir" && dir=.
1834 if test -f $dir/gcc; then
1835 found=yes
1836 break
1837 fi
1838 done
1839 IFS="$save_ifs"
1840 if test -z "${found}" && test -n "${tentative_cc}" ; then
1841 CC=$tentative_cc
1842 fi
1843fi
1844
1845if test "${build}" != "${host}" ; then
1846 # If we are doing a Canadian Cross, in which the host and build systems
1847 # are not the same, we set reasonable default values for the tools.
1848
8e1fea1a 1849 CC=${CC-${host_alias}-gcc}
1850 CFLAGS=${CFLAGS-"-g -O2"}
1851 CXX=${CXX-${host_alias}-c++}
1852 CXXFLAGS=${CXXFLAGS-"-g -O2"}
1853 CC_FOR_BUILD=${CC_FOR_BUILD-gcc}
8e1fea1a 1854
1855else
a4af6a58 1856 # Set reasonable default values for some tools even if not Canadian.
1857 # Of course, these are different reasonable default values, originally
1858 # specified directly in the Makefile.
1859 # We don't export, so that autoconf can do its job.
1860 # Note that all these settings are above the fragment inclusion point
1861 # in Makefile.in, so can still be overridden by fragments.
1862 # This is all going to change when we autoconfiscate...
b1660f25 1863
a4af6a58 1864 CC_FOR_BUILD="\$(CC)"
1865 # Extract the first word of "gcc", so it can be a program name with args.
1866set dummy gcc; ac_word=$2
1867echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
39f34cfc 1868echo "configure:1869: checking for $ac_word" >&5
a4af6a58 1869if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
1870 echo $ac_n "(cached) $ac_c" 1>&6
8e1fea1a 1871else
1872 if test -n "$CC"; then
1873 ac_cv_prog_CC="$CC" # Let the user override the test.
1874else
a4af6a58 1875 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
1876 ac_dummy="$PATH"
1877 for ac_dir in $ac_dummy; do
1878 test -z "$ac_dir" && ac_dir=.
1879 if test -f $ac_dir/$ac_word; then
1880 ac_cv_prog_CC="gcc"
1881 break
1882 fi
1883 done
1884 IFS="$ac_save_ifs"
b1660f25 1885fi
1886fi
a4af6a58 1887CC="$ac_cv_prog_CC"
b1660f25 1888if test -n "$CC"; then
a4af6a58 1889 echo "$ac_t""$CC" 1>&6
8e1fea1a 1890else
a4af6a58 1891 echo "$ac_t""no" 1>&6
8e1fea1a 1892fi
1893
1894if test -z "$CC"; then
1895 # Extract the first word of "cc", so it can be a program name with args.
1896set dummy cc; ac_word=$2
a4af6a58 1897echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
39f34cfc 1898echo "configure:1899: checking for $ac_word" >&5
a4af6a58 1899if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
1900 echo $ac_n "(cached) $ac_c" 1>&6
8e1fea1a 1901else
1902 if test -n "$CC"; then
1903 ac_cv_prog_CC="$CC" # Let the user override the test.
1904else
a4af6a58 1905 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
8e1fea1a 1906 ac_prog_rejected=no
a4af6a58 1907 ac_dummy="$PATH"
1908 for ac_dir in $ac_dummy; do
1909 test -z "$ac_dir" && ac_dir=.
1910 if test -f $ac_dir/$ac_word; then
1911 if test "$ac_dir/$ac_word" = "/usr/ucb/cc"; then
1912 ac_prog_rejected=yes
1913 continue
1914 fi
1915 ac_cv_prog_CC="cc"
1916 break
1917 fi
1918 done
1919 IFS="$ac_save_ifs"
8e1fea1a 1920if test $ac_prog_rejected = yes; then
1921 # We found a bogon in the path, so make sure we never use it.
1922 set dummy $ac_cv_prog_CC
1923 shift
a4af6a58 1924 if test $# -gt 0; then
8e1fea1a 1925 # We chose a different compiler from the bogus one.
1926 # However, it has the same basename, so the bogon will be chosen
1927 # first if we set CC to just the basename; use the full file name.
1928 shift
a4af6a58 1929 set dummy "$ac_dir/$ac_word" "$@"
1930 shift
1931 ac_cv_prog_CC="$@"
8e1fea1a 1932 fi
1933fi
1934fi
1935fi
a4af6a58 1936CC="$ac_cv_prog_CC"
8e1fea1a 1937if test -n "$CC"; then
a4af6a58 1938 echo "$ac_t""$CC" 1>&6
8e1fea1a 1939else
a4af6a58 1940 echo "$ac_t""no" 1>&6
8e1fea1a 1941fi
1942
a4af6a58 1943 if test -z "$CC"; then
1944 case "`uname -s`" in
1945 *win32* | *WIN32*)
1946 # Extract the first word of "cl", so it can be a program name with args.
1947set dummy cl; ac_word=$2
1948echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
39f34cfc 1949echo "configure:1950: checking for $ac_word" >&5
a4af6a58 1950if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
1951 echo $ac_n "(cached) $ac_c" 1>&6
8e1fea1a 1952else
1953 if test -n "$CC"; then
1954 ac_cv_prog_CC="$CC" # Let the user override the test.
1955else
a4af6a58 1956 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
1957 ac_dummy="$PATH"
1958 for ac_dir in $ac_dummy; do
1959 test -z "$ac_dir" && ac_dir=.
1960 if test -f $ac_dir/$ac_word; then
1961 ac_cv_prog_CC="cl"
1962 break
1963 fi
1964 done
1965 IFS="$ac_save_ifs"
8e1fea1a 1966fi
1967fi
a4af6a58 1968CC="$ac_cv_prog_CC"
8e1fea1a 1969if test -n "$CC"; then
a4af6a58 1970 echo "$ac_t""$CC" 1>&6
8e1fea1a 1971else
a4af6a58 1972 echo "$ac_t""no" 1>&6
8e1fea1a 1973fi
a4af6a58 1974 ;;
1975 esac
7172be51 1976 fi
a4af6a58 1977 test -z "$CC" && { echo "configure: error: no acceptable cc found in \$PATH" 1>&2; exit 1; }
b1660f25 1978fi
a4af6a58 1979
1980echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works""... $ac_c" 1>&6
39f34cfc 1981echo "configure:1982: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works" >&5
a4af6a58 1982
1983ac_ext=c
1984# CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
1985ac_cpp='$CPP $CPPFLAGS'
1986ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
1987ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
1988cross_compiling=$ac_cv_prog_cc_cross
1989
1990cat > conftest.$ac_ext << EOF
1991
39f34cfc 1992#line 1993 "configure"
a4af6a58 1993#include "confdefs.h"
1994
1995main(){return(0);}
1996EOF
39f34cfc 1997if { (eval echo configure:1998: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
a4af6a58 1998 ac_cv_prog_cc_works=yes
1999 # If we can't run a trivial program, we are probably using a cross compiler.
2000 if (./conftest; exit) 2>/dev/null; then
2001 ac_cv_prog_cc_cross=no
2002 else
2003 ac_cv_prog_cc_cross=yes
2004 fi
b1660f25 2005else
a4af6a58 2006 echo "configure: failed program was:" >&5
2007 cat conftest.$ac_ext >&5
2008 ac_cv_prog_cc_works=no
8e1fea1a 2009fi
a4af6a58 2010rm -fr conftest*
2011ac_ext=c
2012# CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
2013ac_cpp='$CPP $CPPFLAGS'
2014ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
2015ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
2016cross_compiling=$ac_cv_prog_cc_cross
8e1fea1a 2017
a4af6a58 2018echo "$ac_t""$ac_cv_prog_cc_works" 1>&6
2019if test $ac_cv_prog_cc_works = no; then
2020 { echo "configure: error: installation or configuration problem: C compiler cannot create executables." 1>&2; exit 1; }
2021fi
2022echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler""... $ac_c" 1>&6
39f34cfc 2023echo "configure:2024: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler" >&5
a4af6a58 2024echo "$ac_t""$ac_cv_prog_cc_cross" 1>&6
2025cross_compiling=$ac_cv_prog_cc_cross
8e1fea1a 2026
a4af6a58 2027echo $ac_n "checking whether we are using GNU C""... $ac_c" 1>&6
39f34cfc 2028echo "configure:2029: checking whether we are using GNU C" >&5
a4af6a58 2029if eval "test \"`echo '$''{'ac_cv_prog_gcc'+set}'`\" = set"; then
2030 echo $ac_n "(cached) $ac_c" 1>&6
b1660f25 2031else
a4af6a58 2032 cat > conftest.c <<EOF
2033#ifdef __GNUC__
2034 yes;
2035#endif
2036EOF
39f34cfc 2037if { ac_try='${CC-cc} -E conftest.c'; { (eval echo configure:2038: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then
a4af6a58 2038 ac_cv_prog_gcc=yes
9886f3d1 2039else
a4af6a58 2040 ac_cv_prog_gcc=no
2041fi
2042fi
2043
2044echo "$ac_t""$ac_cv_prog_gcc" 1>&6
2045
2046if test $ac_cv_prog_gcc = yes; then
2047 GCC=yes
8e1fea1a 2048else
a4af6a58 2049 GCC=
2050fi
b1660f25 2051
a4af6a58 2052ac_test_CFLAGS="${CFLAGS+set}"
2053ac_save_CFLAGS="$CFLAGS"
2054CFLAGS=
2055echo $ac_n "checking whether ${CC-cc} accepts -g""... $ac_c" 1>&6
39f34cfc 2056echo "configure:2057: checking whether ${CC-cc} accepts -g" >&5
a4af6a58 2057if eval "test \"`echo '$''{'ac_cv_prog_cc_g'+set}'`\" = set"; then
2058 echo $ac_n "(cached) $ac_c" 1>&6
2059else
2060 echo 'void f(){}' > conftest.c
2061if test -z "`${CC-cc} -g -c conftest.c 2>&1`"; then
8e1fea1a 2062 ac_cv_prog_cc_g=yes
2063else
a4af6a58 2064 ac_cv_prog_cc_g=no
7172be51 2065fi
a4af6a58 2066rm -f conftest*
2067
b1660f25 2068fi
a4af6a58 2069
2070echo "$ac_t""$ac_cv_prog_cc_g" 1>&6
8e1fea1a 2071if test "$ac_test_CFLAGS" = set; then
a4af6a58 2072 CFLAGS="$ac_save_CFLAGS"
8e1fea1a 2073elif test $ac_cv_prog_cc_g = yes; then
2074 if test "$GCC" = yes; then
2075 CFLAGS="-g -O2"
2076 else
2077 CFLAGS="-g"
2078 fi
2079else
2080 if test "$GCC" = yes; then
2081 CFLAGS="-O2"
2082 else
2083 CFLAGS=
2084 fi
2085fi
2086
2087
2f8725b0 2088 # We must set the default linker to the linker used by gcc for the correct
2089 # operation of libtool. If LD is not defined and we are using gcc, try to
2090 # set the LD default to the ld used by gcc.
2091 if test -z "$LD"; then
2092 if test "$GCC" = yes; then
2093 case $build in
2094 *-*-mingw*)
2095 gcc_prog_ld=`$CC -print-prog-name=ld 2>&1 | tr -d '\015'` ;;
2096 *)
2097 gcc_prog_ld=`$CC -print-prog-name=ld 2>&1` ;;
2098 esac
2099 case $gcc_prog_ld in
2100 # Accept absolute paths.
2101 [\\/]* | [A-Za-z]:[\\/]*)
2102 LD="$gcc_prog_ld" ;;
2103 esac
2104 fi
2105 fi
2106
2107 CXX=${CXX-"c++"}
2108 CFLAGS=${CFLAGS-"-g"}
2109 CXXFLAGS=${CXXFLAGS-"-g -O2"}
2110fi
2111
a4af6a58 2112if test $host != $build; then
2113 ac_tool_prefix=${host_alias}-
2114else
2115 ac_tool_prefix=
2116fi
2f8725b0 2117
2118
8e1fea1a 2119
a4af6a58 2120# Extract the first word of "${ac_tool_prefix}gnatbind", so it can be a program name with args.
8e1fea1a 2121set dummy ${ac_tool_prefix}gnatbind; ac_word=$2
a4af6a58 2122echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
39f34cfc 2123echo "configure:2124: checking for $ac_word" >&5
a4af6a58 2124if eval "test \"`echo '$''{'ac_cv_prog_GNATBIND'+set}'`\" = set"; then
2125 echo $ac_n "(cached) $ac_c" 1>&6
8e1fea1a 2126else
2127 if test -n "$GNATBIND"; then
2128 ac_cv_prog_GNATBIND="$GNATBIND" # Let the user override the test.
2129else
a4af6a58 2130 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
2131 ac_dummy="$PATH"
2132 for ac_dir in $ac_dummy; do
2133 test -z "$ac_dir" && ac_dir=.
2134 if test -f $ac_dir/$ac_word; then
2135 ac_cv_prog_GNATBIND="${ac_tool_prefix}gnatbind"
2136 break
2137 fi
2138 done
2139 IFS="$ac_save_ifs"
8e1fea1a 2140fi
2141fi
a4af6a58 2142GNATBIND="$ac_cv_prog_GNATBIND"
8e1fea1a 2143if test -n "$GNATBIND"; then
a4af6a58 2144 echo "$ac_t""$GNATBIND" 1>&6
8e1fea1a 2145else
a4af6a58 2146 echo "$ac_t""no" 1>&6
8e1fea1a 2147fi
2148
a4af6a58 2149
8e1fea1a 2150if test -z "$ac_cv_prog_GNATBIND"; then
a4af6a58 2151if test -n "$ac_tool_prefix"; then
8e1fea1a 2152 # Extract the first word of "gnatbind", so it can be a program name with args.
2153set dummy gnatbind; ac_word=$2
a4af6a58 2154echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
39f34cfc 2155echo "configure:2156: checking for $ac_word" >&5
a4af6a58 2156if eval "test \"`echo '$''{'ac_cv_prog_GNATBIND'+set}'`\" = set"; then
2157 echo $ac_n "(cached) $ac_c" 1>&6
8e1fea1a 2158else
a4af6a58 2159 if test -n "$GNATBIND"; then
2160 ac_cv_prog_GNATBIND="$GNATBIND" # Let the user override the test.
8e1fea1a 2161else
a4af6a58 2162 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
2163 ac_dummy="$PATH"
2164 for ac_dir in $ac_dummy; do
2165 test -z "$ac_dir" && ac_dir=.
2166 if test -f $ac_dir/$ac_word; then
2167 ac_cv_prog_GNATBIND="gnatbind"
2168 break
2169 fi
2170 done
2171 IFS="$ac_save_ifs"
2172 test -z "$ac_cv_prog_GNATBIND" && ac_cv_prog_GNATBIND="no"
8e1fea1a 2173fi
2174fi
a4af6a58 2175GNATBIND="$ac_cv_prog_GNATBIND"
2176if test -n "$GNATBIND"; then
2177 echo "$ac_t""$GNATBIND" 1>&6
8e1fea1a 2178else
a4af6a58 2179 echo "$ac_t""no" 1>&6
8e1fea1a 2180fi
2181
2182else
a4af6a58 2183 GNATBIND="no"
2184fi
8e1fea1a 2185fi
2186
a4af6a58 2187echo $ac_n "checking whether compiler driver understands Ada""... $ac_c" 1>&6
39f34cfc 2188echo "configure:2189: checking whether compiler driver understands Ada" >&5
a4af6a58 2189if eval "test \"`echo '$''{'acx_cv_cc_gcc_supports_ada'+set}'`\" = set"; then
2190 echo $ac_n "(cached) $ac_c" 1>&6
8e1fea1a 2191else
2192 cat >conftest.adb <<EOF
2193procedure conftest is begin null; end conftest;
2194EOF
2195acx_cv_cc_gcc_supports_ada=no
2196# There is a bug in old released versions of GCC which causes the
2197# driver to exit successfully when the appropriate language module
2198# has not been installed. This is fixed in 2.95.4, 3.0.2, and 3.1.
2199# Therefore we must check for the error message as well as an
2200# unsuccessful exit.
216de822 2201# Other compilers, like HP Tru64 UNIX cc, exit successfully when
2202# given a .adb file, but produce no object file. So we must check
2203# if an object file was really produced to guard against this.
8e1fea1a 2204errors=`(${CC} -c conftest.adb) 2>&1 || echo failure`
216de822 2205if test x"$errors" = x && test -f conftest.$ac_objext; then
8e1fea1a 2206 acx_cv_cc_gcc_supports_ada=yes
8e1fea1a 2207fi
2208rm -f conftest.*
2209fi
a4af6a58 2210
2211echo "$ac_t""$acx_cv_cc_gcc_supports_ada" 1>&6
8e1fea1a 2212
216de822 2213if test x$GNATBIND != xno && test x$acx_cv_cc_gcc_supports_ada != xno; then
8e1fea1a 2214 have_gnat=yes
2215else
2216 have_gnat=no
2217fi
2218
a4af6a58 2219echo $ac_n "checking how to compare bootstrapped objects""... $ac_c" 1>&6
39f34cfc 2220echo "configure:2221: checking how to compare bootstrapped objects" >&5
a4af6a58 2221if eval "test \"`echo '$''{'gcc_cv_prog_cmp_skip'+set}'`\" = set"; then
2222 echo $ac_n "(cached) $ac_c" 1>&6
7bcc3b4a 2223else
2224 echo abfoo >t1
2225 echo cdfoo >t2
2226 gcc_cv_prog_cmp_skip='tail +16c $$f1 > tmp-foo1; tail +16c $$f2 > tmp-foo2; cmp tmp-foo1 tmp-foo2'
697dfd2c 2227 if cmp t1 t2 2 2 > /dev/null 2>&1; then
2228 if cmp t1 t2 1 1 > /dev/null 2>&1; then
2229 :
2230 else
2231 gcc_cv_prog_cmp_skip='cmp $$f1 $$f2 16 16'
2232 fi
2233 fi
7bcc3b4a 2234 if cmp --ignore-initial=2 t1 t2 > /dev/null 2>&1; then
2235 if cmp --ignore-initial=1 t1 t2 > /dev/null 2>&1; then
697dfd2c 2236 :
7bcc3b4a 2237 else
2238 gcc_cv_prog_cmp_skip='cmp --ignore-initial=16 $$f1 $$f2'
2239 fi
2240 fi
2241 rm t1 t2
2242
2243fi
a4af6a58 2244
2245echo "$ac_t""$gcc_cv_prog_cmp_skip" 1>&6
7bcc3b4a 2246do_compare="$gcc_cv_prog_cmp_skip"
2247
2248
8e1fea1a 2249
5ca838b8 2250# Check for GMP and MPFR
a5144c1d 2251gmplibs="-lmpfr"
4ee9c684 2252gmpinc=
2253have_gmp=yes
5ca838b8 2254# Specify a location for mpfr
2255# check for this first so it ends up on the link line before gmp.
2256# Check whether --with-mpfr-dir or --without-mpfr-dir was given.
2257if test "${with_mpfr_dir+set}" = set; then
2258 withval="$with_mpfr_dir"
a5144c1d 2259 { echo "configure: error: The --with-mpfr-dir=PATH option has been removed.
2260Use --with-mpfr=PATH or --with-mpfr-include=PATH plus --with-mpfr-lib=PATH" 1>&2; exit 1; }
a4af6a58 2261fi
5ca838b8 2262
2263
5ca838b8 2264# Check whether --with-mpfr or --without-mpfr was given.
2265if test "${with_mpfr+set}" = set; then
2266 withval="$with_mpfr"
a4af6a58 2267 :
2268fi
5ca838b8 2269
a5144c1d 2270# Check whether --with-mpfr_include or --without-mpfr_include was given.
2271if test "${with_mpfr_include+set}" = set; then
2272 withval="$with_mpfr_include"
2273 :
2274fi
2275
2276# Check whether --with-mpfr_lib or --without-mpfr_lib was given.
2277if test "${with_mpfr_lib+set}" = set; then
2278 withval="$with_mpfr_lib"
2279 :
2280fi
2281
5ca838b8 2282
2283if test "x$with_mpfr" != x; then
2284 gmplibs="-L$with_mpfr/lib $gmplibs"
2285 gmpinc="-I$with_mpfr/include"
2286fi
a5144c1d 2287if test "x$with_mpfr_include" != x; then
2288 gmpinc="-I$with_mpfr_include"
2289fi
2290if test "x$with_mpfr_lib" != x; then
2291 gmplibs="-L$with_mpfr_lib $gmplibs"
2292fi
5ca838b8 2293
4ee9c684 2294# Specify a location for gmp
2295# Check whether --with-gmp-dir or --without-gmp-dir was given.
2296if test "${with_gmp_dir+set}" = set; then
2297 withval="$with_gmp_dir"
a5144c1d 2298 { echo "configure: error: The --with-gmp-dir=PATH option has been removed.
2299Use --with-gmp=PATH or --with-gmp-include=PATH plus --with-gmp-lib=PATH" 1>&2; exit 1; }
a4af6a58 2300fi
4ee9c684 2301
2302
a5144c1d 2303gmplibs="$gmplibs -lgmp"
4ee9c684 2304
2305# Check whether --with-gmp or --without-gmp was given.
2306if test "${with_gmp+set}" = set; then
2307 withval="$with_gmp"
a4af6a58 2308 :
2309fi
4ee9c684 2310
a5144c1d 2311# Check whether --with-gmp_include or --without-gmp_include was given.
2312if test "${with_gmp_include+set}" = set; then
2313 withval="$with_gmp_include"
2314 :
2315fi
2316
2317# Check whether --with-gmp_lib or --without-gmp_lib was given.
2318if test "${with_gmp_lib+set}" = set; then
2319 withval="$with_gmp_lib"
2320 :
2321fi
2322
2323
4ee9c684 2324
5ca838b8 2325if test "x$with_gmp" != x; then
2326 gmplibs="-L$with_gmp/lib $gmplibs"
2327 gmpinc="-I$with_gmp/include $gmpinc"
4ee9c684 2328fi
a5144c1d 2329if test "x$with_gmp_include" != x; then
2330 gmpinc="-I$with_gmp_include $gmpinc"
2331fi
2332if test "x$with_gmp_lib" != x; then
2333 gmplibs="-L$with_gmp_lib $gmplibs"
2334fi
4ee9c684 2335
2336saved_CFLAGS="$CFLAGS"
2337CFLAGS="$CFLAGS $gmpinc"
2338# Check GMP actually works
a4af6a58 2339echo $ac_n "checking for correct version of gmp.h""... $ac_c" 1>&6
39f34cfc 2340echo "configure:2341: checking for correct version of gmp.h" >&5
a4af6a58 2341cat > conftest.$ac_ext <<EOF
39f34cfc 2342#line 2343 "configure"
a4af6a58 2343#include "confdefs.h"
4ee9c684 2344#include "gmp.h"
a4af6a58 2345int main() {
4ee9c684 2346
112f3d57 2347#if __GNU_MP_VERSION < 4 || (__GNU_MP_VERSION == 4 && __GNU_MP_VERSION_MINOR < 1)
4ee9c684 2348choke me
2349#endif
2350
a4af6a58 2351; return 0; }
2352EOF
39f34cfc 2353if { (eval echo configure:2354: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
a4af6a58 2354 rm -rf conftest*
2355 echo "$ac_t""yes" 1>&6
2356else
2357 echo "configure: failed program was:" >&5
2358 cat conftest.$ac_ext >&5
2359 rm -rf conftest*
2360 echo "$ac_t""no" 1>&6; have_gmp=no
2361fi
2362rm -f conftest*
4ee9c684 2363
2364if test x"$have_gmp" = xyes; then
6a086156 2365 saved_LIBS="$LIBS"
2366 LIBS="$LIBS $gmplibs"
112f3d57 2367 echo $ac_n "checking for correct version of mpfr.h""... $ac_c" 1>&6
39f34cfc 2368echo "configure:2369: checking for correct version of mpfr.h" >&5
112f3d57 2369 cat > conftest.$ac_ext <<EOF
39f34cfc 2370#line 2371 "configure"
112f3d57 2371#include "confdefs.h"
6a086156 2372#include <gmp.h>
112f3d57 2373#include <mpfr.h>
2374int main() {
2375
2376#if MPFR_VERSION_MAJOR < 2 || (MPFR_VERSION_MAJOR == 2 && MPFR_VERSION_MINOR < 2)
2377 choke me
2378#endif
6a086156 2379 mpfr_t n; mpfr_init(n);
112f3d57 2380
2381; return 0; }
2382EOF
39f34cfc 2383if { (eval echo configure:2384: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
a4af6a58 2384 rm -rf conftest*
2385 echo "$ac_t""yes" 1>&6
2386else
2387 echo "configure: failed program was:" >&5
2388 cat conftest.$ac_ext >&5
2389 rm -rf conftest*
2390 echo "$ac_t""no" 1>&6; have_gmp=no
2391fi
2392rm -f conftest*
4ee9c684 2393 LIBS="$saved_LIBS"
4ee9c684 2394fi
bc53ef83 2395CFLAGS="$saved_CFLAGS"
4ee9c684 2396
d9705883 2397if test -d ${srcdir}/gcc && test x$have_gmp != xyes; then
4af4078c 2398 { echo "configure: error: Building GCC requires GMP 4.1+ and MPFR 2.2.1+.
0818100b 2399Try the --with-gmp and/or --with-mpfr options to specify their locations.
2400Copies of these libraries' source code can be found at their respective
2401hosting sites as well as at ftp://gcc.gnu.org/pub/gcc/infrastructure/.
6af0e733 2402See also http://gcc.gnu.org/install/prerequisites.html for additional info.
2403If you obtained GMP and/or MPFR from a vendor distribution package, make
2404sure that you have installed both the libraries and the header files.
2405They may be located in separate packages." 1>&2; exit 1; }
6a086156 2406fi
2407
5ca838b8 2408# Flags needed for both GMP and/or MPFR
4ee9c684 2409
2410
2411
8e6391a6 2412# By default, C is the only stage 1 language.
2d64c2fd 2413stage1_languages=c
2414
2415
8e1fea1a 2416# Figure out what language subdirectories are present.
2417# Look if the user specified --enable-languages="..."; if not, use
2418# the environment variable $LANGUAGES if defined. $LANGUAGES might
2419# go away some day.
2420# NB: embedded tabs in this IF block -- do not untabify
2421if test -d ${srcdir}/gcc; then
2422 if test x"${enable_languages+set}" != xset; then
2423 if test x"${LANGUAGES+set}" = xset; then
2424 enable_languages="${LANGUAGES}"
2425 echo configure.in: warning: setting LANGUAGES is deprecated, use --enable-languages instead 1>&2
2426 else
2427 enable_languages=all
2428 fi
2429 else
2430 if test x"${enable_languages}" = x ||
2431 test x"${enable_languages}" = xyes;
2432 then
2433 echo configure.in: --enable-languages needs at least one language argument 1>&2
2434 exit 1
2435 fi
2436 fi
2437 enable_languages=`echo "${enable_languages}" | sed -e 's/[ ,][ ,]*/,/g' -e 's/,$//'`
2438
2c718da0 2439 # 'f95' is the old name for the 'fortran' language. We issue a warning
2440 # and make the substitution.
2441 case ,${enable_languages}, in
2442 *,f95,*)
2443 echo configure.in: warning: 'f95' as language name is deprecated, use 'fortran' instead 1>&2
2444 enable_languages=`echo "${enable_languages}" | sed -e 's/f95/fortran/g'`
2445 ;;
2446 esac
2447
8e1fea1a 2448 # First scan to see if an enabled language requires some other language.
2449 # We assume that a given config-lang.in will list all the language
2450 # front ends it requires, even if some are required indirectly.
2451 for lang_frag in ${srcdir}/gcc/*/config-lang.in .. ; do
2452 case ${lang_frag} in
2453 ..) ;;
2454 # The odd quoting in the next line works around
2455 # an apparent bug in bash 1.12 on linux.
2456 ${srcdir}/gcc/[*]/config-lang.in) ;;
2457 *)
2458 # From the config-lang.in, get $language, $lang_requires
2459 language=
2460 lang_requires=
2461 . ${lang_frag}
2462 for other in ${lang_requires} ; do
2463 case ,${enable_languages}, in
2464 *,$other,*) ;;
2465 *,all,*) ;;
2466 *,$language,*)
2467 echo " \`$other' language required by \`$language'; enabling" 1>&2
2468 enable_languages="${enable_languages},${other}"
2469 ;;
2470 esac
2471 done
2472 ;;
2473 esac
2474 done
2475
2476 new_enable_languages=c
2477 missing_languages=`echo ",$enable_languages," | sed -e s/,all,/,/ -e s/,c,/,/ `
6cee4b4a 2478 potential_languages=c
8e1fea1a 2479
2480 for lang_frag in ${srcdir}/gcc/*/config-lang.in .. ; do
2481 case ${lang_frag} in
2482 ..) ;;
2483 # The odd quoting in the next line works around
2484 # an apparent bug in bash 1.12 on linux.
2485 ${srcdir}/gcc/[*]/config-lang.in) ;;
2486 *)
a4af6a58 2487 # From the config-lang.in, get $language, $target_libs,
2d64c2fd 2488 # $lang_dirs, $boot_language, and $build_by_default
8e1fea1a 2489 language=
2490 target_libs=
2491 lang_dirs=
5dee13c2 2492 subdir_requires=
2d64c2fd 2493 boot_language=
8e1fea1a 2494 build_by_default=
2495 . ${lang_frag}
6cee4b4a 2496 potential_languages="${potential_languages},${language}"
8e1fea1a 2497 # This is quite sensitive to the ordering of the case statement arms.
2498 case ,${enable_languages},:${language}:${have_gnat}:${build_by_default} in
2499 *::*:*)
2500 echo "${lang_frag} doesn't set \$language." 1>&2
2501 exit 1
6cee4b4a 2502 ;;
8e1fea1a 2503 *:ada:no:*)
2504 # Ada was requested with no preexisting GNAT. Disable unconditionally.
2505 add_this_lang=no
2506 ;;
2507 *,${language},*:*:*:*)
2508 # Language was explicitly selected; include it.
2509 add_this_lang=yes
2510 ;;
2511 *,all,*:*:*:no)
2512 # 'all' was selected, but this is not a default language
6cee4b4a 2513 # so do not include it.
8e1fea1a 2514 add_this_lang=no
6cee4b4a 2515 ;;
8e1fea1a 2516 *,all,*:*:*:*)
2517 # 'all' was selected and this is a default language; include it.
2518 add_this_lang=yes
2519 ;;
2520 *)
2521 add_this_lang=no
2522 ;;
2523 esac
4ee9c684 2524
5dee13c2 2525 # Disable languages that need other directories if these aren't available.
9333ae0b 2526 for i in $subdir_requires; do
3891e7d9 2527 test -f "$srcdir/gcc/$i/config-lang.in" && continue
5dee13c2 2528 case ,${enable_languages}, in
2529 *,${language},*)
2530 # Specifically requested language; tell them.
2531 { echo "configure: error: The gcc/$i directory contains parts of $language but is missing" 1>&2; exit 1; }
2532 ;;
2533 *)
2534 # Silently disable.
2535 add_this_lang=no
2536 ;;
2537 esac
2538 done
2539
ff7dcf6a 2540 # Disable a language that is unsupported by the target.
2541 case " $unsupported_languages " in
2542 *" $language "*)
2543 add_this_lang=no
2544 ;;
2545 esac
2546
4ee9c684 2547 case $add_this_lang in
8e1fea1a 2548 no)
2549 # Remove language-dependent dirs.
2d64c2fd 2550 eval noconfigdirs='"$noconfigdirs "'\"$target_libs $lang_dirs\"
2551 ;;
8e1fea1a 2552 *)
2553 new_enable_languages="$new_enable_languages,$language"
2d64c2fd 2554 missing_languages=`echo "$missing_languages" | sed "s/,$language,/,/"`
2555 case ${boot_language} in
2556 yes)
aff6cf7b 2557 # Add to (comma-separated) list of stage 1 languages.
2558 stage1_languages="${stage1_languages},${language}"
2d64c2fd 2559 ;;
2560 esac
2561 ;;
8e1fea1a 2562 esac
2563 ;;
2564 esac
2565 done
2566
989edd2f 2567 missing_languages=`echo "$missing_languages" | sed -e "s/^,//" -e "s/,$//"`
8e1fea1a 2568 if test "x$missing_languages" != x; then
a4af6a58 2569 { echo "configure: error:
e8bfe1fa 2570The following requested languages could not be built: ${missing_languages}
a4af6a58 2571Recognised languages are: ${potential_languages}" 1>&2; exit 1; }
8e1fea1a 2572 fi
2573
2574 if test "x$new_enable_languages" != "x$enable_languages"; then
2575 echo The following languages will be built: ${new_enable_languages}
2576 fi
2577 enable_languages="$new_enable_languages"
f46e13ec 2578 ac_configure_args=`echo " $ac_configure_args" | sed -e 's/ --enable-languages=[^ ]*//' -e 's/$/ --enable-languages='"$enable_languages"/ `
8e1fea1a 2579fi
2580
50996fe5 2581# Handle --disable-<component> generically.
2582for dir in $configdirs $build_configdirs $target_configdirs ; do
2583 dirname=`echo $dir | sed -e s/target-//g -e s/build-//g -e s/-/_/g`
2584 if eval test x\${enable_${dirname}} "=" xno ; then
2585 noconfigdirs="$noconfigdirs $dir"
2586 fi
2587done
2588
dd6d3a67 2589# Check for Boehm's garbage collector
2590# Check whether --enable-objc-gc or --disable-objc-gc was given.
2591if test "${enable_objc_gc+set}" = set; then
2592 enableval="$enable_objc_gc"
2593 case ,${enable_languages},:${enable_objc_gc}:${noconfigdirs} in
2594 *,objc,*:*:yes:*target-boehm-gc*)
2595 { echo "configure: error: Boehm's garbage collector was requested yet not supported in this configuration" 1>&2; exit 1; }
2596 ;;
2597esac
2598fi
2599
2600
2601# Make sure we only build Boehm's garbage collector if required.
f1716c67 2602case ,${enable_languages},:${enable_objc_gc} in
2603 *,objc,*:yes)
dd6d3a67 2604 # Keep target-boehm-gc if requested for Objective-C.
2605 ;;
dd6d3a67 2606 *)
f1716c67 2607 # Otherwise remove target-boehm-gc depending on target-libjava.
2608 if echo " ${noconfigdirs} " | grep "target-libjava" >/dev/null 2>&1; then
2609 noconfigdirs="$noconfigdirs target-boehm-gc"
2610 fi
dd6d3a67 2611 ;;
2612esac
2613
e8eddfdd 2614# Remove the entries in $skipdirs and $noconfigdirs from $configdirs,
2615# $build_configdirs and $target_configdirs.
8e1fea1a 2616# If we have the source for $noconfigdirs entries, add them to $notsupp.
2617
2618notsupp=""
2619for dir in . $skipdirs $noconfigdirs ; do
e8eddfdd 2620 dirname=`echo $dir | sed -e s/target-//g -e s/build-//g`
8e1fea1a 2621 if test $dir != . && echo " ${configdirs} " | grep " ${dir} " >/dev/null 2>&1; then
2622 configdirs=`echo " ${configdirs} " | sed -e "s/ ${dir} / /"`
2623 if test -r $srcdir/$dirname/configure ; then
2624 if echo " ${skipdirs} " | grep " ${dir} " >/dev/null 2>&1; then
2625 true
2626 else
2627 notsupp="$notsupp $dir"
2628 fi
2629 fi
2630 fi
e8eddfdd 2631 if test $dir != . && echo " ${build_configdirs} " | grep " ${dir} " >/dev/null 2>&1; then
2632 build_configdirs=`echo " ${build_configdirs} " | sed -e "s/ ${dir} / /"`
2633 if test -r $srcdir/$dirname/configure ; then
2634 if echo " ${skipdirs} " | grep " ${dir} " >/dev/null 2>&1; then
2635 true
2636 else
2637 notsupp="$notsupp $dir"
2638 fi
2639 fi
2640 fi
8e1fea1a 2641 if test $dir != . && echo " ${target_configdirs} " | grep " ${dir} " >/dev/null 2>&1; then
2642 target_configdirs=`echo " ${target_configdirs} " | sed -e "s/ ${dir} / /"`
2643 if test -r $srcdir/$dirname/configure ; then
2644 if echo " ${skipdirs} " | grep " ${dir} " >/dev/null 2>&1; then
2645 true
2646 else
2647 notsupp="$notsupp $dir"
2648 fi
2649 fi
2650 fi
2651done
2652
2653# Sometimes the tools are distributed with libiberty but with no other
2654# libraries. In that case, we don't want to build target-libiberty.
2655if test -n "${target_configdirs}" ; then
2656 others=
2657 for i in `echo ${target_configdirs} | sed -e s/target-//g` ; do
2658 if test "$i" != "libiberty" ; then
2659 if test -r $srcdir/$i/configure ; then
2660 others=yes;
2661 break;
2662 fi
2663 fi
2664 done
2665 if test -z "${others}" ; then
2666 target_configdirs=
2667 fi
2668fi
2669
2670# Quietly strip out all directories which aren't configurable in this tree.
2671# This relies on all configurable subdirectories being autoconfiscated, which
2672# is now the case.
2f8725b0 2673build_configdirs_all="$build_configdirs"
2674build_configdirs=
2675for i in ${build_configdirs_all} ; do
a4af6a58 2676 j=`echo $i | sed -e s/build-//g`
2f8725b0 2677 if test -f ${srcdir}/$j/configure ; then
2678 build_configdirs="${build_configdirs} $i"
2679 fi
2680done
2681
8e1fea1a 2682configdirs_all="$configdirs"
2683configdirs=
2684for i in ${configdirs_all} ; do
2685 if test -f ${srcdir}/$i/configure ; then
2686 configdirs="${configdirs} $i"
2687 fi
2688done
2f8725b0 2689
8e1fea1a 2690target_configdirs_all="$target_configdirs"
2691target_configdirs=
2692for i in ${target_configdirs_all} ; do
a4af6a58 2693 j=`echo $i | sed -e s/target-//g`
8e1fea1a 2694 if test -f ${srcdir}/$j/configure ; then
2695 target_configdirs="${target_configdirs} $i"
2696 fi
2697done
2698
2699# Produce a warning message for the subdirs we can't configure.
2700# This isn't especially interesting in the Cygnus tree, but in the individual
2701# FSF releases, it's important to let people know when their machine isn't
2702# supported by the one or two programs in a package.
2703
2704if test -n "${notsupp}" && test -z "${norecursion}" ; then
2705 # If $appdirs is non-empty, at least one of those directories must still
2706 # be configured, or we error out. (E.g., if the gas release supports a
2707 # specified target in some subdirs but not the gas subdir, we shouldn't
2708 # pretend that all is well.)
2709 if test -n "$appdirs" ; then
2710 for dir in $appdirs ; do
2711 if test -r $dir/Makefile.in ; then
2712 if echo " ${configdirs} " | grep " ${dir} " >/dev/null 2>&1; then
2713 appdirs=""
2714 break
2715 fi
2f8725b0 2716 if echo " ${target_configdirs} " | grep " target-${dir} " >/dev/null 2>&1; then
8e1fea1a 2717 appdirs=""
2718 break
2719 fi
2720 fi
2721 done
2722 if test -n "$appdirs" ; then
2723 echo "*** This configuration is not supported by this package." 1>&2
2724 exit 1
2725 fi
2726 fi
2727 # Okay, some application will build, or we don't care to check. Still
2728 # notify of subdirs not getting built.
2729 echo "*** This configuration is not supported in the following subdirectories:" 1>&2
2730 echo " ${notsupp}" 1>&2
2731 echo " (Any other directories should still work fine.)" 1>&2
2732fi
2733
2734case "$host" in
2735 *msdosdjgpp*)
2736 enable_gdbtk=no ;;
2737esac
2738
2739copy_dirs=
2740
ffa8502d 2741# Check whether --with-build-sysroot or --without-build-sysroot was given.
2742if test "${with_build_sysroot+set}" = set; then
2743 withval="$with_build_sysroot"
2744 if test x"$withval" != x ; then
2745 SYSROOT_CFLAGS_FOR_TARGET="--sysroot=$withval"
2746 fi
2747else
2748 SYSROOT_CFLAGS_FOR_TARGET=
a4af6a58 2749fi
2750
ffa8502d 2751
2752
8e1fea1a 2753# Handle --with-headers=XXX. If the value is not "yes", the contents of
2754# the named directory are copied to $(tooldir)/sys-include.
2755if test x"${with_headers}" != x && test x"${with_headers}" != xno ; then
2756 if test x${is_cross_compiler} = xno ; then
2757 echo 1>&2 '***' --with-headers is only supported when cross compiling
2758 exit 1
2759 fi
2760 if test x"${with_headers}" != xyes ; then
2761 case "${exec_prefixoption}" in
2762 "") x=${prefix} ;;
2763 *) x=${exec_prefix} ;;
2764 esac
2765 copy_dirs="${copy_dirs} ${with_headers} $x/${target_alias}/sys-include"
2766 fi
2767fi
2768
2769# Handle --with-libs=XXX. If the value is not "yes", the contents of
2770# the name directories are copied to $(tooldir)/lib. Multiple directories
2771# are permitted.
2772if test x"${with_libs}" != x && test x"${with_libs}" != xno ; then
2773 if test x${is_cross_compiler} = xno ; then
2774 echo 1>&2 '***' --with-libs is only supported when cross compiling
2775 exit 1
2776 fi
2777 if test x"${with_libs}" != xyes ; then
2778 # Copy the libraries in reverse order, so that files in the first named
2779 # library override files in subsequent libraries.
2780 case "${exec_prefixoption}" in
2781 "") x=${prefix} ;;
2782 *) x=${exec_prefix} ;;
2783 esac
2784 for l in ${with_libs}; do
2785 copy_dirs="$l $x/${target_alias}/lib ${copy_dirs}"
2786 done
2787 fi
2788fi
2789
c47832b1 2790# Set with_gnu_as and with_gnu_ld as appropriate.
2791#
2792# This is done by determining whether or not the appropriate directory
2793# is available, and by checking whether or not specific configurations
2794# have requested that this magic not happen.
a4af6a58 2795#
2796# The command line options always override the explicit settings in
c47832b1 2797# configure.in, and the settings in configure.in override this magic.
2798#
a4af6a58 2799# If the default for a toolchain is to use GNU as and ld, and you don't
c47832b1 2800# want to do that, then you should use the --without-gnu-as and
2801# --without-gnu-ld options for the configure script.
2802
2803if test x${use_gnu_as} = x &&
2804 echo " ${configdirs} " | grep " gas " > /dev/null 2>&1 ; then
2805 with_gnu_as=yes
2806 extra_host_args="$extra_host_args --with-gnu-as"
2807fi
2808
2809if test x${use_gnu_ld} = x &&
2810 echo " ${configdirs} " | grep " ld " > /dev/null 2>&1 ; then
2811 with_gnu_ld=yes
2812 extra_host_args="$extra_host_args --with-gnu-ld"
2813fi
2814
2815# If using newlib, add --with-newlib to the extra_host_args so that gcc/configure
2816# can detect this case.
2817
2818if test x${with_newlib} != xno && echo " ${target_configdirs} " | grep " target-newlib " > /dev/null 2>&1 ; then
2819 with_newlib=yes
2820 extra_host_args="$extra_host_args --with-newlib"
2821fi
2822
8e1fea1a 2823# Handle ${copy_dirs}
2824set fnord ${copy_dirs}
2825shift
2826while test $# != 0 ; do
2827 if test -f $2/COPIED && test x"`cat $2/COPIED`" = x"$1" ; then
2828 :
2829 else
2830 echo Copying $1 to $2
2831
2832 # Use the install script to create the directory and all required
2833 # parent directories.
2834 if test -d $2 ; then
2835 :
2836 else
2837 echo >config.temp
2838 ${srcdir}/install-sh -c -m 644 config.temp $2/COPIED
2839 fi
2840
2841 # Copy the directory, assuming we have tar.
2842 # FIXME: Should we use B in the second tar? Not all systems support it.
2843 (cd $1; tar -cf - .) | (cd $2; tar -xpf -)
2844
2845 # It is the responsibility of the user to correctly adjust all
2846 # symlinks. If somebody can figure out how to handle them correctly
2847 # here, feel free to add the code.
2848
2849 echo $1 > $2/COPIED
2850 fi
2851 shift; shift
2852done
2853
c47832b1 2854# Determine a target-dependent exec_prefix that the installed
2855# gcc will search in. Keep this list sorted by triplet, with
2856# the *-*-osname triplets last.
2857md_exec_prefix=
2858case "${target}" in
2859 alpha*-*-*vms*)
2860 md_exec_prefix=/gnu/lib/gcc-lib
2861 ;;
2862 i3456786-pc-msdosdjgpp*)
2863 md_exec_prefix=/dev/env/DJDIR/bin
2864 ;;
2865 i3456786-*-sco3.2v5*)
2866 if test $with_gnu_as = yes; then
2867 md_exec_prefix=/usr/gnu/bin
2868 else
2869 md_exec_prefix=/usr/ccs/bin/elf
2870 fi
2871 ;;
2872
2873 mn10300-*-* | \
2874 powerpc-*-chorusos* | \
2875 powerpc*-*-eabi* | \
2876 powerpc*-*-sysv* | \
2877 powerpc*-*-kaos* | \
2878 s390x-ibm-tpf*)
2879 md_exec_prefix=/usr/ccs/bin
2880 ;;
2881 sparc64-*-elf*)
2882 ;;
2883 v850*-*-*)
2884 md_exec_prefix=/usr/ccs/bin
2885 ;;
2886 xtensa-*-elf*)
2887 ;;
2888
2889 *-*-beos* | \
2890 *-*-elf* | \
2891 *-*-hpux* | \
2892 *-*-netware* | \
2893 *-*-nto-qnx* | \
2894 *-*-rtems* | \
2895 *-*-solaris2* | \
2896 *-*-sysv45* | \
2897 *-*-vxworks* | \
2898 *-wrs-windiss)
2899 md_exec_prefix=/usr/ccs/bin
2900 ;;
2901esac
2902
71ab34df 2903extra_arflags_for_target=
2904extra_nmflags_for_target=
2905extra_ranlibflags_for_target=
2906target_makefile_frag=/dev/null
2907case "${target}" in
57c7de11 2908 spu-*-*)
2909 target_makefile_frag="config/mt-spu"
2910 ;;
634f7a13 2911 *-*-netware*)
71ab34df 2912 target_makefile_frag="config/mt-netware"
2913 ;;
cb8a7007 2914 *-*-linux* | *-*-gnu* | *-*-k*bsd*-gnu)
2915 target_makefile_frag="config/mt-gnu"
71ab34df 2916 ;;
2917 *-*-aix4.[3456789]* | *-*-aix[56789].*)
a4af6a58 2918 # nm and ar from AIX 4.3 and above require -X32_64 flag to all ar and nm
71ab34df 2919 # commands to handle both 32-bit and 64-bit objects. These flags are
2920 # harmless if we're using GNU nm or ar.
2921 extra_arflags_for_target=" -X32_64"
2922 extra_nmflags_for_target=" -B -X32_64"
2923 ;;
2924 *-*-darwin*)
2925 # ranlib from Darwin requires the -c flag to look at common symbols.
2926 extra_ranlibflags_for_target=" -c"
2927 ;;
2928 mips*-*-pe | sh*-*-pe | *arm-wince-pe)
2929 target_makefile_frag="config/mt-wince"
2930 ;;
2931esac
2932
2933alphaieee_frag=/dev/null
2934case $target in
2935 alpha*-*-*)
2936 # This just makes sure to use the -mieee option to build target libs.
2937 # This should probably be set individually by each library.
2938 alphaieee_frag="config/mt-alphaieee"
2939 ;;
2940esac
2941
2942# If --enable-target-optspace always use -Os instead of -O2 to build
2943# the target libraries, similarly if it is not specified, use -Os
2944# on selected platforms.
2945ospace_frag=/dev/null
2946case "${enable_target_optspace}:${target}" in
2947 yes:*)
2948 ospace_frag="config/mt-ospace"
2949 ;;
2950 :d30v-*)
2951 ospace_frag="config/mt-d30v"
2952 ;;
2953 :m32r-* | :d10v-* | :fr30-*)
2954 ospace_frag="config/mt-ospace"
2955 ;;
2956 no:* | :*)
2957 ;;
2958 *)
2959 echo "*** bad value \"${enable_target_optspace}\" for --enable-target-optspace flag; ignored" 1>&2
2960 ;;
2961esac
2962
71ab34df 2963# Default to using --with-stabs for certain targets.
2964if test x${with_stabs} = x ; then
2965 case "${target}" in
d74dd50d 2966 mips*-*-irix[56]*)
71ab34df 2967 ;;
2968 mips*-*-* | alpha*-*-osf*)
2969 with_stabs=yes;
2970 extra_host_args="${extra_host_args} --with-stabs"
2971 ;;
2972 esac
2973fi
2974
2975# hpux11 in 64bit mode has libraries in a weird place. Arrange to find
2976# them automatically.
2977case "${host}" in
a4af6a58 2978 hppa*64*-*-hpux11*)
71ab34df 2979 extra_host_args="$extra_host_args -x-libraries=/usr/lib/pa20_64 -x-includes=/usr/X11R6/include"
2980 ;;
2981esac
2982
71ab34df 2983# Some systems (e.g., one of the i386-aix systems the gas testers are
2984# using) don't handle "\$" correctly, so don't use it here.
1a21d71c 2985tooldir='${exec_prefix}'/${target_alias}
71ab34df 2986build_tooldir=${tooldir}
2987
71ab34df 2988# Create a .gdbinit file which runs the one in srcdir
2989# and tells GDB to look there for source files.
2990
2991if test -r ${srcdir}/.gdbinit ; then
2992 case ${srcdir} in
2993 .) ;;
2994 *) cat > ./.gdbinit <<EOF
2995# ${NO_EDIT}
2996dir ${srcdir}
2997dir .
2998source ${srcdir}/.gdbinit
2999EOF
3000 ;;
3001 esac
3002fi
3003
71ab34df 3004# Make sure that the compiler is able to generate an executable. If it
3005# can't, we are probably in trouble. We don't care whether we can run the
3006# executable--we might be using a cross compiler--we only care whether it
3007# can be created. At this point the main configure script has set CC.
3008we_are_ok=no
3009echo "int main () { return 0; }" > conftest.c
3010${CC} -o conftest ${CFLAGS} ${CPPFLAGS} ${LDFLAGS} conftest.c
3011if test $? = 0 ; then
3012 if test -s conftest || test -s conftest.exe ; then
3013 we_are_ok=yes
3014 fi
a4af6a58 3015fi
71ab34df 3016case $we_are_ok in
3017 no)
3018 echo 1>&2 "*** The command '${CC} -o conftest ${CFLAGS} ${CPPFLAGS} ${LDFLAGS} conftest.c' failed."
3019 echo 1>&2 "*** You must set the environment variable CC to a working compiler."
3020 rm -f conftest*
3021 exit 1
3022 ;;
3023esac
3024rm -f conftest*
3025
3026# The Solaris /usr/ucb/cc compiler does not appear to work.
3027case "${host}" in
3028 sparc-sun-solaris2*)
3029 CCBASE="`echo ${CC-cc} | sed 's/ .*$//'`"
3030 if test "`type $CCBASE | sed 's/^[^/]*//'`" = "/usr/ucb/cc" ; then
3031 could_use=
3032 test -d /opt/SUNWspro/bin && could_use="/opt/SUNWspro/bin"
3033 if test -d /opt/cygnus/bin ; then
3034 if test "$could_use" = "" ; then
3035 could_use="/opt/cygnus/bin"
3036 else
3037 could_use="$could_use or /opt/cygnus/bin"
3038 fi
3039 fi
3040 if test "$could_use" = "" ; then
3041 echo "Warning: compilation may fail because you're using"
3042 echo "/usr/ucb/cc. You should change your PATH or CC "
3043 echo "variable and rerun configure."
3044 else
3045 echo "Warning: compilation may fail because you're using"
3046 echo "/usr/ucb/cc, when you should use the C compiler from"
3047 echo "$could_use. You should change your"
3048 echo "PATH or CC variable and rerun configure."
3049 fi
3050 fi
3051 ;;
3052esac
3053
71ab34df 3054case "${host}" in
3055 *-*-hpux*) RPATH_ENVVAR=SHLIB_PATH ;;
697e01c8 3056 *-*-darwin* | *-*-rhapsody* ) RPATH_ENVVAR=DYLD_LIBRARY_PATH ;;
71ab34df 3057 *) RPATH_ENVVAR=LD_LIBRARY_PATH ;;
3058esac
3059
3060# Record target_configdirs and the configure arguments for target and
3061# build configuration in Makefile.
3062target_configdirs=`echo "${target_configdirs}" | sed -e 's/target-//g'`
2f8725b0 3063build_configdirs=`echo "${build_configdirs}" | sed -e 's/build-//g'`
71ab34df 3064
71ab34df 3065# Determine whether gdb needs tk/tcl or not.
3066# Use 'maybe' since enable_gdbtk might be true even if tk isn't available
3067# and in that case we want gdb to be built without tk. Ugh!
3068# In fact I believe gdb is the *only* package directly dependent on tk,
3069# so we should be able to put the 'maybe's in unconditionally and
3070# leave out the maybe dependencies when enable_gdbtk is false. I'm not
3071# 100% sure that that's safe though.
8fdaf281 3072
f843f075 3073gdb_tk="maybe-all-tcl maybe-all-tk maybe-all-itcl maybe-all-libgui"
71ab34df 3074case "$enable_gdbtk" in
3075 no)
3076 GDB_TK="" ;;
8fdaf281 3077 yes)
3078 GDB_TK="${gdb_tk}" ;;
71ab34df 3079 *)
8fdaf281 3080 # Only add the dependency on gdbtk when GDBtk is part of the gdb
3081 # distro. Eventually someone will fix this and move Insight, nee
3082 # gdbtk to a separate directory.
3083 if test -d ${srcdir}/gdb/gdbtk ; then
3084 GDB_TK="${gdb_tk}"
3085 else
3086 GDB_TK=""
3087 fi
3088 ;;
71ab34df 3089esac
415470be 3090CONFIGURE_GDB_TK=`echo ${GDB_TK} | sed s/-all-/-configure-/g`
3091INSTALL_GDB_TK=`echo ${GDB_TK} | sed s/-all-/-install-/g`
71ab34df 3092
01b41571 3093# Strip out unwanted targets.
6f4f34a7 3094
3095# While at that, we remove Makefiles if we were started for recursive
3096# configuration, so that the top-level Makefile reconfigures them,
3097# like we used to do when configure itself was recursive.
6f4f34a7 3098
01b41571 3099# Loop over modules. $extrasub must be used with care, limiting as
3100# much as possible the usage of range addresses. That's because autoconf
3101# splits the sed script to overcome limits in the number of commands,
3102# and relying on carefully-timed sed passes may turn out to be very hard
3103# to maintain later. In this particular case, you just have to be careful
3104# not to nest @if/@endif pairs, because configure will not warn you at all.
6f4f34a7 3105
54f0538b 3106# Check whether --enable-bootstrap or --disable-bootstrap was given.
3107if test "${enable_bootstrap+set}" = set; then
3108 enableval="$enable_bootstrap"
a4af6a58 3109 :
54f0538b 3110else
3c782584 3111 enable_bootstrap=default
a4af6a58 3112fi
3113
54f0538b 3114
3c782584 3115# Issue errors and warnings for invalid/strange bootstrap combinations.
3116case "$configdirs" in
3117 *gcc*) have_compiler=yes ;;
3118 *) have_compiler=no ;;
3119esac
3120
3121case "$have_compiler:$host:$target:$enable_bootstrap" in
3122 *:*:*:no) ;;
3123
98777423 3124 # Default behavior. Enable bootstrap if we have a compiler
3c782584 3125 # and we are in a native configuration.
3126 yes:$build:$build:default)
98777423 3127 enable_bootstrap=yes ;;
3c782584 3128
3129 *:*:*:default)
3130 enable_bootstrap=no ;;
3131
3132 # We have a compiler and we are in a native configuration, bootstrap is ok
0c8a85c6 3133 yes:$build:$build:yes)
3c782584 3134 ;;
3135
3136 # Other configurations, but we have a compiler. Assume the user knows
3137 # what he's doing.
0c8a85c6 3138 yes:*:*:yes)
a4af6a58 3139 echo "configure: warning: trying to bootstrap a cross compiler" 1>&2
3c782584 3140 ;;
3141
3142 # No compiler: if they passed --enable-bootstrap explicitly, fail
0c8a85c6 3143 no:*:*:yes)
a4af6a58 3144 { echo "configure: error: cannot bootstrap without a compiler" 1>&2; exit 1; } ;;
3c782584 3145
3146 # Fail if wrong command line
3147 *)
a4af6a58 3148 { echo "configure: error: invalid option for --enable-bootstrap" 1>&2; exit 1; }
3c782584 3149 ;;
3150esac
3151
3152# Adjust the toplevel makefile according to whether bootstrap was selected.
54f0538b 3153case "$enable_bootstrap" in
3154 yes)
93f93279 3155 bootstrap_suffix=bootstrap ;;
54f0538b 3156 no)
93f93279 3157 bootstrap_suffix=no-bootstrap ;;
54f0538b 3158esac
3159
2f8725b0 3160for module in ${build_configdirs} ; do
93f93279 3161 if test -z "${no_recursion}" \
3162 && test -f ${build_subdir}/${module}/Makefile; then
3163 echo 1>&2 "*** removing ${build_subdir}/${module}/Makefile to force reconfigure"
3164 rm -f ${build_subdir}/${module}/Makefile
3165 fi
3166 extrasub="$extrasub
3167/^@if build-$module\$/d
3168/^@endif build-$module\$/d
3169/^@if build-$module-$bootstrap_suffix\$/d
3170/^@endif build-$module-$bootstrap_suffix\$/d"
3171done
3172for module in ${configdirs} ; do
9c19a746 3173 if test -z "${no_recursion}"; then
3174 for file in stage*-${module}/Makefile ${module}/Makefile; do
3175 if test -f ${file}; then
3176 echo 1>&2 "*** removing ${file} to force reconfigure"
3177 rm -f ${file}
3178 fi
3179 done
93f93279 3180 fi
3181 extrasub="$extrasub
3182/^@if $module\$/d
3183/^@endif $module\$/d
3184/^@if $module-$bootstrap_suffix\$/d
3185/^@endif $module-$bootstrap_suffix\$/d"
3186done
3187for module in ${target_configdirs} ; do
3188 if test -z "${no_recursion}" \
3189 && test -f ${target_subdir}/${module}/Makefile; then
3190 echo 1>&2 "*** removing ${target_subdir}/${module}/Makefile to force reconfigure"
3191 rm -f ${target_subdir}/${module}/Makefile
3192 fi
3193 extrasub="$extrasub
3194/^@if target-$module\$/d
3195/^@endif target-$module\$/d
3196/^@if target-$module-$bootstrap_suffix\$/d
3197/^@endif target-$module-$bootstrap_suffix\$/d"
3198done
3199
01b41571 3200extrasub="$extrasub
3201/^@if /,/^@endif /d"
71ab34df 3202
3203# Create the serialization dependencies. This uses a temporary file.
3204
11d8013a 3205# Check whether --enable-serial-configure or --disable-serial-configure was given.
3206if test "${enable_serial_configure+set}" = set; then
3207 enableval="$enable_serial_configure"
a4af6a58 3208 :
3209fi
11d8013a 3210
3211
622c1fa9 3212case ${enable_serial_configure} in
3213 yes)
3214 enable_serial_build_configure=yes
3215 enable_serial_host_configure=yes
3216 enable_serial_target_configure=yes
3217 ;;
3218esac
3219
71ab34df 3220# These force 'configure's to be done one at a time, to avoid problems
3221# with contention over a shared config.cache.
3222rm -f serdep.tmp
11d8013a 3223echo '# serdep.tmp' > serdep.tmp
71ab34df 3224olditem=
622c1fa9 3225test "x${enable_serial_build_configure}" = xyes &&
71ab34df 3226for item in ${build_configdirs} ; do
3227 case ${olditem} in
3228 "") ;;
11d8013a 3229 *) echo "configure-build-${item}: configure-build-${olditem}" >> serdep.tmp ;;
71ab34df 3230 esac
3231 olditem=${item}
3232done
3233olditem=
622c1fa9 3234test "x${enable_serial_host_configure}" = xyes &&
71ab34df 3235for item in ${configdirs} ; do
3236 case ${olditem} in
3237 "") ;;
11d8013a 3238 *) echo "configure-${item}: configure-${olditem}" >> serdep.tmp ;;
71ab34df 3239 esac
3240 olditem=${item}
3241done
3242olditem=
622c1fa9 3243test "x${enable_serial_target_configure}" = xyes &&
71ab34df 3244for item in ${target_configdirs} ; do
3245 case ${olditem} in
3246 "") ;;
11d8013a 3247 *) echo "configure-target-${item}: configure-target-${olditem}" >> serdep.tmp ;;
71ab34df 3248 esac
3249 olditem=${item}
3250done
3251serialization_dependencies=serdep.tmp
3252
3253
11d8013a 3254# Base args. Strip norecursion, cache-file, srcdir, host, build,
3255# target and nonopt. These are the ones we might not want to pass
fbfea1fa 3256# down to subconfigures. Also strip program-prefix, program-suffix,
3257# and program-transform-name, so that we can pass down a consistent
3258# program-transform-name. If autoconf has put single quotes around
3259# any of these arguments (because they contain shell metacharacters)
3260# then this will fail; in practice this only happens for
3261# --program-transform-name, so be sure to override --program-transform-name
3262# at the end of the argument list.
3263# These will be expanded by make, so quote '$'.
63a057cf 3264cat <<\EOF_SED > conftestsed
f4191912 3265s/ --no[^ ]*/ /g
3266s/ --c[a-z-]*[= ][^ ]*//g
3267s/ --sr[a-z-]*[= ][^ ]*//g
3268s/ --ho[a-z-]*[= ][^ ]*//g
3269s/ --bu[a-z-]*[= ][^ ]*//g
3270s/ --t[a-z-]*[= ][^ ]*//g
3271s/ --program-[pst][a-z-]*[= ][^ ]*//g
3272s/ -cache-file[= ][^ ]*//g
3273s/ -srcdir[= ][^ ]*//g
3274s/ -host[= ][^ ]*//g
3275s/ -build[= ][^ ]*//g
3276s/ -target[= ][^ ]*//g
3277s/ -program-prefix[= ][^ ]*//g
3278s/ -program-suffix[= ][^ ]*//g
3279s/ -program-transform-name[= ][^ ]*//g
63a057cf 3280s/ [^' -][^ ]* / /
3281s/^ *//;s/ *$//
5df533c9 3282s,\$,$$,g
3283EOF_SED
3284sed -f conftestsed <<EOF_SED > conftestsed.out
a4af6a58 3285 ${ac_configure_args}
63a057cf 3286EOF_SED
5df533c9 3287baseargs=`cat conftestsed.out`
3288rm -f conftestsed conftestsed.out
71ab34df 3289
fbfea1fa 3290# Add in --program-transform-name, after --program-prefix and
3291# --program-suffix have been applied to it. Autoconf has already
3292# doubled dollar signs and backslashes in program_transform_name; we want
3293# the backslashes un-doubled, and then the entire thing wrapped in single
a4af6a58 3294# quotes, because this will be expanded first by make and then by the shell.
fbfea1fa 3295# Also, because we want to override the logic in subdir configure scripts to
3296# choose program_transform_name, replace any s,x,x, with s,y,y,.
3297sed -e "s,\\\\\\\\,\\\\,g; s,','\\\\'',g; s/s,x,x,/s,y,y,/" <<EOF_SED > conftestsed.out
3298${program_transform_name}
3299EOF_SED
3300gcc_transform_name=`cat conftestsed.out`
3301rm -f conftestsed.out
3302baseargs="$baseargs --program-transform-name='${gcc_transform_name}'"
3303
71ab34df 3304# For the build-side libraries, we just need to pretend we're native,
3305# and not use the same cache file. Multilibs are neither needed nor
3306# desired.
8a54e13f 3307build_configargs="--cache-file=../config.cache --build=${build_alias} --host=${build_alias} --target=${target_alias} ${baseargs}"
71ab34df 3308
3309# For host modules, accept cache file option, or specification as blank.
3310case "${cache_file}" in
3311"") # empty
3312 cache_file_option="" ;;
3313/* | [A-Za-z]:[\\/]* ) # absolute path
3314 cache_file_option="--cache-file=${cache_file}" ;;
3315*) # relative path
3316 cache_file_option="--cache-file=../${cache_file}" ;;
3317esac
3318
ba1081ef 3319# Host dirs don't like to share a cache file either, horribly enough.
3320# This seems to be due to autoconf 2.5x stupidity.
c8241dd9 3321host_configargs="--cache-file=./config.cache --build=${build_alias} --host=${host_alias} --target=${target_alias} ${extra_host_args} ${baseargs}"
71ab34df 3322
3323target_configargs=${baseargs}
3324
3325# Passing a --with-cross-host argument lets the target libraries know
3326# whether they are being built with a cross-compiler or being built
3327# native. However, it would be better to use other mechanisms to make the
3328# sorts of decisions they want to make on this basis. Please consider
3329# this option to be deprecated. FIXME.
3330if test x${is_cross_compiler} = xyes ; then
3331 target_configargs="--with-cross-host=${host_alias} ${target_configargs}"
3332fi
3333
3334# Default to --enable-multilib.
3335if test x${enable_multilib} = x ; then
3336 target_configargs="--enable-multilib ${target_configargs}"
3337fi
3338
3339# Pass --with-newlib if appropriate. Note that target_configdirs has
3340# changed from the earlier setting of with_newlib.
3341if test x${with_newlib} != xno && echo " ${target_configdirs} " | grep " newlib " > /dev/null 2>&1 && test -d ${srcdir}/newlib ; then
3342 target_configargs="--with-newlib ${target_configargs}"
3343fi
3344
74fef112 3345# Different target subdirs use different values of certain variables
3346# (notably CXX). Worse, multilibs use *lots* of different values.
3347# Worse yet, autoconf 2.5x makes some of these 'precious', meaning that
3348# it doesn't automatically accept command-line overrides of them.
3349# This means it's not safe for target subdirs to share a cache file,
3350# which is disgusting, but there you have it. Hopefully this can be
3351# fixed in future. It's still worthwhile to use a cache file for each
3352# directory. I think.
3353
a8abbd9d 3354# Pass the appropriate --build, --host, --target and --cache-file arguments.
3355# We need to pass --target, as newer autoconf's requires consistency
3356# for target_alias and gcc doesn't manage it consistently.
3357target_configargs="--cache-file=./config.cache --build=${build_alias} --host=${target_alias} --target=${target_alias} ${target_configargs}"
71ab34df 3358
71ab34df 3359FLAGS_FOR_TARGET=
3360case " $target_configdirs " in
3361 *" newlib "*)
3362 case " $target_configargs " in
3363 *" --with-newlib "*)
3364 case "$target" in
3365 *-cygwin*)
d957c480 3366 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' ;;
71ab34df 3367 esac
3368
3369 # If we're not building GCC, don't discard standard headers.
3370 if test -d ${srcdir}/gcc; then
3371 FLAGS_FOR_TARGET=$FLAGS_FOR_TARGET' -nostdinc'
3372
3373 if test "${build}" != "${host}"; then
3374 # On Canadian crosses, CC_FOR_TARGET will have already been set
3375 # by `configure', so we won't have an opportunity to add -Bgcc/
3376 # to it. This is right: we don't want to search that directory
3377 # for binaries, but we want the header files in there, so add
3378 # them explicitly.
c1eb9e31 3379 FLAGS_FOR_TARGET=$FLAGS_FOR_TARGET' -isystem $$r/$(HOST_SUBDIR)/gcc/include'
71ab34df 3380
3381 # Someone might think of using the pre-installed headers on
3382 # Canadian crosses, in case the installed compiler is not fully
3383 # compatible with the compiler being built. In this case, it
3384 # would be better to flag an error than risking having
3385 # incompatible object files being constructed. We can't
3386 # guarantee that an error will be flagged, but let's hope the
3387 # compiler will do it, when presented with incompatible header
3388 # files.
3389 fi
3390 fi
3391
3392 case "${target}-${is_cross_compiler}" in
f74ea578 3393 i[3456789]86-*-linux*-no)
71ab34df 3394 # Here host == target, so we don't need to build gcc,
3395 # so we don't want to discard standard headers.
3396 FLAGS_FOR_TARGET=`echo " $FLAGS_FOR_TARGET " | sed -e 's/ -nostdinc / /'`
3397 ;;
3398 *)
3399 # If we're building newlib, use its generic headers last, but search
3400 # for any libc-related directories first (so make it the last -B
3401 # switch).
3402 FLAGS_FOR_TARGET=$FLAGS_FOR_TARGET' -B$$r/$(TARGET_SUBDIR)/newlib/ -isystem $$r/$(TARGET_SUBDIR)/newlib/targ-include -isystem $$s/newlib/libc/include'
3403 ;;
3404 esac
3405 ;;
3406 esac
3407 ;;
3408esac
d6d689df 3409case "$target" in
3410*-mingw*)
3411 # Can't be handled as Cygwin above since Mingw does not use newlib.
3412 FLAGS_FOR_TARGET=$FLAGS_FOR_TARGET' -L$$r/$(TARGET_SUBDIR)/winsup/mingw -L$$r/$(TARGET_SUBDIR)/winsup/w32api/lib -isystem $$s/winsup/mingw/include -isystem $$s/winsup/w32api/include' ;;
3413esac
71ab34df 3414
d8e9ea04 3415# Allow the user to override the flags for
3416# our build compiler if desired.
3417CFLAGS_FOR_BUILD=${CFLAGS_FOR_BUILD-${CFLAGS}}
3418
71ab34df 3419# On Canadian crosses, we'll be searching the right directories for
3420# the previously-installed cross compiler, so don't bother to add
3421# flags for directories within the install tree of the compiler
3422# being built; programs in there won't even run.
3423if test "${build}" = "${host}" && test -d ${srcdir}/gcc; then
3424 # Search for pre-installed headers if nothing else fits.
5750c7d4 3425 FLAGS_FOR_TARGET=$FLAGS_FOR_TARGET' -B$(build_tooldir)/bin/ -B$(build_tooldir)/lib/ -isystem $(build_tooldir)/include -isystem $(build_tooldir)/sys-include'
71ab34df 3426fi
3427
3428if test "x${use_gnu_ld}" = x &&
3429 echo " ${configdirs} " | grep " ld " > /dev/null ; then
3430 # Arrange for us to find uninstalled linker scripts.
c1eb9e31 3431 FLAGS_FOR_TARGET=$FLAGS_FOR_TARGET' -L$$r/$(HOST_SUBDIR)/ld'
71ab34df 3432fi
3433
24714a39 3434# Search for other target-specific linker scripts and such.
3435case "${target}" in
3436 m32c-*-* )
3437 if test -d ${srcdir}/libgloss/m32c; then
3438 # This is for crt0.o
3439 FLAGS_FOR_TARGET=$FLAGS_FOR_TARGET' -B$$r/$(TARGET_SUBDIR)/libgloss/m32c'
3440 # This is for r8c.ld
3441 FLAGS_FOR_TARGET=$FLAGS_FOR_TARGET' -L$$r/$(TARGET_SUBDIR)/libgloss/m32c'
3442 # This is for libnosys.a
3443 FLAGS_FOR_TARGET=$FLAGS_FOR_TARGET' -L$$r/$(TARGET_SUBDIR)/libgloss/libnosys'
3444 fi
3445 ;;
3446esac
3447
71ab34df 3448# Makefile fragments.
03c65091 3449for frag in host_makefile_frag target_makefile_frag alphaieee_frag ospace_frag;
3450do
3451 eval fragval=\$$frag
3452 if test $fragval != /dev/null; then
3453 eval $frag=${srcdir}/$fragval
3454 fi
3455done
71ab34df 3456
3457
3458
3459
3460
3461# Miscellanea: directories, flags, etc.
3462
3463
3464
3465
3466
3467
3468
2f8725b0 3469# Build module lists & subconfigure args.
71ab34df 3470
3471
3472
f5aebe3e 3473# Host module lists & subconfigure args.
3474
3475
3476
3477# Target module lists & subconfigure args.
3478
3479
3480
3481# Build tools.
3482
3483
3484
3485# Generate default definitions for YACC, M4, LEX and other programs that run
3486# on the build machine. These are used if the Makefile can't locate these
3487# programs in objdir.
3488MISSING=`cd $ac_aux_dir && ${PWDCMD-pwd}`/missing
3489
3490for ac_prog in 'bison -y' byacc yacc
3491do
a4af6a58 3492# Extract the first word of "$ac_prog", so it can be a program name with args.
f5aebe3e 3493set dummy $ac_prog; ac_word=$2
a4af6a58 3494echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
39f34cfc 3495echo "configure:3496: checking for $ac_word" >&5
a4af6a58 3496if eval "test \"`echo '$''{'ac_cv_prog_YACC'+set}'`\" = set"; then
3497 echo $ac_n "(cached) $ac_c" 1>&6
f5aebe3e 3498else
3499 if test -n "$YACC"; then
3500 ac_cv_prog_YACC="$YACC" # Let the user override the test.
3501else
a4af6a58 3502 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
3503 ac_dummy="$PATH"
3504 for ac_dir in $ac_dummy; do
3505 test -z "$ac_dir" && ac_dir=.
3506 if test -f $ac_dir/$ac_word; then
3507 ac_cv_prog_YACC="$ac_prog"
3508 break
3509 fi
3510 done
3511 IFS="$ac_save_ifs"
f5aebe3e 3512fi
3513fi
a4af6a58 3514YACC="$ac_cv_prog_YACC"
f5aebe3e 3515if test -n "$YACC"; then
a4af6a58 3516 echo "$ac_t""$YACC" 1>&6
f5aebe3e 3517else
a4af6a58 3518 echo "$ac_t""no" 1>&6
f5aebe3e 3519fi
3520
a4af6a58 3521test -n "$YACC" && break
f5aebe3e 3522done
3523test -n "$YACC" || YACC="$MISSING bison -y"
3524
3525case " $build_configdirs " in
3526 *" bison "*) YACC='$$r/$(BUILD_SUBDIR)/bison/tests/bison -y' ;;
3527 *" byacc "*) YACC='$$r/$(BUILD_SUBDIR)/byacc/byacc' ;;
3528esac
3529
3530for ac_prog in bison
3531do
a4af6a58 3532# Extract the first word of "$ac_prog", so it can be a program name with args.
f5aebe3e 3533set dummy $ac_prog; ac_word=$2
a4af6a58 3534echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
39f34cfc 3535echo "configure:3536: checking for $ac_word" >&5
a4af6a58 3536if eval "test \"`echo '$''{'ac_cv_prog_BISON'+set}'`\" = set"; then
3537 echo $ac_n "(cached) $ac_c" 1>&6
f5aebe3e 3538else
3539 if test -n "$BISON"; then
3540 ac_cv_prog_BISON="$BISON" # Let the user override the test.
3541else
a4af6a58 3542 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
3543 ac_dummy="$PATH"
3544 for ac_dir in $ac_dummy; do
3545 test -z "$ac_dir" && ac_dir=.
3546 if test -f $ac_dir/$ac_word; then
3547 ac_cv_prog_BISON="$ac_prog"
3548 break
3549 fi
3550 done
3551 IFS="$ac_save_ifs"
f5aebe3e 3552fi
3553fi
a4af6a58 3554BISON="$ac_cv_prog_BISON"
f5aebe3e 3555if test -n "$BISON"; then
a4af6a58 3556 echo "$ac_t""$BISON" 1>&6
f5aebe3e 3557else
a4af6a58 3558 echo "$ac_t""no" 1>&6
f5aebe3e 3559fi
3560
a4af6a58 3561test -n "$BISON" && break
f5aebe3e 3562done
3563test -n "$BISON" || BISON="$MISSING bison"
3564
3565case " $build_configdirs " in
3566 *" bison "*) BISON='$$r/$(BUILD_SUBDIR)/bison/tests/bison' ;;
3567esac
3568
3569for ac_prog in gm4 gnum4 m4
3570do
a4af6a58 3571# Extract the first word of "$ac_prog", so it can be a program name with args.
f5aebe3e 3572set dummy $ac_prog; ac_word=$2
a4af6a58 3573echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
39f34cfc 3574echo "configure:3575: checking for $ac_word" >&5
a4af6a58 3575if eval "test \"`echo '$''{'ac_cv_prog_M4'+set}'`\" = set"; then
3576 echo $ac_n "(cached) $ac_c" 1>&6
f5aebe3e 3577else
3578 if test -n "$M4"; then
3579 ac_cv_prog_M4="$M4" # Let the user override the test.
3580else
a4af6a58 3581 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
3582 ac_dummy="$PATH"
3583 for ac_dir in $ac_dummy; do
3584 test -z "$ac_dir" && ac_dir=.
3585 if test -f $ac_dir/$ac_word; then
3586 ac_cv_prog_M4="$ac_prog"
3587 break
3588 fi
3589 done
3590 IFS="$ac_save_ifs"
f5aebe3e 3591fi
3592fi
a4af6a58 3593M4="$ac_cv_prog_M4"
f5aebe3e 3594if test -n "$M4"; then
a4af6a58 3595 echo "$ac_t""$M4" 1>&6
f5aebe3e 3596else
a4af6a58 3597 echo "$ac_t""no" 1>&6
f5aebe3e 3598fi
3599
a4af6a58 3600test -n "$M4" && break
f5aebe3e 3601done
3602test -n "$M4" || M4="$MISSING m4"
3603
3604case " $build_configdirs " in
3605 *" m4 "*) M4='$$r/$(BUILD_SUBDIR)/m4/m4' ;;
3606esac
3607
3608for ac_prog in flex lex
3609do
a4af6a58 3610# Extract the first word of "$ac_prog", so it can be a program name with args.
f5aebe3e 3611set dummy $ac_prog; ac_word=$2
a4af6a58 3612echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
39f34cfc 3613echo "configure:3614: checking for $ac_word" >&5
a4af6a58 3614if eval "test \"`echo '$''{'ac_cv_prog_LEX'+set}'`\" = set"; then
3615 echo $ac_n "(cached) $ac_c" 1>&6
f5aebe3e 3616else
3617 if test -n "$LEX"; then
3618 ac_cv_prog_LEX="$LEX" # Let the user override the test.
3619else
a4af6a58 3620 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
3621 ac_dummy="$PATH"
3622 for ac_dir in $ac_dummy; do
3623 test -z "$ac_dir" && ac_dir=.
3624 if test -f $ac_dir/$ac_word; then
3625 ac_cv_prog_LEX="$ac_prog"
3626 break
3627 fi
3628 done
3629 IFS="$ac_save_ifs"
f5aebe3e 3630fi
3631fi
a4af6a58 3632LEX="$ac_cv_prog_LEX"
f5aebe3e 3633if test -n "$LEX"; then
a4af6a58 3634 echo "$ac_t""$LEX" 1>&6
f5aebe3e 3635else
a4af6a58 3636 echo "$ac_t""no" 1>&6
f5aebe3e 3637fi
3638
a4af6a58 3639test -n "$LEX" && break
f5aebe3e 3640done
3641test -n "$LEX" || LEX="$MISSING flex"
3642
3643case " $build_configdirs " in
3644 *" flex "*) LEX='$$r/$(BUILD_SUBDIR)/flex/flex' ;;
3645 *" lex "*) LEX='$$r/$(BUILD_SUBDIR)/lex/lex' ;;
3646esac
3647
3648for ac_prog in flex
3649do
a4af6a58 3650# Extract the first word of "$ac_prog", so it can be a program name with args.
f5aebe3e 3651set dummy $ac_prog; ac_word=$2
a4af6a58 3652echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
39f34cfc 3653echo "configure:3654: checking for $ac_word" >&5
a4af6a58 3654if eval "test \"`echo '$''{'ac_cv_prog_FLEX'+set}'`\" = set"; then
3655 echo $ac_n "(cached) $ac_c" 1>&6
f5aebe3e 3656else
3657 if test -n "$FLEX"; then
3658 ac_cv_prog_FLEX="$FLEX" # Let the user override the test.
3659else
a4af6a58 3660 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
3661 ac_dummy="$PATH"
3662 for ac_dir in $ac_dummy; do
3663 test -z "$ac_dir" && ac_dir=.
3664 if test -f $ac_dir/$ac_word; then
3665 ac_cv_prog_FLEX="$ac_prog"
3666 break
3667 fi
3668 done
3669 IFS="$ac_save_ifs"
f5aebe3e 3670fi
3671fi
a4af6a58 3672FLEX="$ac_cv_prog_FLEX"
f5aebe3e 3673if test -n "$FLEX"; then
a4af6a58 3674 echo "$ac_t""$FLEX" 1>&6
f5aebe3e 3675else
a4af6a58 3676 echo "$ac_t""no" 1>&6
f5aebe3e 3677fi
3678
a4af6a58 3679test -n "$FLEX" && break
f5aebe3e 3680done
3681test -n "$FLEX" || FLEX="$MISSING flex"
3682
3683case " $build_configdirs " in
3684 *" flex "*) FLEX='$$r/$(BUILD_SUBDIR)/flex/flex' ;;
3685esac
3686
3687for ac_prog in makeinfo
3688do
a4af6a58 3689# Extract the first word of "$ac_prog", so it can be a program name with args.
f5aebe3e 3690set dummy $ac_prog; ac_word=$2
a4af6a58 3691echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
39f34cfc 3692echo "configure:3693: checking for $ac_word" >&5
a4af6a58 3693if eval "test \"`echo '$''{'ac_cv_prog_MAKEINFO'+set}'`\" = set"; then
3694 echo $ac_n "(cached) $ac_c" 1>&6
f5aebe3e 3695else
3696 if test -n "$MAKEINFO"; then
3697 ac_cv_prog_MAKEINFO="$MAKEINFO" # Let the user override the test.
3698else
a4af6a58 3699 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
3700 ac_dummy="$PATH"
3701 for ac_dir in $ac_dummy; do
3702 test -z "$ac_dir" && ac_dir=.
3703 if test -f $ac_dir/$ac_word; then
3704 ac_cv_prog_MAKEINFO="$ac_prog"
3705 break
3706 fi
3707 done
3708 IFS="$ac_save_ifs"
f5aebe3e 3709fi
3710fi
a4af6a58 3711MAKEINFO="$ac_cv_prog_MAKEINFO"
f5aebe3e 3712if test -n "$MAKEINFO"; then
a4af6a58 3713 echo "$ac_t""$MAKEINFO" 1>&6
f5aebe3e 3714else
a4af6a58 3715 echo "$ac_t""no" 1>&6
f5aebe3e 3716fi
3717
a4af6a58 3718test -n "$MAKEINFO" && break
f5aebe3e 3719done
3720test -n "$MAKEINFO" || MAKEINFO="$MISSING makeinfo"
3721
3722case " $build_configdirs " in
3723 *" texinfo "*) MAKEINFO='$$r/$(BUILD_SUBDIR)/texinfo/makeinfo/makeinfo' ;;
3724 *)
3725
2c45c903 3726 # For an installed makeinfo, we require it to be from texinfo 4.4 or
f5aebe3e 3727 # higher, else we use the "missing" dummy.
3728 if ${MAKEINFO} --version \
2c45c903 3729 | egrep 'texinfo[^0-9]*([1-3][0-9]|4\.[4-9]|[5-9])' >/dev/null 2>&1; then
f5aebe3e 3730 :
3731 else
3732 MAKEINFO="$MISSING makeinfo"
3733 fi
3734 ;;
3735
3736esac
71ab34df 3737
f5aebe3e 3738# FIXME: expect and dejagnu may become build tools?
71ab34df 3739
f5aebe3e 3740for ac_prog in expect
3741do
a4af6a58 3742# Extract the first word of "$ac_prog", so it can be a program name with args.
f5aebe3e 3743set dummy $ac_prog; ac_word=$2
a4af6a58 3744echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
39f34cfc 3745echo "configure:3746: checking for $ac_word" >&5
a4af6a58 3746if eval "test \"`echo '$''{'ac_cv_prog_EXPECT'+set}'`\" = set"; then
3747 echo $ac_n "(cached) $ac_c" 1>&6
f5aebe3e 3748else
3749 if test -n "$EXPECT"; then
3750 ac_cv_prog_EXPECT="$EXPECT" # Let the user override the test.
3751else
a4af6a58 3752 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
3753 ac_dummy="$PATH"
3754 for ac_dir in $ac_dummy; do
3755 test -z "$ac_dir" && ac_dir=.
3756 if test -f $ac_dir/$ac_word; then
3757 ac_cv_prog_EXPECT="$ac_prog"
3758 break
3759 fi
3760 done
3761 IFS="$ac_save_ifs"
f5aebe3e 3762fi
3763fi
a4af6a58 3764EXPECT="$ac_cv_prog_EXPECT"
f5aebe3e 3765if test -n "$EXPECT"; then
a4af6a58 3766 echo "$ac_t""$EXPECT" 1>&6
f5aebe3e 3767else
a4af6a58 3768 echo "$ac_t""no" 1>&6
f5aebe3e 3769fi
71ab34df 3770
a4af6a58 3771test -n "$EXPECT" && break
f5aebe3e 3772done
3773test -n "$EXPECT" || EXPECT="expect"
71ab34df 3774
f5aebe3e 3775case " $configdirs " in
3776 *" expect "*)
3777 test $host = $build && EXPECT='$$r/$(HOST_SUBDIR)/expect/expect'
3778 ;;
3779esac
71ab34df 3780
f5aebe3e 3781for ac_prog in runtest
3782do
a4af6a58 3783# Extract the first word of "$ac_prog", so it can be a program name with args.
f5aebe3e 3784set dummy $ac_prog; ac_word=$2
a4af6a58 3785echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
39f34cfc 3786echo "configure:3787: checking for $ac_word" >&5
a4af6a58 3787if eval "test \"`echo '$''{'ac_cv_prog_RUNTEST'+set}'`\" = set"; then
3788 echo $ac_n "(cached) $ac_c" 1>&6
f5aebe3e 3789else
3790 if test -n "$RUNTEST"; then
3791 ac_cv_prog_RUNTEST="$RUNTEST" # Let the user override the test.
a4af6a58 3792else
3793 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
3794 ac_dummy="$PATH"
3795 for ac_dir in $ac_dummy; do
3796 test -z "$ac_dir" && ac_dir=.
3797 if test -f $ac_dir/$ac_word; then
3798 ac_cv_prog_RUNTEST="$ac_prog"
3799 break
3800 fi
3801 done
3802 IFS="$ac_save_ifs"
f5aebe3e 3803fi
3804fi
a4af6a58 3805RUNTEST="$ac_cv_prog_RUNTEST"
f5aebe3e 3806if test -n "$RUNTEST"; then
a4af6a58 3807 echo "$ac_t""$RUNTEST" 1>&6
f5aebe3e 3808else
a4af6a58 3809 echo "$ac_t""no" 1>&6
f5aebe3e 3810fi
71ab34df 3811
a4af6a58 3812test -n "$RUNTEST" && break
f5aebe3e 3813done
3814test -n "$RUNTEST" || RUNTEST="runtest"
71ab34df 3815
f5aebe3e 3816case " $configdirs " in
3817 *" dejagnu "*)
8d365775 3818 test $host = $build && RUNTEST='$$s/$(HOST_SUBDIR)/dejagnu/runtest'
f5aebe3e 3819 ;;
3820esac
71ab34df 3821
3822
71ab34df 3823# Host tools.
bb612911 3824ncn_tool_prefix=
3825test -n "$host_alias" && ncn_tool_prefix=$host_alias-
3826ncn_target_tool_prefix=
3827test -n "$target_alias" && ncn_target_tool_prefix=$target_alias-
3828
768691b5 3829 for ncn_progname in ar; do
3830 if test -n "$ncn_tool_prefix"; then
3831 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
3832set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
a4af6a58 3833echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
39f34cfc 3834echo "configure:3835: checking for $ac_word" >&5
a4af6a58 3835if eval "test \"`echo '$''{'ac_cv_prog_AR'+set}'`\" = set"; then
3836 echo $ac_n "(cached) $ac_c" 1>&6
bb612911 3837else
3838 if test -n "$AR"; then
3839 ac_cv_prog_AR="$AR" # Let the user override the test.
3840else
a4af6a58 3841 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
3842 ac_dummy="$PATH"
3843 for ac_dir in $ac_dummy; do
3844 test -z "$ac_dir" && ac_dir=.
3845 if test -f $ac_dir/$ac_word; then
3846 ac_cv_prog_AR="${ncn_tool_prefix}${ncn_progname}"
3847 break
3848 fi
3849 done
3850 IFS="$ac_save_ifs"
bb612911 3851fi
3852fi
a4af6a58 3853AR="$ac_cv_prog_AR"
bb612911 3854if test -n "$AR"; then
a4af6a58 3855 echo "$ac_t""$AR" 1>&6
bb612911 3856else
a4af6a58 3857 echo "$ac_t""no" 1>&6
bb612911 3858fi
3859
768691b5 3860 fi
3861 if test -z "$ac_cv_prog_AR" && test $build = $host ; then
3862 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
3863set dummy ${ncn_progname}; ac_word=$2
a4af6a58 3864echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
39f34cfc 3865echo "configure:3866: checking for $ac_word" >&5
a4af6a58 3866if eval "test \"`echo '$''{'ac_cv_prog_AR'+set}'`\" = set"; then
3867 echo $ac_n "(cached) $ac_c" 1>&6
bb612911 3868else
768691b5 3869 if test -n "$AR"; then
3870 ac_cv_prog_AR="$AR" # Let the user override the test.
bb612911 3871else
a4af6a58 3872 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
3873 ac_dummy="$PATH"
3874 for ac_dir in $ac_dummy; do
3875 test -z "$ac_dir" && ac_dir=.
3876 if test -f $ac_dir/$ac_word; then
3877 ac_cv_prog_AR="${ncn_progname}"
3878 break
3879 fi
3880 done
3881 IFS="$ac_save_ifs"
bb612911 3882fi
3883fi
a4af6a58 3884AR="$ac_cv_prog_AR"
768691b5 3885if test -n "$AR"; then
a4af6a58 3886 echo "$ac_t""$AR" 1>&6
bb612911 3887else
a4af6a58 3888 echo "$ac_t""no" 1>&6
bb612911 3889fi
a4af6a58 3890
768691b5 3891 fi
3892 test -n "$ac_cv_prog_AR" && break
3893done
3894
3895if test -z "$ac_cv_prog_AR" ; then
3896 set dummy ar
3897 if test $build = $host ; then
3898 AR="$2"
bb612911 3899 else
768691b5 3900 AR="${ncn_tool_prefix}$2"
bb612911 3901 fi
bb612911 3902fi
3903
768691b5 3904 for ncn_progname in as; do
3905 if test -n "$ncn_tool_prefix"; then
3906 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
3907set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
a4af6a58 3908echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
39f34cfc 3909echo "configure:3910: checking for $ac_word" >&5
a4af6a58 3910if eval "test \"`echo '$''{'ac_cv_prog_AS'+set}'`\" = set"; then
3911 echo $ac_n "(cached) $ac_c" 1>&6
bb612911 3912else
3913 if test -n "$AS"; then
3914 ac_cv_prog_AS="$AS" # Let the user override the test.
3915else
a4af6a58 3916 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
3917 ac_dummy="$PATH"
3918 for ac_dir in $ac_dummy; do
3919 test -z "$ac_dir" && ac_dir=.
3920 if test -f $ac_dir/$ac_word; then
3921 ac_cv_prog_AS="${ncn_tool_prefix}${ncn_progname}"
3922 break
3923 fi
3924 done
3925 IFS="$ac_save_ifs"
bb612911 3926fi
3927fi
a4af6a58 3928AS="$ac_cv_prog_AS"
bb612911 3929if test -n "$AS"; then
a4af6a58 3930 echo "$ac_t""$AS" 1>&6
bb612911 3931else
a4af6a58 3932 echo "$ac_t""no" 1>&6
bb612911 3933fi
3934
768691b5 3935 fi
3936 if test -z "$ac_cv_prog_AS" && test $build = $host ; then
3937 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
3938set dummy ${ncn_progname}; ac_word=$2
a4af6a58 3939echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
39f34cfc 3940echo "configure:3941: checking for $ac_word" >&5
a4af6a58 3941if eval "test \"`echo '$''{'ac_cv_prog_AS'+set}'`\" = set"; then
3942 echo $ac_n "(cached) $ac_c" 1>&6
bb612911 3943else
768691b5 3944 if test -n "$AS"; then
3945 ac_cv_prog_AS="$AS" # Let the user override the test.
bb612911 3946else
a4af6a58 3947 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
3948 ac_dummy="$PATH"
3949 for ac_dir in $ac_dummy; do
3950 test -z "$ac_dir" && ac_dir=.
3951 if test -f $ac_dir/$ac_word; then
3952 ac_cv_prog_AS="${ncn_progname}"
3953 break
3954 fi
3955 done
3956 IFS="$ac_save_ifs"
bb612911 3957fi
3958fi
a4af6a58 3959AS="$ac_cv_prog_AS"
768691b5 3960if test -n "$AS"; then
a4af6a58 3961 echo "$ac_t""$AS" 1>&6
bb612911 3962else
a4af6a58 3963 echo "$ac_t""no" 1>&6
bb612911 3964fi
a4af6a58 3965
768691b5 3966 fi
3967 test -n "$ac_cv_prog_AS" && break
3968done
3969
3970if test -z "$ac_cv_prog_AS" ; then
3971 set dummy as
3972 if test $build = $host ; then
3973 AS="$2"
bb612911 3974 else
768691b5 3975 AS="${ncn_tool_prefix}$2"
bb612911 3976 fi
bb612911 3977fi
3978
768691b5 3979 for ncn_progname in dlltool; do
3980 if test -n "$ncn_tool_prefix"; then
3981 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
3982set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
a4af6a58 3983echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
39f34cfc 3984echo "configure:3985: checking for $ac_word" >&5
a4af6a58 3985if eval "test \"`echo '$''{'ac_cv_prog_DLLTOOL'+set}'`\" = set"; then
3986 echo $ac_n "(cached) $ac_c" 1>&6
bb612911 3987else
3988 if test -n "$DLLTOOL"; then
3989 ac_cv_prog_DLLTOOL="$DLLTOOL" # Let the user override the test.
3990else
a4af6a58 3991 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
3992 ac_dummy="$PATH"
3993 for ac_dir in $ac_dummy; do
3994 test -z "$ac_dir" && ac_dir=.
3995 if test -f $ac_dir/$ac_word; then
3996 ac_cv_prog_DLLTOOL="${ncn_tool_prefix}${ncn_progname}"
3997 break
3998 fi
3999 done
4000 IFS="$ac_save_ifs"
bb612911 4001fi
4002fi
a4af6a58 4003DLLTOOL="$ac_cv_prog_DLLTOOL"
bb612911 4004if test -n "$DLLTOOL"; then
a4af6a58 4005 echo "$ac_t""$DLLTOOL" 1>&6
bb612911 4006else
a4af6a58 4007 echo "$ac_t""no" 1>&6
bb612911 4008fi
4009
768691b5 4010 fi
4011 if test -z "$ac_cv_prog_DLLTOOL" && test $build = $host ; then
4012 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
4013set dummy ${ncn_progname}; ac_word=$2
a4af6a58 4014echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
39f34cfc 4015echo "configure:4016: checking for $ac_word" >&5
a4af6a58 4016if eval "test \"`echo '$''{'ac_cv_prog_DLLTOOL'+set}'`\" = set"; then
4017 echo $ac_n "(cached) $ac_c" 1>&6
bb612911 4018else
768691b5 4019 if test -n "$DLLTOOL"; then
4020 ac_cv_prog_DLLTOOL="$DLLTOOL" # Let the user override the test.
bb612911 4021else
a4af6a58 4022 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
4023 ac_dummy="$PATH"
4024 for ac_dir in $ac_dummy; do
4025 test -z "$ac_dir" && ac_dir=.
4026 if test -f $ac_dir/$ac_word; then
4027 ac_cv_prog_DLLTOOL="${ncn_progname}"
4028 break
4029 fi
4030 done
4031 IFS="$ac_save_ifs"
bb612911 4032fi
4033fi
a4af6a58 4034DLLTOOL="$ac_cv_prog_DLLTOOL"
768691b5 4035if test -n "$DLLTOOL"; then
a4af6a58 4036 echo "$ac_t""$DLLTOOL" 1>&6
bb612911 4037else
a4af6a58 4038 echo "$ac_t""no" 1>&6
bb612911 4039fi
a4af6a58 4040
768691b5 4041 fi
4042 test -n "$ac_cv_prog_DLLTOOL" && break
4043done
4044
4045if test -z "$ac_cv_prog_DLLTOOL" ; then
4046 set dummy dlltool
4047 if test $build = $host ; then
4048 DLLTOOL="$2"
bb612911 4049 else
768691b5 4050 DLLTOOL="${ncn_tool_prefix}$2"
bb612911 4051 fi
bb612911 4052fi
4053
768691b5 4054 for ncn_progname in ld; do
4055 if test -n "$ncn_tool_prefix"; then
4056 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
4057set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
a4af6a58 4058echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
39f34cfc 4059echo "configure:4060: checking for $ac_word" >&5
a4af6a58 4060if eval "test \"`echo '$''{'ac_cv_prog_LD'+set}'`\" = set"; then
4061 echo $ac_n "(cached) $ac_c" 1>&6
bb612911 4062else
4063 if test -n "$LD"; then
4064 ac_cv_prog_LD="$LD" # Let the user override the test.
4065else
a4af6a58 4066 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
4067 ac_dummy="$PATH"
4068 for ac_dir in $ac_dummy; do
4069 test -z "$ac_dir" && ac_dir=.
4070 if test -f $ac_dir/$ac_word; then
4071 ac_cv_prog_LD="${ncn_tool_prefix}${ncn_progname}"
4072 break
4073 fi
4074 done
4075 IFS="$ac_save_ifs"
bb612911 4076fi
4077fi
a4af6a58 4078LD="$ac_cv_prog_LD"
bb612911 4079if test -n "$LD"; then
a4af6a58 4080 echo "$ac_t""$LD" 1>&6
bb612911 4081else
a4af6a58 4082 echo "$ac_t""no" 1>&6
bb612911 4083fi
4084
768691b5 4085 fi
4086 if test -z "$ac_cv_prog_LD" && test $build = $host ; then
4087 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
4088set dummy ${ncn_progname}; ac_word=$2
a4af6a58 4089echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
39f34cfc 4090echo "configure:4091: checking for $ac_word" >&5
a4af6a58 4091if eval "test \"`echo '$''{'ac_cv_prog_LD'+set}'`\" = set"; then
4092 echo $ac_n "(cached) $ac_c" 1>&6
bb612911 4093else
768691b5 4094 if test -n "$LD"; then
4095 ac_cv_prog_LD="$LD" # Let the user override the test.
7172be51 4096else
a4af6a58 4097 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
4098 ac_dummy="$PATH"
4099 for ac_dir in $ac_dummy; do
4100 test -z "$ac_dir" && ac_dir=.
4101 if test -f $ac_dir/$ac_word; then
4102 ac_cv_prog_LD="${ncn_progname}"
4103 break
4104 fi
4105 done
4106 IFS="$ac_save_ifs"
bb612911 4107fi
4108fi
a4af6a58 4109LD="$ac_cv_prog_LD"
768691b5 4110if test -n "$LD"; then
a4af6a58 4111 echo "$ac_t""$LD" 1>&6
bb612911 4112else
a4af6a58 4113 echo "$ac_t""no" 1>&6
bb612911 4114fi
a4af6a58 4115
768691b5 4116 fi
4117 test -n "$ac_cv_prog_LD" && break
4118done
4119
4120if test -z "$ac_cv_prog_LD" ; then
4121 set dummy ld
4122 if test $build = $host ; then
4123 LD="$2"
bb612911 4124 else
768691b5 4125 LD="${ncn_tool_prefix}$2"
bb612911 4126 fi
bb612911 4127fi
4128
f5aebe3e 4129 for ncn_progname in lipo; do
4130 if test -n "$ncn_tool_prefix"; then
4131 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
4132set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
a4af6a58 4133echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
39f34cfc 4134echo "configure:4135: checking for $ac_word" >&5
a4af6a58 4135if eval "test \"`echo '$''{'ac_cv_prog_LIPO'+set}'`\" = set"; then
4136 echo $ac_n "(cached) $ac_c" 1>&6
f5aebe3e 4137else
4138 if test -n "$LIPO"; then
4139 ac_cv_prog_LIPO="$LIPO" # Let the user override the test.
4140else
a4af6a58 4141 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
4142 ac_dummy="$PATH"
4143 for ac_dir in $ac_dummy; do
4144 test -z "$ac_dir" && ac_dir=.
4145 if test -f $ac_dir/$ac_word; then
4146 ac_cv_prog_LIPO="${ncn_tool_prefix}${ncn_progname}"
4147 break
4148 fi
4149 done
4150 IFS="$ac_save_ifs"
f5aebe3e 4151fi
4152fi
a4af6a58 4153LIPO="$ac_cv_prog_LIPO"
f5aebe3e 4154if test -n "$LIPO"; then
a4af6a58 4155 echo "$ac_t""$LIPO" 1>&6
f5aebe3e 4156else
a4af6a58 4157 echo "$ac_t""no" 1>&6
f5aebe3e 4158fi
4159
4160 fi
4161 if test -z "$ac_cv_prog_LIPO" && test $build = $host ; then
4162 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
4163set dummy ${ncn_progname}; ac_word=$2
a4af6a58 4164echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
39f34cfc 4165echo "configure:4166: checking for $ac_word" >&5
a4af6a58 4166if eval "test \"`echo '$''{'ac_cv_prog_LIPO'+set}'`\" = set"; then
4167 echo $ac_n "(cached) $ac_c" 1>&6
f5aebe3e 4168else
4169 if test -n "$LIPO"; then
4170 ac_cv_prog_LIPO="$LIPO" # Let the user override the test.
4171else
a4af6a58 4172 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
4173 ac_dummy="$PATH"
4174 for ac_dir in $ac_dummy; do
4175 test -z "$ac_dir" && ac_dir=.
4176 if test -f $ac_dir/$ac_word; then
4177 ac_cv_prog_LIPO="${ncn_progname}"
4178 break
4179 fi
4180 done
4181 IFS="$ac_save_ifs"
f5aebe3e 4182fi
4183fi
a4af6a58 4184LIPO="$ac_cv_prog_LIPO"
f5aebe3e 4185if test -n "$LIPO"; then
a4af6a58 4186 echo "$ac_t""$LIPO" 1>&6
f5aebe3e 4187else
a4af6a58 4188 echo "$ac_t""no" 1>&6
f5aebe3e 4189fi
a4af6a58 4190
f5aebe3e 4191 fi
4192 test -n "$ac_cv_prog_LIPO" && break
4193done
4194
4195if test -z "$ac_cv_prog_LIPO" ; then
4196 set dummy lipo
4197 if test $build = $host ; then
4198 LIPO="$2"
4199 else
4200 LIPO="${ncn_tool_prefix}$2"
4201 fi
4202fi
4203
768691b5 4204 for ncn_progname in nm; do
4205 if test -n "$ncn_tool_prefix"; then
4206 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
4207set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
a4af6a58 4208echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
39f34cfc 4209echo "configure:4210: checking for $ac_word" >&5
a4af6a58 4210if eval "test \"`echo '$''{'ac_cv_prog_NM'+set}'`\" = set"; then
4211 echo $ac_n "(cached) $ac_c" 1>&6
bb612911 4212else
4213 if test -n "$NM"; then
4214 ac_cv_prog_NM="$NM" # Let the user override the test.
4215else
a4af6a58 4216 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
4217 ac_dummy="$PATH"
4218 for ac_dir in $ac_dummy; do
4219 test -z "$ac_dir" && ac_dir=.
4220 if test -f $ac_dir/$ac_word; then
4221 ac_cv_prog_NM="${ncn_tool_prefix}${ncn_progname}"
4222 break
4223 fi
4224 done
4225 IFS="$ac_save_ifs"
bb612911 4226fi
4227fi
a4af6a58 4228NM="$ac_cv_prog_NM"
bb612911 4229if test -n "$NM"; then
a4af6a58 4230 echo "$ac_t""$NM" 1>&6
bb612911 4231else
a4af6a58 4232 echo "$ac_t""no" 1>&6
bb612911 4233fi
4234
768691b5 4235 fi
4236 if test -z "$ac_cv_prog_NM" && test $build = $host ; then
4237 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
4238set dummy ${ncn_progname}; ac_word=$2
a4af6a58 4239echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
39f34cfc 4240echo "configure:4241: checking for $ac_word" >&5
a4af6a58 4241if eval "test \"`echo '$''{'ac_cv_prog_NM'+set}'`\" = set"; then
4242 echo $ac_n "(cached) $ac_c" 1>&6
bb612911 4243else
768691b5 4244 if test -n "$NM"; then
4245 ac_cv_prog_NM="$NM" # Let the user override the test.
bb612911 4246else
a4af6a58 4247 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
4248 ac_dummy="$PATH"
4249 for ac_dir in $ac_dummy; do
4250 test -z "$ac_dir" && ac_dir=.
4251 if test -f $ac_dir/$ac_word; then
4252 ac_cv_prog_NM="${ncn_progname}"
4253 break
4254 fi
4255 done
4256 IFS="$ac_save_ifs"
bb612911 4257fi
4258fi
a4af6a58 4259NM="$ac_cv_prog_NM"
768691b5 4260if test -n "$NM"; then
a4af6a58 4261 echo "$ac_t""$NM" 1>&6
bb612911 4262else
a4af6a58 4263 echo "$ac_t""no" 1>&6
bb612911 4264fi
a4af6a58 4265
768691b5 4266 fi
4267 test -n "$ac_cv_prog_NM" && break
4268done
4269
4270if test -z "$ac_cv_prog_NM" ; then
4271 set dummy nm
4272 if test $build = $host ; then
4273 NM="$2"
bb612911 4274 else
768691b5 4275 NM="${ncn_tool_prefix}$2"
bb612911 4276 fi
bb612911 4277fi
4278
768691b5 4279 for ncn_progname in ranlib; do
4280 if test -n "$ncn_tool_prefix"; then
4281 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
4282set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
a4af6a58 4283echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
39f34cfc 4284echo "configure:4285: checking for $ac_word" >&5
a4af6a58 4285if eval "test \"`echo '$''{'ac_cv_prog_RANLIB'+set}'`\" = set"; then
4286 echo $ac_n "(cached) $ac_c" 1>&6
bb612911 4287else
4288 if test -n "$RANLIB"; then
4289 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
4290else
a4af6a58 4291 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
4292 ac_dummy="$PATH"
4293 for ac_dir in $ac_dummy; do
4294 test -z "$ac_dir" && ac_dir=.
4295 if test -f $ac_dir/$ac_word; then
4296 ac_cv_prog_RANLIB="${ncn_tool_prefix}${ncn_progname}"
4297 break
4298 fi
4299 done
4300 IFS="$ac_save_ifs"
bb612911 4301fi
4302fi
a4af6a58 4303RANLIB="$ac_cv_prog_RANLIB"
bb612911 4304if test -n "$RANLIB"; then
a4af6a58 4305 echo "$ac_t""$RANLIB" 1>&6
bb612911 4306else
a4af6a58 4307 echo "$ac_t""no" 1>&6
bb612911 4308fi
4309
768691b5 4310 fi
4311 if test -z "$ac_cv_prog_RANLIB" && test $build = $host ; then
4312 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
4313set dummy ${ncn_progname}; ac_word=$2
a4af6a58 4314echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
39f34cfc 4315echo "configure:4316: checking for $ac_word" >&5
a4af6a58 4316if eval "test \"`echo '$''{'ac_cv_prog_RANLIB'+set}'`\" = set"; then
4317 echo $ac_n "(cached) $ac_c" 1>&6
bb612911 4318else
768691b5 4319 if test -n "$RANLIB"; then
4320 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
bb612911 4321else
a4af6a58 4322 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
4323 ac_dummy="$PATH"
4324 for ac_dir in $ac_dummy; do
4325 test -z "$ac_dir" && ac_dir=.
4326 if test -f $ac_dir/$ac_word; then
4327 ac_cv_prog_RANLIB="${ncn_progname}"
4328 break
4329 fi
4330 done
4331 IFS="$ac_save_ifs"
bb612911 4332fi
4333fi
a4af6a58 4334RANLIB="$ac_cv_prog_RANLIB"
768691b5 4335if test -n "$RANLIB"; then
a4af6a58 4336 echo "$ac_t""$RANLIB" 1>&6
bb612911 4337else
a4af6a58 4338 echo "$ac_t""no" 1>&6
bb612911 4339fi
a4af6a58 4340
bb612911 4341 fi
768691b5 4342 test -n "$ac_cv_prog_RANLIB" && break
4343done
4344
4345if test -z "$ac_cv_prog_RANLIB" ; then
4346 RANLIB=":"
bb612911 4347fi
4348
f5aebe3e 4349 for ncn_progname in strip; do
4350 if test -n "$ncn_tool_prefix"; then
4351 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
4352set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
a4af6a58 4353echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
39f34cfc 4354echo "configure:4355: checking for $ac_word" >&5
a4af6a58 4355if eval "test \"`echo '$''{'ac_cv_prog_STRIP'+set}'`\" = set"; then
4356 echo $ac_n "(cached) $ac_c" 1>&6
f5aebe3e 4357else
4358 if test -n "$STRIP"; then
4359 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
4360else
a4af6a58 4361 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
4362 ac_dummy="$PATH"
4363 for ac_dir in $ac_dummy; do
4364 test -z "$ac_dir" && ac_dir=.
4365 if test -f $ac_dir/$ac_word; then
4366 ac_cv_prog_STRIP="${ncn_tool_prefix}${ncn_progname}"
4367 break
4368 fi
4369 done
4370 IFS="$ac_save_ifs"
f5aebe3e 4371fi
4372fi
a4af6a58 4373STRIP="$ac_cv_prog_STRIP"
f5aebe3e 4374if test -n "$STRIP"; then
a4af6a58 4375 echo "$ac_t""$STRIP" 1>&6
f5aebe3e 4376else
a4af6a58 4377 echo "$ac_t""no" 1>&6
f5aebe3e 4378fi
4379
4380 fi
4381 if test -z "$ac_cv_prog_STRIP" && test $build = $host ; then
4382 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
4383set dummy ${ncn_progname}; ac_word=$2
a4af6a58 4384echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
39f34cfc 4385echo "configure:4386: checking for $ac_word" >&5
a4af6a58 4386if eval "test \"`echo '$''{'ac_cv_prog_STRIP'+set}'`\" = set"; then
4387 echo $ac_n "(cached) $ac_c" 1>&6
f5aebe3e 4388else
4389 if test -n "$STRIP"; then
4390 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
4391else
a4af6a58 4392 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
4393 ac_dummy="$PATH"
4394 for ac_dir in $ac_dummy; do
4395 test -z "$ac_dir" && ac_dir=.
4396 if test -f $ac_dir/$ac_word; then
4397 ac_cv_prog_STRIP="${ncn_progname}"
4398 break
4399 fi
4400 done
4401 IFS="$ac_save_ifs"
f5aebe3e 4402fi
4403fi
a4af6a58 4404STRIP="$ac_cv_prog_STRIP"
f5aebe3e 4405if test -n "$STRIP"; then
a4af6a58 4406 echo "$ac_t""$STRIP" 1>&6
f5aebe3e 4407else
a4af6a58 4408 echo "$ac_t""no" 1>&6
f5aebe3e 4409fi
a4af6a58 4410
f5aebe3e 4411 fi
4412 test -n "$ac_cv_prog_STRIP" && break
4413done
4414
4415if test -z "$ac_cv_prog_STRIP" ; then
4416 STRIP=":"
4417fi
4418
768691b5 4419 for ncn_progname in windres; do
4420 if test -n "$ncn_tool_prefix"; then
4421 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
4422set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
a4af6a58 4423echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
39f34cfc 4424echo "configure:4425: checking for $ac_word" >&5
a4af6a58 4425if eval "test \"`echo '$''{'ac_cv_prog_WINDRES'+set}'`\" = set"; then
4426 echo $ac_n "(cached) $ac_c" 1>&6
bb612911 4427else
4428 if test -n "$WINDRES"; then
4429 ac_cv_prog_WINDRES="$WINDRES" # Let the user override the test.
4430else
a4af6a58 4431 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
4432 ac_dummy="$PATH"
4433 for ac_dir in $ac_dummy; do
4434 test -z "$ac_dir" && ac_dir=.
4435 if test -f $ac_dir/$ac_word; then
4436 ac_cv_prog_WINDRES="${ncn_tool_prefix}${ncn_progname}"
4437 break
4438 fi
4439 done
4440 IFS="$ac_save_ifs"
bb612911 4441fi
4442fi
a4af6a58 4443WINDRES="$ac_cv_prog_WINDRES"
bb612911 4444if test -n "$WINDRES"; then
a4af6a58 4445 echo "$ac_t""$WINDRES" 1>&6
bb612911 4446else
a4af6a58 4447 echo "$ac_t""no" 1>&6
bb612911 4448fi
4449
768691b5 4450 fi
4451 if test -z "$ac_cv_prog_WINDRES" && test $build = $host ; then
4452 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
4453set dummy ${ncn_progname}; ac_word=$2
a4af6a58 4454echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
39f34cfc 4455echo "configure:4456: checking for $ac_word" >&5
a4af6a58 4456if eval "test \"`echo '$''{'ac_cv_prog_WINDRES'+set}'`\" = set"; then
4457 echo $ac_n "(cached) $ac_c" 1>&6
bb612911 4458else
768691b5 4459 if test -n "$WINDRES"; then
4460 ac_cv_prog_WINDRES="$WINDRES" # Let the user override the test.
bb612911 4461else
a4af6a58 4462 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
4463 ac_dummy="$PATH"
4464 for ac_dir in $ac_dummy; do
4465 test -z "$ac_dir" && ac_dir=.
4466 if test -f $ac_dir/$ac_word; then
4467 ac_cv_prog_WINDRES="${ncn_progname}"
4468 break
4469 fi
4470 done
4471 IFS="$ac_save_ifs"
bb612911 4472fi
4473fi
a4af6a58 4474WINDRES="$ac_cv_prog_WINDRES"
768691b5 4475if test -n "$WINDRES"; then
a4af6a58 4476 echo "$ac_t""$WINDRES" 1>&6
bb612911 4477else
a4af6a58 4478 echo "$ac_t""no" 1>&6
bb612911 4479fi
a4af6a58 4480
768691b5 4481 fi
4482 test -n "$ac_cv_prog_WINDRES" && break
4483done
4484
4485if test -z "$ac_cv_prog_WINDRES" ; then
4486 set dummy windres
4487 if test $build = $host ; then
4488 WINDRES="$2"
bb612911 4489 else
768691b5 4490 WINDRES="${ncn_tool_prefix}$2"
bb612911 4491 fi
bb612911 4492fi
4493
768691b5 4494 for ncn_progname in objcopy; do
4495 if test -n "$ncn_tool_prefix"; then
4496 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
4497set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
a4af6a58 4498echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
39f34cfc 4499echo "configure:4500: checking for $ac_word" >&5
a4af6a58 4500if eval "test \"`echo '$''{'ac_cv_prog_OBJCOPY'+set}'`\" = set"; then
4501 echo $ac_n "(cached) $ac_c" 1>&6
bb612911 4502else
4503 if test -n "$OBJCOPY"; then
4504 ac_cv_prog_OBJCOPY="$OBJCOPY" # Let the user override the test.
4505else
a4af6a58 4506 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
4507 ac_dummy="$PATH"
4508 for ac_dir in $ac_dummy; do
4509 test -z "$ac_dir" && ac_dir=.
4510 if test -f $ac_dir/$ac_word; then
4511 ac_cv_prog_OBJCOPY="${ncn_tool_prefix}${ncn_progname}"
4512 break
4513 fi
4514 done
4515 IFS="$ac_save_ifs"
bb612911 4516fi
4517fi
a4af6a58 4518OBJCOPY="$ac_cv_prog_OBJCOPY"
bb612911 4519if test -n "$OBJCOPY"; then
a4af6a58 4520 echo "$ac_t""$OBJCOPY" 1>&6
bb612911 4521else
a4af6a58 4522 echo "$ac_t""no" 1>&6
bb612911 4523fi
4524
768691b5 4525 fi
4526 if test -z "$ac_cv_prog_OBJCOPY" && test $build = $host ; then
4527 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
4528set dummy ${ncn_progname}; ac_word=$2
a4af6a58 4529echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
39f34cfc 4530echo "configure:4531: checking for $ac_word" >&5
a4af6a58 4531if eval "test \"`echo '$''{'ac_cv_prog_OBJCOPY'+set}'`\" = set"; then
4532 echo $ac_n "(cached) $ac_c" 1>&6
bb612911 4533else
768691b5 4534 if test -n "$OBJCOPY"; then
4535 ac_cv_prog_OBJCOPY="$OBJCOPY" # Let the user override the test.
bb612911 4536else
a4af6a58 4537 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
4538 ac_dummy="$PATH"
4539 for ac_dir in $ac_dummy; do
4540 test -z "$ac_dir" && ac_dir=.
4541 if test -f $ac_dir/$ac_word; then
4542 ac_cv_prog_OBJCOPY="${ncn_progname}"
4543 break
4544 fi
4545 done
4546 IFS="$ac_save_ifs"
bb612911 4547fi
4548fi
a4af6a58 4549OBJCOPY="$ac_cv_prog_OBJCOPY"
768691b5 4550if test -n "$OBJCOPY"; then
a4af6a58 4551 echo "$ac_t""$OBJCOPY" 1>&6
bb612911 4552else
a4af6a58 4553 echo "$ac_t""no" 1>&6
bb612911 4554fi
a4af6a58 4555
768691b5 4556 fi
4557 test -n "$ac_cv_prog_OBJCOPY" && break
4558done
4559
4560if test -z "$ac_cv_prog_OBJCOPY" ; then
4561 set dummy objcopy
4562 if test $build = $host ; then
4563 OBJCOPY="$2"
bb612911 4564 else
768691b5 4565 OBJCOPY="${ncn_tool_prefix}$2"
bb612911 4566 fi
bb612911 4567fi
4568
768691b5 4569 for ncn_progname in objdump; do
4570 if test -n "$ncn_tool_prefix"; then
4571 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
4572set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
a4af6a58 4573echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
39f34cfc 4574echo "configure:4575: checking for $ac_word" >&5
a4af6a58 4575if eval "test \"`echo '$''{'ac_cv_prog_OBJDUMP'+set}'`\" = set"; then
4576 echo $ac_n "(cached) $ac_c" 1>&6
bb612911 4577else
4578 if test -n "$OBJDUMP"; then
4579 ac_cv_prog_OBJDUMP="$OBJDUMP" # Let the user override the test.
4580else
a4af6a58 4581 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
4582 ac_dummy="$PATH"
4583 for ac_dir in $ac_dummy; do
4584 test -z "$ac_dir" && ac_dir=.
4585 if test -f $ac_dir/$ac_word; then
4586 ac_cv_prog_OBJDUMP="${ncn_tool_prefix}${ncn_progname}"
4587 break
4588 fi
4589 done
4590 IFS="$ac_save_ifs"
bb612911 4591fi
4592fi
a4af6a58 4593OBJDUMP="$ac_cv_prog_OBJDUMP"
bb612911 4594if test -n "$OBJDUMP"; then
a4af6a58 4595 echo "$ac_t""$OBJDUMP" 1>&6
bb612911 4596else
a4af6a58 4597 echo "$ac_t""no" 1>&6
bb612911 4598fi
4599
768691b5 4600 fi
4601 if test -z "$ac_cv_prog_OBJDUMP" && test $build = $host ; then
4602 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
4603set dummy ${ncn_progname}; ac_word=$2
a4af6a58 4604echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
39f34cfc 4605echo "configure:4606: checking for $ac_word" >&5
a4af6a58 4606if eval "test \"`echo '$''{'ac_cv_prog_OBJDUMP'+set}'`\" = set"; then
4607 echo $ac_n "(cached) $ac_c" 1>&6
bb612911 4608else
768691b5 4609 if test -n "$OBJDUMP"; then
4610 ac_cv_prog_OBJDUMP="$OBJDUMP" # Let the user override the test.
bb612911 4611else
a4af6a58 4612 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
4613 ac_dummy="$PATH"
4614 for ac_dir in $ac_dummy; do
4615 test -z "$ac_dir" && ac_dir=.
4616 if test -f $ac_dir/$ac_word; then
4617 ac_cv_prog_OBJDUMP="${ncn_progname}"
4618 break
4619 fi
4620 done
4621 IFS="$ac_save_ifs"
bb612911 4622fi
4623fi
a4af6a58 4624OBJDUMP="$ac_cv_prog_OBJDUMP"
768691b5 4625if test -n "$OBJDUMP"; then
a4af6a58 4626 echo "$ac_t""$OBJDUMP" 1>&6
bb612911 4627else
a4af6a58 4628 echo "$ac_t""no" 1>&6
bb612911 4629fi
a4af6a58 4630
768691b5 4631 fi
4632 test -n "$ac_cv_prog_OBJDUMP" && break
4633done
4634
4635if test -z "$ac_cv_prog_OBJDUMP" ; then
4636 set dummy objdump
4637 if test $build = $host ; then
4638 OBJDUMP="$2"
bb612911 4639 else
768691b5 4640 OBJDUMP="${ncn_tool_prefix}$2"
bb612911 4641 fi
bb612911 4642fi
4643
71ab34df 4644
4645
4646
4647
4648
4649
f5aebe3e 4650# Target tools.
c47832b1 4651# Check whether --with-build-time-tools or --without-build-time-tools was given.
4652if test "${with_build_time_tools+set}" = set; then
4653 withval="$with_build_time_tools"
4654 case x"$withval" in
4655 x/*) ;;
4656 *)
4657 with_build_time_tools=
a4af6a58 4658 echo "configure: warning: argument to --with-build-time-tools must be an absolute path" 1>&2
c47832b1 4659 ;;
4660 esac
bb612911 4661else
c47832b1 4662 with_build_time_tools=
a4af6a58 4663fi
4664
bb612911 4665
c47832b1 4666 if test -n "$with_build_time_tools"; then
4667 for ncn_progname in cc gcc; do
a4af6a58 4668 echo $ac_n "checking for ${ncn_progname} in $with_build_time_tools""... $ac_c" 1>&6
39f34cfc 4669echo "configure:4670: checking for ${ncn_progname} in $with_build_time_tools" >&5
ab0da556 4670 if test -x $with_build_time_tools/${ncn_progname}; then
4671 ac_cv_prog_CC_FOR_TARGET=$with_build_time_tools/${ncn_progname}
a4af6a58 4672 echo "$ac_t""yes" 1>&6
9886f3d1 4673 break
c47832b1 4674 else
a4af6a58 4675 echo "$ac_t""no" 1>&6
9886f3d1 4676 fi
4677 done
ef8184c7 4678fi
4679
c47832b1 4680if test -z "$ac_cv_prog_CC_FOR_TARGET"; then
4681 for ncn_progname in cc gcc; do
4682 if test -n "$ncn_target_tool_prefix"; then
4683 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
768691b5 4684set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
a4af6a58 4685echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
39f34cfc 4686echo "configure:4687: checking for $ac_word" >&5
a4af6a58 4687if eval "test \"`echo '$''{'ac_cv_prog_CC_FOR_TARGET'+set}'`\" = set"; then
4688 echo $ac_n "(cached) $ac_c" 1>&6
ef8184c7 4689else
4690 if test -n "$CC_FOR_TARGET"; then
4691 ac_cv_prog_CC_FOR_TARGET="$CC_FOR_TARGET" # Let the user override the test.
4692else
a4af6a58 4693 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
4694 ac_dummy="$PATH"
4695 for ac_dir in $ac_dummy; do
4696 test -z "$ac_dir" && ac_dir=.
4697 if test -f $ac_dir/$ac_word; then
4698 ac_cv_prog_CC_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
4699 break
4700 fi
4701 done
4702 IFS="$ac_save_ifs"
ef8184c7 4703fi
4704fi
a4af6a58 4705CC_FOR_TARGET="$ac_cv_prog_CC_FOR_TARGET"
ef8184c7 4706if test -n "$CC_FOR_TARGET"; then
a4af6a58 4707 echo "$ac_t""$CC_FOR_TARGET" 1>&6
ef8184c7 4708else
a4af6a58 4709 echo "$ac_t""no" 1>&6
ef8184c7 4710fi
4711
c47832b1 4712 fi
4713 if test -z "$ac_cv_prog_CC_FOR_TARGET" && test $build = $target ; then
4714 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
768691b5 4715set dummy ${ncn_progname}; ac_word=$2
a4af6a58 4716echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
39f34cfc 4717echo "configure:4718: checking for $ac_word" >&5
a4af6a58 4718if eval "test \"`echo '$''{'ac_cv_prog_CC_FOR_TARGET'+set}'`\" = set"; then
4719 echo $ac_n "(cached) $ac_c" 1>&6
ef8184c7 4720else
768691b5 4721 if test -n "$CC_FOR_TARGET"; then
4722 ac_cv_prog_CC_FOR_TARGET="$CC_FOR_TARGET" # Let the user override the test.
ef8184c7 4723else
a4af6a58 4724 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
4725 ac_dummy="$PATH"
4726 for ac_dir in $ac_dummy; do
4727 test -z "$ac_dir" && ac_dir=.
4728 if test -f $ac_dir/$ac_word; then
4729 ac_cv_prog_CC_FOR_TARGET="${ncn_progname}"
4730 break
4731 fi
4732 done
4733 IFS="$ac_save_ifs"
ef8184c7 4734fi
4735fi
a4af6a58 4736CC_FOR_TARGET="$ac_cv_prog_CC_FOR_TARGET"
768691b5 4737if test -n "$CC_FOR_TARGET"; then
a4af6a58 4738 echo "$ac_t""$CC_FOR_TARGET" 1>&6
ef8184c7 4739else
a4af6a58 4740 echo "$ac_t""no" 1>&6
ef8184c7 4741fi
a4af6a58 4742
c47832b1 4743 fi
4744 test -n "$ac_cv_prog_CC_FOR_TARGET" && break
4745 done
4746fi
a4af6a58 4747
768691b5 4748if test -z "$ac_cv_prog_CC_FOR_TARGET" ; then
4749 set dummy cc gcc
4750 if test $build = $target ; then
4751 CC_FOR_TARGET="$2"
ef8184c7 4752 else
768691b5 4753 CC_FOR_TARGET="${ncn_target_tool_prefix}$2"
ef8184c7 4754 fi
ef8184c7 4755fi
4756
c47832b1 4757 if test -n "$with_build_time_tools"; then
4758 for ncn_progname in c++ g++ cxx gxx; do
a4af6a58 4759 echo $ac_n "checking for ${ncn_progname} in $with_build_time_tools""... $ac_c" 1>&6
39f34cfc 4760echo "configure:4761: checking for ${ncn_progname} in $with_build_time_tools" >&5
ab0da556 4761 if test -x $with_build_time_tools/${ncn_progname}; then
4762 ac_cv_prog_CXX_FOR_TARGET=$with_build_time_tools/${ncn_progname}
a4af6a58 4763 echo "$ac_t""yes" 1>&6
c47832b1 4764 break
4765 else
a4af6a58 4766 echo "$ac_t""no" 1>&6
c47832b1 4767 fi
4768 done
4769fi
4770
4771if test -z "$ac_cv_prog_CXX_FOR_TARGET"; then
4772 for ncn_progname in c++ g++ cxx gxx; do
4773 if test -n "$ncn_target_tool_prefix"; then
4774 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
768691b5 4775set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
a4af6a58 4776echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
39f34cfc 4777echo "configure:4778: checking for $ac_word" >&5
a4af6a58 4778if eval "test \"`echo '$''{'ac_cv_prog_CXX_FOR_TARGET'+set}'`\" = set"; then
4779 echo $ac_n "(cached) $ac_c" 1>&6
ef8184c7 4780else
4781 if test -n "$CXX_FOR_TARGET"; then
4782 ac_cv_prog_CXX_FOR_TARGET="$CXX_FOR_TARGET" # Let the user override the test.
4783else
a4af6a58 4784 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
4785 ac_dummy="$PATH"
4786 for ac_dir in $ac_dummy; do
4787 test -z "$ac_dir" && ac_dir=.
4788 if test -f $ac_dir/$ac_word; then
4789 ac_cv_prog_CXX_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
4790 break
4791 fi
4792 done
4793 IFS="$ac_save_ifs"
ef8184c7 4794fi
4795fi
a4af6a58 4796CXX_FOR_TARGET="$ac_cv_prog_CXX_FOR_TARGET"
ef8184c7 4797if test -n "$CXX_FOR_TARGET"; then
a4af6a58 4798 echo "$ac_t""$CXX_FOR_TARGET" 1>&6
ef8184c7 4799else
a4af6a58 4800 echo "$ac_t""no" 1>&6
ef8184c7 4801fi
4802
c47832b1 4803 fi
4804 if test -z "$ac_cv_prog_CXX_FOR_TARGET" && test $build = $target ; then
4805 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
768691b5 4806set dummy ${ncn_progname}; ac_word=$2
a4af6a58 4807echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
39f34cfc 4808echo "configure:4809: checking for $ac_word" >&5
a4af6a58 4809if eval "test \"`echo '$''{'ac_cv_prog_CXX_FOR_TARGET'+set}'`\" = set"; then
4810 echo $ac_n "(cached) $ac_c" 1>&6
ef8184c7 4811else
768691b5 4812 if test -n "$CXX_FOR_TARGET"; then
4813 ac_cv_prog_CXX_FOR_TARGET="$CXX_FOR_TARGET" # Let the user override the test.
ef8184c7 4814else
a4af6a58 4815 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
4816 ac_dummy="$PATH"
4817 for ac_dir in $ac_dummy; do
4818 test -z "$ac_dir" && ac_dir=.
4819 if test -f $ac_dir/$ac_word; then
4820 ac_cv_prog_CXX_FOR_TARGET="${ncn_progname}"
4821 break
4822 fi
4823 done
4824 IFS="$ac_save_ifs"
ef8184c7 4825fi
4826fi
a4af6a58 4827CXX_FOR_TARGET="$ac_cv_prog_CXX_FOR_TARGET"
768691b5 4828if test -n "$CXX_FOR_TARGET"; then
a4af6a58 4829 echo "$ac_t""$CXX_FOR_TARGET" 1>&6
ef8184c7 4830else
a4af6a58 4831 echo "$ac_t""no" 1>&6
ef8184c7 4832fi
a4af6a58 4833
c47832b1 4834 fi
4835 test -n "$ac_cv_prog_CXX_FOR_TARGET" && break
4836 done
4837fi
a4af6a58 4838
768691b5 4839if test -z "$ac_cv_prog_CXX_FOR_TARGET" ; then
4840 set dummy c++ g++ cxx gxx
4841 if test $build = $target ; then
4842 CXX_FOR_TARGET="$2"
ef8184c7 4843 else
768691b5 4844 CXX_FOR_TARGET="${ncn_target_tool_prefix}$2"
ef8184c7 4845 fi
bb612911 4846fi
4847
c47832b1 4848 if test -n "$with_build_time_tools"; then
4849 for ncn_progname in gcc; do
a4af6a58 4850 echo $ac_n "checking for ${ncn_progname} in $with_build_time_tools""... $ac_c" 1>&6
39f34cfc 4851echo "configure:4852: checking for ${ncn_progname} in $with_build_time_tools" >&5
ab0da556 4852 if test -x $with_build_time_tools/${ncn_progname}; then
4853 ac_cv_prog_GCC_FOR_TARGET=$with_build_time_tools/${ncn_progname}
a4af6a58 4854 echo "$ac_t""yes" 1>&6
c47832b1 4855 break
4856 else
a4af6a58 4857 echo "$ac_t""no" 1>&6
c47832b1 4858 fi
4859 done
4860fi
4861
4862if test -z "$ac_cv_prog_GCC_FOR_TARGET"; then
4863 for ncn_progname in gcc; do
4864 if test -n "$ncn_target_tool_prefix"; then
4865 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
768691b5 4866set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
a4af6a58 4867echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
39f34cfc 4868echo "configure:4869: checking for $ac_word" >&5
a4af6a58 4869if eval "test \"`echo '$''{'ac_cv_prog_GCC_FOR_TARGET'+set}'`\" = set"; then
4870 echo $ac_n "(cached) $ac_c" 1>&6
bb612911 4871else
c47832b1 4872 if test -n "$GCC_FOR_TARGET"; then
4873 ac_cv_prog_GCC_FOR_TARGET="$GCC_FOR_TARGET" # Let the user override the test.
bb612911 4874else
a4af6a58 4875 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
4876 ac_dummy="$PATH"
4877 for ac_dir in $ac_dummy; do
4878 test -z "$ac_dir" && ac_dir=.
4879 if test -f $ac_dir/$ac_word; then
4880 ac_cv_prog_GCC_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
4881 break
4882 fi
4883 done
4884 IFS="$ac_save_ifs"
bb612911 4885fi
4886fi
a4af6a58 4887GCC_FOR_TARGET="$ac_cv_prog_GCC_FOR_TARGET"
c47832b1 4888if test -n "$GCC_FOR_TARGET"; then
a4af6a58 4889 echo "$ac_t""$GCC_FOR_TARGET" 1>&6
bb612911 4890else
a4af6a58 4891 echo "$ac_t""no" 1>&6
bb612911 4892fi
4893
c47832b1 4894 fi
4895 if test -z "$ac_cv_prog_GCC_FOR_TARGET" && test $build = $target ; then
4896 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
768691b5 4897set dummy ${ncn_progname}; ac_word=$2
a4af6a58 4898echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
39f34cfc 4899echo "configure:4900: checking for $ac_word" >&5
a4af6a58 4900if eval "test \"`echo '$''{'ac_cv_prog_GCC_FOR_TARGET'+set}'`\" = set"; then
4901 echo $ac_n "(cached) $ac_c" 1>&6
bb612911 4902else
c47832b1 4903 if test -n "$GCC_FOR_TARGET"; then
4904 ac_cv_prog_GCC_FOR_TARGET="$GCC_FOR_TARGET" # Let the user override the test.
bb612911 4905else
a4af6a58 4906 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
4907 ac_dummy="$PATH"
4908 for ac_dir in $ac_dummy; do
4909 test -z "$ac_dir" && ac_dir=.
4910 if test -f $ac_dir/$ac_word; then
4911 ac_cv_prog_GCC_FOR_TARGET="${ncn_progname}"
4912 break
4913 fi
4914 done
4915 IFS="$ac_save_ifs"
bb612911 4916fi
4917fi
a4af6a58 4918GCC_FOR_TARGET="$ac_cv_prog_GCC_FOR_TARGET"
c47832b1 4919if test -n "$GCC_FOR_TARGET"; then
a4af6a58 4920 echo "$ac_t""$GCC_FOR_TARGET" 1>&6
bb612911 4921else
a4af6a58 4922 echo "$ac_t""no" 1>&6
bb612911 4923fi
a4af6a58 4924
c47832b1 4925 fi
4926 test -n "$ac_cv_prog_GCC_FOR_TARGET" && break
4927 done
4928fi
a4af6a58 4929
c47832b1 4930if test -z "$ac_cv_prog_GCC_FOR_TARGET" ; then
4931 GCC_FOR_TARGET="${CC_FOR_TARGET}"
4932fi
4933
4934 if test -n "$with_build_time_tools"; then
4935 for ncn_progname in gcj; do
a4af6a58 4936 echo $ac_n "checking for ${ncn_progname} in $with_build_time_tools""... $ac_c" 1>&6
39f34cfc 4937echo "configure:4938: checking for ${ncn_progname} in $with_build_time_tools" >&5
ab0da556 4938 if test -x $with_build_time_tools/${ncn_progname}; then
4939 ac_cv_prog_GCJ_FOR_TARGET=$with_build_time_tools/${ncn_progname}
a4af6a58 4940 echo "$ac_t""yes" 1>&6
c47832b1 4941 break
4942 else
a4af6a58 4943 echo "$ac_t""no" 1>&6
c47832b1 4944 fi
4945 done
4946fi
4947
4948if test -z "$ac_cv_prog_GCJ_FOR_TARGET"; then
4949 for ncn_progname in gcj; do
4950 if test -n "$ncn_target_tool_prefix"; then
4951 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
4952set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
a4af6a58 4953echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
39f34cfc 4954echo "configure:4955: checking for $ac_word" >&5
a4af6a58 4955if eval "test \"`echo '$''{'ac_cv_prog_GCJ_FOR_TARGET'+set}'`\" = set"; then
4956 echo $ac_n "(cached) $ac_c" 1>&6
c47832b1 4957else
a4af6a58 4958 if test -n "$GCJ_FOR_TARGET"; then
4959 ac_cv_prog_GCJ_FOR_TARGET="$GCJ_FOR_TARGET" # Let the user override the test.
4960else
4961 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
4962 ac_dummy="$PATH"
4963 for ac_dir in $ac_dummy; do
4964 test -z "$ac_dir" && ac_dir=.
4965 if test -f $ac_dir/$ac_word; then
4966 ac_cv_prog_GCJ_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
4967 break
4968 fi
4969 done
4970 IFS="$ac_save_ifs"
c47832b1 4971fi
4972fi
a4af6a58 4973GCJ_FOR_TARGET="$ac_cv_prog_GCJ_FOR_TARGET"
c47832b1 4974if test -n "$GCJ_FOR_TARGET"; then
a4af6a58 4975 echo "$ac_t""$GCJ_FOR_TARGET" 1>&6
c47832b1 4976else
a4af6a58 4977 echo "$ac_t""no" 1>&6
c47832b1 4978fi
4979
4980 fi
4981 if test -z "$ac_cv_prog_GCJ_FOR_TARGET" && test $build = $target ; then
4982 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
4983set dummy ${ncn_progname}; ac_word=$2
a4af6a58 4984echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
39f34cfc 4985echo "configure:4986: checking for $ac_word" >&5
a4af6a58 4986if eval "test \"`echo '$''{'ac_cv_prog_GCJ_FOR_TARGET'+set}'`\" = set"; then
4987 echo $ac_n "(cached) $ac_c" 1>&6
c47832b1 4988else
4989 if test -n "$GCJ_FOR_TARGET"; then
4990 ac_cv_prog_GCJ_FOR_TARGET="$GCJ_FOR_TARGET" # Let the user override the test.
4991else
a4af6a58 4992 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
4993 ac_dummy="$PATH"
4994 for ac_dir in $ac_dummy; do
4995 test -z "$ac_dir" && ac_dir=.
4996 if test -f $ac_dir/$ac_word; then
4997 ac_cv_prog_GCJ_FOR_TARGET="${ncn_progname}"
4998 break
4999 fi
5000 done
5001 IFS="$ac_save_ifs"
c47832b1 5002fi
5003fi
a4af6a58 5004GCJ_FOR_TARGET="$ac_cv_prog_GCJ_FOR_TARGET"
c47832b1 5005if test -n "$GCJ_FOR_TARGET"; then
a4af6a58 5006 echo "$ac_t""$GCJ_FOR_TARGET" 1>&6
c47832b1 5007else
a4af6a58 5008 echo "$ac_t""no" 1>&6
c47832b1 5009fi
a4af6a58 5010
c47832b1 5011 fi
5012 test -n "$ac_cv_prog_GCJ_FOR_TARGET" && break
5013 done
5014fi
a4af6a58 5015
c47832b1 5016if test -z "$ac_cv_prog_GCJ_FOR_TARGET" ; then
5017 set dummy gcj
5018 if test $build = $target ; then
5019 GCJ_FOR_TARGET="$2"
5020 else
5021 GCJ_FOR_TARGET="${ncn_target_tool_prefix}$2"
768691b5 5022 fi
c47832b1 5023fi
768691b5 5024
c47832b1 5025 if test -n "$with_build_time_tools"; then
5026 for ncn_progname in gfortran; do
a4af6a58 5027 echo $ac_n "checking for ${ncn_progname} in $with_build_time_tools""... $ac_c" 1>&6
39f34cfc 5028echo "configure:5029: checking for ${ncn_progname} in $with_build_time_tools" >&5
ab0da556 5029 if test -x $with_build_time_tools/${ncn_progname}; then
5030 ac_cv_prog_GFORTRAN_FOR_TARGET=$with_build_time_tools/${ncn_progname}
a4af6a58 5031 echo "$ac_t""yes" 1>&6
c47832b1 5032 break
5033 else
a4af6a58 5034 echo "$ac_t""no" 1>&6
c47832b1 5035 fi
5036 done
5037fi
5038
5039if test -z "$ac_cv_prog_GFORTRAN_FOR_TARGET"; then
5040 for ncn_progname in gfortran; do
5041 if test -n "$ncn_target_tool_prefix"; then
5042 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
5043set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
a4af6a58 5044echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
39f34cfc 5045echo "configure:5046: checking for $ac_word" >&5
a4af6a58 5046if eval "test \"`echo '$''{'ac_cv_prog_GFORTRAN_FOR_TARGET'+set}'`\" = set"; then
5047 echo $ac_n "(cached) $ac_c" 1>&6
c47832b1 5048else
5049 if test -n "$GFORTRAN_FOR_TARGET"; then
5050 ac_cv_prog_GFORTRAN_FOR_TARGET="$GFORTRAN_FOR_TARGET" # Let the user override the test.
5051else
a4af6a58 5052 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
5053 ac_dummy="$PATH"
5054 for ac_dir in $ac_dummy; do
5055 test -z "$ac_dir" && ac_dir=.
5056 if test -f $ac_dir/$ac_word; then
5057 ac_cv_prog_GFORTRAN_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
5058 break
5059 fi
5060 done
5061 IFS="$ac_save_ifs"
c47832b1 5062fi
5063fi
a4af6a58 5064GFORTRAN_FOR_TARGET="$ac_cv_prog_GFORTRAN_FOR_TARGET"
c47832b1 5065if test -n "$GFORTRAN_FOR_TARGET"; then
a4af6a58 5066 echo "$ac_t""$GFORTRAN_FOR_TARGET" 1>&6
c47832b1 5067else
a4af6a58 5068 echo "$ac_t""no" 1>&6
c47832b1 5069fi
5070
5071 fi
5072 if test -z "$ac_cv_prog_GFORTRAN_FOR_TARGET" && test $build = $target ; then
5073 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
5074set dummy ${ncn_progname}; ac_word=$2
a4af6a58 5075echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
39f34cfc 5076echo "configure:5077: checking for $ac_word" >&5
a4af6a58 5077if eval "test \"`echo '$''{'ac_cv_prog_GFORTRAN_FOR_TARGET'+set}'`\" = set"; then
5078 echo $ac_n "(cached) $ac_c" 1>&6
c47832b1 5079else
5080 if test -n "$GFORTRAN_FOR_TARGET"; then
5081 ac_cv_prog_GFORTRAN_FOR_TARGET="$GFORTRAN_FOR_TARGET" # Let the user override the test.
5082else
a4af6a58 5083 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
5084 ac_dummy="$PATH"
5085 for ac_dir in $ac_dummy; do
5086 test -z "$ac_dir" && ac_dir=.
5087 if test -f $ac_dir/$ac_word; then
5088 ac_cv_prog_GFORTRAN_FOR_TARGET="${ncn_progname}"
5089 break
5090 fi
5091 done
5092 IFS="$ac_save_ifs"
c47832b1 5093fi
5094fi
a4af6a58 5095GFORTRAN_FOR_TARGET="$ac_cv_prog_GFORTRAN_FOR_TARGET"
c47832b1 5096if test -n "$GFORTRAN_FOR_TARGET"; then
a4af6a58 5097 echo "$ac_t""$GFORTRAN_FOR_TARGET" 1>&6
c47832b1 5098else
a4af6a58 5099 echo "$ac_t""no" 1>&6
c47832b1 5100fi
a4af6a58 5101
c47832b1 5102 fi
5103 test -n "$ac_cv_prog_GFORTRAN_FOR_TARGET" && break
5104 done
5105fi
a4af6a58 5106
c47832b1 5107if test -z "$ac_cv_prog_GFORTRAN_FOR_TARGET" ; then
5108 set dummy gfortran
768691b5 5109 if test $build = $target ; then
c47832b1 5110 GFORTRAN_FOR_TARGET="$2"
bb612911 5111 else
c47832b1 5112 GFORTRAN_FOR_TARGET="${ncn_target_tool_prefix}$2"
5113 fi
5114fi
5115
5116
5117
5118# The user is always right.
5119if test "${PATH_SEPARATOR+set}" != set; then
5120 echo "#! /bin/sh" >conf$$.sh
5121 echo "exit 0" >>conf$$.sh
5122 chmod +x conf$$.sh
5123 if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
5124 PATH_SEPARATOR=';'
5125 else
a4af6a58 5126 PATH_SEPARATOR=:
bb612911 5127 fi
c47832b1 5128 rm -f conf$$.sh
5129fi
5130
5131
5132
5133if test "x$exec_prefix" = xNONE; then
5134 if test "x$prefix" = xNONE; then
5135 gcc_cv_tool_prefix=$ac_default_prefix
5136 else
5137 gcc_cv_tool_prefix=$prefix
5138 fi
5139else
5140 gcc_cv_tool_prefix=$exec_prefix
5141fi
5142
5143# If there is no compiler in the tree, use the PATH only. In any
5144# case, if there is no compiler in the tree nobody should use
5145# AS_FOR_TARGET and LD_FOR_TARGET.
5146if test x$host = x$build && test -f $srcdir/gcc/BASE-VER; then
5147 gcc_version=`cat $srcdir/gcc/BASE-VER`
5148 gcc_cv_tool_dirs="$gcc_cv_tool_prefix/libexec/gcc/$target_noncanonical/$gcc_version$PATH_SEPARATOR"
5149 gcc_cv_tool_dirs="$gcc_cv_tool_dirs$gcc_cv_tool_prefix/libexec/gcc/$target_noncanonical$PATH_SEPARATOR"
5150 gcc_cv_tool_dirs="$gcc_cv_tool_dirs/usr/lib/gcc/$target_noncanonical/$gcc_version$PATH_SEPARATOR"
5151 gcc_cv_tool_dirs="$gcc_cv_tool_dirs/usr/lib/gcc/$target_noncanonical$PATH_SEPARATOR"
5152 gcc_cv_tool_dirs="$gcc_cv_tool_dirs$gcc_cv_tool_prefix/$target_noncanonical/bin/$target_noncanonical/$gcc_version$PATH_SEPARATOR"
5153 gcc_cv_tool_dirs="$gcc_cv_tool_dirs$gcc_cv_tool_prefix/$target_noncanonical/bin$PATH_SEPARATOR"
5154else
5155 gcc_cv_tool_dirs=
5156fi
5157
5158if test x$build = x$target && test -n "$md_exec_prefix"; then
5159 gcc_cv_tool_dirs="$gcc_cv_tool_dirs$md_exec_prefix$PATH_SEPARATOR"
5160fi
5161
5162
5163
5164cat > conftest.c << \EOF
5165#ifdef __GNUC__
5166 gcc_yay;
5167#endif
5168EOF
5169if ($GCC_FOR_TARGET -E conftest.c | grep gcc_yay) > /dev/null 2>&1; then
5170 have_gcc_for_target=yes
5171else
5172 GCC_FOR_TARGET=${ncn_target_tool_prefix}gcc
5173 have_gcc_for_target=no
5174fi
5175rm conftest.c
5176
5177
5178
5179
5180if test -z "$ac_cv_path_AR_FOR_TARGET" ; then
5181 if test -n "$with_build_time_tools"; then
a4af6a58 5182 echo $ac_n "checking for ar in $with_build_time_tools""... $ac_c" 1>&6
39f34cfc 5183echo "configure:5184: checking for ar in $with_build_time_tools" >&5
ab0da556 5184 if test -x $with_build_time_tools/ar; then
5185 AR_FOR_TARGET=`cd $with_build_time_tools && pwd`/ar
5186 ac_cv_path_AR_FOR_TARGET=$AR_FOR_TARGET
a4af6a58 5187 echo "$ac_t""$ac_cv_path_AR_FOR_TARGET" 1>&6
ab0da556 5188 else
a4af6a58 5189 echo "$ac_t""no" 1>&6
ab0da556 5190 fi
c47832b1 5191 elif test $build != $host && test $have_gcc_for_target = yes; then
5192 AR_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=ar`
5193 test $AR_FOR_TARGET=ar && AR_FOR_TARGET=
5194 ac_cv_path_AR_FOR_TARGET=$AR_FOR_TARGET
5195 fi
5196fi
5197if test -z "$ac_cv_path_AR_FOR_TARGET" ; then
5198 # Extract the first word of "ar", so it can be a program name with args.
5199set dummy ar; ac_word=$2
a4af6a58 5200echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
39f34cfc 5201echo "configure:5202: checking for $ac_word" >&5
a4af6a58 5202if eval "test \"`echo '$''{'ac_cv_path_AR_FOR_TARGET'+set}'`\" = set"; then
5203 echo $ac_n "(cached) $ac_c" 1>&6
c47832b1 5204else
a4af6a58 5205 case "$AR_FOR_TARGET" in
5206 /*)
c47832b1 5207 ac_cv_path_AR_FOR_TARGET="$AR_FOR_TARGET" # Let the user override the test with a path.
5208 ;;
a4af6a58 5209 ?:/*)
5210 ac_cv_path_AR_FOR_TARGET="$AR_FOR_TARGET" # Let the user override the test with a dos path.
5211 ;;
c47832b1 5212 *)
a4af6a58 5213 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
5214 ac_dummy="$gcc_cv_tool_dirs"
5215 for ac_dir in $ac_dummy; do
5216 test -z "$ac_dir" && ac_dir=.
5217 if test -f $ac_dir/$ac_word; then
5218 ac_cv_path_AR_FOR_TARGET="$ac_dir/$ac_word"
5219 break
5220 fi
5221 done
5222 IFS="$ac_save_ifs"
c47832b1 5223 ;;
5224esac
5225fi
a4af6a58 5226AR_FOR_TARGET="$ac_cv_path_AR_FOR_TARGET"
c47832b1 5227if test -n "$AR_FOR_TARGET"; then
a4af6a58 5228 echo "$ac_t""$AR_FOR_TARGET" 1>&6
c47832b1 5229else
a4af6a58 5230 echo "$ac_t""no" 1>&6
ef8184c7 5231fi
5232
c47832b1 5233fi
5234if test -z "$ac_cv_path_AR_FOR_TARGET" ; then
5235 if test -n "$with_build_time_tools"; then
5236 for ncn_progname in ar; do
a4af6a58 5237 echo $ac_n "checking for ${ncn_progname} in $with_build_time_tools""... $ac_c" 1>&6
39f34cfc 5238echo "configure:5239: checking for ${ncn_progname} in $with_build_time_tools" >&5
ab0da556 5239 if test -x $with_build_time_tools/${ncn_progname}; then
5240 ac_cv_prog_AR_FOR_TARGET=$with_build_time_tools/${ncn_progname}
a4af6a58 5241 echo "$ac_t""yes" 1>&6
c47832b1 5242 break
5243 else
a4af6a58 5244 echo "$ac_t""no" 1>&6
c47832b1 5245 fi
5246 done
5247fi
5248
5249if test -z "$ac_cv_prog_AR_FOR_TARGET"; then
5250 for ncn_progname in ar; do
5251 if test -n "$ncn_target_tool_prefix"; then
5252 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
768691b5 5253set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
a4af6a58 5254echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
39f34cfc 5255echo "configure:5256: checking for $ac_word" >&5
a4af6a58 5256if eval "test \"`echo '$''{'ac_cv_prog_AR_FOR_TARGET'+set}'`\" = set"; then
5257 echo $ac_n "(cached) $ac_c" 1>&6
ef8184c7 5258else
c47832b1 5259 if test -n "$AR_FOR_TARGET"; then
5260 ac_cv_prog_AR_FOR_TARGET="$AR_FOR_TARGET" # Let the user override the test.
ef8184c7 5261else
a4af6a58 5262 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
5263 ac_dummy="$PATH"
5264 for ac_dir in $ac_dummy; do
5265 test -z "$ac_dir" && ac_dir=.
5266 if test -f $ac_dir/$ac_word; then
5267 ac_cv_prog_AR_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
5268 break
5269 fi
5270 done
5271 IFS="$ac_save_ifs"
ef8184c7 5272fi
5273fi
a4af6a58 5274AR_FOR_TARGET="$ac_cv_prog_AR_FOR_TARGET"
c47832b1 5275if test -n "$AR_FOR_TARGET"; then
a4af6a58 5276 echo "$ac_t""$AR_FOR_TARGET" 1>&6
ef8184c7 5277else
a4af6a58 5278 echo "$ac_t""no" 1>&6
ef8184c7 5279fi
5280
c47832b1 5281 fi
5282 if test -z "$ac_cv_prog_AR_FOR_TARGET" && test $build = $target ; then
5283 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
5284set dummy ${ncn_progname}; ac_word=$2
a4af6a58 5285echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
39f34cfc 5286echo "configure:5287: checking for $ac_word" >&5
a4af6a58 5287if eval "test \"`echo '$''{'ac_cv_prog_AR_FOR_TARGET'+set}'`\" = set"; then
5288 echo $ac_n "(cached) $ac_c" 1>&6
c47832b1 5289else
5290 if test -n "$AR_FOR_TARGET"; then
5291 ac_cv_prog_AR_FOR_TARGET="$AR_FOR_TARGET" # Let the user override the test.
5292else
a4af6a58 5293 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
5294 ac_dummy="$PATH"
5295 for ac_dir in $ac_dummy; do
5296 test -z "$ac_dir" && ac_dir=.
5297 if test -f $ac_dir/$ac_word; then
5298 ac_cv_prog_AR_FOR_TARGET="${ncn_progname}"
5299 break
5300 fi
5301 done
5302 IFS="$ac_save_ifs"
c47832b1 5303fi
5304fi
a4af6a58 5305AR_FOR_TARGET="$ac_cv_prog_AR_FOR_TARGET"
c47832b1 5306if test -n "$AR_FOR_TARGET"; then
a4af6a58 5307 echo "$ac_t""$AR_FOR_TARGET" 1>&6
c47832b1 5308else
a4af6a58 5309 echo "$ac_t""no" 1>&6
c47832b1 5310fi
a4af6a58 5311
c47832b1 5312 fi
5313 test -n "$ac_cv_prog_AR_FOR_TARGET" && break
5314 done
5315fi
a4af6a58 5316
c47832b1 5317if test -z "$ac_cv_prog_AR_FOR_TARGET" ; then
5318 set dummy ar
5319 if test $build = $target ; then
5320 AR_FOR_TARGET="$2"
5321 else
5322 AR_FOR_TARGET="${ncn_target_tool_prefix}$2"
768691b5 5323 fi
c47832b1 5324fi
5325
ab0da556 5326else
5327 AR_FOR_TARGET=$ac_cv_path_AR_FOR_TARGET
c47832b1 5328fi
5329
5330
5331
5332
5333if test -z "$ac_cv_path_AS_FOR_TARGET" ; then
5334 if test -n "$with_build_time_tools"; then
a4af6a58 5335 echo $ac_n "checking for as in $with_build_time_tools""... $ac_c" 1>&6
39f34cfc 5336echo "configure:5337: checking for as in $with_build_time_tools" >&5
ab0da556 5337 if test -x $with_build_time_tools/as; then
5338 AS_FOR_TARGET=`cd $with_build_time_tools && pwd`/as
5339 ac_cv_path_AS_FOR_TARGET=$AS_FOR_TARGET
a4af6a58 5340 echo "$ac_t""$ac_cv_path_AS_FOR_TARGET" 1>&6
ab0da556 5341 else
a4af6a58 5342 echo "$ac_t""no" 1>&6
ab0da556 5343 fi
c47832b1 5344 elif test $build != $host && test $have_gcc_for_target = yes; then
5345 AS_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=as`
5346 test $AS_FOR_TARGET=as && AS_FOR_TARGET=
5347 ac_cv_path_AS_FOR_TARGET=$AS_FOR_TARGET
5348 fi
5349fi
5350if test -z "$ac_cv_path_AS_FOR_TARGET" ; then
5351 # Extract the first word of "as", so it can be a program name with args.
5352set dummy as; ac_word=$2
a4af6a58 5353echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
39f34cfc 5354echo "configure:5355: checking for $ac_word" >&5
a4af6a58 5355if eval "test \"`echo '$''{'ac_cv_path_AS_FOR_TARGET'+set}'`\" = set"; then
5356 echo $ac_n "(cached) $ac_c" 1>&6
c47832b1 5357else
a4af6a58 5358 case "$AS_FOR_TARGET" in
5359 /*)
c47832b1 5360 ac_cv_path_AS_FOR_TARGET="$AS_FOR_TARGET" # Let the user override the test with a path.
5361 ;;
a4af6a58 5362 ?:/*)
5363 ac_cv_path_AS_FOR_TARGET="$AS_FOR_TARGET" # Let the user override the test with a dos path.
5364 ;;
c47832b1 5365 *)
a4af6a58 5366 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
5367 ac_dummy="$gcc_cv_tool_dirs"
5368 for ac_dir in $ac_dummy; do
5369 test -z "$ac_dir" && ac_dir=.
5370 if test -f $ac_dir/$ac_word; then
5371 ac_cv_path_AS_FOR_TARGET="$ac_dir/$ac_word"
5372 break
5373 fi
5374 done
5375 IFS="$ac_save_ifs"
c47832b1 5376 ;;
5377esac
5378fi
a4af6a58 5379AS_FOR_TARGET="$ac_cv_path_AS_FOR_TARGET"
c47832b1 5380if test -n "$AS_FOR_TARGET"; then
a4af6a58 5381 echo "$ac_t""$AS_FOR_TARGET" 1>&6
c47832b1 5382else
a4af6a58 5383 echo "$ac_t""no" 1>&6
c47832b1 5384fi
5385
5386fi
5387if test -z "$ac_cv_path_AS_FOR_TARGET" ; then
5388 if test -n "$with_build_time_tools"; then
5389 for ncn_progname in as; do
a4af6a58 5390 echo $ac_n "checking for ${ncn_progname} in $with_build_time_tools""... $ac_c" 1>&6
39f34cfc 5391echo "configure:5392: checking for ${ncn_progname} in $with_build_time_tools" >&5
ab0da556 5392 if test -x $with_build_time_tools/${ncn_progname}; then
5393 ac_cv_prog_AS_FOR_TARGET=$with_build_time_tools/${ncn_progname}
a4af6a58 5394 echo "$ac_t""yes" 1>&6
c47832b1 5395 break
5396 else
a4af6a58 5397 echo "$ac_t""no" 1>&6
c47832b1 5398 fi
5399 done
5400fi
5401
5402if test -z "$ac_cv_prog_AS_FOR_TARGET"; then
5403 for ncn_progname in as; do
5404 if test -n "$ncn_target_tool_prefix"; then
5405 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
5406set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
a4af6a58 5407echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
39f34cfc 5408echo "configure:5409: checking for $ac_word" >&5
a4af6a58 5409if eval "test \"`echo '$''{'ac_cv_prog_AS_FOR_TARGET'+set}'`\" = set"; then
5410 echo $ac_n "(cached) $ac_c" 1>&6
c47832b1 5411else
5412 if test -n "$AS_FOR_TARGET"; then
5413 ac_cv_prog_AS_FOR_TARGET="$AS_FOR_TARGET" # Let the user override the test.
5414else
a4af6a58 5415 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
5416 ac_dummy="$PATH"
5417 for ac_dir in $ac_dummy; do
5418 test -z "$ac_dir" && ac_dir=.
5419 if test -f $ac_dir/$ac_word; then
5420 ac_cv_prog_AS_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
5421 break
5422 fi
5423 done
5424 IFS="$ac_save_ifs"
c47832b1 5425fi
5426fi
a4af6a58 5427AS_FOR_TARGET="$ac_cv_prog_AS_FOR_TARGET"
c47832b1 5428if test -n "$AS_FOR_TARGET"; then
a4af6a58 5429 echo "$ac_t""$AS_FOR_TARGET" 1>&6
c47832b1 5430else
a4af6a58 5431 echo "$ac_t""no" 1>&6
c47832b1 5432fi
5433
5434 fi
5435 if test -z "$ac_cv_prog_AS_FOR_TARGET" && test $build = $target ; then
5436 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
768691b5 5437set dummy ${ncn_progname}; ac_word=$2
a4af6a58 5438echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
39f34cfc 5439echo "configure:5440: checking for $ac_word" >&5
a4af6a58 5440if eval "test \"`echo '$''{'ac_cv_prog_AS_FOR_TARGET'+set}'`\" = set"; then
5441 echo $ac_n "(cached) $ac_c" 1>&6
ef8184c7 5442else
c47832b1 5443 if test -n "$AS_FOR_TARGET"; then
5444 ac_cv_prog_AS_FOR_TARGET="$AS_FOR_TARGET" # Let the user override the test.
ef8184c7 5445else
a4af6a58 5446 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
5447 ac_dummy="$PATH"
5448 for ac_dir in $ac_dummy; do
5449 test -z "$ac_dir" && ac_dir=.
5450 if test -f $ac_dir/$ac_word; then
5451 ac_cv_prog_AS_FOR_TARGET="${ncn_progname}"
5452 break
5453 fi
5454 done
5455 IFS="$ac_save_ifs"
ef8184c7 5456fi
5457fi
a4af6a58 5458AS_FOR_TARGET="$ac_cv_prog_AS_FOR_TARGET"
c47832b1 5459if test -n "$AS_FOR_TARGET"; then
a4af6a58 5460 echo "$ac_t""$AS_FOR_TARGET" 1>&6
ef8184c7 5461else
a4af6a58 5462 echo "$ac_t""no" 1>&6
ef8184c7 5463fi
a4af6a58 5464
c47832b1 5465 fi
5466 test -n "$ac_cv_prog_AS_FOR_TARGET" && break
5467 done
5468fi
a4af6a58 5469
c47832b1 5470if test -z "$ac_cv_prog_AS_FOR_TARGET" ; then
5471 set dummy as
5472 if test $build = $target ; then
5473 AS_FOR_TARGET="$2"
5474 else
5475 AS_FOR_TARGET="${ncn_target_tool_prefix}$2"
ef8184c7 5476 fi
c47832b1 5477fi
768691b5 5478
ab0da556 5479else
5480 AS_FOR_TARGET=$ac_cv_path_AS_FOR_TARGET
ef8184c7 5481fi
5482
c47832b1 5483
5484
5485
5486if test -z "$ac_cv_path_DLLTOOL_FOR_TARGET" ; then
5487 if test -n "$with_build_time_tools"; then
a4af6a58 5488 echo $ac_n "checking for dlltool in $with_build_time_tools""... $ac_c" 1>&6
39f34cfc 5489echo "configure:5490: checking for dlltool in $with_build_time_tools" >&5
ab0da556 5490 if test -x $with_build_time_tools/dlltool; then
5491 DLLTOOL_FOR_TARGET=`cd $with_build_time_tools && pwd`/dlltool
5492 ac_cv_path_DLLTOOL_FOR_TARGET=$DLLTOOL_FOR_TARGET
a4af6a58 5493 echo "$ac_t""$ac_cv_path_DLLTOOL_FOR_TARGET" 1>&6
ab0da556 5494 else
a4af6a58 5495 echo "$ac_t""no" 1>&6
ab0da556 5496 fi
c47832b1 5497 elif test $build != $host && test $have_gcc_for_target = yes; then
5498 DLLTOOL_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=dlltool`
5499 test $DLLTOOL_FOR_TARGET=dlltool && DLLTOOL_FOR_TARGET=
5500 ac_cv_path_DLLTOOL_FOR_TARGET=$DLLTOOL_FOR_TARGET
5501 fi
5502fi
5503if test -z "$ac_cv_path_DLLTOOL_FOR_TARGET" ; then
5504 # Extract the first word of "dlltool", so it can be a program name with args.
5505set dummy dlltool; ac_word=$2
a4af6a58 5506echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
39f34cfc 5507echo "configure:5508: checking for $ac_word" >&5
a4af6a58 5508if eval "test \"`echo '$''{'ac_cv_path_DLLTOOL_FOR_TARGET'+set}'`\" = set"; then
5509 echo $ac_n "(cached) $ac_c" 1>&6
ef8184c7 5510else
a4af6a58 5511 case "$DLLTOOL_FOR_TARGET" in
5512 /*)
c47832b1 5513 ac_cv_path_DLLTOOL_FOR_TARGET="$DLLTOOL_FOR_TARGET" # Let the user override the test with a path.
5514 ;;
a4af6a58 5515 ?:/*)
5516 ac_cv_path_DLLTOOL_FOR_TARGET="$DLLTOOL_FOR_TARGET" # Let the user override the test with a dos path.
5517 ;;
c47832b1 5518 *)
a4af6a58 5519 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
5520 ac_dummy="$gcc_cv_tool_dirs"
5521 for ac_dir in $ac_dummy; do
5522 test -z "$ac_dir" && ac_dir=.
5523 if test -f $ac_dir/$ac_word; then
5524 ac_cv_path_DLLTOOL_FOR_TARGET="$ac_dir/$ac_word"
5525 break
5526 fi
5527 done
5528 IFS="$ac_save_ifs"
c47832b1 5529 ;;
5530esac
ef8184c7 5531fi
a4af6a58 5532DLLTOOL_FOR_TARGET="$ac_cv_path_DLLTOOL_FOR_TARGET"
c47832b1 5533if test -n "$DLLTOOL_FOR_TARGET"; then
a4af6a58 5534 echo "$ac_t""$DLLTOOL_FOR_TARGET" 1>&6
ef8184c7 5535else
a4af6a58 5536 echo "$ac_t""no" 1>&6
ef8184c7 5537fi
5538
c47832b1 5539fi
5540if test -z "$ac_cv_path_DLLTOOL_FOR_TARGET" ; then
5541 if test -n "$with_build_time_tools"; then
5542 for ncn_progname in dlltool; do
a4af6a58 5543 echo $ac_n "checking for ${ncn_progname} in $with_build_time_tools""... $ac_c" 1>&6
39f34cfc 5544echo "configure:5545: checking for ${ncn_progname} in $with_build_time_tools" >&5
ab0da556 5545 if test -x $with_build_time_tools/${ncn_progname}; then
5546 ac_cv_prog_DLLTOOL_FOR_TARGET=$with_build_time_tools/${ncn_progname}
a4af6a58 5547 echo "$ac_t""yes" 1>&6
c47832b1 5548 break
5549 else
a4af6a58 5550 echo "$ac_t""no" 1>&6
c47832b1 5551 fi
5552 done
5553fi
5554
5555if test -z "$ac_cv_prog_DLLTOOL_FOR_TARGET"; then
5556 for ncn_progname in dlltool; do
5557 if test -n "$ncn_target_tool_prefix"; then
5558 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
5559set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
a4af6a58 5560echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
39f34cfc 5561echo "configure:5562: checking for $ac_word" >&5
a4af6a58 5562if eval "test \"`echo '$''{'ac_cv_prog_DLLTOOL_FOR_TARGET'+set}'`\" = set"; then
5563 echo $ac_n "(cached) $ac_c" 1>&6
ef8184c7 5564else
c47832b1 5565 if test -n "$DLLTOOL_FOR_TARGET"; then
5566 ac_cv_prog_DLLTOOL_FOR_TARGET="$DLLTOOL_FOR_TARGET" # Let the user override the test.
ef8184c7 5567else
a4af6a58 5568 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
5569 ac_dummy="$PATH"
5570 for ac_dir in $ac_dummy; do
5571 test -z "$ac_dir" && ac_dir=.
5572 if test -f $ac_dir/$ac_word; then
5573 ac_cv_prog_DLLTOOL_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
5574 break
5575 fi
5576 done
5577 IFS="$ac_save_ifs"
ef8184c7 5578fi
5579fi
a4af6a58 5580DLLTOOL_FOR_TARGET="$ac_cv_prog_DLLTOOL_FOR_TARGET"
c47832b1 5581if test -n "$DLLTOOL_FOR_TARGET"; then
a4af6a58 5582 echo "$ac_t""$DLLTOOL_FOR_TARGET" 1>&6
ef8184c7 5583else
a4af6a58 5584 echo "$ac_t""no" 1>&6
ef8184c7 5585fi
ef8184c7 5586
c47832b1 5587 fi
5588 if test -z "$ac_cv_prog_DLLTOOL_FOR_TARGET" && test $build = $target ; then
5589 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
5590set dummy ${ncn_progname}; ac_word=$2
a4af6a58 5591echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
39f34cfc 5592echo "configure:5593: checking for $ac_word" >&5
a4af6a58 5593if eval "test \"`echo '$''{'ac_cv_prog_DLLTOOL_FOR_TARGET'+set}'`\" = set"; then
5594 echo $ac_n "(cached) $ac_c" 1>&6
ef8184c7 5595else
c47832b1 5596 if test -n "$DLLTOOL_FOR_TARGET"; then
5597 ac_cv_prog_DLLTOOL_FOR_TARGET="$DLLTOOL_FOR_TARGET" # Let the user override the test.
ef8184c7 5598else
a4af6a58 5599 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
5600 ac_dummy="$PATH"
5601 for ac_dir in $ac_dummy; do
5602 test -z "$ac_dir" && ac_dir=.
5603 if test -f $ac_dir/$ac_word; then
5604 ac_cv_prog_DLLTOOL_FOR_TARGET="${ncn_progname}"
5605 break
5606 fi
5607 done
5608 IFS="$ac_save_ifs"
ef8184c7 5609fi
5610fi
a4af6a58 5611DLLTOOL_FOR_TARGET="$ac_cv_prog_DLLTOOL_FOR_TARGET"
c47832b1 5612if test -n "$DLLTOOL_FOR_TARGET"; then
a4af6a58 5613 echo "$ac_t""$DLLTOOL_FOR_TARGET" 1>&6
ef8184c7 5614else
a4af6a58 5615 echo "$ac_t""no" 1>&6
ef8184c7 5616fi
a4af6a58 5617
c47832b1 5618 fi
5619 test -n "$ac_cv_prog_DLLTOOL_FOR_TARGET" && break
5620 done
5621fi
a4af6a58 5622
c47832b1 5623if test -z "$ac_cv_prog_DLLTOOL_FOR_TARGET" ; then
5624 set dummy dlltool
5625 if test $build = $target ; then
5626 DLLTOOL_FOR_TARGET="$2"
5627 else
5628 DLLTOOL_FOR_TARGET="${ncn_target_tool_prefix}$2"
5629 fi
5630fi
5631
ab0da556 5632else
5633 DLLTOOL_FOR_TARGET=$ac_cv_path_DLLTOOL_FOR_TARGET
c47832b1 5634fi
5635
ef8184c7 5636
c47832b1 5637
5638
5639if test -z "$ac_cv_path_LD_FOR_TARGET" ; then
5640 if test -n "$with_build_time_tools"; then
a4af6a58 5641 echo $ac_n "checking for ld in $with_build_time_tools""... $ac_c" 1>&6
39f34cfc 5642echo "configure:5643: checking for ld in $with_build_time_tools" >&5
ab0da556 5643 if test -x $with_build_time_tools/ld; then
5644 LD_FOR_TARGET=`cd $with_build_time_tools && pwd`/ld
5645 ac_cv_path_LD_FOR_TARGET=$LD_FOR_TARGET
a4af6a58 5646 echo "$ac_t""$ac_cv_path_LD_FOR_TARGET" 1>&6
ab0da556 5647 else
a4af6a58 5648 echo "$ac_t""no" 1>&6
ab0da556 5649 fi
c47832b1 5650 elif test $build != $host && test $have_gcc_for_target = yes; then
5651 LD_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=ld`
5652 test $LD_FOR_TARGET=ld && LD_FOR_TARGET=
5653 ac_cv_path_LD_FOR_TARGET=$LD_FOR_TARGET
768691b5 5654 fi
c47832b1 5655fi
5656if test -z "$ac_cv_path_LD_FOR_TARGET" ; then
5657 # Extract the first word of "ld", so it can be a program name with args.
5658set dummy ld; ac_word=$2
a4af6a58 5659echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
39f34cfc 5660echo "configure:5661: checking for $ac_word" >&5
a4af6a58 5661if eval "test \"`echo '$''{'ac_cv_path_LD_FOR_TARGET'+set}'`\" = set"; then
5662 echo $ac_n "(cached) $ac_c" 1>&6
ef8184c7 5663else
a4af6a58 5664 case "$LD_FOR_TARGET" in
5665 /*)
c47832b1 5666 ac_cv_path_LD_FOR_TARGET="$LD_FOR_TARGET" # Let the user override the test with a path.
5667 ;;
a4af6a58 5668 ?:/*)
5669 ac_cv_path_LD_FOR_TARGET="$LD_FOR_TARGET" # Let the user override the test with a dos path.
5670 ;;
c47832b1 5671 *)
a4af6a58 5672 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
5673 ac_dummy="$gcc_cv_tool_dirs"
5674 for ac_dir in $ac_dummy; do
5675 test -z "$ac_dir" && ac_dir=.
5676 if test -f $ac_dir/$ac_word; then
5677 ac_cv_path_LD_FOR_TARGET="$ac_dir/$ac_word"
5678 break
5679 fi
5680 done
5681 IFS="$ac_save_ifs"
c47832b1 5682 ;;
5683esac
ef8184c7 5684fi
a4af6a58 5685LD_FOR_TARGET="$ac_cv_path_LD_FOR_TARGET"
c47832b1 5686if test -n "$LD_FOR_TARGET"; then
a4af6a58 5687 echo "$ac_t""$LD_FOR_TARGET" 1>&6
ef8184c7 5688else
a4af6a58 5689 echo "$ac_t""no" 1>&6
ef8184c7 5690fi
768691b5 5691
c47832b1 5692fi
5693if test -z "$ac_cv_path_LD_FOR_TARGET" ; then
5694 if test -n "$with_build_time_tools"; then
5695 for ncn_progname in ld; do
a4af6a58 5696 echo $ac_n "checking for ${ncn_progname} in $with_build_time_tools""... $ac_c" 1>&6
39f34cfc 5697echo "configure:5698: checking for ${ncn_progname} in $with_build_time_tools" >&5
ab0da556 5698 if test -x $with_build_time_tools/${ncn_progname}; then
5699 ac_cv_prog_LD_FOR_TARGET=$with_build_time_tools/${ncn_progname}
a4af6a58 5700 echo "$ac_t""yes" 1>&6
c47832b1 5701 break
5702 else
a4af6a58 5703 echo "$ac_t""no" 1>&6
c47832b1 5704 fi
5705 done
bb612911 5706fi
5707
c47832b1 5708if test -z "$ac_cv_prog_LD_FOR_TARGET"; then
5709 for ncn_progname in ld; do
5710 if test -n "$ncn_target_tool_prefix"; then
5711 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
768691b5 5712set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
a4af6a58 5713echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
39f34cfc 5714echo "configure:5715: checking for $ac_word" >&5
a4af6a58 5715if eval "test \"`echo '$''{'ac_cv_prog_LD_FOR_TARGET'+set}'`\" = set"; then
5716 echo $ac_n "(cached) $ac_c" 1>&6
bb612911 5717else
ef8184c7 5718 if test -n "$LD_FOR_TARGET"; then
5719 ac_cv_prog_LD_FOR_TARGET="$LD_FOR_TARGET" # Let the user override the test.
bb612911 5720else
a4af6a58 5721 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
5722 ac_dummy="$PATH"
5723 for ac_dir in $ac_dummy; do
5724 test -z "$ac_dir" && ac_dir=.
5725 if test -f $ac_dir/$ac_word; then
5726 ac_cv_prog_LD_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
5727 break
5728 fi
5729 done
5730 IFS="$ac_save_ifs"
bb612911 5731fi
5732fi
a4af6a58 5733LD_FOR_TARGET="$ac_cv_prog_LD_FOR_TARGET"
ef8184c7 5734if test -n "$LD_FOR_TARGET"; then
a4af6a58 5735 echo "$ac_t""$LD_FOR_TARGET" 1>&6
bb612911 5736else
a4af6a58 5737 echo "$ac_t""no" 1>&6
bb612911 5738fi
5739
c47832b1 5740 fi
5741 if test -z "$ac_cv_prog_LD_FOR_TARGET" && test $build = $target ; then
5742 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
768691b5 5743set dummy ${ncn_progname}; ac_word=$2
a4af6a58 5744echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
39f34cfc 5745echo "configure:5746: checking for $ac_word" >&5
a4af6a58 5746if eval "test \"`echo '$''{'ac_cv_prog_LD_FOR_TARGET'+set}'`\" = set"; then
5747 echo $ac_n "(cached) $ac_c" 1>&6
bb612911 5748else
768691b5 5749 if test -n "$LD_FOR_TARGET"; then
5750 ac_cv_prog_LD_FOR_TARGET="$LD_FOR_TARGET" # Let the user override the test.
bb612911 5751else
a4af6a58 5752 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
5753 ac_dummy="$PATH"
5754 for ac_dir in $ac_dummy; do
5755 test -z "$ac_dir" && ac_dir=.
5756 if test -f $ac_dir/$ac_word; then
5757 ac_cv_prog_LD_FOR_TARGET="${ncn_progname}"
5758 break
5759 fi
5760 done
5761 IFS="$ac_save_ifs"
bb612911 5762fi
5763fi
a4af6a58 5764LD_FOR_TARGET="$ac_cv_prog_LD_FOR_TARGET"
768691b5 5765if test -n "$LD_FOR_TARGET"; then
a4af6a58 5766 echo "$ac_t""$LD_FOR_TARGET" 1>&6
bb612911 5767else
a4af6a58 5768 echo "$ac_t""no" 1>&6
bb612911 5769fi
a4af6a58 5770
c47832b1 5771 fi
5772 test -n "$ac_cv_prog_LD_FOR_TARGET" && break
5773 done
5774fi
a4af6a58 5775
768691b5 5776if test -z "$ac_cv_prog_LD_FOR_TARGET" ; then
5777 set dummy ld
5778 if test $build = $target ; then
5779 LD_FOR_TARGET="$2"
bb612911 5780 else
768691b5 5781 LD_FOR_TARGET="${ncn_target_tool_prefix}$2"
bb612911 5782 fi
bb612911 5783fi
5784
ab0da556 5785else
5786 LD_FOR_TARGET=$ac_cv_path_LD_FOR_TARGET
c47832b1 5787fi
5788
5789
5790
5791
5792if test -z "$ac_cv_path_LIPO_FOR_TARGET" ; then
5793 if test -n "$with_build_time_tools"; then
a4af6a58 5794 echo $ac_n "checking for lipo in $with_build_time_tools""... $ac_c" 1>&6
39f34cfc 5795echo "configure:5796: checking for lipo in $with_build_time_tools" >&5
ab0da556 5796 if test -x $with_build_time_tools/lipo; then
5797 LIPO_FOR_TARGET=`cd $with_build_time_tools && pwd`/lipo
5798 ac_cv_path_LIPO_FOR_TARGET=$LIPO_FOR_TARGET
a4af6a58 5799 echo "$ac_t""$ac_cv_path_LIPO_FOR_TARGET" 1>&6
ab0da556 5800 else
a4af6a58 5801 echo "$ac_t""no" 1>&6
ab0da556 5802 fi
c47832b1 5803 elif test $build != $host && test $have_gcc_for_target = yes; then
5804 LIPO_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=lipo`
5805 test $LIPO_FOR_TARGET=lipo && LIPO_FOR_TARGET=
5806 ac_cv_path_LIPO_FOR_TARGET=$LIPO_FOR_TARGET
5807 fi
5808fi
5809if test -z "$ac_cv_path_LIPO_FOR_TARGET" ; then
5810 # Extract the first word of "lipo", so it can be a program name with args.
5811set dummy lipo; ac_word=$2
a4af6a58 5812echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
39f34cfc 5813echo "configure:5814: checking for $ac_word" >&5
a4af6a58 5814if eval "test \"`echo '$''{'ac_cv_path_LIPO_FOR_TARGET'+set}'`\" = set"; then
5815 echo $ac_n "(cached) $ac_c" 1>&6
c47832b1 5816else
a4af6a58 5817 case "$LIPO_FOR_TARGET" in
5818 /*)
c47832b1 5819 ac_cv_path_LIPO_FOR_TARGET="$LIPO_FOR_TARGET" # Let the user override the test with a path.
5820 ;;
a4af6a58 5821 ?:/*)
5822 ac_cv_path_LIPO_FOR_TARGET="$LIPO_FOR_TARGET" # Let the user override the test with a dos path.
5823 ;;
c47832b1 5824 *)
a4af6a58 5825 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
5826 ac_dummy="$gcc_cv_tool_dirs"
5827 for ac_dir in $ac_dummy; do
5828 test -z "$ac_dir" && ac_dir=.
5829 if test -f $ac_dir/$ac_word; then
5830 ac_cv_path_LIPO_FOR_TARGET="$ac_dir/$ac_word"
5831 break
5832 fi
5833 done
5834 IFS="$ac_save_ifs"
c47832b1 5835 ;;
5836esac
5837fi
a4af6a58 5838LIPO_FOR_TARGET="$ac_cv_path_LIPO_FOR_TARGET"
c47832b1 5839if test -n "$LIPO_FOR_TARGET"; then
a4af6a58 5840 echo "$ac_t""$LIPO_FOR_TARGET" 1>&6
c47832b1 5841else
a4af6a58 5842 echo "$ac_t""no" 1>&6
c47832b1 5843fi
5844
5845fi
5846if test -z "$ac_cv_path_LIPO_FOR_TARGET" ; then
5847 if test -n "$with_build_time_tools"; then
5848 for ncn_progname in lipo; do
a4af6a58 5849 echo $ac_n "checking for ${ncn_progname} in $with_build_time_tools""... $ac_c" 1>&6
39f34cfc 5850echo "configure:5851: checking for ${ncn_progname} in $with_build_time_tools" >&5
ab0da556 5851 if test -x $with_build_time_tools/${ncn_progname}; then
5852 ac_cv_prog_LIPO_FOR_TARGET=$with_build_time_tools/${ncn_progname}
a4af6a58 5853 echo "$ac_t""yes" 1>&6
c47832b1 5854 break
5855 else
a4af6a58 5856 echo "$ac_t""no" 1>&6
c47832b1 5857 fi
5858 done
5859fi
5860
5861if test -z "$ac_cv_prog_LIPO_FOR_TARGET"; then
5862 for ncn_progname in lipo; do
5863 if test -n "$ncn_target_tool_prefix"; then
5864 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
768691b5 5865set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
a4af6a58 5866echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
39f34cfc 5867echo "configure:5868: checking for $ac_word" >&5
a4af6a58 5868if eval "test \"`echo '$''{'ac_cv_prog_LIPO_FOR_TARGET'+set}'`\" = set"; then
5869 echo $ac_n "(cached) $ac_c" 1>&6
9fec3fa8 5870else
5871 if test -n "$LIPO_FOR_TARGET"; then
5872 ac_cv_prog_LIPO_FOR_TARGET="$LIPO_FOR_TARGET" # Let the user override the test.
5873else
a4af6a58 5874 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
5875 ac_dummy="$PATH"
5876 for ac_dir in $ac_dummy; do
5877 test -z "$ac_dir" && ac_dir=.
5878 if test -f $ac_dir/$ac_word; then
5879 ac_cv_prog_LIPO_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
5880 break
5881 fi
5882 done
5883 IFS="$ac_save_ifs"
9fec3fa8 5884fi
5885fi
a4af6a58 5886LIPO_FOR_TARGET="$ac_cv_prog_LIPO_FOR_TARGET"
9fec3fa8 5887if test -n "$LIPO_FOR_TARGET"; then
a4af6a58 5888 echo "$ac_t""$LIPO_FOR_TARGET" 1>&6
9fec3fa8 5889else
a4af6a58 5890 echo "$ac_t""no" 1>&6
9fec3fa8 5891fi
5892
c47832b1 5893 fi
5894 if test -z "$ac_cv_prog_LIPO_FOR_TARGET" && test $build = $target ; then
5895 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9fec3fa8 5896set dummy ${ncn_progname}; ac_word=$2
a4af6a58 5897echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
39f34cfc 5898echo "configure:5899: checking for $ac_word" >&5
a4af6a58 5899if eval "test \"`echo '$''{'ac_cv_prog_LIPO_FOR_TARGET'+set}'`\" = set"; then
5900 echo $ac_n "(cached) $ac_c" 1>&6
9fec3fa8 5901else
5902 if test -n "$LIPO_FOR_TARGET"; then
9886f3d1 5903 ac_cv_prog_LIPO_FOR_TARGET="$LIPO_FOR_TARGET" # Let the user override the test.
5904else
a4af6a58 5905 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
5906 ac_dummy="$PATH"
5907 for ac_dir in $ac_dummy; do
5908 test -z "$ac_dir" && ac_dir=.
5909 if test -f $ac_dir/$ac_word; then
5910 ac_cv_prog_LIPO_FOR_TARGET="${ncn_progname}"
5911 break
5912 fi
5913 done
5914 IFS="$ac_save_ifs"
9fec3fa8 5915fi
5916fi
a4af6a58 5917LIPO_FOR_TARGET="$ac_cv_prog_LIPO_FOR_TARGET"
9fec3fa8 5918if test -n "$LIPO_FOR_TARGET"; then
a4af6a58 5919 echo "$ac_t""$LIPO_FOR_TARGET" 1>&6
9fec3fa8 5920else
a4af6a58 5921 echo "$ac_t""no" 1>&6
9fec3fa8 5922fi
a4af6a58 5923
c47832b1 5924 fi
5925 test -n "$ac_cv_prog_LIPO_FOR_TARGET" && break
5926 done
5927fi
a4af6a58 5928
9fec3fa8 5929if test -z "$ac_cv_prog_LIPO_FOR_TARGET" ; then
5930 set dummy lipo
5931 if test $build = $target ; then
5932 LIPO_FOR_TARGET="$2"
5933 else
5934 LIPO_FOR_TARGET="${ncn_target_tool_prefix}$2"
5935 fi
5936fi
5937
ab0da556 5938else
5939 LIPO_FOR_TARGET=$ac_cv_path_LIPO_FOR_TARGET
c47832b1 5940fi
5941
5942
5943
5944
5945if test -z "$ac_cv_path_NM_FOR_TARGET" ; then
5946 if test -n "$with_build_time_tools"; then
a4af6a58 5947 echo $ac_n "checking for nm in $with_build_time_tools""... $ac_c" 1>&6
39f34cfc 5948echo "configure:5949: checking for nm in $with_build_time_tools" >&5
ab0da556 5949 if test -x $with_build_time_tools/nm; then
5950 NM_FOR_TARGET=`cd $with_build_time_tools && pwd`/nm
5951 ac_cv_path_NM_FOR_TARGET=$NM_FOR_TARGET
a4af6a58 5952 echo "$ac_t""$ac_cv_path_NM_FOR_TARGET" 1>&6
ab0da556 5953 else
a4af6a58 5954 echo "$ac_t""no" 1>&6
ab0da556 5955 fi
c47832b1 5956 elif test $build != $host && test $have_gcc_for_target = yes; then
5957 NM_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=nm`
5958 test $NM_FOR_TARGET=nm && NM_FOR_TARGET=
5959 ac_cv_path_NM_FOR_TARGET=$NM_FOR_TARGET
5960 fi
5961fi
5962if test -z "$ac_cv_path_NM_FOR_TARGET" ; then
5963 # Extract the first word of "nm", so it can be a program name with args.
5964set dummy nm; ac_word=$2
a4af6a58 5965echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
39f34cfc 5966echo "configure:5967: checking for $ac_word" >&5
a4af6a58 5967if eval "test \"`echo '$''{'ac_cv_path_NM_FOR_TARGET'+set}'`\" = set"; then
5968 echo $ac_n "(cached) $ac_c" 1>&6
c47832b1 5969else
a4af6a58 5970 case "$NM_FOR_TARGET" in
5971 /*)
c47832b1 5972 ac_cv_path_NM_FOR_TARGET="$NM_FOR_TARGET" # Let the user override the test with a path.
5973 ;;
a4af6a58 5974 ?:/*)
5975 ac_cv_path_NM_FOR_TARGET="$NM_FOR_TARGET" # Let the user override the test with a dos path.
5976 ;;
c47832b1 5977 *)
a4af6a58 5978 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
5979 ac_dummy="$gcc_cv_tool_dirs"
5980 for ac_dir in $ac_dummy; do
5981 test -z "$ac_dir" && ac_dir=.
5982 if test -f $ac_dir/$ac_word; then
5983 ac_cv_path_NM_FOR_TARGET="$ac_dir/$ac_word"
5984 break
5985 fi
5986 done
5987 IFS="$ac_save_ifs"
c47832b1 5988 ;;
5989esac
5990fi
a4af6a58 5991NM_FOR_TARGET="$ac_cv_path_NM_FOR_TARGET"
c47832b1 5992if test -n "$NM_FOR_TARGET"; then
a4af6a58 5993 echo "$ac_t""$NM_FOR_TARGET" 1>&6
c47832b1 5994else
a4af6a58 5995 echo "$ac_t""no" 1>&6
c47832b1 5996fi
5997
5998fi
5999if test -z "$ac_cv_path_NM_FOR_TARGET" ; then
6000 if test -n "$with_build_time_tools"; then
6001 for ncn_progname in nm; do
a4af6a58 6002 echo $ac_n "checking for ${ncn_progname} in $with_build_time_tools""... $ac_c" 1>&6
39f34cfc 6003echo "configure:6004: checking for ${ncn_progname} in $with_build_time_tools" >&5
ab0da556 6004 if test -x $with_build_time_tools/${ncn_progname}; then
6005 ac_cv_prog_NM_FOR_TARGET=$with_build_time_tools/${ncn_progname}
a4af6a58 6006 echo "$ac_t""yes" 1>&6
c47832b1 6007 break
6008 else
a4af6a58 6009 echo "$ac_t""no" 1>&6
c47832b1 6010 fi
6011 done
6012fi
6013
6014if test -z "$ac_cv_prog_NM_FOR_TARGET"; then
6015 for ncn_progname in nm; do
6016 if test -n "$ncn_target_tool_prefix"; then
6017 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
9fec3fa8 6018set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
a4af6a58 6019echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
39f34cfc 6020echo "configure:6021: checking for $ac_word" >&5
a4af6a58 6021if eval "test \"`echo '$''{'ac_cv_prog_NM_FOR_TARGET'+set}'`\" = set"; then
6022 echo $ac_n "(cached) $ac_c" 1>&6
bb612911 6023else
ef8184c7 6024 if test -n "$NM_FOR_TARGET"; then
6025 ac_cv_prog_NM_FOR_TARGET="$NM_FOR_TARGET" # Let the user override the test.
bb612911 6026else
a4af6a58 6027 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
6028 ac_dummy="$PATH"
6029 for ac_dir in $ac_dummy; do
6030 test -z "$ac_dir" && ac_dir=.
6031 if test -f $ac_dir/$ac_word; then
6032 ac_cv_prog_NM_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
6033 break
6034 fi
6035 done
6036 IFS="$ac_save_ifs"
bb612911 6037fi
6038fi
a4af6a58 6039NM_FOR_TARGET="$ac_cv_prog_NM_FOR_TARGET"
ef8184c7 6040if test -n "$NM_FOR_TARGET"; then
a4af6a58 6041 echo "$ac_t""$NM_FOR_TARGET" 1>&6
bb612911 6042else
a4af6a58 6043 echo "$ac_t""no" 1>&6
bb612911 6044fi
6045
c47832b1 6046 fi
6047 if test -z "$ac_cv_prog_NM_FOR_TARGET" && test $build = $target ; then
6048 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
768691b5 6049set dummy ${ncn_progname}; ac_word=$2
a4af6a58 6050echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
39f34cfc 6051echo "configure:6052: checking for $ac_word" >&5
a4af6a58 6052if eval "test \"`echo '$''{'ac_cv_prog_NM_FOR_TARGET'+set}'`\" = set"; then
6053 echo $ac_n "(cached) $ac_c" 1>&6
bb612911 6054else
768691b5 6055 if test -n "$NM_FOR_TARGET"; then
6056 ac_cv_prog_NM_FOR_TARGET="$NM_FOR_TARGET" # Let the user override the test.
bb612911 6057else
a4af6a58 6058 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
6059 ac_dummy="$PATH"
6060 for ac_dir in $ac_dummy; do
6061 test -z "$ac_dir" && ac_dir=.
6062 if test -f $ac_dir/$ac_word; then
6063 ac_cv_prog_NM_FOR_TARGET="${ncn_progname}"
6064 break
6065 fi
6066 done
6067 IFS="$ac_save_ifs"
bb612911 6068fi
6069fi
a4af6a58 6070NM_FOR_TARGET="$ac_cv_prog_NM_FOR_TARGET"
768691b5 6071if test -n "$NM_FOR_TARGET"; then
a4af6a58 6072 echo "$ac_t""$NM_FOR_TARGET" 1>&6
bb612911 6073else
a4af6a58 6074 echo "$ac_t""no" 1>&6
bb612911 6075fi
a4af6a58 6076
c47832b1 6077 fi
6078 test -n "$ac_cv_prog_NM_FOR_TARGET" && break
6079 done
6080fi
a4af6a58 6081
768691b5 6082if test -z "$ac_cv_prog_NM_FOR_TARGET" ; then
6083 set dummy nm
6084 if test $build = $target ; then
6085 NM_FOR_TARGET="$2"
bb612911 6086 else
768691b5 6087 NM_FOR_TARGET="${ncn_target_tool_prefix}$2"
bb612911 6088 fi
bb612911 6089fi
6090
ab0da556 6091else
6092 NM_FOR_TARGET=$ac_cv_path_NM_FOR_TARGET
c47832b1 6093fi
6094
6095
6096
6097
6098if test -z "$ac_cv_path_OBJDUMP_FOR_TARGET" ; then
6099 if test -n "$with_build_time_tools"; then
a4af6a58 6100 echo $ac_n "checking for objdump in $with_build_time_tools""... $ac_c" 1>&6
39f34cfc 6101echo "configure:6102: checking for objdump in $with_build_time_tools" >&5
ab0da556 6102 if test -x $with_build_time_tools/objdump; then
6103 OBJDUMP_FOR_TARGET=`cd $with_build_time_tools && pwd`/objdump
6104 ac_cv_path_OBJDUMP_FOR_TARGET=$OBJDUMP_FOR_TARGET
a4af6a58 6105 echo "$ac_t""$ac_cv_path_OBJDUMP_FOR_TARGET" 1>&6
ab0da556 6106 else
a4af6a58 6107 echo "$ac_t""no" 1>&6
ab0da556 6108 fi
c47832b1 6109 elif test $build != $host && test $have_gcc_for_target = yes; then
6110 OBJDUMP_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=objdump`
6111 test $OBJDUMP_FOR_TARGET=objdump && OBJDUMP_FOR_TARGET=
6112 ac_cv_path_OBJDUMP_FOR_TARGET=$OBJDUMP_FOR_TARGET
6113 fi
6114fi
6115if test -z "$ac_cv_path_OBJDUMP_FOR_TARGET" ; then
6116 # Extract the first word of "objdump", so it can be a program name with args.
6117set dummy objdump; ac_word=$2
a4af6a58 6118echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
39f34cfc 6119echo "configure:6120: checking for $ac_word" >&5
a4af6a58 6120if eval "test \"`echo '$''{'ac_cv_path_OBJDUMP_FOR_TARGET'+set}'`\" = set"; then
6121 echo $ac_n "(cached) $ac_c" 1>&6
c47832b1 6122else
a4af6a58 6123 case "$OBJDUMP_FOR_TARGET" in
6124 /*)
c47832b1 6125 ac_cv_path_OBJDUMP_FOR_TARGET="$OBJDUMP_FOR_TARGET" # Let the user override the test with a path.
6126 ;;
a4af6a58 6127 ?:/*)
6128 ac_cv_path_OBJDUMP_FOR_TARGET="$OBJDUMP_FOR_TARGET" # Let the user override the test with a dos path.
6129 ;;
c47832b1 6130 *)
a4af6a58 6131 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
6132 ac_dummy="$gcc_cv_tool_dirs"
6133 for ac_dir in $ac_dummy; do
6134 test -z "$ac_dir" && ac_dir=.
6135 if test -f $ac_dir/$ac_word; then
6136 ac_cv_path_OBJDUMP_FOR_TARGET="$ac_dir/$ac_word"
6137 break
6138 fi
6139 done
6140 IFS="$ac_save_ifs"
c47832b1 6141 ;;
6142esac
6143fi
a4af6a58 6144OBJDUMP_FOR_TARGET="$ac_cv_path_OBJDUMP_FOR_TARGET"
c47832b1 6145if test -n "$OBJDUMP_FOR_TARGET"; then
a4af6a58 6146 echo "$ac_t""$OBJDUMP_FOR_TARGET" 1>&6
c47832b1 6147else
a4af6a58 6148 echo "$ac_t""no" 1>&6
c47832b1 6149fi
6150
6151fi
6152if test -z "$ac_cv_path_OBJDUMP_FOR_TARGET" ; then
6153 if test -n "$with_build_time_tools"; then
6154 for ncn_progname in objdump; do
a4af6a58 6155 echo $ac_n "checking for ${ncn_progname} in $with_build_time_tools""... $ac_c" 1>&6
39f34cfc 6156echo "configure:6157: checking for ${ncn_progname} in $with_build_time_tools" >&5
ab0da556 6157 if test -x $with_build_time_tools/${ncn_progname}; then
6158 ac_cv_prog_OBJDUMP_FOR_TARGET=$with_build_time_tools/${ncn_progname}
a4af6a58 6159 echo "$ac_t""yes" 1>&6
c47832b1 6160 break
6161 else
a4af6a58 6162 echo "$ac_t""no" 1>&6
c47832b1 6163 fi
6164 done
6165fi
6166
6167if test -z "$ac_cv_prog_OBJDUMP_FOR_TARGET"; then
6168 for ncn_progname in objdump; do
6169 if test -n "$ncn_target_tool_prefix"; then
6170 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
768691b5 6171set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
a4af6a58 6172echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
39f34cfc 6173echo "configure:6174: checking for $ac_word" >&5
a4af6a58 6174if eval "test \"`echo '$''{'ac_cv_prog_OBJDUMP_FOR_TARGET'+set}'`\" = set"; then
6175 echo $ac_n "(cached) $ac_c" 1>&6
ae74ffb7 6176else
6177 if test -n "$OBJDUMP_FOR_TARGET"; then
6178 ac_cv_prog_OBJDUMP_FOR_TARGET="$OBJDUMP_FOR_TARGET" # Let the user override the test.
6179else
a4af6a58 6180 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
6181 ac_dummy="$PATH"
6182 for ac_dir in $ac_dummy; do
6183 test -z "$ac_dir" && ac_dir=.
6184 if test -f $ac_dir/$ac_word; then
6185 ac_cv_prog_OBJDUMP_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
6186 break
6187 fi
6188 done
6189 IFS="$ac_save_ifs"
ae74ffb7 6190fi
6191fi
a4af6a58 6192OBJDUMP_FOR_TARGET="$ac_cv_prog_OBJDUMP_FOR_TARGET"
ae74ffb7 6193if test -n "$OBJDUMP_FOR_TARGET"; then
a4af6a58 6194 echo "$ac_t""$OBJDUMP_FOR_TARGET" 1>&6
ae74ffb7 6195else
a4af6a58 6196 echo "$ac_t""no" 1>&6
ae74ffb7 6197fi
6198
c47832b1 6199 fi
6200 if test -z "$ac_cv_prog_OBJDUMP_FOR_TARGET" && test $build = $target ; then
6201 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
ae74ffb7 6202set dummy ${ncn_progname}; ac_word=$2
a4af6a58 6203echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
39f34cfc 6204echo "configure:6205: checking for $ac_word" >&5
a4af6a58 6205if eval "test \"`echo '$''{'ac_cv_prog_OBJDUMP_FOR_TARGET'+set}'`\" = set"; then
6206 echo $ac_n "(cached) $ac_c" 1>&6
ae74ffb7 6207else
6208 if test -n "$OBJDUMP_FOR_TARGET"; then
6209 ac_cv_prog_OBJDUMP_FOR_TARGET="$OBJDUMP_FOR_TARGET" # Let the user override the test.
6210else
a4af6a58 6211 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
6212 ac_dummy="$PATH"
6213 for ac_dir in $ac_dummy; do
6214 test -z "$ac_dir" && ac_dir=.
6215 if test -f $ac_dir/$ac_word; then
6216 ac_cv_prog_OBJDUMP_FOR_TARGET="${ncn_progname}"
6217 break
6218 fi
6219 done
6220 IFS="$ac_save_ifs"
ae74ffb7 6221fi
6222fi
a4af6a58 6223OBJDUMP_FOR_TARGET="$ac_cv_prog_OBJDUMP_FOR_TARGET"
ae74ffb7 6224if test -n "$OBJDUMP_FOR_TARGET"; then
a4af6a58 6225 echo "$ac_t""$OBJDUMP_FOR_TARGET" 1>&6
ae74ffb7 6226else
a4af6a58 6227 echo "$ac_t""no" 1>&6
ae74ffb7 6228fi
a4af6a58 6229
c47832b1 6230 fi
6231 test -n "$ac_cv_prog_OBJDUMP_FOR_TARGET" && break
6232 done
6233fi
a4af6a58 6234
ae74ffb7 6235if test -z "$ac_cv_prog_OBJDUMP_FOR_TARGET" ; then
6236 set dummy objdump
6237 if test $build = $target ; then
6238 OBJDUMP_FOR_TARGET="$2"
6239 else
6240 OBJDUMP_FOR_TARGET="${ncn_target_tool_prefix}$2"
6241 fi
6242fi
6243
ab0da556 6244else
6245 OBJDUMP_FOR_TARGET=$ac_cv_path_OBJDUMP_FOR_TARGET
c47832b1 6246fi
6247
6248
6249
6250
6251if test -z "$ac_cv_path_RANLIB_FOR_TARGET" ; then
6252 if test -n "$with_build_time_tools"; then
a4af6a58 6253 echo $ac_n "checking for ranlib in $with_build_time_tools""... $ac_c" 1>&6
39f34cfc 6254echo "configure:6255: checking for ranlib in $with_build_time_tools" >&5
ab0da556 6255 if test -x $with_build_time_tools/ranlib; then
6256 RANLIB_FOR_TARGET=`cd $with_build_time_tools && pwd`/ranlib
6257 ac_cv_path_RANLIB_FOR_TARGET=$RANLIB_FOR_TARGET
a4af6a58 6258 echo "$ac_t""$ac_cv_path_RANLIB_FOR_TARGET" 1>&6
ab0da556 6259 else
a4af6a58 6260 echo "$ac_t""no" 1>&6
ab0da556 6261 fi
c47832b1 6262 elif test $build != $host && test $have_gcc_for_target = yes; then
6263 RANLIB_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=ranlib`
6264 test $RANLIB_FOR_TARGET=ranlib && RANLIB_FOR_TARGET=
6265 ac_cv_path_RANLIB_FOR_TARGET=$RANLIB_FOR_TARGET
6266 fi
6267fi
6268if test -z "$ac_cv_path_RANLIB_FOR_TARGET" ; then
6269 # Extract the first word of "ranlib", so it can be a program name with args.
6270set dummy ranlib; ac_word=$2
a4af6a58 6271echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
39f34cfc 6272echo "configure:6273: checking for $ac_word" >&5
a4af6a58 6273if eval "test \"`echo '$''{'ac_cv_path_RANLIB_FOR_TARGET'+set}'`\" = set"; then
6274 echo $ac_n "(cached) $ac_c" 1>&6
c47832b1 6275else
a4af6a58 6276 case "$RANLIB_FOR_TARGET" in
6277 /*)
c47832b1 6278 ac_cv_path_RANLIB_FOR_TARGET="$RANLIB_FOR_TARGET" # Let the user override the test with a path.
6279 ;;
a4af6a58 6280 ?:/*)
6281 ac_cv_path_RANLIB_FOR_TARGET="$RANLIB_FOR_TARGET" # Let the user override the test with a dos path.
6282 ;;
c47832b1 6283 *)
a4af6a58 6284 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
6285 ac_dummy="$gcc_cv_tool_dirs"
6286 for ac_dir in $ac_dummy; do
6287 test -z "$ac_dir" && ac_dir=.
6288 if test -f $ac_dir/$ac_word; then
6289 ac_cv_path_RANLIB_FOR_TARGET="$ac_dir/$ac_word"
6290 break
6291 fi
6292 done
6293 IFS="$ac_save_ifs"
c47832b1 6294 ;;
6295esac
6296fi
a4af6a58 6297RANLIB_FOR_TARGET="$ac_cv_path_RANLIB_FOR_TARGET"
c47832b1 6298if test -n "$RANLIB_FOR_TARGET"; then
a4af6a58 6299 echo "$ac_t""$RANLIB_FOR_TARGET" 1>&6
c47832b1 6300else
a4af6a58 6301 echo "$ac_t""no" 1>&6
c47832b1 6302fi
6303
6304fi
6305if test -z "$ac_cv_path_RANLIB_FOR_TARGET" ; then
6306 if test -n "$with_build_time_tools"; then
6307 for ncn_progname in ranlib; do
a4af6a58 6308 echo $ac_n "checking for ${ncn_progname} in $with_build_time_tools""... $ac_c" 1>&6
39f34cfc 6309echo "configure:6310: checking for ${ncn_progname} in $with_build_time_tools" >&5
ab0da556 6310 if test -x $with_build_time_tools/${ncn_progname}; then
6311 ac_cv_prog_RANLIB_FOR_TARGET=$with_build_time_tools/${ncn_progname}
a4af6a58 6312 echo "$ac_t""yes" 1>&6
c47832b1 6313 break
6314 else
a4af6a58 6315 echo "$ac_t""no" 1>&6
c47832b1 6316 fi
6317 done
6318fi
6319
6320if test -z "$ac_cv_prog_RANLIB_FOR_TARGET"; then
6321 for ncn_progname in ranlib; do
6322 if test -n "$ncn_target_tool_prefix"; then
6323 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
ae74ffb7 6324set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
a4af6a58 6325echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
39f34cfc 6326echo "configure:6327: checking for $ac_word" >&5
a4af6a58 6327if eval "test \"`echo '$''{'ac_cv_prog_RANLIB_FOR_TARGET'+set}'`\" = set"; then
6328 echo $ac_n "(cached) $ac_c" 1>&6
bb612911 6329else
ef8184c7 6330 if test -n "$RANLIB_FOR_TARGET"; then
6331 ac_cv_prog_RANLIB_FOR_TARGET="$RANLIB_FOR_TARGET" # Let the user override the test.
bb612911 6332else
a4af6a58 6333 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
6334 ac_dummy="$PATH"
6335 for ac_dir in $ac_dummy; do
6336 test -z "$ac_dir" && ac_dir=.
6337 if test -f $ac_dir/$ac_word; then
6338 ac_cv_prog_RANLIB_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
6339 break
6340 fi
6341 done
6342 IFS="$ac_save_ifs"
bb612911 6343fi
6344fi
a4af6a58 6345RANLIB_FOR_TARGET="$ac_cv_prog_RANLIB_FOR_TARGET"
ef8184c7 6346if test -n "$RANLIB_FOR_TARGET"; then
a4af6a58 6347 echo "$ac_t""$RANLIB_FOR_TARGET" 1>&6
bb612911 6348else
a4af6a58 6349 echo "$ac_t""no" 1>&6
bb612911 6350fi
6351
c47832b1 6352 fi
6353 if test -z "$ac_cv_prog_RANLIB_FOR_TARGET" && test $build = $target ; then
6354 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
768691b5 6355set dummy ${ncn_progname}; ac_word=$2
a4af6a58 6356echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
39f34cfc 6357echo "configure:6358: checking for $ac_word" >&5
a4af6a58 6358if eval "test \"`echo '$''{'ac_cv_prog_RANLIB_FOR_TARGET'+set}'`\" = set"; then
6359 echo $ac_n "(cached) $ac_c" 1>&6
bb612911 6360else
768691b5 6361 if test -n "$RANLIB_FOR_TARGET"; then
6362 ac_cv_prog_RANLIB_FOR_TARGET="$RANLIB_FOR_TARGET" # Let the user override the test.
bb612911 6363else
a4af6a58 6364 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
6365 ac_dummy="$PATH"
6366 for ac_dir in $ac_dummy; do
6367 test -z "$ac_dir" && ac_dir=.
6368 if test -f $ac_dir/$ac_word; then
6369 ac_cv_prog_RANLIB_FOR_TARGET="${ncn_progname}"
6370 break
6371 fi
6372 done
6373 IFS="$ac_save_ifs"
bb612911 6374fi
6375fi
a4af6a58 6376RANLIB_FOR_TARGET="$ac_cv_prog_RANLIB_FOR_TARGET"
768691b5 6377if test -n "$RANLIB_FOR_TARGET"; then
a4af6a58 6378 echo "$ac_t""$RANLIB_FOR_TARGET" 1>&6
bb612911 6379else
a4af6a58 6380 echo "$ac_t""no" 1>&6
bb612911 6381fi
a4af6a58 6382
c47832b1 6383 fi
6384 test -n "$ac_cv_prog_RANLIB_FOR_TARGET" && break
6385 done
6386fi
a4af6a58 6387
c47832b1 6388if test -z "$ac_cv_prog_RANLIB_FOR_TARGET" ; then
6389 set dummy ranlib
6390 if test $build = $target ; then
6391 RANLIB_FOR_TARGET="$2"
6392 else
6393 RANLIB_FOR_TARGET="${ncn_target_tool_prefix}$2"
bb612911 6394 fi
c47832b1 6395fi
768691b5 6396
ab0da556 6397else
6398 RANLIB_FOR_TARGET=$ac_cv_path_RANLIB_FOR_TARGET
bb612911 6399fi
6400
c47832b1 6401
6402
6403
6404if test -z "$ac_cv_path_STRIP_FOR_TARGET" ; then
6405 if test -n "$with_build_time_tools"; then
a4af6a58 6406 echo $ac_n "checking for strip in $with_build_time_tools""... $ac_c" 1>&6
39f34cfc 6407echo "configure:6408: checking for strip in $with_build_time_tools" >&5
ab0da556 6408 if test -x $with_build_time_tools/strip; then
6409 STRIP_FOR_TARGET=`cd $with_build_time_tools && pwd`/strip
6410 ac_cv_path_STRIP_FOR_TARGET=$STRIP_FOR_TARGET
a4af6a58 6411 echo "$ac_t""$ac_cv_path_STRIP_FOR_TARGET" 1>&6
ab0da556 6412 else
a4af6a58 6413 echo "$ac_t""no" 1>&6
ab0da556 6414 fi
c47832b1 6415 elif test $build != $host && test $have_gcc_for_target = yes; then
6416 STRIP_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=strip`
6417 test $STRIP_FOR_TARGET=strip && STRIP_FOR_TARGET=
6418 ac_cv_path_STRIP_FOR_TARGET=$STRIP_FOR_TARGET
6419 fi
6420fi
6421if test -z "$ac_cv_path_STRIP_FOR_TARGET" ; then
6422 # Extract the first word of "strip", so it can be a program name with args.
6423set dummy strip; ac_word=$2
a4af6a58 6424echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
39f34cfc 6425echo "configure:6426: checking for $ac_word" >&5
a4af6a58 6426if eval "test \"`echo '$''{'ac_cv_path_STRIP_FOR_TARGET'+set}'`\" = set"; then
6427 echo $ac_n "(cached) $ac_c" 1>&6
c47832b1 6428else
a4af6a58 6429 case "$STRIP_FOR_TARGET" in
6430 /*)
c47832b1 6431 ac_cv_path_STRIP_FOR_TARGET="$STRIP_FOR_TARGET" # Let the user override the test with a path.
6432 ;;
a4af6a58 6433 ?:/*)
6434 ac_cv_path_STRIP_FOR_TARGET="$STRIP_FOR_TARGET" # Let the user override the test with a dos path.
6435 ;;
c47832b1 6436 *)
a4af6a58 6437 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
6438 ac_dummy="$gcc_cv_tool_dirs"
6439 for ac_dir in $ac_dummy; do
6440 test -z "$ac_dir" && ac_dir=.
6441 if test -f $ac_dir/$ac_word; then
6442 ac_cv_path_STRIP_FOR_TARGET="$ac_dir/$ac_word"
6443 break
6444 fi
6445 done
6446 IFS="$ac_save_ifs"
c47832b1 6447 ;;
6448esac
6449fi
a4af6a58 6450STRIP_FOR_TARGET="$ac_cv_path_STRIP_FOR_TARGET"
c47832b1 6451if test -n "$STRIP_FOR_TARGET"; then
a4af6a58 6452 echo "$ac_t""$STRIP_FOR_TARGET" 1>&6
c47832b1 6453else
a4af6a58 6454 echo "$ac_t""no" 1>&6
c47832b1 6455fi
6456
6457fi
6458if test -z "$ac_cv_path_STRIP_FOR_TARGET" ; then
6459 if test -n "$with_build_time_tools"; then
6460 for ncn_progname in strip; do
a4af6a58 6461 echo $ac_n "checking for ${ncn_progname} in $with_build_time_tools""... $ac_c" 1>&6
39f34cfc 6462echo "configure:6463: checking for ${ncn_progname} in $with_build_time_tools" >&5
ab0da556 6463 if test -x $with_build_time_tools/${ncn_progname}; then
6464 ac_cv_prog_STRIP_FOR_TARGET=$with_build_time_tools/${ncn_progname}
a4af6a58 6465 echo "$ac_t""yes" 1>&6
c47832b1 6466 break
6467 else
a4af6a58 6468 echo "$ac_t""no" 1>&6
c47832b1 6469 fi
6470 done
6471fi
6472
6473if test -z "$ac_cv_prog_STRIP_FOR_TARGET"; then
6474 for ncn_progname in strip; do
6475 if test -n "$ncn_target_tool_prefix"; then
6476 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
9fec3fa8 6477set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
a4af6a58 6478echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
39f34cfc 6479echo "configure:6480: checking for $ac_word" >&5
a4af6a58 6480if eval "test \"`echo '$''{'ac_cv_prog_STRIP_FOR_TARGET'+set}'`\" = set"; then
6481 echo $ac_n "(cached) $ac_c" 1>&6
9fec3fa8 6482else
6483 if test -n "$STRIP_FOR_TARGET"; then
6484 ac_cv_prog_STRIP_FOR_TARGET="$STRIP_FOR_TARGET" # Let the user override the test.
6485else
a4af6a58 6486 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
6487 ac_dummy="$PATH"
6488 for ac_dir in $ac_dummy; do
6489 test -z "$ac_dir" && ac_dir=.
6490 if test -f $ac_dir/$ac_word; then
6491 ac_cv_prog_STRIP_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
6492 break
6493 fi
6494 done
6495 IFS="$ac_save_ifs"
9fec3fa8 6496fi
6497fi
a4af6a58 6498STRIP_FOR_TARGET="$ac_cv_prog_STRIP_FOR_TARGET"
9fec3fa8 6499if test -n "$STRIP_FOR_TARGET"; then
a4af6a58 6500 echo "$ac_t""$STRIP_FOR_TARGET" 1>&6
9fec3fa8 6501else
a4af6a58 6502 echo "$ac_t""no" 1>&6
9fec3fa8 6503fi
6504
c47832b1 6505 fi
6506 if test -z "$ac_cv_prog_STRIP_FOR_TARGET" && test $build = $target ; then
6507 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9fec3fa8 6508set dummy ${ncn_progname}; ac_word=$2
a4af6a58 6509echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
39f34cfc 6510echo "configure:6511: checking for $ac_word" >&5
a4af6a58 6511if eval "test \"`echo '$''{'ac_cv_prog_STRIP_FOR_TARGET'+set}'`\" = set"; then
6512 echo $ac_n "(cached) $ac_c" 1>&6
9fec3fa8 6513else
6514 if test -n "$STRIP_FOR_TARGET"; then
6515 ac_cv_prog_STRIP_FOR_TARGET="$STRIP_FOR_TARGET" # Let the user override the test.
6516else
a4af6a58 6517 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
6518 ac_dummy="$PATH"
6519 for ac_dir in $ac_dummy; do
6520 test -z "$ac_dir" && ac_dir=.
6521 if test -f $ac_dir/$ac_word; then
6522 ac_cv_prog_STRIP_FOR_TARGET="${ncn_progname}"
6523 break
6524 fi
6525 done
6526 IFS="$ac_save_ifs"
9fec3fa8 6527fi
6528fi
a4af6a58 6529STRIP_FOR_TARGET="$ac_cv_prog_STRIP_FOR_TARGET"
9fec3fa8 6530if test -n "$STRIP_FOR_TARGET"; then
a4af6a58 6531 echo "$ac_t""$STRIP_FOR_TARGET" 1>&6
9fec3fa8 6532else
a4af6a58 6533 echo "$ac_t""no" 1>&6
9fec3fa8 6534fi
a4af6a58 6535
c47832b1 6536 fi
6537 test -n "$ac_cv_prog_STRIP_FOR_TARGET" && break
6538 done
6539fi
a4af6a58 6540
9fec3fa8 6541if test -z "$ac_cv_prog_STRIP_FOR_TARGET" ; then
6542 set dummy strip
6543 if test $build = $target ; then
6544 STRIP_FOR_TARGET="$2"
6545 else
6546 STRIP_FOR_TARGET="${ncn_target_tool_prefix}$2"
6547 fi
6548fi
6549
ab0da556 6550else
6551 STRIP_FOR_TARGET=$ac_cv_path_STRIP_FOR_TARGET
c47832b1 6552fi
6553
6554
6555
6556
6557if test -z "$ac_cv_path_WINDRES_FOR_TARGET" ; then
6558 if test -n "$with_build_time_tools"; then
a4af6a58 6559 echo $ac_n "checking for windres in $with_build_time_tools""... $ac_c" 1>&6
39f34cfc 6560echo "configure:6561: checking for windres in $with_build_time_tools" >&5
ab0da556 6561 if test -x $with_build_time_tools/windres; then
6562 WINDRES_FOR_TARGET=`cd $with_build_time_tools && pwd`/windres
6563 ac_cv_path_WINDRES_FOR_TARGET=$WINDRES_FOR_TARGET
a4af6a58 6564 echo "$ac_t""$ac_cv_path_WINDRES_FOR_TARGET" 1>&6
ab0da556 6565 else
a4af6a58 6566 echo "$ac_t""no" 1>&6
ab0da556 6567 fi
c47832b1 6568 elif test $build != $host && test $have_gcc_for_target = yes; then
6569 WINDRES_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=windres`
6570 test $WINDRES_FOR_TARGET=windres && WINDRES_FOR_TARGET=
6571 ac_cv_path_WINDRES_FOR_TARGET=$WINDRES_FOR_TARGET
6572 fi
6573fi
6574if test -z "$ac_cv_path_WINDRES_FOR_TARGET" ; then
6575 # Extract the first word of "windres", so it can be a program name with args.
6576set dummy windres; ac_word=$2
a4af6a58 6577echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
39f34cfc 6578echo "configure:6579: checking for $ac_word" >&5
a4af6a58 6579if eval "test \"`echo '$''{'ac_cv_path_WINDRES_FOR_TARGET'+set}'`\" = set"; then
6580 echo $ac_n "(cached) $ac_c" 1>&6
c47832b1 6581else
a4af6a58 6582 case "$WINDRES_FOR_TARGET" in
6583 /*)
c47832b1 6584 ac_cv_path_WINDRES_FOR_TARGET="$WINDRES_FOR_TARGET" # Let the user override the test with a path.
6585 ;;
a4af6a58 6586 ?:/*)
6587 ac_cv_path_WINDRES_FOR_TARGET="$WINDRES_FOR_TARGET" # Let the user override the test with a dos path.
6588 ;;
c47832b1 6589 *)
a4af6a58 6590 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
6591 ac_dummy="$gcc_cv_tool_dirs"
6592 for ac_dir in $ac_dummy; do
6593 test -z "$ac_dir" && ac_dir=.
6594 if test -f $ac_dir/$ac_word; then
6595 ac_cv_path_WINDRES_FOR_TARGET="$ac_dir/$ac_word"
6596 break
6597 fi
6598 done
6599 IFS="$ac_save_ifs"
c47832b1 6600 ;;
6601esac
6602fi
a4af6a58 6603WINDRES_FOR_TARGET="$ac_cv_path_WINDRES_FOR_TARGET"
c47832b1 6604if test -n "$WINDRES_FOR_TARGET"; then
a4af6a58 6605 echo "$ac_t""$WINDRES_FOR_TARGET" 1>&6
c47832b1 6606else
a4af6a58 6607 echo "$ac_t""no" 1>&6
c47832b1 6608fi
6609
6610fi
6611if test -z "$ac_cv_path_WINDRES_FOR_TARGET" ; then
6612 if test -n "$with_build_time_tools"; then
6613 for ncn_progname in windres; do
a4af6a58 6614 echo $ac_n "checking for ${ncn_progname} in $with_build_time_tools""... $ac_c" 1>&6
39f34cfc 6615echo "configure:6616: checking for ${ncn_progname} in $with_build_time_tools" >&5
ab0da556 6616 if test -x $with_build_time_tools/${ncn_progname}; then
6617 ac_cv_prog_WINDRES_FOR_TARGET=$with_build_time_tools/${ncn_progname}
a4af6a58 6618 echo "$ac_t""yes" 1>&6
c47832b1 6619 break
6620 else
a4af6a58 6621 echo "$ac_t""no" 1>&6
c47832b1 6622 fi
6623 done
6624fi
6625
6626if test -z "$ac_cv_prog_WINDRES_FOR_TARGET"; then
6627 for ncn_progname in windres; do
6628 if test -n "$ncn_target_tool_prefix"; then
6629 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
768691b5 6630set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
a4af6a58 6631echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
39f34cfc 6632echo "configure:6633: checking for $ac_word" >&5
a4af6a58 6633if eval "test \"`echo '$''{'ac_cv_prog_WINDRES_FOR_TARGET'+set}'`\" = set"; then
6634 echo $ac_n "(cached) $ac_c" 1>&6
bb612911 6635else
ef8184c7 6636 if test -n "$WINDRES_FOR_TARGET"; then
6637 ac_cv_prog_WINDRES_FOR_TARGET="$WINDRES_FOR_TARGET" # Let the user override the test.
bb612911 6638else
a4af6a58 6639 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
6640 ac_dummy="$PATH"
6641 for ac_dir in $ac_dummy; do
6642 test -z "$ac_dir" && ac_dir=.
6643 if test -f $ac_dir/$ac_word; then
6644 ac_cv_prog_WINDRES_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
6645 break
6646 fi
6647 done
6648 IFS="$ac_save_ifs"
bb612911 6649fi
6650fi
a4af6a58 6651WINDRES_FOR_TARGET="$ac_cv_prog_WINDRES_FOR_TARGET"
ef8184c7 6652if test -n "$WINDRES_FOR_TARGET"; then
a4af6a58 6653 echo "$ac_t""$WINDRES_FOR_TARGET" 1>&6
bb612911 6654else
a4af6a58 6655 echo "$ac_t""no" 1>&6
bb612911 6656fi
6657
c47832b1 6658 fi
6659 if test -z "$ac_cv_prog_WINDRES_FOR_TARGET" && test $build = $target ; then
6660 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
768691b5 6661set dummy ${ncn_progname}; ac_word=$2
a4af6a58 6662echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
39f34cfc 6663echo "configure:6664: checking for $ac_word" >&5
a4af6a58 6664if eval "test \"`echo '$''{'ac_cv_prog_WINDRES_FOR_TARGET'+set}'`\" = set"; then
6665 echo $ac_n "(cached) $ac_c" 1>&6
bb612911 6666else
768691b5 6667 if test -n "$WINDRES_FOR_TARGET"; then
6668 ac_cv_prog_WINDRES_FOR_TARGET="$WINDRES_FOR_TARGET" # Let the user override the test.
bb612911 6669else
a4af6a58 6670 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
6671 ac_dummy="$PATH"
6672 for ac_dir in $ac_dummy; do
6673 test -z "$ac_dir" && ac_dir=.
6674 if test -f $ac_dir/$ac_word; then
6675 ac_cv_prog_WINDRES_FOR_TARGET="${ncn_progname}"
6676 break
6677 fi
6678 done
6679 IFS="$ac_save_ifs"
bb612911 6680fi
6681fi
a4af6a58 6682WINDRES_FOR_TARGET="$ac_cv_prog_WINDRES_FOR_TARGET"
768691b5 6683if test -n "$WINDRES_FOR_TARGET"; then
a4af6a58 6684 echo "$ac_t""$WINDRES_FOR_TARGET" 1>&6
bb612911 6685else
a4af6a58 6686 echo "$ac_t""no" 1>&6
bb612911 6687fi
a4af6a58 6688
c47832b1 6689 fi
6690 test -n "$ac_cv_prog_WINDRES_FOR_TARGET" && break
6691 done
6692fi
a4af6a58 6693
768691b5 6694if test -z "$ac_cv_prog_WINDRES_FOR_TARGET" ; then
6695 set dummy windres
6696 if test $build = $target ; then
6697 WINDRES_FOR_TARGET="$2"
bb612911 6698 else
768691b5 6699 WINDRES_FOR_TARGET="${ncn_target_tool_prefix}$2"
bb612911 6700 fi
bb612911 6701fi
6702
ab0da556 6703else
6704 WINDRES_FOR_TARGET=$ac_cv_path_WINDRES_FOR_TARGET
c47832b1 6705fi
6706
805e22b2 6707
f5aebe3e 6708RAW_CXX_FOR_TARGET="$CXX_FOR_TARGET"
6709
a4af6a58 6710echo $ac_n "checking where to find the target ar""... $ac_c" 1>&6
39f34cfc 6711echo "configure:6712: checking where to find the target ar" >&5
f5aebe3e 6712if test "x${build}" != "x${host}" ; then
c47832b1 6713 if expr "x$AR_FOR_TARGET" : "x/" > /dev/null; then
6714 # We already found the complete path
a4af6a58 6715 echo "$ac_t""pre-installed in `dirname $AR_FOR_TARGET`" 1>&6
c47832b1 6716 else
6717 # Canadian cross, just use what we found
a4af6a58 6718 echo "$ac_t""pre-installed" 1>&6
c47832b1 6719 fi
f5aebe3e 6720else
6721 ok=yes
6722 case " ${configdirs} " in
6723 *" binutils "*) ;;
6724 *) ok=no ;;
6725 esac
a4af6a58 6726
f5aebe3e 6727 if test $ok = yes; then
6728 # An in-tree tool is available and we can use it
6729 AR_FOR_TARGET='$$r/$(HOST_SUBDIR)/binutils/ar'
a4af6a58 6730 echo "$ac_t""just compiled" 1>&6
c47832b1 6731 elif expr "x$AR_FOR_TARGET" : "x/" > /dev/null; then
6732 # We already found the complete path
a4af6a58 6733 echo "$ac_t""pre-installed in `dirname $AR_FOR_TARGET`" 1>&6
f5aebe3e 6734 elif test "x$target" = "x$host"; then
6735 # We can use an host tool
6736 AR_FOR_TARGET='$(AR)'
a4af6a58 6737 echo "$ac_t""host tool" 1>&6
f5aebe3e 6738 else
6739 # We need a cross tool
a4af6a58 6740 echo "$ac_t""pre-installed" 1>&6
f5aebe3e 6741 fi
6742fi
a4af6a58 6743echo $ac_n "checking where to find the target as""... $ac_c" 1>&6
39f34cfc 6744echo "configure:6745: checking where to find the target as" >&5
f5aebe3e 6745if test "x${build}" != "x${host}" ; then
c47832b1 6746 if expr "x$AS_FOR_TARGET" : "x/" > /dev/null; then
6747 # We already found the complete path
a4af6a58 6748 echo "$ac_t""pre-installed in `dirname $AS_FOR_TARGET`" 1>&6
c47832b1 6749 else
6750 # Canadian cross, just use what we found
a4af6a58 6751 echo "$ac_t""pre-installed" 1>&6
c47832b1 6752 fi
f5aebe3e 6753else
6754 ok=yes
6755 case " ${configdirs} " in
6756 *" gas "*) ;;
6757 *) ok=no ;;
6758 esac
a4af6a58 6759
f5aebe3e 6760 if test $ok = yes; then
6761 # An in-tree tool is available and we can use it
6762 AS_FOR_TARGET='$$r/$(HOST_SUBDIR)/gas/as-new'
a4af6a58 6763 echo "$ac_t""just compiled" 1>&6
c47832b1 6764 elif expr "x$AS_FOR_TARGET" : "x/" > /dev/null; then
6765 # We already found the complete path
a4af6a58 6766 echo "$ac_t""pre-installed in `dirname $AS_FOR_TARGET`" 1>&6
f5aebe3e 6767 elif test "x$target" = "x$host"; then
6768 # We can use an host tool
6769 AS_FOR_TARGET='$(AS)'
a4af6a58 6770 echo "$ac_t""host tool" 1>&6
f5aebe3e 6771 else
6772 # We need a cross tool
a4af6a58 6773 echo "$ac_t""pre-installed" 1>&6
f5aebe3e 6774 fi
6775fi
a4af6a58 6776echo $ac_n "checking where to find the target cc""... $ac_c" 1>&6
39f34cfc 6777echo "configure:6778: checking where to find the target cc" >&5
f5aebe3e 6778if test "x${build}" != "x${host}" ; then
c47832b1 6779 if expr "x$CC_FOR_TARGET" : "x/" > /dev/null; then
6780 # We already found the complete path
a4af6a58 6781 echo "$ac_t""pre-installed in `dirname $CC_FOR_TARGET`" 1>&6
c47832b1 6782 else
6783 # Canadian cross, just use what we found
a4af6a58 6784 echo "$ac_t""pre-installed" 1>&6
c47832b1 6785 fi
f5aebe3e 6786else
6787 ok=yes
6788 case " ${configdirs} " in
6789 *" gcc "*) ;;
6790 *) ok=no ;;
6791 esac
a4af6a58 6792
f5aebe3e 6793 if test $ok = yes; then
6794 # An in-tree tool is available and we can use it
6795 CC_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/xgcc -B$$r/$(HOST_SUBDIR)/gcc/'
a4af6a58 6796 echo "$ac_t""just compiled" 1>&6
c47832b1 6797 elif expr "x$CC_FOR_TARGET" : "x/" > /dev/null; then
6798 # We already found the complete path
a4af6a58 6799 echo "$ac_t""pre-installed in `dirname $CC_FOR_TARGET`" 1>&6
f5aebe3e 6800 elif test "x$target" = "x$host"; then
6801 # We can use an host tool
6802 CC_FOR_TARGET='$(CC)'
a4af6a58 6803 echo "$ac_t""host tool" 1>&6
f5aebe3e 6804 else
6805 # We need a cross tool
a4af6a58 6806 echo "$ac_t""pre-installed" 1>&6
f5aebe3e 6807 fi
6808fi
a4af6a58 6809echo $ac_n "checking where to find the target c++""... $ac_c" 1>&6
39f34cfc 6810echo "configure:6811: checking where to find the target c++" >&5
f5aebe3e 6811if test "x${build}" != "x${host}" ; then
c47832b1 6812 if expr "x$CXX_FOR_TARGET" : "x/" > /dev/null; then
6813 # We already found the complete path
a4af6a58 6814 echo "$ac_t""pre-installed in `dirname $CXX_FOR_TARGET`" 1>&6
c47832b1 6815 else
6816 # Canadian cross, just use what we found
a4af6a58 6817 echo "$ac_t""pre-installed" 1>&6
c47832b1 6818 fi
f5aebe3e 6819else
6820 ok=yes
6821 case " ${configdirs} " in
6822 *" gcc "*) ;;
6823 *) ok=no ;;
6824 esac
6825 case ,${enable_languages}, in
6826 *,c++,*) ;;
6827 *) ok=no ;;
6828 esac
6829 if test $ok = yes; then
6830 # An in-tree tool is available and we can use it
6831 CXX_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/g++ -B$$r/$(HOST_SUBDIR)/gcc/ -nostdinc++ `test ! -f $$r/$(TARGET_SUBDIR)/libstdc++-v3/scripts/testsuite_flags || $(SHELL) $$r/$(TARGET_SUBDIR)/libstdc++-v3/scripts/testsuite_flags --build-includes` -L$$r/$(TARGET_SUBDIR)/libstdc++-v3/src -L$$r/$(TARGET_SUBDIR)/libstdc++-v3/src/.libs'
a4af6a58 6832 echo "$ac_t""just compiled" 1>&6
c47832b1 6833 elif expr "x$CXX_FOR_TARGET" : "x/" > /dev/null; then
6834 # We already found the complete path
a4af6a58 6835 echo "$ac_t""pre-installed in `dirname $CXX_FOR_TARGET`" 1>&6
f5aebe3e 6836 elif test "x$target" = "x$host"; then
6837 # We can use an host tool
6838 CXX_FOR_TARGET='$(CXX)'
a4af6a58 6839 echo "$ac_t""host tool" 1>&6
f5aebe3e 6840 else
6841 # We need a cross tool
a4af6a58 6842 echo "$ac_t""pre-installed" 1>&6
f5aebe3e 6843 fi
6844fi
a4af6a58 6845echo $ac_n "checking where to find the target c++ for libstdc++""... $ac_c" 1>&6
39f34cfc 6846echo "configure:6847: checking where to find the target c++ for libstdc++" >&5
f5aebe3e 6847if test "x${build}" != "x${host}" ; then
c47832b1 6848 if expr "x$RAW_CXX_FOR_TARGET" : "x/" > /dev/null; then
6849 # We already found the complete path
a4af6a58 6850 echo "$ac_t""pre-installed in `dirname $RAW_CXX_FOR_TARGET`" 1>&6
c47832b1 6851 else
6852 # Canadian cross, just use what we found
a4af6a58 6853 echo "$ac_t""pre-installed" 1>&6
c47832b1 6854 fi
f5aebe3e 6855else
6856 ok=yes
6857 case " ${configdirs} " in
6858 *" gcc "*) ;;
6859 *) ok=no ;;
6860 esac
6861 case ,${enable_languages}, in
6862 *,c++,*) ;;
6863 *) ok=no ;;
6864 esac
6865 if test $ok = yes; then
6866 # An in-tree tool is available and we can use it
6867 RAW_CXX_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/xgcc -shared-libgcc -B$$r/$(HOST_SUBDIR)/gcc -nostdinc++ -L$$r/$(TARGET_SUBDIR)/libstdc++-v3/src -L$$r/$(TARGET_SUBDIR)/libstdc++-v3/src/.libs'
a4af6a58 6868 echo "$ac_t""just compiled" 1>&6
c47832b1 6869 elif expr "x$RAW_CXX_FOR_TARGET" : "x/" > /dev/null; then
6870 # We already found the complete path
a4af6a58 6871 echo "$ac_t""pre-installed in `dirname $RAW_CXX_FOR_TARGET`" 1>&6
f5aebe3e 6872 elif test "x$target" = "x$host"; then
6873 # We can use an host tool
6874 RAW_CXX_FOR_TARGET='$(CXX)'
a4af6a58 6875 echo "$ac_t""host tool" 1>&6
f5aebe3e 6876 else
6877 # We need a cross tool
a4af6a58 6878 echo "$ac_t""pre-installed" 1>&6
f5aebe3e 6879 fi
6880fi
a4af6a58 6881echo $ac_n "checking where to find the target dlltool""... $ac_c" 1>&6
39f34cfc 6882echo "configure:6883: checking where to find the target dlltool" >&5
f5aebe3e 6883if test "x${build}" != "x${host}" ; then
c47832b1 6884 if expr "x$DLLTOOL_FOR_TARGET" : "x/" > /dev/null; then
6885 # We already found the complete path
a4af6a58 6886 echo "$ac_t""pre-installed in `dirname $DLLTOOL_FOR_TARGET`" 1>&6
c47832b1 6887 else
6888 # Canadian cross, just use what we found
a4af6a58 6889 echo "$ac_t""pre-installed" 1>&6
c47832b1 6890 fi
f5aebe3e 6891else
6892 ok=yes
6893 case " ${configdirs} " in
6894 *" binutils "*) ;;
6895 *) ok=no ;;
6896 esac
a4af6a58 6897
f5aebe3e 6898 if test $ok = yes; then
6899 # An in-tree tool is available and we can use it
6900 DLLTOOL_FOR_TARGET='$$r/$(HOST_SUBDIR)/binutils/dlltool'
a4af6a58 6901 echo "$ac_t""just compiled" 1>&6
c47832b1 6902 elif expr "x$DLLTOOL_FOR_TARGET" : "x/" > /dev/null; then
6903 # We already found the complete path
a4af6a58 6904 echo "$ac_t""pre-installed in `dirname $DLLTOOL_FOR_TARGET`" 1>&6
f5aebe3e 6905 elif test "x$target" = "x$host"; then
6906 # We can use an host tool
6907 DLLTOOL_FOR_TARGET='$(DLLTOOL)'
a4af6a58 6908 echo "$ac_t""host tool" 1>&6
f5aebe3e 6909 else
6910 # We need a cross tool
a4af6a58 6911 echo "$ac_t""pre-installed" 1>&6
f5aebe3e 6912 fi
6913fi
a4af6a58 6914echo $ac_n "checking where to find the target gcc""... $ac_c" 1>&6
39f34cfc 6915echo "configure:6916: checking where to find the target gcc" >&5
f5aebe3e 6916if test "x${build}" != "x${host}" ; then
c47832b1 6917 if expr "x$GCC_FOR_TARGET" : "x/" > /dev/null; then
6918 # We already found the complete path
a4af6a58 6919 echo "$ac_t""pre-installed in `dirname $GCC_FOR_TARGET`" 1>&6
c47832b1 6920 else
6921 # Canadian cross, just use what we found
a4af6a58 6922 echo "$ac_t""pre-installed" 1>&6
c47832b1 6923 fi
f5aebe3e 6924else
6925 ok=yes
6926 case " ${configdirs} " in
6927 *" gcc "*) ;;
6928 *) ok=no ;;
6929 esac
a4af6a58 6930
f5aebe3e 6931 if test $ok = yes; then
6932 # An in-tree tool is available and we can use it
6933 GCC_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/xgcc -B$$r/$(HOST_SUBDIR)/gcc/'
a4af6a58 6934 echo "$ac_t""just compiled" 1>&6
c47832b1 6935 elif expr "x$GCC_FOR_TARGET" : "x/" > /dev/null; then
6936 # We already found the complete path
a4af6a58 6937 echo "$ac_t""pre-installed in `dirname $GCC_FOR_TARGET`" 1>&6
f5aebe3e 6938 elif test "x$target" = "x$host"; then
6939 # We can use an host tool
6940 GCC_FOR_TARGET='$()'
a4af6a58 6941 echo "$ac_t""host tool" 1>&6
f5aebe3e 6942 else
6943 # We need a cross tool
a4af6a58 6944 echo "$ac_t""pre-installed" 1>&6
f5aebe3e 6945 fi
6946fi
a4af6a58 6947echo $ac_n "checking where to find the target gcj""... $ac_c" 1>&6
39f34cfc 6948echo "configure:6949: checking where to find the target gcj" >&5
f5aebe3e 6949if test "x${build}" != "x${host}" ; then
c47832b1 6950 if expr "x$GCJ_FOR_TARGET" : "x/" > /dev/null; then
6951 # We already found the complete path
a4af6a58 6952 echo "$ac_t""pre-installed in `dirname $GCJ_FOR_TARGET`" 1>&6
c47832b1 6953 else
6954 # Canadian cross, just use what we found
a4af6a58 6955 echo "$ac_t""pre-installed" 1>&6
c47832b1 6956 fi
f5aebe3e 6957else
6958 ok=yes
6959 case " ${configdirs} " in
6960 *" gcc "*) ;;
6961 *) ok=no ;;
6962 esac
6963 case ,${enable_languages}, in
6964 *,java,*) ;;
6965 *) ok=no ;;
6966 esac
6967 if test $ok = yes; then
6968 # An in-tree tool is available and we can use it
6969 GCJ_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/gcj -B$$r/$(HOST_SUBDIR)/gcc/'
a4af6a58 6970 echo "$ac_t""just compiled" 1>&6
c47832b1 6971 elif expr "x$GCJ_FOR_TARGET" : "x/" > /dev/null; then
6972 # We already found the complete path
a4af6a58 6973 echo "$ac_t""pre-installed in `dirname $GCJ_FOR_TARGET`" 1>&6
f5aebe3e 6974 elif test "x$target" = "x$host"; then
6975 # We can use an host tool
6976 GCJ_FOR_TARGET='$(GCJ)'
a4af6a58 6977 echo "$ac_t""host tool" 1>&6
f5aebe3e 6978 else
6979 # We need a cross tool
a4af6a58 6980 echo "$ac_t""pre-installed" 1>&6
f5aebe3e 6981 fi
6982fi
a4af6a58 6983echo $ac_n "checking where to find the target gfortran""... $ac_c" 1>&6
39f34cfc 6984echo "configure:6985: checking where to find the target gfortran" >&5
f5aebe3e 6985if test "x${build}" != "x${host}" ; then
c47832b1 6986 if expr "x$GFORTRAN_FOR_TARGET" : "x/" > /dev/null; then
6987 # We already found the complete path
a4af6a58 6988 echo "$ac_t""pre-installed in `dirname $GFORTRAN_FOR_TARGET`" 1>&6
c47832b1 6989 else
6990 # Canadian cross, just use what we found
a4af6a58 6991 echo "$ac_t""pre-installed" 1>&6
c47832b1 6992 fi
f5aebe3e 6993else
6994 ok=yes
6995 case " ${configdirs} " in
6996 *" gcc "*) ;;
6997 *) ok=no ;;
6998 esac
6999 case ,${enable_languages}, in
7000 *,fortran,*) ;;
7001 *) ok=no ;;
7002 esac
7003 if test $ok = yes; then
7004 # An in-tree tool is available and we can use it
7005 GFORTRAN_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/gfortran -B$$r/$(HOST_SUBDIR)/gcc/'
a4af6a58 7006 echo "$ac_t""just compiled" 1>&6
c47832b1 7007 elif expr "x$GFORTRAN_FOR_TARGET" : "x/" > /dev/null; then
7008 # We already found the complete path
a4af6a58 7009 echo "$ac_t""pre-installed in `dirname $GFORTRAN_FOR_TARGET`" 1>&6
f5aebe3e 7010 elif test "x$target" = "x$host"; then
7011 # We can use an host tool
7012 GFORTRAN_FOR_TARGET='$(GFORTRAN)'
a4af6a58 7013 echo "$ac_t""host tool" 1>&6
f5aebe3e 7014 else
7015 # We need a cross tool
a4af6a58 7016 echo "$ac_t""pre-installed" 1>&6
f5aebe3e 7017 fi
7018fi
a4af6a58 7019echo $ac_n "checking where to find the target ld""... $ac_c" 1>&6
39f34cfc 7020echo "configure:7021: checking where to find the target ld" >&5
f5aebe3e 7021if test "x${build}" != "x${host}" ; then
c47832b1 7022 if expr "x$LD_FOR_TARGET" : "x/" > /dev/null; then
7023 # We already found the complete path
a4af6a58 7024 echo "$ac_t""pre-installed in `dirname $LD_FOR_TARGET`" 1>&6
c47832b1 7025 else
7026 # Canadian cross, just use what we found
a4af6a58 7027 echo "$ac_t""pre-installed" 1>&6
c47832b1 7028 fi
f5aebe3e 7029else
7030 ok=yes
7031 case " ${configdirs} " in
7032 *" ld "*) ;;
7033 *) ok=no ;;
7034 esac
a4af6a58 7035
f5aebe3e 7036 if test $ok = yes; then
7037 # An in-tree tool is available and we can use it
7038 LD_FOR_TARGET='$$r/$(HOST_SUBDIR)/ld/ld-new'
a4af6a58 7039 echo "$ac_t""just compiled" 1>&6
c47832b1 7040 elif expr "x$LD_FOR_TARGET" : "x/" > /dev/null; then
7041 # We already found the complete path
a4af6a58 7042 echo "$ac_t""pre-installed in `dirname $LD_FOR_TARGET`" 1>&6
f5aebe3e 7043 elif test "x$target" = "x$host"; then
7044 # We can use an host tool
7045 LD_FOR_TARGET='$(LD)'
a4af6a58 7046 echo "$ac_t""host tool" 1>&6
f5aebe3e 7047 else
7048 # We need a cross tool
a4af6a58 7049 echo "$ac_t""pre-installed" 1>&6
f5aebe3e 7050 fi
7051fi
a4af6a58 7052echo $ac_n "checking where to find the target lipo""... $ac_c" 1>&6
39f34cfc 7053echo "configure:7054: checking where to find the target lipo" >&5
f5aebe3e 7054if test "x${build}" != "x${host}" ; then
c47832b1 7055 if expr "x$LIPO_FOR_TARGET" : "x/" > /dev/null; then
7056 # We already found the complete path
a4af6a58 7057 echo "$ac_t""pre-installed in `dirname $LIPO_FOR_TARGET`" 1>&6
c47832b1 7058 else
7059 # Canadian cross, just use what we found
a4af6a58 7060 echo "$ac_t""pre-installed" 1>&6
c47832b1 7061 fi
f5aebe3e 7062else
c47832b1 7063 if expr "x$LIPO_FOR_TARGET" : "x/" > /dev/null; then
7064 # We already found the complete path
a4af6a58 7065 echo "$ac_t""pre-installed in `dirname $LIPO_FOR_TARGET`" 1>&6
c47832b1 7066 elif test "x$target" = "x$host"; then
f5aebe3e 7067 # We can use an host tool
7068 LIPO_FOR_TARGET='$(LIPO)'
a4af6a58 7069 echo "$ac_t""host tool" 1>&6
f5aebe3e 7070 else
7071 # We need a cross tool
a4af6a58 7072 echo "$ac_t""pre-installed" 1>&6
f5aebe3e 7073 fi
7074fi
a4af6a58 7075echo $ac_n "checking where to find the target nm""... $ac_c" 1>&6
39f34cfc 7076echo "configure:7077: checking where to find the target nm" >&5
f5aebe3e 7077if test "x${build}" != "x${host}" ; then
c47832b1 7078 if expr "x$NM_FOR_TARGET" : "x/" > /dev/null; then
7079 # We already found the complete path
a4af6a58 7080 echo "$ac_t""pre-installed in `dirname $NM_FOR_TARGET`" 1>&6
c47832b1 7081 else
7082 # Canadian cross, just use what we found
a4af6a58 7083 echo "$ac_t""pre-installed" 1>&6
c47832b1 7084 fi
f5aebe3e 7085else
7086 ok=yes
7087 case " ${configdirs} " in
7088 *" binutils "*) ;;
7089 *) ok=no ;;
7090 esac
a4af6a58 7091
f5aebe3e 7092 if test $ok = yes; then
7093 # An in-tree tool is available and we can use it
7094 NM_FOR_TARGET='$$r/$(HOST_SUBDIR)/binutils/nm-new'
a4af6a58 7095 echo "$ac_t""just compiled" 1>&6
c47832b1 7096 elif expr "x$NM_FOR_TARGET" : "x/" > /dev/null; then
7097 # We already found the complete path
a4af6a58 7098 echo "$ac_t""pre-installed in `dirname $NM_FOR_TARGET`" 1>&6
f5aebe3e 7099 elif test "x$target" = "x$host"; then
7100 # We can use an host tool
7101 NM_FOR_TARGET='$(NM)'
a4af6a58 7102 echo "$ac_t""host tool" 1>&6
f5aebe3e 7103 else
7104 # We need a cross tool
a4af6a58 7105 echo "$ac_t""pre-installed" 1>&6
f5aebe3e 7106 fi
7107fi
a4af6a58 7108echo $ac_n "checking where to find the target objdump""... $ac_c" 1>&6
39f34cfc 7109echo "configure:7110: checking where to find the target objdump" >&5
f5aebe3e 7110if test "x${build}" != "x${host}" ; then
c47832b1 7111 if expr "x$OBJDUMP_FOR_TARGET" : "x/" > /dev/null; then
7112 # We already found the complete path
a4af6a58 7113 echo "$ac_t""pre-installed in `dirname $OBJDUMP_FOR_TARGET`" 1>&6
c47832b1 7114 else
7115 # Canadian cross, just use what we found
a4af6a58 7116 echo "$ac_t""pre-installed" 1>&6
c47832b1 7117 fi
f5aebe3e 7118else
7119 ok=yes
7120 case " ${configdirs} " in
7121 *" binutils "*) ;;
7122 *) ok=no ;;
7123 esac
a4af6a58 7124
f5aebe3e 7125 if test $ok = yes; then
7126 # An in-tree tool is available and we can use it
7127 OBJDUMP_FOR_TARGET='$$r/$(HOST_SUBDIR)/binutils/objdump'
a4af6a58 7128 echo "$ac_t""just compiled" 1>&6
c47832b1 7129 elif expr "x$OBJDUMP_FOR_TARGET" : "x/" > /dev/null; then
7130 # We already found the complete path
a4af6a58 7131 echo "$ac_t""pre-installed in `dirname $OBJDUMP_FOR_TARGET`" 1>&6
f5aebe3e 7132 elif test "x$target" = "x$host"; then
7133 # We can use an host tool
7134 OBJDUMP_FOR_TARGET='$(OBJDUMP)'
a4af6a58 7135 echo "$ac_t""host tool" 1>&6
f5aebe3e 7136 else
7137 # We need a cross tool
a4af6a58 7138 echo "$ac_t""pre-installed" 1>&6
f5aebe3e 7139 fi
7140fi
a4af6a58 7141echo $ac_n "checking where to find the target ranlib""... $ac_c" 1>&6
39f34cfc 7142echo "configure:7143: checking where to find the target ranlib" >&5
f5aebe3e 7143if test "x${build}" != "x${host}" ; then
c47832b1 7144 if expr "x$RANLIB_FOR_TARGET" : "x/" > /dev/null; then
7145 # We already found the complete path
a4af6a58 7146 echo "$ac_t""pre-installed in `dirname $RANLIB_FOR_TARGET`" 1>&6
c47832b1 7147 else
7148 # Canadian cross, just use what we found
a4af6a58 7149 echo "$ac_t""pre-installed" 1>&6
c47832b1 7150 fi
f5aebe3e 7151else
7152 ok=yes
7153 case " ${configdirs} " in
7154 *" binutils "*) ;;
7155 *) ok=no ;;
7156 esac
a4af6a58 7157
f5aebe3e 7158 if test $ok = yes; then
7159 # An in-tree tool is available and we can use it
7160 RANLIB_FOR_TARGET='$$r/$(HOST_SUBDIR)/binutils/ranlib'
a4af6a58 7161 echo "$ac_t""just compiled" 1>&6
c47832b1 7162 elif expr "x$RANLIB_FOR_TARGET" : "x/" > /dev/null; then
7163 # We already found the complete path
a4af6a58 7164 echo "$ac_t""pre-installed in `dirname $RANLIB_FOR_TARGET`" 1>&6
f5aebe3e 7165 elif test "x$target" = "x$host"; then
7166 # We can use an host tool
7167 RANLIB_FOR_TARGET='$(RANLIB)'
a4af6a58 7168 echo "$ac_t""host tool" 1>&6
f5aebe3e 7169 else
7170 # We need a cross tool
a4af6a58 7171 echo "$ac_t""pre-installed" 1>&6
f5aebe3e 7172 fi
7173fi
a4af6a58 7174echo $ac_n "checking where to find the target strip""... $ac_c" 1>&6
39f34cfc 7175echo "configure:7176: checking where to find the target strip" >&5
f5aebe3e 7176if test "x${build}" != "x${host}" ; then
c47832b1 7177 if expr "x$STRIP_FOR_TARGET" : "x/" > /dev/null; then
7178 # We already found the complete path
a4af6a58 7179 echo "$ac_t""pre-installed in `dirname $STRIP_FOR_TARGET`" 1>&6
c47832b1 7180 else
7181 # Canadian cross, just use what we found
a4af6a58 7182 echo "$ac_t""pre-installed" 1>&6
c47832b1 7183 fi
f5aebe3e 7184else
7185 ok=yes
7186 case " ${configdirs} " in
7187 *" binutils "*) ;;
7188 *) ok=no ;;
7189 esac
a4af6a58 7190
f5aebe3e 7191 if test $ok = yes; then
7192 # An in-tree tool is available and we can use it
7193 STRIP_FOR_TARGET='$$r/$(HOST_SUBDIR)/binutils/strip'
a4af6a58 7194 echo "$ac_t""just compiled" 1>&6
c47832b1 7195 elif expr "x$STRIP_FOR_TARGET" : "x/" > /dev/null; then
7196 # We already found the complete path
a4af6a58 7197 echo "$ac_t""pre-installed in `dirname $STRIP_FOR_TARGET`" 1>&6
f5aebe3e 7198 elif test "x$target" = "x$host"; then
7199 # We can use an host tool
7200 STRIP_FOR_TARGET='$(STRIP)'
a4af6a58 7201 echo "$ac_t""host tool" 1>&6
f5aebe3e 7202 else
7203 # We need a cross tool
a4af6a58 7204 echo "$ac_t""pre-installed" 1>&6
f5aebe3e 7205 fi
7206fi
a4af6a58 7207echo $ac_n "checking where to find the target windres""... $ac_c" 1>&6
39f34cfc 7208echo "configure:7209: checking where to find the target windres" >&5
f5aebe3e 7209if test "x${build}" != "x${host}" ; then
c47832b1 7210 if expr "x$WINDRES_FOR_TARGET" : "x/" > /dev/null; then
7211 # We already found the complete path
a4af6a58 7212 echo "$ac_t""pre-installed in `dirname $WINDRES_FOR_TARGET`" 1>&6
c47832b1 7213 else
7214 # Canadian cross, just use what we found
a4af6a58 7215 echo "$ac_t""pre-installed" 1>&6
c47832b1 7216 fi
f5aebe3e 7217else
7218 ok=yes
7219 case " ${configdirs} " in
7220 *" binutils "*) ;;
7221 *) ok=no ;;
7222 esac
a4af6a58 7223
f5aebe3e 7224 if test $ok = yes; then
7225 # An in-tree tool is available and we can use it
7226 WINDRES_FOR_TARGET='$$r/$(HOST_SUBDIR)/binutils/windres'
a4af6a58 7227 echo "$ac_t""just compiled" 1>&6
c47832b1 7228 elif expr "x$WINDRES_FOR_TARGET" : "x/" > /dev/null; then
7229 # We already found the complete path
a4af6a58 7230 echo "$ac_t""pre-installed in `dirname $WINDRES_FOR_TARGET`" 1>&6
f5aebe3e 7231 elif test "x$target" = "x$host"; then
7232 # We can use an host tool
7233 WINDRES_FOR_TARGET='$(WINDRES)'
a4af6a58 7234 echo "$ac_t""host tool" 1>&6
f5aebe3e 7235 else
7236 # We need a cross tool
a4af6a58 7237 echo "$ac_t""pre-installed" 1>&6
f5aebe3e 7238 fi
71ab34df 7239fi
49aae208 7240
7241
7242
f5aebe3e 7243
71ab34df 7244# Certain tools may need extra flags.
7245AR_FOR_TARGET=${AR_FOR_TARGET}${extra_arflags_for_target}
7246RANLIB_FOR_TARGET=${RANLIB_FOR_TARGET}${extra_ranlibflags_for_target}
7247NM_FOR_TARGET=${NM_FOR_TARGET}${extra_nmflags_for_target}
7248
f5aebe3e 7249# When building target libraries, except in a Canadian cross, we use
7250# the same toolchain as the compiler we just built.
7251COMPILER_AS_FOR_TARGET='$(AS_FOR_TARGET)'
7252COMPILER_LD_FOR_TARGET='$(LD_FOR_TARGET)'
7253COMPILER_NM_FOR_TARGET='$(NM_FOR_TARGET)'
7254if test $host = $build; then
7255 case " $configdirs " in
7256 *" gcc "*)
7257 COMPILER_AS_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/as'
7258 COMPILER_LD_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/collect-ld'
7259 COMPILER_NM_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/nm'${extra_nmflags_for_target}
7260 ;;
7261 esac
7262fi
7263
7264
7265
7266
7267
a4af6a58 7268echo $ac_n "checking whether to enable maintainer-specific portions of Makefiles""... $ac_c" 1>&6
39f34cfc 7269echo "configure:7270: checking whether to enable maintainer-specific portions of Makefiles" >&5
3290c0cf 7270# Check whether --enable-maintainer-mode or --disable-maintainer-mode was given.
7271if test "${enable_maintainer_mode+set}" = set; then
7272 enableval="$enable_maintainer_mode"
7273 USE_MAINTAINER_MODE=$enableval
7274else
7275 USE_MAINTAINER_MODE=no
a4af6a58 7276fi
7277
7278echo "$ac_t""$USE_MAINTAINER_MODE" 1>&6
3290c0cf 7279
7280
7281if test "$USE_MAINTAINER_MODE" = yes; then
7282 MAINTAINER_MODE_TRUE=
7283 MAINTAINER_MODE_FALSE='#'
7284else
7285 MAINTAINER_MODE_TRUE='#'
7286 MAINTAINER_MODE_FALSE=
a4af6a58 7287fi
3290c0cf 7288MAINT=$MAINTAINER_MODE_TRUE
7289
2d64c2fd 7290# ---------------------
7291# GCC bootstrap support
7292# ---------------------
7293
7294# Stage specific cflags for build.
7295stage1_cflags="-g"
7296case $build in
7297 vax-*-*)
7298 case ${GCC} in
7299 yes) stage1_cflags="-g -Wa,-J" ;;
7300 *) stage1_cflags="-g -J" ;;
7301 esac ;;
2d64c2fd 7302esac
7303
f508ba97 7304# This is aimed to mimic bootstrap with a non-GCC compiler to catch problems.
7305if test "$GCC" = yes; then
7306 saved_CFLAGS="$CFLAGS"
7307
7308 # Pass -fkeep-inline-functions for stage 1 if the GCC version supports it.
7309 CFLAGS="$CFLAGS -fkeep-inline-functions"
7310 echo $ac_n "checking whether -fkeep-inline-functions is supported""... $ac_c" 1>&6
1a606b87 7311echo "configure:7312: checking whether -fkeep-inline-functions is supported" >&5
f508ba97 7312 cat > conftest.$ac_ext <<EOF
1a606b87 7313#line 7314 "configure"
f508ba97 7314#include "confdefs.h"
7315
7316int main() {
7317
7318; return 0; }
7319EOF
1a606b87 7320if { (eval echo configure:7321: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
f508ba97 7321 rm -rf conftest*
7322 echo "$ac_t""yes" 1>&6; stage1_cflags="$stage1_cflags -fkeep-inline-functions"
7323else
7324 echo "configure: failed program was:" >&5
7325 cat conftest.$ac_ext >&5
7326 rm -rf conftest*
7327 echo "$ac_t""no" 1>&6
7328fi
7329rm -f conftest*
7330
7331 CFLAGS="$saved_CFLAGS"
7332fi
7333
7334
2d64c2fd 7335
39f34cfc 7336# Enable --enable-checking in stage1 of the compiler.
7337# Check whether --enable-stage1-checking or --disable-stage1-checking was given.
7338if test "${enable_stage1_checking+set}" = set; then
7339 enableval="$enable_stage1_checking"
7340 stage1_checking=--enable-checking=${enable_stage1_checking}
7341else
7342 if test "x$enable_checking" = xno; then
7343 stage1_checking=--enable-checking
7344else
7345 stage1_checking=--enable-checking${enable_checking+=}$enable_checking
7346fi
7347fi
7348
7349
7350
2d64c2fd 7351# Enable -Werror in bootstrap stage2 and later.
7352# Change the default to "no" on release branches.
7353# Check whether --enable-werror or --disable-werror was given.
7354if test "${enable_werror+set}" = set; then
7355 enableval="$enable_werror"
a4af6a58 7356 :
2d64c2fd 7357else
7358 enable_werror=yes
a4af6a58 7359fi
7360
c0c5068d 7361case ${enable_werror} in
7362 yes) stage2_werror_flag="--enable-werror-always" ;;
7363 *) stage2_werror_flag="" ;;
2d64c2fd 7364esac
7365
7366
d06227a7 7367# Flags needed to enable html installing and building
7368# Check whether --with-datarootdir or --without-datarootdir was given.
7369if test "${with_datarootdir+set}" = set; then
7370 withval="$with_datarootdir"
7371 datarootdir="\${prefix}/${withval}"
7372else
7373 datarootdir="\${prefix}/share"
7374fi
7375
7376
7377# Check whether --with-docdir or --without-docdir was given.
7378if test "${with_docdir+set}" = set; then
7379 withval="$with_docdir"
7380 docdir="\${prefix}/${withval}"
7381else
7382 docdir="\${datarootdir}/doc"
7383fi
7384
7385
7386# Check whether --with-htmldir or --without-htmldir was given.
7387if test "${with_htmldir+set}" = set; then
7388 withval="$with_htmldir"
7389 htmldir="\${prefix}/${withval}"
7390else
7391 htmldir="\${docdir}"
7392fi
7393
7394
7395
7396
7397
7398
a4af6a58 7399trap '' 1 2 15
7400cat > confcache <<\EOF
71ab34df 7401# This file is a shell script that caches the results of configure
7402# tests run on this system so they can be shared between configure
a4af6a58 7403# scripts and configure runs. It is not useful on other systems.
7404# If it contains results you don't want to keep, you may remove or edit it.
71ab34df 7405#
a4af6a58 7406# By default, configure uses ./config.cache as the cache file,
7407# creating it if it does not exist already. You can give configure
7408# the --cache-file=FILE option to use a different cache file; that is
7409# what configure does when it calls configure scripts in
7410# subdirectories, so they share the cache.
7411# Giving --cache-file=/dev/null disables caching, for debugging configure.
7412# config.status only pays attention to the cache file if you give it the
7413# --recheck option to rerun configure.
71ab34df 7414#
a4af6a58 7415EOF
71ab34df 7416# The following way of writing the cache mishandles newlines in values,
7417# but we know of no workaround that is simple, portable, and efficient.
7418# So, don't put newlines in cache variables' values.
7419# Ultrix sh set writes to stderr and can't be redirected directly,
7420# and sets the high bit in the cache file unless we assign to the vars.
a4af6a58 7421(set) 2>&1 |
7422 case `(ac_space=' '; set | grep ac_space) 2>&1` in
7423 *ac_space=\ *)
7424 # `set' does not quote correctly, so add quotes (double-quote substitution
7425 # turns \\\\ into \\, and sed turns \\ into \).
7426 sed -n \
7427 -e "s/'/'\\\\''/g" \
7428 -e "s/^\\([a-zA-Z0-9_]*_cv_[a-zA-Z0-9_]*\\)=\\(.*\\)/\\1=\${\\1='\\2'}/p"
7429 ;;
7430 *)
7431 # `set' quotes correctly as required by POSIX, so do not add quotes.
7432 sed -n -e 's/^\([a-zA-Z0-9_]*_cv_[a-zA-Z0-9_]*\)=\(.*\)/\1=${\1=\2}/p'
7433 ;;
7434 esac >> confcache
7435if cmp -s $cache_file confcache; then
7436 :
7437else
71ab34df 7438 if test -w $cache_file; then
a4af6a58 7439 echo "updating cache $cache_file"
7440 cat confcache > $cache_file
71ab34df 7441 else
7442 echo "not updating unwritable cache $cache_file"
7443 fi
805e22b2 7444fi
71ab34df 7445rm -f confcache
a8298541 7446
a4af6a58 7447trap 'rm -fr conftest* confdefs* core core.* *.core $ac_clean_files; exit 1' 1 2 15
7448
71ab34df 7449test "x$prefix" = xNONE && prefix=$ac_default_prefix
7450# Let make expand exec_prefix.
7451test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
92424a17 7452
a4af6a58 7453# Any assignment to VPATH causes Sun make to only execute
7454# the first set of double-colon rules, so remove it if not needed.
7455# If there is a colon in the path, we need to keep it.
71ab34df 7456if test "x$srcdir" = x.; then
a4af6a58 7457 ac_vpsub='/^[ ]*VPATH[ ]*=[^:]*$/d'
71ab34df 7458fi
a8298541 7459
a4af6a58 7460trap 'rm -f $CONFIG_STATUS conftest*; exit 1' 1 2 15
7461
71ab34df 7462# Transform confdefs.h into DEFS.
7463# Protect against shell expansion while executing Makefile rules.
7464# Protect against Makefile macro expansion.
e0dbdbbf 7465cat > conftest.defs <<\EOF
7466s%#define \([A-Za-z_][A-Za-z0-9_]*\) *\(.*\)%-D\1=\2%g
7467s%[ `~#$^&*(){}\\|;'"<>?]%\\&%g
7468s%\[%\\&%g
7469s%\]%\\&%g
7470s%\$%$$%g
7471EOF
7472DEFS=`sed -f conftest.defs confdefs.h | tr '\012' ' '`
7473rm -f conftest.defs
b1660f25 7474
7475
a4af6a58 7476# Without the "./", some shells look in PATH for config.status.
b1660f25 7477: ${CONFIG_STATUS=./config.status}
a4af6a58 7478
7479echo creating $CONFIG_STATUS
7480rm -f $CONFIG_STATUS
7481cat > $CONFIG_STATUS <<EOF
7482#! /bin/sh
7483# Generated automatically by configure.
71ab34df 7484# Run this file to recreate the current configuration.
a4af6a58 7485# This directory was configured as follows,
7486# on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
7487#
7488# $0 $ac_configure_args
7489#
71ab34df 7490# Compiler output produced by configure, useful for debugging
a4af6a58 7491# configure, is in ./config.log if it exists.
b1660f25 7492
a4af6a58 7493ac_cs_usage="Usage: $CONFIG_STATUS [--recheck] [--version] [--help]"
7494for ac_option
b1660f25 7495do
a4af6a58 7496 case "\$ac_option" in
71ab34df 7497 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
a4af6a58 7498 echo "running \${CONFIG_SHELL-/bin/sh} $0 $ac_configure_args --no-create --no-recursion"
7499 exec \${CONFIG_SHELL-/bin/sh} $0 $ac_configure_args --no-create --no-recursion ;;
7500 -version | --version | --versio | --versi | --vers | --ver | --ve | --v)
7501 echo "$CONFIG_STATUS generated by autoconf version 2.13"
7502 exit 0 ;;
7503 -help | --help | --hel | --he | --h)
7504 echo "\$ac_cs_usage"; exit 0 ;;
7505 *) echo "\$ac_cs_usage"; exit 1 ;;
b1660f25 7506 esac
7507done
7508
a4af6a58 7509ac_given_srcdir=$srcdir
7510ac_given_INSTALL="$INSTALL"
b1660f25 7511
a4af6a58 7512trap 'rm -fr `echo "Makefile" | sed "s/:[^ ]*//g"` conftest*; exit 1' 1 2 15
7513EOF
7514cat >> $CONFIG_STATUS <<EOF
b1660f25 7515
a4af6a58 7516# Protect against being on the right side of a sed subst in config.status.
7517sed 's/%@/@@/; s/@%/@@/; s/%g\$/@g/; /@g\$/s/[\\\\&%]/\\\\&/g;
7518 s/@@/%@/; s/@@/@%/; s/@g\$/%g/' > conftest.subs <<\\CEOF
7519$ac_vpsub
7520$extrasub
7521s%@SHELL@%$SHELL%g
7522s%@CFLAGS@%$CFLAGS%g
7523s%@CPPFLAGS@%$CPPFLAGS%g
7524s%@CXXFLAGS@%$CXXFLAGS%g
7525s%@FFLAGS@%$FFLAGS%g
7526s%@DEFS@%$DEFS%g
7527s%@LDFLAGS@%$LDFLAGS%g
7528s%@LIBS@%$LIBS%g
7529s%@exec_prefix@%$exec_prefix%g
7530s%@prefix@%$prefix%g
7531s%@program_transform_name@%$program_transform_name%g
7532s%@bindir@%$bindir%g
7533s%@sbindir@%$sbindir%g
7534s%@libexecdir@%$libexecdir%g
7535s%@datadir@%$datadir%g
7536s%@sysconfdir@%$sysconfdir%g
7537s%@sharedstatedir@%$sharedstatedir%g
7538s%@localstatedir@%$localstatedir%g
7539s%@libdir@%$libdir%g
7540s%@includedir@%$includedir%g
7541s%@oldincludedir@%$oldincludedir%g
7542s%@infodir@%$infodir%g
7543s%@mandir@%$mandir%g
7544s%@host@%$host%g
7545s%@host_alias@%$host_alias%g
7546s%@host_cpu@%$host_cpu%g
7547s%@host_vendor@%$host_vendor%g
7548s%@host_os@%$host_os%g
7549s%@target@%$target%g
7550s%@target_alias@%$target_alias%g
7551s%@target_cpu@%$target_cpu%g
7552s%@target_vendor@%$target_vendor%g
7553s%@target_os@%$target_os%g
7554s%@build@%$build%g
7555s%@build_alias@%$build_alias%g
7556s%@build_cpu@%$build_cpu%g
7557s%@build_vendor@%$build_vendor%g
7558s%@build_os@%$build_os%g
7559s%@INSTALL_PROGRAM@%$INSTALL_PROGRAM%g
7560s%@INSTALL_SCRIPT@%$INSTALL_SCRIPT%g
7561s%@INSTALL_DATA@%$INSTALL_DATA%g
7562s%@LN@%$LN%g
7563s%@LN_S@%$LN_S%g
7564s%@TOPLEVEL_CONFIGURE_ARGUMENTS@%$TOPLEVEL_CONFIGURE_ARGUMENTS%g
d3e7b04c 7565s%@build_libsubdir@%$build_libsubdir%g
a4af6a58 7566s%@build_subdir@%$build_subdir%g
7567s%@host_subdir@%$host_subdir%g
7568s%@target_subdir@%$target_subdir%g
7569s%@CC@%$CC%g
7570s%@GNATBIND@%$GNATBIND%g
7571s%@do_compare@%$do_compare%g
7572s%@gmplibs@%$gmplibs%g
7573s%@gmpinc@%$gmpinc%g
7574s%@stage1_languages@%$stage1_languages%g
7575s%@SYSROOT_CFLAGS_FOR_TARGET@%$SYSROOT_CFLAGS_FOR_TARGET%g
71ab34df 7576/@serialization_dependencies@/r $serialization_dependencies
a4af6a58 7577s%@serialization_dependencies@%%g
71ab34df 7578/@host_makefile_frag@/r $host_makefile_frag
a4af6a58 7579s%@host_makefile_frag@%%g
71ab34df 7580/@target_makefile_frag@/r $target_makefile_frag
a4af6a58 7581s%@target_makefile_frag@%%g
71ab34df 7582/@alphaieee_frag@/r $alphaieee_frag
a4af6a58 7583s%@alphaieee_frag@%%g
71ab34df 7584/@ospace_frag@/r $ospace_frag
a4af6a58 7585s%@ospace_frag@%%g
7586s%@RPATH_ENVVAR@%$RPATH_ENVVAR%g
7587s%@tooldir@%$tooldir%g
7588s%@build_tooldir@%$build_tooldir%g
7589s%@CONFIGURE_GDB_TK@%$CONFIGURE_GDB_TK%g
7590s%@GDB_TK@%$GDB_TK%g
7591s%@INSTALL_GDB_TK@%$INSTALL_GDB_TK%g
7592s%@build_configargs@%$build_configargs%g
7593s%@build_configdirs@%$build_configdirs%g
7594s%@host_configargs@%$host_configargs%g
7595s%@configdirs@%$configdirs%g
7596s%@target_configargs@%$target_configargs%g
7597s%@CC_FOR_BUILD@%$CC_FOR_BUILD%g
7598s%@config_shell@%$config_shell%g
7599s%@YACC@%$YACC%g
7600s%@BISON@%$BISON%g
7601s%@M4@%$M4%g
7602s%@LEX@%$LEX%g
7603s%@FLEX@%$FLEX%g
7604s%@MAKEINFO@%$MAKEINFO%g
7605s%@EXPECT@%$EXPECT%g
7606s%@RUNTEST@%$RUNTEST%g
7607s%@AR@%$AR%g
7608s%@AS@%$AS%g
7609s%@DLLTOOL@%$DLLTOOL%g
7610s%@LD@%$LD%g
7611s%@LIPO@%$LIPO%g
7612s%@NM@%$NM%g
7613s%@RANLIB@%$RANLIB%g
7614s%@STRIP@%$STRIP%g
7615s%@WINDRES@%$WINDRES%g
7616s%@OBJCOPY@%$OBJCOPY%g
7617s%@OBJDUMP@%$OBJDUMP%g
7618s%@CXX@%$CXX%g
7619s%@CFLAGS_FOR_BUILD@%$CFLAGS_FOR_BUILD%g
7620s%@CC_FOR_TARGET@%$CC_FOR_TARGET%g
7621s%@CXX_FOR_TARGET@%$CXX_FOR_TARGET%g
7622s%@GCC_FOR_TARGET@%$GCC_FOR_TARGET%g
7623s%@GCJ_FOR_TARGET@%$GCJ_FOR_TARGET%g
7624s%@GFORTRAN_FOR_TARGET@%$GFORTRAN_FOR_TARGET%g
7625s%@AR_FOR_TARGET@%$AR_FOR_TARGET%g
7626s%@AS_FOR_TARGET@%$AS_FOR_TARGET%g
7627s%@DLLTOOL_FOR_TARGET@%$DLLTOOL_FOR_TARGET%g
7628s%@LD_FOR_TARGET@%$LD_FOR_TARGET%g
7629s%@LIPO_FOR_TARGET@%$LIPO_FOR_TARGET%g
7630s%@NM_FOR_TARGET@%$NM_FOR_TARGET%g
7631s%@OBJDUMP_FOR_TARGET@%$OBJDUMP_FOR_TARGET%g
7632s%@RANLIB_FOR_TARGET@%$RANLIB_FOR_TARGET%g
7633s%@STRIP_FOR_TARGET@%$STRIP_FOR_TARGET%g
7634s%@WINDRES_FOR_TARGET@%$WINDRES_FOR_TARGET%g
7635s%@FLAGS_FOR_TARGET@%$FLAGS_FOR_TARGET%g
7636s%@RAW_CXX_FOR_TARGET@%$RAW_CXX_FOR_TARGET%g
7637s%@COMPILER_AS_FOR_TARGET@%$COMPILER_AS_FOR_TARGET%g
7638s%@COMPILER_LD_FOR_TARGET@%$COMPILER_LD_FOR_TARGET%g
7639s%@COMPILER_NM_FOR_TARGET@%$COMPILER_NM_FOR_TARGET%g
7640s%@MAINTAINER_MODE_TRUE@%$MAINTAINER_MODE_TRUE%g
7641s%@MAINTAINER_MODE_FALSE@%$MAINTAINER_MODE_FALSE%g
7642s%@MAINT@%$MAINT%g
7643s%@stage1_cflags@%$stage1_cflags%g
39f34cfc 7644s%@stage1_checking@%$stage1_checking%g
a4af6a58 7645s%@stage2_werror_flag@%$stage2_werror_flag%g
d06227a7 7646s%@datarootdir@%$datarootdir%g
7647s%@docdir@%$docdir%g
7648s%@htmldir@%$htmldir%g
a4af6a58 7649
71ab34df 7650CEOF
a4af6a58 7651EOF
a8298541 7652
a4af6a58 7653cat >> $CONFIG_STATUS <<\EOF
7654
7655# Split the substitutions into bite-sized pieces for seds with
7656# small command number limits, like on Digital OSF/1 and HP-UX.
7657ac_max_sed_cmds=90 # Maximum number of lines to put in a sed script.
7658ac_file=1 # Number of current file.
7659ac_beg=1 # First line for current file.
7660ac_end=$ac_max_sed_cmds # Line after last line for current file.
7661ac_more_lines=:
7662ac_sed_cmds=""
7663while $ac_more_lines; do
7664 if test $ac_beg -gt 1; then
7665 sed "1,${ac_beg}d; ${ac_end}q" conftest.subs > conftest.s$ac_file
7666 else
7667 sed "${ac_end}q" conftest.subs > conftest.s$ac_file
7668 fi
7669 if test ! -s conftest.s$ac_file; then
7670 ac_more_lines=false
7671 rm -f conftest.s$ac_file
7672 else
7673 if test -z "$ac_sed_cmds"; then
7674 ac_sed_cmds="sed -f conftest.s$ac_file"
71ab34df 7675 else
a4af6a58 7676 ac_sed_cmds="$ac_sed_cmds | sed -f conftest.s$ac_file"
71ab34df 7677 fi
a4af6a58 7678 ac_file=`expr $ac_file + 1`
7679 ac_beg=$ac_end
7680 ac_end=`expr $ac_end + $ac_max_sed_cmds`
805e22b2 7681 fi
a4af6a58 7682done
7683if test -z "$ac_sed_cmds"; then
7684 ac_sed_cmds=cat
7685fi
7686EOF
a8298541 7687
a4af6a58 7688cat >> $CONFIG_STATUS <<EOF
7689
7690CONFIG_FILES=\${CONFIG_FILES-"Makefile"}
7691EOF
7692cat >> $CONFIG_STATUS <<\EOF
7693for ac_file in .. $CONFIG_FILES; do if test "x$ac_file" != x..; then
71ab34df 7694 # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
a4af6a58 7695 case "$ac_file" in
7696 *:*) ac_file_in=`echo "$ac_file"|sed 's%[^:]*:%%'`
7697 ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;;
7698 *) ac_file_in="${ac_file}.in" ;;
71ab34df 7699 esac
a8298541 7700
a4af6a58 7701 # Adjust a relative srcdir, top_srcdir, and INSTALL for subdirectories.
b1660f25 7702
a4af6a58 7703 # Remove last slash and all that follows it. Not all systems have dirname.
7704 ac_dir=`echo $ac_file|sed 's%/[^/][^/]*$%%'`
7705 if test "$ac_dir" != "$ac_file" && test "$ac_dir" != .; then
7706 # The file is in a subdirectory.
7707 test ! -d "$ac_dir" && mkdir "$ac_dir"
7708 ac_dir_suffix="/`echo $ac_dir|sed 's%^\./%%'`"
7709 # A "../" for each directory in $ac_dir_suffix.
7710 ac_dots=`echo $ac_dir_suffix|sed 's%/[^/]*%../%g'`
7711 else
7712 ac_dir_suffix= ac_dots=
7713 fi
b1660f25 7714
a4af6a58 7715 case "$ac_given_srcdir" in
7716 .) srcdir=.
7717 if test -z "$ac_dots"; then top_srcdir=.
7718 else top_srcdir=`echo $ac_dots|sed 's%/$%%'`; fi ;;
7719 /*) srcdir="$ac_given_srcdir$ac_dir_suffix"; top_srcdir="$ac_given_srcdir" ;;
71ab34df 7720 *) # Relative path.
a4af6a58 7721 srcdir="$ac_dots$ac_given_srcdir$ac_dir_suffix"
7722 top_srcdir="$ac_dots$ac_given_srcdir" ;;
7723 esac
a8298541 7724
a4af6a58 7725 case "$ac_given_INSTALL" in
7726 [/$]*) INSTALL="$ac_given_INSTALL" ;;
7727 *) INSTALL="$ac_dots$ac_given_INSTALL" ;;
7728 esac
b1660f25 7729
a4af6a58 7730 echo creating "$ac_file"
7731 rm -f "$ac_file"
7732 configure_input="Generated automatically from `echo $ac_file_in|sed 's%.*/%%'` by configure."
7733 case "$ac_file" in
7734 *Makefile*) ac_comsub="1i\\
7735# $configure_input" ;;
7736 *) ac_comsub= ;;
71ab34df 7737 esac
a8298541 7738
a4af6a58 7739 ac_file_inputs=`echo $ac_file_in|sed -e "s%^%$ac_given_srcdir/%" -e "s%:% $ac_given_srcdir/%g"`
7740 sed -e "$ac_comsub
7741s%@configure_input@%$configure_input%g
7742s%@srcdir@%$srcdir%g
7743s%@top_srcdir@%$top_srcdir%g
7744s%@INSTALL@%$INSTALL%g
7745" $ac_file_inputs | (eval "$ac_sed_cmds") > $ac_file
7746fi; done
7747rm -f conftest.s*
a8298541 7748
a4af6a58 7749EOF
7750cat >> $CONFIG_STATUS <<EOF
a8298541 7751
a4af6a58 7752EOF
7753cat >> $CONFIG_STATUS <<\EOF
a8298541 7754
a4af6a58 7755exit 0
7756EOF
71ab34df 7757chmod +x $CONFIG_STATUS
a4af6a58 7758rm -fr confdefs* $ac_clean_files
7759test "$no_create" = yes || ${CONFIG_SHELL-/bin/sh} $CONFIG_STATUS || exit 1
a8298541 7760