Sanitize away "*-windows*" host makefile frag when sanitizing
[deliverable/binutils-gdb.git] / sim / mips / configure
CommitLineData
4fa134be
ILT
1#! /bin/sh
2
92f91d1f
AC
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
18c64df6
AC
62
63
64
65
66
67
92f91d1f
AC
68
69
70
6e51f990
DE
71
72
73
92f91d1f
AC
74
75
76
77
4fa134be 78# Guess values for system-dependent variables and create Makefiles.
2d44e12a 79# Generated automatically using autoconf version 2.12
4fa134be
ILT
80# Copyright (C) 1992, 93, 94, 95, 96 Free Software Foundation, Inc.
81#
82# This configure script is free software; the Free Software Foundation
83# gives unlimited permission to copy, distribute and modify it.
84
85# Defaults:
86ac_help=
87ac_default_prefix=/usr/local
88# Any additions from configure.in:
462cfbc4
DE
89ac_help="$ac_help
90 --enable-maintainer-mode Enable developer functionality."
601fb8ae
MM
91ac_help="$ac_help
92 --enable-sim-bswap Use Host specific BSWAP instruction."
fd14b47f
DE
93ac_help="$ac_help
94 --enable-sim-cflags=opts Extra CFLAGS for use in building simulator"
95ac_help="$ac_help
96 --enable-sim-debug=opts Enable debugging flags"
a35e91c3
AC
97ac_help="$ac_help
98 --enable-sim-stdio Specify whether to use stdio for console input/output."
fd14b47f
DE
99ac_help="$ac_help
100 --enable-sim-trace=opts Enable tracing flags"
247fccde
AC
101ac_help="$ac_help
102 --enable-sim-profile=opts Enable profiling flags"
103ac_help="$ac_help
104 --enable-sim-inline=inlines Specify which functions should be inlined."
76a6247f
AC
105ac_help="$ac_help
106 --enable-sim-alignment=align Specify strict, nonstrict or forced alignment of memory accesses."
247fccde 107ac_help="$ac_help
6e51f990 108 --enable-sim-hostendian=end Specify host byte endian orientation."
247fccde 109ac_help="$ac_help
88117054 110 --enable-sim-warnings=opts Extra CFLAGS for turning on compiler warnings"
18c64df6
AC
111ac_help="$ac_help
112 --enable-sim-endian=endian Specify target byte endian orientation."
113ac_help="$ac_help
114 --enable-sim-bitsize=n Specify target bitsize (32 or 64)."
115ac_help="$ac_help
116 --enable-sim-float Specify that the target processor has floating point hardware."
6e51f990
DE
117ac_help="$ac_help
118 --enable-sim-igen=opts Enable IGEN simulator"
4fa134be
ILT
119
120# Initialize some variables set by options.
121# The variables have the same names as the options, with
122# dashes changed to underlines.
123build=NONE
124cache_file=./config.cache
125exec_prefix=NONE
126host=NONE
127no_create=
128nonopt=NONE
129no_recursion=
130prefix=NONE
131program_prefix=NONE
132program_suffix=NONE
133program_transform_name=s,x,x,
134silent=
135site=
136srcdir=
137target=NONE
138verbose=
139x_includes=NONE
140x_libraries=NONE
141bindir='${exec_prefix}/bin'
142sbindir='${exec_prefix}/sbin'
143libexecdir='${exec_prefix}/libexec'
144datadir='${prefix}/share'
145sysconfdir='${prefix}/etc'
146sharedstatedir='${prefix}/com'
147localstatedir='${prefix}/var'
148libdir='${exec_prefix}/lib'
149includedir='${prefix}/include'
150oldincludedir='/usr/include'
151infodir='${prefix}/info'
152mandir='${prefix}/man'
153
154# Initialize some other variables.
155subdirs=
156MFLAGS= MAKEFLAGS=
247fccde
AC
157# Maximum number of lines to put in a shell here document.
158ac_max_here_lines=12
4fa134be
ILT
159
160ac_prev=
161for ac_option
162do
163
164 # If the previous option needs an argument, assign it.
165 if test -n "$ac_prev"; then
166 eval "$ac_prev=\$ac_option"
167 ac_prev=
168 continue
169 fi
170
171 case "$ac_option" in
172 -*=*) ac_optarg=`echo "$ac_option" | sed 's/[-_a-zA-Z0-9]*=//'` ;;
173 *) ac_optarg= ;;
174 esac
175
176 # Accept the important Cygnus configure options, so we can diagnose typos.
177
178 case "$ac_option" in
179
180 -bindir | --bindir | --bindi | --bind | --bin | --bi)
181 ac_prev=bindir ;;
182 -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
183 bindir="$ac_optarg" ;;
184
185 -build | --build | --buil | --bui | --bu)
186 ac_prev=build ;;
187 -build=* | --build=* | --buil=* | --bui=* | --bu=*)
188 build="$ac_optarg" ;;
189
190 -cache-file | --cache-file | --cache-fil | --cache-fi \
191 | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
192 ac_prev=cache_file ;;
193 -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
194 | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
195 cache_file="$ac_optarg" ;;
196
197 -datadir | --datadir | --datadi | --datad | --data | --dat | --da)
198 ac_prev=datadir ;;
199 -datadir=* | --datadir=* | --datadi=* | --datad=* | --data=* | --dat=* \
200 | --da=*)
201 datadir="$ac_optarg" ;;
202
203 -disable-* | --disable-*)
204 ac_feature=`echo $ac_option|sed -e 's/-*disable-//'`
205 # Reject names that are not valid shell variable names.
206 if test -n "`echo $ac_feature| sed 's/[-a-zA-Z0-9_]//g'`"; then
207 { echo "configure: error: $ac_feature: invalid feature name" 1>&2; exit 1; }
208 fi
209 ac_feature=`echo $ac_feature| sed 's/-/_/g'`
210 eval "enable_${ac_feature}=no" ;;
211
212 -enable-* | --enable-*)
213 ac_feature=`echo $ac_option|sed -e 's/-*enable-//' -e 's/=.*//'`
214 # Reject names that are not valid shell variable names.
215 if test -n "`echo $ac_feature| sed 's/[-_a-zA-Z0-9]//g'`"; then
216 { echo "configure: error: $ac_feature: invalid feature name" 1>&2; exit 1; }
217 fi
218 ac_feature=`echo $ac_feature| sed 's/-/_/g'`
219 case "$ac_option" in
220 *=*) ;;
221 *) ac_optarg=yes ;;
222 esac
223 eval "enable_${ac_feature}='$ac_optarg'" ;;
224
225 -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
226 | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
227 | --exec | --exe | --ex)
228 ac_prev=exec_prefix ;;
229 -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
230 | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
231 | --exec=* | --exe=* | --ex=*)
232 exec_prefix="$ac_optarg" ;;
233
234 -gas | --gas | --ga | --g)
235 # Obsolete; use --with-gas.
236 with_gas=yes ;;
237
238 -help | --help | --hel | --he)
239 # Omit some internal or obsolete options to make the list less imposing.
240 # This message is too long to be a string in the A/UX 3.1 sh.
241 cat << EOF
242Usage: configure [options] [host]
243Options: [defaults in brackets after descriptions]
244Configuration:
245 --cache-file=FILE cache test results in FILE
246 --help print this message
247 --no-create do not create output files
248 --quiet, --silent do not print \`checking...' messages
249 --version print the version of autoconf that created configure
250Directory and file names:
251 --prefix=PREFIX install architecture-independent files in PREFIX
252 [$ac_default_prefix]
253 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
254 [same as prefix]
255 --bindir=DIR user executables in DIR [EPREFIX/bin]
256 --sbindir=DIR system admin executables in DIR [EPREFIX/sbin]
257 --libexecdir=DIR program executables in DIR [EPREFIX/libexec]
258 --datadir=DIR read-only architecture-independent data in DIR
259 [PREFIX/share]
260 --sysconfdir=DIR read-only single-machine data in DIR [PREFIX/etc]
261 --sharedstatedir=DIR modifiable architecture-independent data in DIR
262 [PREFIX/com]
263 --localstatedir=DIR modifiable single-machine data in DIR [PREFIX/var]
264 --libdir=DIR object code libraries in DIR [EPREFIX/lib]
265 --includedir=DIR C header files in DIR [PREFIX/include]
266 --oldincludedir=DIR C header files for non-gcc in DIR [/usr/include]
267 --infodir=DIR info documentation in DIR [PREFIX/info]
268 --mandir=DIR man documentation in DIR [PREFIX/man]
269 --srcdir=DIR find the sources in DIR [configure dir or ..]
270 --program-prefix=PREFIX prepend PREFIX to installed program names
271 --program-suffix=SUFFIX append SUFFIX to installed program names
272 --program-transform-name=PROGRAM
273 run sed PROGRAM on installed program names
274EOF
275 cat << EOF
276Host type:
277 --build=BUILD configure for building on BUILD [BUILD=HOST]
278 --host=HOST configure for HOST [guessed]
279 --target=TARGET configure for TARGET [TARGET=HOST]
280Features and packages:
281 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
282 --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
283 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
284 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
285 --x-includes=DIR X include files are in DIR
286 --x-libraries=DIR X library files are in DIR
287EOF
288 if test -n "$ac_help"; then
289 echo "--enable and --with options recognized:$ac_help"
290 fi
291 exit 0 ;;
292
293 -host | --host | --hos | --ho)
294 ac_prev=host ;;
295 -host=* | --host=* | --hos=* | --ho=*)
296 host="$ac_optarg" ;;
297
298 -includedir | --includedir | --includedi | --included | --include \
299 | --includ | --inclu | --incl | --inc)
300 ac_prev=includedir ;;
301 -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
302 | --includ=* | --inclu=* | --incl=* | --inc=*)
303 includedir="$ac_optarg" ;;
304
305 -infodir | --infodir | --infodi | --infod | --info | --inf)
306 ac_prev=infodir ;;
307 -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
308 infodir="$ac_optarg" ;;
309
310 -libdir | --libdir | --libdi | --libd)
311 ac_prev=libdir ;;
312 -libdir=* | --libdir=* | --libdi=* | --libd=*)
313 libdir="$ac_optarg" ;;
314
315 -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
316 | --libexe | --libex | --libe)
317 ac_prev=libexecdir ;;
318 -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
319 | --libexe=* | --libex=* | --libe=*)
320 libexecdir="$ac_optarg" ;;
321
322 -localstatedir | --localstatedir | --localstatedi | --localstated \
323 | --localstate | --localstat | --localsta | --localst \
324 | --locals | --local | --loca | --loc | --lo)
325 ac_prev=localstatedir ;;
326 -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
327 | --localstate=* | --localstat=* | --localsta=* | --localst=* \
328 | --locals=* | --local=* | --loca=* | --loc=* | --lo=*)
329 localstatedir="$ac_optarg" ;;
330
331 -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
332 ac_prev=mandir ;;
333 -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
334 mandir="$ac_optarg" ;;
335
336 -nfp | --nfp | --nf)
337 # Obsolete; use --without-fp.
338 with_fp=no ;;
339
340 -no-create | --no-create | --no-creat | --no-crea | --no-cre \
341 | --no-cr | --no-c)
342 no_create=yes ;;
343
344 -no-recursion | --no-recursion | --no-recursio | --no-recursi \
345 | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
346 no_recursion=yes ;;
347
348 -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
349 | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
350 | --oldin | --oldi | --old | --ol | --o)
351 ac_prev=oldincludedir ;;
352 -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
353 | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
354 | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
355 oldincludedir="$ac_optarg" ;;
356
357 -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
358 ac_prev=prefix ;;
359 -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
360 prefix="$ac_optarg" ;;
361
362 -program-prefix | --program-prefix | --program-prefi | --program-pref \
363 | --program-pre | --program-pr | --program-p)
364 ac_prev=program_prefix ;;
365 -program-prefix=* | --program-prefix=* | --program-prefi=* \
366 | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
367 program_prefix="$ac_optarg" ;;
368
369 -program-suffix | --program-suffix | --program-suffi | --program-suff \
370 | --program-suf | --program-su | --program-s)
371 ac_prev=program_suffix ;;
372 -program-suffix=* | --program-suffix=* | --program-suffi=* \
373 | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
374 program_suffix="$ac_optarg" ;;
375
376 -program-transform-name | --program-transform-name \
377 | --program-transform-nam | --program-transform-na \
378 | --program-transform-n | --program-transform- \
379 | --program-transform | --program-transfor \
380 | --program-transfo | --program-transf \
381 | --program-trans | --program-tran \
382 | --progr-tra | --program-tr | --program-t)
383 ac_prev=program_transform_name ;;
384 -program-transform-name=* | --program-transform-name=* \
385 | --program-transform-nam=* | --program-transform-na=* \
386 | --program-transform-n=* | --program-transform-=* \
387 | --program-transform=* | --program-transfor=* \
388 | --program-transfo=* | --program-transf=* \
389 | --program-trans=* | --program-tran=* \
390 | --progr-tra=* | --program-tr=* | --program-t=*)
391 program_transform_name="$ac_optarg" ;;
392
393 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
394 | -silent | --silent | --silen | --sile | --sil)
395 silent=yes ;;
396
397 -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
398 ac_prev=sbindir ;;
399 -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
400 | --sbi=* | --sb=*)
401 sbindir="$ac_optarg" ;;
402
403 -sharedstatedir | --sharedstatedir | --sharedstatedi \
404 | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
405 | --sharedst | --shareds | --shared | --share | --shar \
406 | --sha | --sh)
407 ac_prev=sharedstatedir ;;
408 -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
409 | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
410 | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
411 | --sha=* | --sh=*)
412 sharedstatedir="$ac_optarg" ;;
413
414 -site | --site | --sit)
415 ac_prev=site ;;
416 -site=* | --site=* | --sit=*)
417 site="$ac_optarg" ;;
418
419 -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
420 ac_prev=srcdir ;;
421 -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
422 srcdir="$ac_optarg" ;;
423
424 -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
425 | --syscon | --sysco | --sysc | --sys | --sy)
426 ac_prev=sysconfdir ;;
427 -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
428 | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
429 sysconfdir="$ac_optarg" ;;
430
431 -target | --target | --targe | --targ | --tar | --ta | --t)
432 ac_prev=target ;;
433 -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
434 target="$ac_optarg" ;;
435
436 -v | -verbose | --verbose | --verbos | --verbo | --verb)
437 verbose=yes ;;
438
439 -version | --version | --versio | --versi | --vers)
2d44e12a 440 echo "configure generated by autoconf version 2.12"
4fa134be
ILT
441 exit 0 ;;
442
443 -with-* | --with-*)
444 ac_package=`echo $ac_option|sed -e 's/-*with-//' -e 's/=.*//'`
445 # Reject names that are not valid shell variable names.
446 if test -n "`echo $ac_package| sed 's/[-_a-zA-Z0-9]//g'`"; then
447 { echo "configure: error: $ac_package: invalid package name" 1>&2; exit 1; }
448 fi
449 ac_package=`echo $ac_package| sed 's/-/_/g'`
450 case "$ac_option" in
451 *=*) ;;
452 *) ac_optarg=yes ;;
453 esac
454 eval "with_${ac_package}='$ac_optarg'" ;;
455
456 -without-* | --without-*)
457 ac_package=`echo $ac_option|sed -e 's/-*without-//'`
458 # Reject names that are not valid shell variable names.
459 if test -n "`echo $ac_package| sed 's/[-a-zA-Z0-9_]//g'`"; then
460 { echo "configure: error: $ac_package: invalid package name" 1>&2; exit 1; }
461 fi
462 ac_package=`echo $ac_package| sed 's/-/_/g'`
463 eval "with_${ac_package}=no" ;;
464
465 --x)
466 # Obsolete; use --with-x.
467 with_x=yes ;;
468
469 -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
470 | --x-incl | --x-inc | --x-in | --x-i)
471 ac_prev=x_includes ;;
472 -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
473 | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
474 x_includes="$ac_optarg" ;;
475
476 -x-libraries | --x-libraries | --x-librarie | --x-librari \
477 | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
478 ac_prev=x_libraries ;;
479 -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
480 | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
481 x_libraries="$ac_optarg" ;;
482
483 -*) { echo "configure: error: $ac_option: invalid option; use --help to show usage" 1>&2; exit 1; }
484 ;;
485
486 *)
487 if test -n "`echo $ac_option| sed 's/[-a-z0-9.]//g'`"; then
488 echo "configure: warning: $ac_option: invalid host type" 1>&2
489 fi
490 if test "x$nonopt" != xNONE; then
491 { echo "configure: error: can only configure for one host and one target at a time" 1>&2; exit 1; }
492 fi
493 nonopt="$ac_option"
494 ;;
495
496 esac
497done
498
499if test -n "$ac_prev"; then
500 { echo "configure: error: missing argument to --`echo $ac_prev | sed 's/_/-/g'`" 1>&2; exit 1; }
501fi
502
503trap 'rm -fr conftest* confdefs* core core.* *.core $ac_clean_files; exit 1' 1 2 15
504
505# File descriptor usage:
506# 0 standard input
507# 1 file creation
508# 2 errors and warnings
509# 3 some systems may open it to /dev/tty
510# 4 used on the Kubota Titan
511# 6 checking for... messages and results
512# 5 compiler messages saved in config.log
513if test "$silent" = yes; then
514 exec 6>/dev/null
515else
516 exec 6>&1
517fi
518exec 5>./config.log
519
520echo "\
521This file contains any messages produced by compilers while
522running configure, to aid debugging if configure makes a mistake.
523" 1>&5
524
525# Strip out --no-create and --no-recursion so they do not pile up.
526# Also quote any args containing shell metacharacters.
527ac_configure_args=
528for ac_arg
529do
530 case "$ac_arg" in
531 -no-create | --no-create | --no-creat | --no-crea | --no-cre \
532 | --no-cr | --no-c) ;;
533 -no-recursion | --no-recursion | --no-recursio | --no-recursi \
534 | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r) ;;
535 *" "*|*" "*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?]*)
536 ac_configure_args="$ac_configure_args '$ac_arg'" ;;
537 *) ac_configure_args="$ac_configure_args $ac_arg" ;;
538 esac
539done
540
541# NLS nuisances.
247fccde
AC
542# Only set these to C if already set. These must not be set unconditionally
543# because not all systems understand e.g. LANG=C (notably SCO).
544# Fixing LC_MESSAGES prevents Solaris sh from translating var values in `set'!
545# Non-C LC_CTYPE values break the ctype check.
08db4a65 546if test "${LANG+set}" = set; then LANG=C; export LANG; fi
247fccde
AC
547if test "${LC_ALL+set}" = set; then LC_ALL=C; export LC_ALL; fi
548if test "${LC_MESSAGES+set}" = set; then LC_MESSAGES=C; export LC_MESSAGES; fi
549if test "${LC_CTYPE+set}" = set; then LC_CTYPE=C; export LC_CTYPE; fi
4fa134be
ILT
550
551# confdefs.h avoids OS command line length limits that DEFS can exceed.
552rm -rf conftest* confdefs.h
553# AIX cpp loses on an empty file, so make sure it contains at least a newline.
554echo > confdefs.h
555
556# A filename unique to this package, relative to the directory that
557# configure is in, which we can look for to find out if srcdir is correct.
558ac_unique_file=Makefile.in
559
560# Find the source files, if location was not specified.
561if test -z "$srcdir"; then
562 ac_srcdir_defaulted=yes
563 # Try the directory containing this script, then its parent.
564 ac_prog=$0
565 ac_confdir=`echo $ac_prog|sed 's%/[^/][^/]*$%%'`
566 test "x$ac_confdir" = "x$ac_prog" && ac_confdir=.
567 srcdir=$ac_confdir
568 if test ! -r $srcdir/$ac_unique_file; then
569 srcdir=..
570 fi
571else
572 ac_srcdir_defaulted=no
573fi
574if test ! -r $srcdir/$ac_unique_file; then
575 if test "$ac_srcdir_defaulted" = yes; then
576 { echo "configure: error: can not find sources in $ac_confdir or .." 1>&2; exit 1; }
577 else
578 { echo "configure: error: can not find sources in $srcdir" 1>&2; exit 1; }
579 fi
580fi
581srcdir=`echo "${srcdir}" | sed 's%\([^/]\)/*$%\1%'`
582
583# Prefer explicitly selected file to automatically selected ones.
584if test -z "$CONFIG_SITE"; then
585 if test "x$prefix" != xNONE; then
586 CONFIG_SITE="$prefix/share/config.site $prefix/etc/config.site"
587 else
588 CONFIG_SITE="$ac_default_prefix/share/config.site $ac_default_prefix/etc/config.site"
589 fi
590fi
591for ac_site_file in $CONFIG_SITE; do
592 if test -r "$ac_site_file"; then
593 echo "loading site script $ac_site_file"
594 . "$ac_site_file"
595 fi
596done
597
598if test -r "$cache_file"; then
599 echo "loading cache $cache_file"
600 . $cache_file
601else
602 echo "creating cache $cache_file"
603 > $cache_file
604fi
605
606ac_ext=c
607# CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
608ac_cpp='$CPP $CPPFLAGS'
609ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
610ac_link='${CC-cc} -o conftest $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
247fccde 611cross_compiling=$ac_cv_prog_cc_cross
4fa134be
ILT
612
613if (echo "testing\c"; echo 1,2,3) | grep c >/dev/null; then
614 # Stardent Vistra SVR4 grep lacks -e, says ghazi@caip.rutgers.edu.
615 if (echo -n testing; echo 1,2,3) | sed s/-n/xn/ | grep xn >/dev/null; then
616 ac_n= ac_c='
617' ac_t=' '
618 else
619 ac_n=-n ac_c= ac_t=
620 fi
621else
622 ac_n= ac_c='\c' ac_t=
623fi
624
625
626
fbda74b1 627echo $ac_n "checking how to run the C preprocessor""... $ac_c" 1>&6
2d44e12a 628echo "configure:629: checking how to run the C preprocessor" >&5
fbda74b1
DE
629# On Suns, sometimes $CPP names a directory.
630if test -n "$CPP" && test -d "$CPP"; then
631 CPP=
632fi
633if test -z "$CPP"; then
634if eval "test \"`echo '$''{'ac_cv_prog_CPP'+set}'`\" = set"; then
635 echo $ac_n "(cached) $ac_c" 1>&6
636else
637 # This must be in double quotes, not single quotes, because CPP may get
638 # substituted into the Makefile and "${CC-cc}" will confuse make.
639 CPP="${CC-cc} -E"
640 # On the NeXT, cc -E runs the code through the compiler's parser,
641 # not just through cpp.
642 cat > conftest.$ac_ext <<EOF
2d44e12a 643#line 644 "configure"
fbda74b1
DE
644#include "confdefs.h"
645#include <assert.h>
646Syntax Error
647EOF
648ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
2d44e12a 649{ (eval echo configure:650: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
fbda74b1
DE
650ac_err=`grep -v '^ *+' conftest.out`
651if test -z "$ac_err"; then
652 :
653else
654 echo "$ac_err" >&5
247fccde
AC
655 echo "configure: failed program was:" >&5
656 cat conftest.$ac_ext >&5
fbda74b1
DE
657 rm -rf conftest*
658 CPP="${CC-cc} -E -traditional-cpp"
659 cat > conftest.$ac_ext <<EOF
2d44e12a 660#line 661 "configure"
fbda74b1
DE
661#include "confdefs.h"
662#include <assert.h>
663Syntax Error
664EOF
665ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
2d44e12a 666{ (eval echo configure:667: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
fbda74b1
DE
667ac_err=`grep -v '^ *+' conftest.out`
668if test -z "$ac_err"; then
669 :
670else
671 echo "$ac_err" >&5
247fccde
AC
672 echo "configure: failed program was:" >&5
673 cat conftest.$ac_ext >&5
fbda74b1
DE
674 rm -rf conftest*
675 CPP=/lib/cpp
676fi
677rm -f conftest*
678fi
679rm -f conftest*
680 ac_cv_prog_CPP="$CPP"
681fi
682 CPP="$ac_cv_prog_CPP"
683else
684 ac_cv_prog_CPP="$CPP"
685fi
686echo "$ac_t""$CPP" 1>&6
687
fd14b47f
DE
688
689# autoconf.info says this should be called right after AC_INIT.
4fa134be
ILT
690
691
692ac_aux_dir=
693for ac_dir in `cd $srcdir;pwd`/../.. $srcdir/`cd $srcdir;pwd`/../..; do
694 if test -f $ac_dir/install-sh; then
695 ac_aux_dir=$ac_dir
696 ac_install_sh="$ac_aux_dir/install-sh -c"
697 break
698 elif test -f $ac_dir/install.sh; then
699 ac_aux_dir=$ac_dir
700 ac_install_sh="$ac_aux_dir/install.sh -c"
701 break
702 fi
703done
704if test -z "$ac_aux_dir"; then
705 { echo "configure: error: can not find install-sh or install.sh in `cd $srcdir;pwd`/../.. $srcdir/`cd $srcdir;pwd`/../.." 1>&2; exit 1; }
706fi
707ac_config_guess=$ac_aux_dir/config.guess
708ac_config_sub=$ac_aux_dir/config.sub
709ac_configure=$ac_aux_dir/configure # This should be Cygnus configure.
710
711
712# Do some error checking and defaulting for the host and target type.
713# The inputs are:
714# configure --host=HOST --target=TARGET --build=BUILD NONOPT
715#
716# The rules are:
717# 1. You are not allowed to specify --host, --target, and nonopt at the
718# same time.
719# 2. Host defaults to nonopt.
720# 3. If nonopt is not specified, then host defaults to the current host,
721# as determined by config.guess.
722# 4. Target and build default to nonopt.
723# 5. If nonopt is not specified, then target and build default to host.
724
725# The aliases save the names the user supplied, while $host etc.
726# will get canonicalized.
727case $host---$target---$nonopt in
728NONE---*---* | *---NONE---* | *---*---NONE) ;;
729*) { echo "configure: error: can only configure for one host and one target at a time" 1>&2; exit 1; } ;;
730esac
731
732
733# Make sure we can run config.sub.
2d44e12a 734if $ac_config_sub sun4 >/dev/null 2>&1; then :
4fa134be
ILT
735else { echo "configure: error: can not run $ac_config_sub" 1>&2; exit 1; }
736fi
737
738echo $ac_n "checking host system type""... $ac_c" 1>&6
2d44e12a 739echo "configure:740: checking host system type" >&5
4fa134be
ILT
740
741host_alias=$host
742case "$host_alias" in
743NONE)
744 case $nonopt in
745 NONE)
2d44e12a 746 if host_alias=`$ac_config_guess`; then :
4fa134be
ILT
747 else { echo "configure: error: can not guess host type; you must specify one" 1>&2; exit 1; }
748 fi ;;
749 *) host_alias=$nonopt ;;
750 esac ;;
751esac
752
2d44e12a 753host=`$ac_config_sub $host_alias`
247fccde
AC
754host_cpu=`echo $host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
755host_vendor=`echo $host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
756host_os=`echo $host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
4fa134be
ILT
757echo "$ac_t""$host" 1>&6
758
759echo $ac_n "checking target system type""... $ac_c" 1>&6
2d44e12a 760echo "configure:761: checking target system type" >&5
4fa134be
ILT
761
762target_alias=$target
763case "$target_alias" in
764NONE)
765 case $nonopt in
766 NONE) target_alias=$host_alias ;;
767 *) target_alias=$nonopt ;;
768 esac ;;
769esac
770
2d44e12a 771target=`$ac_config_sub $target_alias`
247fccde
AC
772target_cpu=`echo $target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
773target_vendor=`echo $target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
774target_os=`echo $target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
4fa134be
ILT
775echo "$ac_t""$target" 1>&6
776
777echo $ac_n "checking build system type""... $ac_c" 1>&6
2d44e12a 778echo "configure:779: checking build system type" >&5
4fa134be
ILT
779
780build_alias=$build
781case "$build_alias" in
782NONE)
783 case $nonopt in
784 NONE) build_alias=$host_alias ;;
785 *) build_alias=$nonopt ;;
786 esac ;;
787esac
788
2d44e12a 789build=`$ac_config_sub $build_alias`
247fccde
AC
790build_cpu=`echo $build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
791build_vendor=`echo $build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
792build_os=`echo $build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
4fa134be
ILT
793echo "$ac_t""$build" 1>&6
794
795test "$host_alias" != "$target_alias" &&
796 test "$program_prefix$program_suffix$program_transform_name" = \
797 NONENONEs,x,x, &&
798 program_prefix=${target_alias}-
799
800if test "$program_transform_name" = s,x,x,; then
801 program_transform_name=
802else
803 # Double any \ or $. echo might interpret backslashes.
804 cat <<\EOF_SED > conftestsed
805s,\\,\\\\,g; s,\$,$$,g
806EOF_SED
807 program_transform_name="`echo $program_transform_name|sed -f conftestsed`"
808 rm -f conftestsed
809fi
810test "$program_prefix" != NONE &&
811 program_transform_name="s,^,${program_prefix},; $program_transform_name"
812# Use a double $ so make ignores it.
813test "$program_suffix" != NONE &&
814 program_transform_name="s,\$\$,${program_suffix},; $program_transform_name"
815
816# sed with no file args requires a program.
817test "$program_transform_name" = "" && program_transform_name="s,x,x,"
818
4fa134be
ILT
819# Extract the first word of "gcc", so it can be a program name with args.
820set dummy gcc; ac_word=$2
821echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
2d44e12a 822echo "configure:823: checking for $ac_word" >&5
4fa134be
ILT
823if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
824 echo $ac_n "(cached) $ac_c" 1>&6
825else
826 if test -n "$CC"; then
827 ac_cv_prog_CC="$CC" # Let the user override the test.
828else
829 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}:"
830 for ac_dir in $PATH; do
831 test -z "$ac_dir" && ac_dir=.
832 if test -f $ac_dir/$ac_word; then
833 ac_cv_prog_CC="gcc"
834 break
835 fi
836 done
837 IFS="$ac_save_ifs"
838fi
839fi
840CC="$ac_cv_prog_CC"
841if test -n "$CC"; then
842 echo "$ac_t""$CC" 1>&6
843else
844 echo "$ac_t""no" 1>&6
845fi
846
847if test -z "$CC"; then
848 # Extract the first word of "cc", so it can be a program name with args.
849set dummy cc; ac_word=$2
850echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
2d44e12a 851echo "configure:852: checking for $ac_word" >&5
4fa134be
ILT
852if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
853 echo $ac_n "(cached) $ac_c" 1>&6
854else
855 if test -n "$CC"; then
856 ac_cv_prog_CC="$CC" # Let the user override the test.
857else
858 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}:"
859 ac_prog_rejected=no
860 for ac_dir in $PATH; do
861 test -z "$ac_dir" && ac_dir=.
862 if test -f $ac_dir/$ac_word; then
863 if test "$ac_dir/$ac_word" = "/usr/ucb/cc"; then
864 ac_prog_rejected=yes
865 continue
866 fi
867 ac_cv_prog_CC="cc"
868 break
869 fi
870 done
871 IFS="$ac_save_ifs"
872if test $ac_prog_rejected = yes; then
873 # We found a bogon in the path, so make sure we never use it.
874 set dummy $ac_cv_prog_CC
875 shift
876 if test $# -gt 0; then
877 # We chose a different compiler from the bogus one.
878 # However, it has the same basename, so the bogon will be chosen
879 # first if we set CC to just the basename; use the full file name.
880 shift
881 set dummy "$ac_dir/$ac_word" "$@"
882 shift
883 ac_cv_prog_CC="$@"
884 fi
885fi
886fi
887fi
888CC="$ac_cv_prog_CC"
889if test -n "$CC"; then
890 echo "$ac_t""$CC" 1>&6
891else
892 echo "$ac_t""no" 1>&6
893fi
894
895 test -z "$CC" && { echo "configure: error: no acceptable cc found in \$PATH" 1>&2; exit 1; }
896fi
897
247fccde 898echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works""... $ac_c" 1>&6
2d44e12a 899echo "configure:900: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works" >&5
247fccde
AC
900
901ac_ext=c
902# CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
903ac_cpp='$CPP $CPPFLAGS'
904ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
905ac_link='${CC-cc} -o conftest $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
906cross_compiling=$ac_cv_prog_cc_cross
907
908cat > conftest.$ac_ext <<EOF
2d44e12a 909#line 910 "configure"
247fccde
AC
910#include "confdefs.h"
911main(){return(0);}
912EOF
2d44e12a 913if { (eval echo configure:914: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
247fccde
AC
914 ac_cv_prog_cc_works=yes
915 # If we can't run a trivial program, we are probably using a cross compiler.
916 if (./conftest; exit) 2>/dev/null; then
917 ac_cv_prog_cc_cross=no
918 else
919 ac_cv_prog_cc_cross=yes
920 fi
921else
922 echo "configure: failed program was:" >&5
923 cat conftest.$ac_ext >&5
924 ac_cv_prog_cc_works=no
925fi
926rm -fr conftest*
927
928echo "$ac_t""$ac_cv_prog_cc_works" 1>&6
929if test $ac_cv_prog_cc_works = no; then
930 { echo "configure: error: installation or configuration problem: C compiler cannot create executables." 1>&2; exit 1; }
931fi
932echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler""... $ac_c" 1>&6
2d44e12a 933echo "configure:934: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler" >&5
247fccde
AC
934echo "$ac_t""$ac_cv_prog_cc_cross" 1>&6
935cross_compiling=$ac_cv_prog_cc_cross
936
4fa134be 937echo $ac_n "checking whether we are using GNU C""... $ac_c" 1>&6
2d44e12a 938echo "configure:939: checking whether we are using GNU C" >&5
4fa134be
ILT
939if eval "test \"`echo '$''{'ac_cv_prog_gcc'+set}'`\" = set"; then
940 echo $ac_n "(cached) $ac_c" 1>&6
941else
942 cat > conftest.c <<EOF
943#ifdef __GNUC__
944 yes;
945#endif
946EOF
2d44e12a 947if { ac_try='${CC-cc} -E conftest.c'; { (eval echo configure:948: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then
4fa134be
ILT
948 ac_cv_prog_gcc=yes
949else
950 ac_cv_prog_gcc=no
951fi
952fi
953
954echo "$ac_t""$ac_cv_prog_gcc" 1>&6
247fccde 955
4fa134be
ILT
956if test $ac_cv_prog_gcc = yes; then
957 GCC=yes
247fccde
AC
958 ac_test_CFLAGS="${CFLAGS+set}"
959 ac_save_CFLAGS="$CFLAGS"
960 CFLAGS=
961 echo $ac_n "checking whether ${CC-cc} accepts -g""... $ac_c" 1>&6
2d44e12a 962echo "configure:963: checking whether ${CC-cc} accepts -g" >&5
247fccde 963if eval "test \"`echo '$''{'ac_cv_prog_cc_g'+set}'`\" = set"; then
4fa134be
ILT
964 echo $ac_n "(cached) $ac_c" 1>&6
965else
966 echo 'void f(){}' > conftest.c
967if test -z "`${CC-cc} -g -c conftest.c 2>&1`"; then
247fccde 968 ac_cv_prog_cc_g=yes
4fa134be 969else
247fccde 970 ac_cv_prog_cc_g=no
4fa134be
ILT
971fi
972rm -f conftest*
973
974fi
975
247fccde
AC
976echo "$ac_t""$ac_cv_prog_cc_g" 1>&6
977 if test "$ac_test_CFLAGS" = set; then
978 CFLAGS="$ac_save_CFLAGS"
979 elif test $ac_cv_prog_cc_g = yes; then
980 CFLAGS="-g -O2"
981 else
982 CFLAGS="-O2"
4fa134be
ILT
983 fi
984else
985 GCC=
986 test "${CFLAGS+set}" = set || CFLAGS="-g"
987fi
988
fd14b47f
DE
989# Find a good install program. We prefer a C program (faster),
990# so one script is as good as another. But avoid the broken or
991# incompatible versions:
992# SysV /etc/install, /usr/sbin/install
993# SunOS /usr/etc/install
994# IRIX /sbin/install
995# AIX /bin/install
996# AFS /usr/afsws/bin/install, which mishandles nonexistent args
997# SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
998# ./install, which can be erroneously created by make from ./install.sh.
999echo $ac_n "checking for a BSD compatible install""... $ac_c" 1>&6
2d44e12a 1000echo "configure:1001: checking for a BSD compatible install" >&5
fd14b47f
DE
1001if test -z "$INSTALL"; then
1002if eval "test \"`echo '$''{'ac_cv_path_install'+set}'`\" = set"; then
1003 echo $ac_n "(cached) $ac_c" 1>&6
1004else
247fccde 1005 IFS="${IFS= }"; ac_save_IFS="$IFS"; IFS="${IFS}:"
fd14b47f
DE
1006 for ac_dir in $PATH; do
1007 # Account for people who put trailing slashes in PATH elements.
1008 case "$ac_dir/" in
1009 /|./|.//|/etc/*|/usr/sbin/*|/usr/etc/*|/sbin/*|/usr/afsws/bin/*|/usr/ucb/*) ;;
1010 *)
1011 # OSF1 and SCO ODT 3.0 have their own names for install.
2d44e12a 1012 for ac_prog in ginstall installbsd scoinst install; do
fd14b47f
DE
1013 if test -f $ac_dir/$ac_prog; then
1014 if test $ac_prog = install &&
1015 grep dspmsg $ac_dir/$ac_prog >/dev/null 2>&1; then
1016 # AIX install. It has an incompatible calling convention.
2d44e12a 1017 # OSF/1 installbsd also uses dspmsg, but is usable.
fd14b47f
DE
1018 :
1019 else
1020 ac_cv_path_install="$ac_dir/$ac_prog -c"
1021 break 2
1022 fi
1023 fi
1024 done
1025 ;;
1026 esac
1027 done
247fccde 1028 IFS="$ac_save_IFS"
fd14b47f
DE
1029
1030fi
1031 if test "${ac_cv_path_install+set}" = set; then
1032 INSTALL="$ac_cv_path_install"
1033 else
1034 # As a last resort, use the slow shell script. We don't cache a
1035 # path for INSTALL within a source directory, because that will
1036 # break other packages using the cache if that directory is
1037 # removed, or if the path is relative.
1038 INSTALL="$ac_install_sh"
1039 fi
1040fi
1041echo "$ac_t""$INSTALL" 1>&6
1042
1043# Use test -z because SunOS4 sh mishandles braces in ${var-val}.
1044# It thinks the first close brace ends the variable substitution.
1045test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
1046
1047test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
1048
fd14b47f
DE
1049
1050# Put a plausible default for CC_FOR_BUILD in Makefile.
fd14b47f
DE
1051if test "x$cross_compiling" = "xno"; then
1052 CC_FOR_BUILD='$(CC)'
1053else
1054 CC_FOR_BUILD=gcc
1055fi
1056
1057
4fa134be
ILT
1058
1059
1060AR=${AR-ar}
1061
1062# Extract the first word of "ranlib", so it can be a program name with args.
1063set dummy ranlib; ac_word=$2
1064echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
2d44e12a 1065echo "configure:1066: checking for $ac_word" >&5
4fa134be
ILT
1066if eval "test \"`echo '$''{'ac_cv_prog_RANLIB'+set}'`\" = set"; then
1067 echo $ac_n "(cached) $ac_c" 1>&6
1068else
1069 if test -n "$RANLIB"; then
1070 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
1071else
1072 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}:"
1073 for ac_dir in $PATH; do
1074 test -z "$ac_dir" && ac_dir=.
1075 if test -f $ac_dir/$ac_word; then
1076 ac_cv_prog_RANLIB="ranlib"
1077 break
1078 fi
1079 done
1080 IFS="$ac_save_ifs"
1081 test -z "$ac_cv_prog_RANLIB" && ac_cv_prog_RANLIB=":"
1082fi
1083fi
1084RANLIB="$ac_cv_prog_RANLIB"
1085if test -n "$RANLIB"; then
1086 echo "$ac_t""$RANLIB" 1>&6
1087else
1088 echo "$ac_t""no" 1>&6
1089fi
1090
1091
fbda74b1 1092# Check for common headers.
247fccde
AC
1093# FIXME: Seems to me this can cause problems for i386-windows hosts.
1094# At one point there were hardcoded AC_DEFINE's if ${host} = i386-*-windows*.
1095for ac_hdr in stdlib.h string.h strings.h unistd.h time.h sys/time.h sys/resource.h
fbda74b1 1096do
247fccde 1097ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
fbda74b1 1098echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
2d44e12a 1099echo "configure:1100: checking for $ac_hdr" >&5
fbda74b1
DE
1100if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
1101 echo $ac_n "(cached) $ac_c" 1>&6
1102else
1103 cat > conftest.$ac_ext <<EOF
2d44e12a 1104#line 1105 "configure"
fbda74b1
DE
1105#include "confdefs.h"
1106#include <$ac_hdr>
1107EOF
1108ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
2d44e12a 1109{ (eval echo configure:1110: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
fbda74b1
DE
1110ac_err=`grep -v '^ *+' conftest.out`
1111if test -z "$ac_err"; then
1112 rm -rf conftest*
1113 eval "ac_cv_header_$ac_safe=yes"
1114else
1115 echo "$ac_err" >&5
247fccde
AC
1116 echo "configure: failed program was:" >&5
1117 cat conftest.$ac_ext >&5
fbda74b1
DE
1118 rm -rf conftest*
1119 eval "ac_cv_header_$ac_safe=no"
1120fi
1121rm -f conftest*
1122fi
1123if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
1124 echo "$ac_t""yes" 1>&6
247fccde 1125 ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
fbda74b1
DE
1126 cat >> confdefs.h <<EOF
1127#define $ac_tr_hdr 1
1128EOF
1129
1130else
1131 echo "$ac_t""no" 1>&6
1132fi
1133done
1134
462cfbc4 1135for ac_func in getrusage time sigaction
247fccde
AC
1136do
1137echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
2d44e12a 1138echo "configure:1139: checking for $ac_func" >&5
247fccde
AC
1139if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
1140 echo $ac_n "(cached) $ac_c" 1>&6
1141else
1142 cat > conftest.$ac_ext <<EOF
2d44e12a 1143#line 1144 "configure"
247fccde
AC
1144#include "confdefs.h"
1145/* System header to define __stub macros and hopefully few prototypes,
1146 which can conflict with char $ac_func(); below. */
1147#include <assert.h>
1148/* Override any gcc2 internal prototype to avoid an error. */
1149/* We use char because int might match the return type of a gcc2
1150 builtin and then its argument prototype would still apply. */
1151char $ac_func();
1152
1153int main() {
1154
1155/* The GNU C library defines this for functions which it implements
1156 to always fail with ENOSYS. Some functions are actually named
1157 something starting with __ and the normal name is an alias. */
1158#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
1159choke me
1160#else
1161$ac_func();
1162#endif
1163
1164; return 0; }
1165EOF
2d44e12a 1166if { (eval echo configure:1167: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
247fccde
AC
1167 rm -rf conftest*
1168 eval "ac_cv_func_$ac_func=yes"
1169else
1170 echo "configure: failed program was:" >&5
1171 cat conftest.$ac_ext >&5
1172 rm -rf conftest*
1173 eval "ac_cv_func_$ac_func=no"
1174fi
1175rm -f conftest*
1176fi
1177
1178if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
1179 echo "$ac_t""yes" 1>&6
1180 ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
1181 cat >> confdefs.h <<EOF
1182#define $ac_tr_func 1
1183EOF
1184
1185else
1186 echo "$ac_t""no" 1>&6
1187fi
1188done
1189
fbda74b1 1190
fd14b47f
DE
1191. ${srcdir}/../../bfd/configure.host
1192
1193
601fb8ae 1194
462cfbc4
DE
1195# Check whether --enable-maintainer-mode or --disable-maintainer-mode was given.
1196if test "${enable_maintainer_mode+set}" = set; then
1197 enableval="$enable_maintainer_mode"
1198 case "${enableval}" in
1199 yes) MAINT="" ;;
1200 no) MAINT="#" ;;
1201 *) { echo "configure: error: "--enable-maintainer-mode does not take a value"" 1>&2; exit 1; }; MAINT="#" ;;
1202esac
1203if test x"$silent" != x"yes" && test x"$MAINT" = x""; then
1204 echo "Setting maintainer mode" 6>&1
1205fi
1206else
1207 MAINT="#"
1208fi
1209
1210
1211
601fb8ae
MM
1212# Check whether --enable-sim-bswap or --disable-sim-bswap was given.
1213if test "${enable_sim_bswap+set}" = set; then
1214 enableval="$enable_sim_bswap"
1215 case "${enableval}" in
a77aa7ec 1216 yes) sim_bswap="-DWITH_BSWAP=1 -DUSE_BSWAP=1";;
601fb8ae
MM
1217 no) sim_bswap="-DWITH_BSWAP=0";;
1218 *) { echo "configure: error: "--enable-sim-bswap does not take a value"" 1>&2; exit 1; }; sim_bswap="";;
1219esac
1220if test x"$silent" != x"yes" && test x"$sim_bswap" != x""; then
1221 echo "Setting bswap flags = $sim_bswap" 6>&1
1222fi
1223else
1224 sim_bswap=""
1225fi
1226
1227
1228
fd14b47f
DE
1229# Check whether --enable-sim-cflags or --disable-sim-cflags was given.
1230if test "${enable_sim_cflags+set}" = set; then
1231 enableval="$enable_sim_cflags"
1232 case "${enableval}" in
1233 yes) sim_cflags="-O2";;
1234 trace) { echo "configure: error: "Please use --enable-sim-debug instead."" 1>&2; exit 1; }; sim_cflags="";;
1235 no) sim_cflags="";;
1236 *) sim_cflags=`echo "${enableval}" | sed -e "s/,/ /g"`;;
1237esac
1238if test x"$silent" != x"yes" && test x"$sim_cflags" != x""; then
1239 echo "Setting sim cflags = $sim_cflags" 6>&1
1240fi
4fa134be 1241else
fd14b47f
DE
1242 sim_cflags=""
1243fi
1244
1245
601fb8ae 1246
fd14b47f
DE
1247# Check whether --enable-sim-debug or --disable-sim-debug was given.
1248if test "${enable_sim_debug+set}" = set; then
1249 enableval="$enable_sim_debug"
1250 case "${enableval}" in
fbda74b1
DE
1251 yes) sim_debug="-DDEBUG=7 -DWITH_DEBUG=7";;
1252 no) sim_debug="-DDEBUG=0 -DWITH_DEBUG=0";;
1253 *) sim_debug="-DDEBUG='(${enableval})' -DWITH_DEBUG='(${enableval})'";;
fd14b47f
DE
1254esac
1255if test x"$silent" != x"yes" && test x"$sim_debug" != x""; then
1256 echo "Setting sim debug = $sim_debug" 6>&1
1257fi
4fa134be 1258else
fd14b47f
DE
1259 sim_debug=""
1260fi
1261
1262
601fb8ae 1263
a35e91c3
AC
1264# Check whether --enable-sim-stdio or --disable-sim-stdio was given.
1265if test "${enable_sim_stdio+set}" = set; then
1266 enableval="$enable_sim_stdio"
1267 case "${enableval}" in
1268 yes) sim_stdio="-DWITH_STDIO=DO_USE_STDIO";;
1269 no) sim_stdio="-DWITH_STDIO=DONT_USE_STDIO";;
1270 *) { echo "configure: error: "Unknown value $enableval passed to --enable-sim-stdio"" 1>&2; exit 1; }; sim_stdio="";;
1271esac
1272if test x"$silent" != x"yes" && test x"$sim_stdio" != x""; then
1273 echo "Setting stdio flags = $sim_stdio" 6>&1
1274fi
1275else
1276 sim_stdio=""
1277fi
a77aa7ec
AC
1278
1279
1280
fd14b47f
DE
1281# Check whether --enable-sim-trace or --disable-sim-trace was given.
1282if test "${enable_sim_trace+set}" = set; then
1283 enableval="$enable_sim_trace"
1284 case "${enableval}" in
247fccde 1285 yes) sim_trace="-DTRACE=1 -DWITH_TRACE=-1";;
a77aa7ec 1286 no) sim_trace="-DTRACE=0 -DWITH_TRACE=0";;
247fccde
AC
1287 [-0-9]*)
1288 sim_trace="-DTRACE='(${enableval})' -DWITH_TRACE='(${enableval})'";;
1289 [a-z]*)
1290 sim_trace=""
1291 for x in `echo "$enableval" | sed -e "s/,/ /g"`; do
1292 if test x"$sim_trace" = x; then
1293 sim_trace="-DWITH_TRACE='(TRACE_$x"
1294 else
1295 sim_trace="${sim_trace}|TRACE_$x"
1296 fi
1297 done
1298 sim_trace="$sim_trace)'" ;;
fd14b47f
DE
1299esac
1300if test x"$silent" != x"yes" && test x"$sim_trace" != x""; then
1301 echo "Setting sim trace = $sim_trace" 6>&1
1302fi
4fa134be 1303else
fd14b47f 1304 sim_trace=""
4fa134be 1305fi
fd14b47f
DE
1306
1307
4fa134be 1308
247fccde
AC
1309# Check whether --enable-sim-profile or --disable-sim-profile was given.
1310if test "${enable_sim_profile+set}" = set; then
1311 enableval="$enable_sim_profile"
1312 case "${enableval}" in
1313 yes) sim_profile="-DPROFILE=1 -DWITH_PROFILE=-1";;
1314 no) sim_profile="-DPROFILE=0 -DWITH_PROFILE=0";;
1315 [-0-9]*)
1316 sim_profile="-DPROFILE='(${enableval})' -DWITH_PROFILE='(${enableval})'";;
1317 [a-z]*)
1318 sim_profile=""
1319 for x in `echo "$enableval" | sed -e "s/,/ /g"`; do
1320 if test x"$sim_profile" = x; then
1321 sim_profile="-DWITH_PROFILE='(PROFILE_$x"
1322 else
1323 sim_profile="${sim_profile}|PROFILE_$x"
1324 fi
1325 done
1326 sim_profile="$sim_profile)'" ;;
1327esac
1328if test x"$silent" != x"yes" && test x"$sim_profile" != x""; then
1329 echo "Setting sim profile = $sim_profile" 6>&1
1330fi
1331else
1332 sim_profile=""
1333fi
1334
1335
1336
08db4a65 1337echo $ac_n "checking return type of signal handlers""... $ac_c" 1>&6
2d44e12a 1338echo "configure:1339: checking return type of signal handlers" >&5
08db4a65
AC
1339if eval "test \"`echo '$''{'ac_cv_type_signal'+set}'`\" = set"; then
1340 echo $ac_n "(cached) $ac_c" 1>&6
1341else
1342 cat > conftest.$ac_ext <<EOF
2d44e12a 1343#line 1344 "configure"
08db4a65
AC
1344#include "confdefs.h"
1345#include <sys/types.h>
1346#include <signal.h>
1347#ifdef signal
1348#undef signal
1349#endif
1350#ifdef __cplusplus
1351extern "C" void (*signal (int, void (*)(int)))(int);
1352#else
1353void (*signal ()) ();
1354#endif
1355
247fccde 1356int main() {
08db4a65
AC
1357int i;
1358; return 0; }
1359EOF
2d44e12a 1360if { (eval echo configure:1361: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
08db4a65
AC
1361 rm -rf conftest*
1362 ac_cv_type_signal=void
1363else
247fccde
AC
1364 echo "configure: failed program was:" >&5
1365 cat conftest.$ac_ext >&5
08db4a65
AC
1366 rm -rf conftest*
1367 ac_cv_type_signal=int
1368fi
1369rm -f conftest*
08db4a65
AC
1370fi
1371
1372echo "$ac_t""$ac_cv_type_signal" 1>&6
1373cat >> confdefs.h <<EOF
1374#define RETSIGTYPE $ac_cv_type_signal
1375EOF
1376
1377
1378
1379
fd14b47f
DE
1380sim_link_files=
1381sim_link_links=
1382
1383sim_link_links=tconfig.h
1384if test -f ${srcdir}/tconfig.in
1385then
1386 sim_link_files=tconfig.in
4fa134be 1387else
fd14b47f 1388 sim_link_files=../common/tconfig.in
4fa134be
ILT
1389fi
1390
19c5af72 1391# targ-vals.def points to the libc macro description file.
295dbbe4 1392case "${target}" in
19c5af72 1393*-*-*) TARG_VALS_DEF=../common/nltvals.def ;;
295dbbe4 1394esac
19c5af72
DE
1395sim_link_files="${sim_link_files} ${TARG_VALS_DEF}"
1396sim_link_links="${sim_link_links} targ-vals.def"
295dbbe4
SG
1397
1398
fd14b47f 1399
247fccde
AC
1400
1401default_sim_inline="-DDEFAULT_INLINE=0"
1402# Check whether --enable-sim-inline or --disable-sim-inline was given.
1403if test "${enable_sim_inline+set}" = set; then
1404 enableval="$enable_sim_inline"
1405 sim_inline=""
1406case "$enableval" in
1407 no) sim_inline="-DDEFAULT_INLINE=0";;
1408 0) sim_inline="-DDEFAULT_INLINE=0";;
1409 yes | 2) sim_inline="-DDEFAULT_INLINE=ALL_INLINE";;
1410 1) sim_inline="-DDEFAULT_INLINE=INLINE_LOCALS";;
1411 *) for x in `echo "$enableval" | sed -e "s/,/ /g"`; do
1412 new_flag=""
1413 case "$x" in
1414 *_INLINE=*) new_flag="-D$x";;
1415 *=*) new_flag=`echo "$x" | sed -e "s/=/_INLINE=/" -e "s/^/-D/"`;;
1416 *_INLINE) new_flag="-D$x=ALL_INLINE";;
1417 *) new_flag="-D$x""_INLINE=ALL_INLINE";;
1418 esac
1419 if test x"$sim_inline" = x""; then
1420 sim_inline="$new_flag"
1421 else
1422 sim_inline="$sim_inline $new_flag"
1423 fi
1424 done;;
1425esac
1426if test x"$silent" != x"yes" && test x"$sim_inline" != x""; then
1427 echo "Setting inline flags = $sim_inline" 6>&1
1428fi
1429else
1430 if test x"$GCC" != "x" -a x"${default_sim_inline}" != "x" ; then
1431 sim_inline="${default_sim_inline}"
1432 if test x"$silent" != x"yes"; then
1433 echo "Setting inline flags = $sim_inline" 6>&1
1434 fi
1435else
1436 sim_inline=""
1437fi
1438fi
1439
76a6247f
AC
1440wire_alignment="NONSTRICT_ALIGNMENT"
1441default_alignment=""
1442
1443# Check whether --enable-sim-alignment or --disable-sim-alignment was given.
1444if test "${enable_sim_alignment+set}" = set; then
1445 enableval="$enable_sim_alignment"
1446 case "${enableval}" in
1447 strict | STRICT) sim_alignment="-DWITH_ALIGNMENT=STRICT_ALIGNMENT";;
1448 nonstrict | NONSTRICT) sim_alignment="-DWITH_ALIGNMENT=NONSTRICT_ALIGNMENT";;
1449 forced | FORCED) sim_alignment="-DWITH_ALIGNMENT=FORCED_ALIGNMENT";;
1450 yes) if test x"$wire_alignment" != x; then
1451 sim_alignment="-DWITH_ALIGNMENT=${wire_alignment}"
1452 else
1453 if test x"$default_alignment" != x; then
1454 sim_alignment="-DWITH_ALIGNMENT=${default_alignment}"
1455 else
1456 echo "No hard-wired alignment for target $target" 1>&6
1457 sim_alignment="-DWITH_ALIGNMENT=0"
1458 fi
1459 fi;;
1460 no) if test x"$default_alignment" != x; then
1461 sim_alignment="-DWITH_DEFAULT_ALIGNMENT=${default_alignment}"
1462 else
1463 if test x"$wire_alignment" != x; then
1464 sim_alignment="-DWITH_DEFAULT_ALIGNMENT=${wire_alignment}"
1465 else
1466 echo "No default alignment for target $target" 1>&6
1467 sim_alignment="-DWITH_DEFAULT_ALIGNMENT=0"
1468 fi
1469 fi;;
1470 *) { echo "configure: error: "Unknown value $enableval passed to --enable-sim-alignment"" 1>&2; exit 1; }; sim_alignment="";;
1471esac
1472if test x"$silent" != x"yes" && test x"$sim_alignment" != x""; then
1473 echo "Setting alignment flags = $sim_alignment" 6>&1
1474fi
1475else
1476 if test x"$default_alignment" != x; then
1477 sim_alignment="-DWITH_DEFAULT_ALIGNMENT=${default_alignment}"
1478else
1479 if test x"$wire_alignment" != x; then
1480 sim_alignment="-DWITH_ALIGNMENT=${wire_alignment}"
1481 else
1482 sim_alignment=
1483 fi
1484fi
1485fi
1486
1487
247fccde
AC
1488# Check whether --enable-sim-hostendian or --disable-sim-hostendian was given.
1489if test "${enable_sim_hostendian+set}" = set; then
1490 enableval="$enable_sim_hostendian"
1491 case "${enableval}" in
1492 no) sim_hostendian="-DWITH_HOST_BYTE_ORDER=0";;
1493 b*|B*) sim_hostendian="-DWITH_HOST_BYTE_ORDER=BIG_ENDIAN";;
1494 l*|L*) sim_hostendian="-DWITH_HOST_BYTE_ORDER=LITTLE_ENDIAN";;
1495 *) { echo "configure: error: "Unknown value $enableval for --enable-sim-hostendian"" 1>&2; exit 1; }; sim_hostendian="";;
1496esac
1497if test x"$silent" != x"yes" && test x"$sim_hostendian" != x""; then
1498 echo "Setting hostendian flags = $sim_hostendian" 6>&1
1499fi
1500else
1501
1502if test "x$cross_compiling" = "xno"; then
1503 echo $ac_n "checking whether byte ordering is bigendian""... $ac_c" 1>&6
2d44e12a 1504echo "configure:1505: checking whether byte ordering is bigendian" >&5
247fccde
AC
1505if eval "test \"`echo '$''{'ac_cv_c_bigendian'+set}'`\" = set"; then
1506 echo $ac_n "(cached) $ac_c" 1>&6
1507else
1508 ac_cv_c_bigendian=unknown
1509# See if sys/param.h defines the BYTE_ORDER macro.
1510cat > conftest.$ac_ext <<EOF
2d44e12a 1511#line 1512 "configure"
247fccde
AC
1512#include "confdefs.h"
1513#include <sys/types.h>
1514#include <sys/param.h>
1515int main() {
1516
1517#if !BYTE_ORDER || !BIG_ENDIAN || !LITTLE_ENDIAN
1518 bogus endian macros
1519#endif
1520; return 0; }
1521EOF
2d44e12a 1522if { (eval echo configure:1523: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
247fccde
AC
1523 rm -rf conftest*
1524 # It does; now see whether it defined to BIG_ENDIAN or not.
1525cat > conftest.$ac_ext <<EOF
2d44e12a 1526#line 1527 "configure"
247fccde
AC
1527#include "confdefs.h"
1528#include <sys/types.h>
1529#include <sys/param.h>
1530int main() {
1531
1532#if BYTE_ORDER != BIG_ENDIAN
1533 not big endian
1534#endif
1535; return 0; }
1536EOF
2d44e12a 1537if { (eval echo configure:1538: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
247fccde
AC
1538 rm -rf conftest*
1539 ac_cv_c_bigendian=yes
1540else
1541 echo "configure: failed program was:" >&5
1542 cat conftest.$ac_ext >&5
1543 rm -rf conftest*
1544 ac_cv_c_bigendian=no
1545fi
1546rm -f conftest*
1547else
1548 echo "configure: failed program was:" >&5
1549 cat conftest.$ac_ext >&5
1550fi
1551rm -f conftest*
1552if test $ac_cv_c_bigendian = unknown; then
1553if test "$cross_compiling" = yes; then
1554 { echo "configure: error: can not run test program while cross compiling" 1>&2; exit 1; }
1555else
1556 cat > conftest.$ac_ext <<EOF
2d44e12a 1557#line 1558 "configure"
247fccde
AC
1558#include "confdefs.h"
1559main () {
1560 /* Are we little or big endian? From Harbison&Steele. */
1561 union
1562 {
1563 long l;
1564 char c[sizeof (long)];
1565 } u;
1566 u.l = 1;
1567 exit (u.c[sizeof (long) - 1] == 1);
1568}
1569EOF
2d44e12a 1570if { (eval echo configure:1571: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest && (./conftest; exit) 2>/dev/null
247fccde
AC
1571then
1572 ac_cv_c_bigendian=no
1573else
1574 echo "configure: failed program was:" >&5
1575 cat conftest.$ac_ext >&5
1576 rm -fr conftest*
1577 ac_cv_c_bigendian=yes
1578fi
1579rm -fr conftest*
1580fi
1581
1582fi
1583fi
1584
1585echo "$ac_t""$ac_cv_c_bigendian" 1>&6
1586if test $ac_cv_c_bigendian = yes; then
1587 cat >> confdefs.h <<\EOF
1588#define WORDS_BIGENDIAN 1
1589EOF
1590
1591fi
1592
1593 if test $ac_cv_c_bigendian = yes; then
1594 sim_hostendian="-DWITH_HOST_BYTE_ORDER=BIG_ENDIAN"
1595 else
1596 sim_hostendian="-DWITH_HOST_BYTE_ORDER=LITTLE_ENDIAN"
1597 fi
1598else
1599 sim_hostendian="-DWITH_HOST_BYTE_ORDER=0"
1600fi
1601fi
1602
1603
247fccde
AC
1604# Check whether --enable-sim-warnings or --disable-sim-warnings was given.
1605if test "${enable_sim_warnings+set}" = set; then
1606 enableval="$enable_sim_warnings"
1607 case "${enableval}" in
1608 yes) sim_warnings="-Werror -Wall -Wpointer-arith -Wmissing-prototypes -Wmissing-declarations ";;
1609 no) sim_warnings="-w";;
1610 *) sim_warnings=`echo "${enableval}" | sed -e "s/,/ /g"`;;
1611esac
1612if test x"$silent" != x"yes" && test x"$sim_warnings" != x""; then
1613 echo "Setting warning flags = $sim_warnings" 6>&1
1614fi
1615else
1616 sim_warnings=""
1617fi
1618
1619
1620
fd14b47f
DE
1621# Ensure a reasonable default simulator is constructed:
1622case "${target}" in
a2ab5e65
AC
1623# start-sanitize-tx19
1624 mipstx19*-*-*) SIMCONF="-mips1 -mcpu=r1900 -mno-fp --warnings";;
1625# end-sanitize-tx19
6205f379
GRK
1626# start-sanitize-tx49
1627 mips64tx49*-*-*) SIMCONF="-mips3 --warnings -mcpu=r4900";;
1628# end-sanitize-tx49
601fb8ae 1629# start-sanitize-r5900
18c64df6 1630 mips64r59*-*-*) SIMCONF="-mips3 --warnings -mcpu=r5900";;
601fb8ae 1631# end-sanitize-r5900
fd14b47f 1632 mips64*-*-*) SIMCONF="-mips0 --warnings";;
295dbbe4 1633 mips16*-*-*) SIMCONF="-mips0 --warnings";;
fd14b47f
DE
1634 mips*-*-*) SIMCONF="-mips2 --warnings";;
1635 *) SIMCONF="-mips0 --warnings";;
1636esac
1637
1638
76a6247f
AC
1639case "${target}" in
1640# start-sanitize-tx19
1641 mipstx19*-*-*) SIM_SUBTARGET="-DSUBTARGET_R3900=1";;
1642# end-sanitize-tx19
1643 *) SIM_SUBTARGET="";;
1644esac
1645
1646
18c64df6
AC
1647
1648#
1649# Select the byte order of the target
1650#
2d44e12a
AC
1651mips_endian=
1652default_endian=
18c64df6
AC
1653case "${target}" in
1654# start-sanitize-tx19
2d44e12a 1655 mipstx19*-*-*) default_endian=BIG_ENDIAN ;;
18c64df6
AC
1656# end-sanitize-tx19
1657# start-sanitize-r5900
1658 mips64r59*-*-*) mips_endian=LITTLE_ENDIAN ;;
1659# end-sanitize-r5900
2d44e12a
AC
1660 mips64*-*-*) default_endian=BIG_ENDIAN ;;
1661 mips16*-*-*) default_endian=BIG_ENDIAN ;;
1662 mips*-*-*) default_endian=BIG_ENDIAN ;;
1663 *) default_endian=BIG_ENDIAN ;;
18c64df6
AC
1664esac
1665
1666wire_endian="$mips_endian"
2d44e12a 1667default_endian="$default_endian"
18c64df6
AC
1668# Check whether --enable-sim-endian or --disable-sim-endian was given.
1669if test "${enable_sim_endian+set}" = set; then
1670 enableval="$enable_sim_endian"
1671 case "${enableval}" in
1672 b*|B*) sim_endian="-DWITH_TARGET_BYTE_ORDER=BIG_ENDIAN";;
1673 l*|L*) sim_endian="-DWITH_TARGET_BYTE_ORDER=LITTLE_ENDIAN";;
1674 yes) if test x"$wire_endian" != x; then
1675 sim_endian="-DWITH_TARGET_BYTE_ORDER=${wire_endian}"
1676 else
1677 if test x"$default_endian" != x; then
1678 sim_endian="-DWITH_TARGET_BYTE_ORDER=${default_endian}"
1679 else
1680 echo "No hard-wired endian for target $target" 1>&6
1681 sim_endian="-DWITH_TARGET_BYTE_ORDER=0"
1682 fi
1683 fi;;
1684 no) if test x"$default_endian" != x; then
1685 sim_endian="-DWITH_DEFAULT_TARGET_BYTE_ORDER=${default_endian}"
1686 else
1687 if test x"$wire_endian" != x; then
1688 sim_endian="-DWITH_DEFAULT_TARGET_BYTE_ORDER=${wire_endian}"
1689 else
1690 echo "No default endian for target $target" 1>&6
1691 sim_endian="-DWITH_DEFAULT_TARGET_BYTE_ORDER=0"
1692 fi
1693 fi;;
1694 *) { echo "configure: error: "Unknown value $enableval for --enable-sim-endian"" 1>&2; exit 1; }; sim_endian="";;
1695esac
1696if test x"$silent" != x"yes" && test x"$sim_endian" != x""; then
1697 echo "Setting endian flags = $sim_endian" 6>&1
1698fi
1699else
1700 if test x"$default_endian" != x; then
1701 sim_endian="-DWITH_DEFAULT_TARGET_BYTE_ORDER=${default_endian}"
1702else
1703 if test x"$wire_endian" != x; then
1704 sim_endian="-DWITH_TARGET_BYTE_ORDER=${wire_endian}"
1705 else
1706 sim_endian=
1707 fi
1708fi
1709fi
1710
1711
1712
1713#
1714# Select the bitsize of the target
1715#
1716case "${target}" in
1717# start-sanitize-tx19
1718 mipstx19*-*-*) mips_bitsize=32 ; mips_msb=31 ;;
1719# end-sanitize-tx19
1720# start-sanitize-r5900
1721 mips64r59*-*-*) mips_bitsize=64 ; mips_msb=63 ;;
1722# end-sanitize-r5900
1723 mips64*-*-*) mips_bitsize=64 ; mips_msb=63 ;;
1724 mips16*-*-*) mips_bitsize=64 ; mips_msb=63 ;;
1725 mips*-*-*) mips_bitsize=32 ; mips_msb=31 ;;
1726 *) mips_bitsize=64 ; mips_msb=63 ;;
1727esac
1728wire_bitsize="$mips_bitsize"
1729wire_msb="$mips_msb"
1730# Check whether --enable-sim-bitsize or --disable-sim-bitsize was given.
1731if test "${enable_sim_bitsize+set}" = set; then
1732 enableval="$enable_sim_bitsize"
1733 case "${enableval}" in
1734 64,63) sim_bitsize="-DWITH_TARGET_WORD_BITSIZE=64 -DWITH_TARGET_WORD_MSB=63";;
1735 32,31) sim_bitsize="-DWITH_TARGET_WORD_BITSIZE=32 -DWITH_TARGET_WORD_MSB=31";;
1736 64,0) sim_bitsize="-DWITH_TARGET_WORD_BITSIZE=32 -DWITH_TARGET_WORD_MSB=0";;
1737 32,0) sim_bitsize="-DWITH_TARGET_WORD_BITSIZE=32 -DWITH_TARGET_WORD_MSB=0";;
1738 32) if test x"$wire_msb" != x -a x"$wire_msb" != x0; then
1739 sim_bitsize="-DWITH_TARGET_WORD_BITSIZE=32 -DWITH_TARGET_WORD_MSB=31"
1740 else
1741 sim_bitsize="-DWITH_TARGET_WORD_BITSIZE=32 -DWITH_TARGET_WORD_MSB=0"
1742 fi ;;
1743 64) if test x"$wire_msb" != x -a x"$wire_msb" != x0; then
1744 sim_bitsize="-DWITH_TARGET_WORD_BITSIZE=64 -DWITH_TARGET_WORD_MSB=63"
1745 else
1746 sim_bitsize="-DWITH_TARGET_WORD_BITSIZE=64 -DWITH_TARGET_WORD_MSB=0"
1747 fi ;;
1748 *) { echo "configure: error: "--enable-sim-bitsize was given $enableval. Expected 32 or 64"" 1>&2; exit 1; }; sim_bitsize="";;
1749esac
1750if test x"$silent" != x"yes" && test x"$sim_bitsize" != x""; then
1751 echo "Setting bitsize flags = $sim_bitsize" 6>&1
1752fi
1753else
1754 sim_bitsize=""
1755if test x"$wire_bitsize" != x; then
1756 sim_bitsize="$sim_bitsize -DWITH_TARGET_WORD_BITSIZE=$wire_bitsize"
1757fi
1758if test x"$wire_msb" != x; then
1759 sim_bitsize="$sim_bitsize -DWITH_TARGET_WORD_MSB=$wire_msb"
1760fi
1761fi
1762
1763
1764
1765#
1766# Select the floating hardware support of the target
1767#
1768mips_fpu=HARDWARE_FLOATING_POINT
1769case "${target}" in
1770# start-sanitize-tx19
1771 mipstx19*-*-*) mips_fpu=SOFT_FLOATING_POINT ;;
1772# end-sanitize-tx19
1773# start-sanitize-r5900
1774 mips64r59*-*-*) mips_fpu=HARD_FLOATING_POINT ;;
1775# end-sanitize-r5900
1776 mips64*-*-*) mips_fpu=HARD_FLOATING_POINT ;;
1777 mips16*-*-*) mips_fpu=HARD_FLOATING_POINT ;;
1778 mips*-*-*) mips_fpu=HARD_FLOATING_POINT ;;
1779 *) mips_fpu=HARD_FLOATING_POINT ;;
1780esac
1781
1782default_sim_floating_point="$mips_fpu"
1783# Check whether --enable-sim-float or --disable-sim-float was given.
1784if test "${enable_sim_float+set}" = set; then
1785 enableval="$enable_sim_float"
1786 case "${enableval}" in
1787 yes | hard) sim_float="-DWITH_FLOATING_POINT=HARD_FLOATING_POINT";;
1788 no | soft) sim_float="-DWITH_FLOATING_POINT=SOFT_FLOATING_POINT";;
1789 *) { echo "configure: error: "Unknown value $enableval passed to --enable-sim-float"" 1>&2; exit 1; }; sim_float="";;
1790esac
1791if test x"$silent" != x"yes" && test x"$sim_float" != x""; then
1792 echo "Setting float flags = $sim_float" 6>&1
1793fi
1794else
1795 sim_float="-DWITH_FLOATING_POINT=${default_sim_floating_point}"
1796fi
1797
1798
1799
122edc03 1800#
6e51f990 1801# Select the IGEN architecture
122edc03 1802#
6e51f990 1803sim_use_gen=NO
255cbbf1
JL
1804sim_igen_machine="-M mipsIV"
1805sim_m16_machine="-M mips16"
6e51f990
DE
1806sim_igen_filter="32,64,f"
1807sim_m16_filter="16"
16bd5d6e 1808
122edc03 1809case "${target}" in
90ad43b2 1810# start-sanitize-tx19
6e51f990 1811 mipstx19*-*-*) sim_default_gen=M16
255cbbf1
JL
1812 sim_igen_machine="-M tx19"
1813 sim_m16_machine="-M tx19"
6e51f990
DE
1814 sim_igen_filter="32"
1815 sim_m16_filter="16"
1816 ;;
90ad43b2 1817# end-sanitize-tx19
122edc03 1818# start-sanitize-r5900
6e51f990 1819 mips64r59*-*-*) sim_default_gen=IGEN
255cbbf1 1820 sim_igen_machine="-M r5900"
6e51f990 1821 ;;
122edc03
AC
1822# end-sanitize-r5900
1823# start-sanitize-vr5400
6e51f990
DE
1824 mips64vr54*-*-*) sim_default_gen=IGEN
1825 sim_use_gen=IGEN
255cbbf1 1826 sim_igen_machine="-M vr5000,vr5400 -G gen-multi-sim=vr5400"
6e51f990 1827 ;;
122edc03 1828# end-sanitize-vr5400
6e51f990 1829 mips64vr5*-*-*) sim_default_gen=IGEN
255cbbf1
JL
1830 sim_use_gen=IGEN
1831 sim_igen_machine="-M vr5000"
1832# start-sanitize-vr5400
1833 sim_igen_machine="-M vr5000,vr5400 -G gen-multi-sim=vr5000"
1834# end-sanitize-vr5400
6e51f990
DE
1835 ;;
1836 mips16*-*-*) sim_default_gen=M16
1837 ;;
1838 mips32*-*-*) sim_default_gen=IGEN
1839 sim_igen_filter="32,f"
1840 ;;
1841 *) sim_default_gen=IGEN
1842 ;;
122edc03 1843esac
255cbbf1
JL
1844sim_igen_flags="-F ${sim_igen_filter} ${sim_igen_machine}"
1845sim_m16_flags=" -F ${sim_m16_filter} ${sim_m16_machine}"
122edc03
AC
1846
1847
1848
6e51f990
DE
1849#
1850# Enable igen
1851#
1852# Check whether --enable-sim-igen or --disable-sim-igen was given.
1853if test "${enable_sim_igen+set}" = set; then
1854 enableval="$enable_sim_igen"
1855 case "${enableval}" in
1856 yes) sim_gen="${sim_default_gen}";;
1857 no) sim_gen=NO;;
1858 16) sim_gen=M16;;
1859 *) { echo "configure: error: "Unknown value $enableval passed to --enable-sim-stdio"" 1>&2; exit 1; }; sim_gen="";;
1860esac
1861if test x"$silent" != x"yes" && test x"$sim_gen" != x""; then
1862 echo "Setting sim_igen = $sim_gen" 6>&1
1863fi
1864else
1865 sim_gen="${sim_use_gen}"
1866fi
1867
1868
16bd5d6e
AC
1869
1870
247fccde 1871for ac_hdr in string.h strings.h stdlib.h stdlib.h
4fa134be 1872do
247fccde 1873ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
4fa134be 1874echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
2d44e12a 1875echo "configure:1876: checking for $ac_hdr" >&5
4fa134be
ILT
1876if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
1877 echo $ac_n "(cached) $ac_c" 1>&6
1878else
1879 cat > conftest.$ac_ext <<EOF
2d44e12a 1880#line 1881 "configure"
4fa134be
ILT
1881#include "confdefs.h"
1882#include <$ac_hdr>
1883EOF
1884ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
2d44e12a 1885{ (eval echo configure:1886: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
4fa134be
ILT
1886ac_err=`grep -v '^ *+' conftest.out`
1887if test -z "$ac_err"; then
1888 rm -rf conftest*
1889 eval "ac_cv_header_$ac_safe=yes"
1890else
1891 echo "$ac_err" >&5
247fccde
AC
1892 echo "configure: failed program was:" >&5
1893 cat conftest.$ac_ext >&5
4fa134be
ILT
1894 rm -rf conftest*
1895 eval "ac_cv_header_$ac_safe=no"
1896fi
1897rm -f conftest*
1898fi
1899if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
1900 echo "$ac_t""yes" 1>&6
247fccde 1901 ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
4fa134be
ILT
1902 cat >> confdefs.h <<EOF
1903#define $ac_tr_hdr 1
1904EOF
1905
1906else
1907 echo "$ac_t""no" 1>&6
1908fi
1909done
1910
247fccde 1911echo $ac_n "checking for fabs in -lm""... $ac_c" 1>&6
2d44e12a 1912echo "configure:1913: checking for fabs in -lm" >&5
247fccde 1913ac_lib_var=`echo m'_'fabs | sed 'y%./+-%__p_%'`
4fa134be
ILT
1914if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
1915 echo $ac_n "(cached) $ac_c" 1>&6
1916else
1917 ac_save_LIBS="$LIBS"
1918LIBS="-lm $LIBS"
1919cat > conftest.$ac_ext <<EOF
2d44e12a 1920#line 1921 "configure"
4fa134be
ILT
1921#include "confdefs.h"
1922/* Override any gcc2 internal prototype to avoid an error. */
1923/* We use char because int might match the return type of a gcc2
1924 builtin and then its argument prototype would still apply. */
1925char fabs();
1926
247fccde 1927int main() {
4fa134be
ILT
1928fabs()
1929; return 0; }
1930EOF
2d44e12a 1931if { (eval echo configure:1932: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
4fa134be
ILT
1932 rm -rf conftest*
1933 eval "ac_cv_lib_$ac_lib_var=yes"
1934else
247fccde
AC
1935 echo "configure: failed program was:" >&5
1936 cat conftest.$ac_ext >&5
4fa134be
ILT
1937 rm -rf conftest*
1938 eval "ac_cv_lib_$ac_lib_var=no"
1939fi
1940rm -f conftest*
1941LIBS="$ac_save_LIBS"
1942
1943fi
1944if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
1945 echo "$ac_t""yes" 1>&6
247fccde
AC
1946 ac_tr_lib=HAVE_LIB`echo m | sed -e 's/[^a-zA-Z0-9_]/_/g' \
1947 -e 'y/abcdefghijklmnopqrstuvwxyz/ABCDEFGHIJKLMNOPQRSTUVWXYZ/'`
4fa134be
ILT
1948 cat >> confdefs.h <<EOF
1949#define $ac_tr_lib 1
1950EOF
1951
1952 LIBS="-lm $LIBS"
1953
1954else
1955 echo "$ac_t""no" 1>&6
1956fi
1957
fd14b47f 1958for ac_func in aint anint sqrt
4fa134be
ILT
1959do
1960echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
2d44e12a 1961echo "configure:1962: checking for $ac_func" >&5
4fa134be
ILT
1962if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
1963 echo $ac_n "(cached) $ac_c" 1>&6
1964else
1965 cat > conftest.$ac_ext <<EOF
2d44e12a 1966#line 1967 "configure"
4fa134be
ILT
1967#include "confdefs.h"
1968/* System header to define __stub macros and hopefully few prototypes,
1969 which can conflict with char $ac_func(); below. */
1970#include <assert.h>
1971/* Override any gcc2 internal prototype to avoid an error. */
1972/* We use char because int might match the return type of a gcc2
1973 builtin and then its argument prototype would still apply. */
1974char $ac_func();
1975
247fccde 1976int main() {
4fa134be
ILT
1977
1978/* The GNU C library defines this for functions which it implements
1979 to always fail with ENOSYS. Some functions are actually named
1980 something starting with __ and the normal name is an alias. */
1981#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
1982choke me
1983#else
1984$ac_func();
1985#endif
1986
1987; return 0; }
1988EOF
2d44e12a 1989if { (eval echo configure:1990: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
4fa134be
ILT
1990 rm -rf conftest*
1991 eval "ac_cv_func_$ac_func=yes"
1992else
247fccde
AC
1993 echo "configure: failed program was:" >&5
1994 cat conftest.$ac_ext >&5
4fa134be
ILT
1995 rm -rf conftest*
1996 eval "ac_cv_func_$ac_func=no"
1997fi
1998rm -f conftest*
08db4a65 1999fi
247fccde 2000
4fa134be
ILT
2001if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
2002 echo "$ac_t""yes" 1>&6
2003 ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
2004 cat >> confdefs.h <<EOF
2005#define $ac_tr_func 1
2006EOF
2007
2008else
2009 echo "$ac_t""no" 1>&6
2010fi
2011done
2012
2013
fd14b47f
DE
2014
2015
19c5af72 2016trap '' 1 2 15
4fa134be
ILT
2017cat > confcache <<\EOF
2018# This file is a shell script that caches the results of configure
2019# tests run on this system so they can be shared between configure
2020# scripts and configure runs. It is not useful on other systems.
2021# If it contains results you don't want to keep, you may remove or edit it.
2022#
2023# By default, configure uses ./config.cache as the cache file,
2024# creating it if it does not exist already. You can give configure
2025# the --cache-file=FILE option to use a different cache file; that is
2026# what configure does when it calls configure scripts in
2027# subdirectories, so they share the cache.
2028# Giving --cache-file=/dev/null disables caching, for debugging configure.
2029# config.status only pays attention to the cache file if you give it the
2030# --recheck option to rerun configure.
2031#
2032EOF
247fccde
AC
2033# The following way of writing the cache mishandles newlines in values,
2034# but we know of no workaround that is simple, portable, and efficient.
2035# So, don't put newlines in cache variables' values.
4fa134be
ILT
2036# Ultrix sh set writes to stderr and can't be redirected directly,
2037# and sets the high bit in the cache file unless we assign to the vars.
2038(set) 2>&1 |
2d44e12a 2039 case `(ac_space=' '; set) 2>&1` in
247fccde
AC
2040 *ac_space=\ *)
2041 # `set' does not quote correctly, so add quotes (double-quote substitution
2042 # turns \\\\ into \\, and sed turns \\ into \).
2043 sed -n \
2044 -e "s/'/'\\\\''/g" \
2045 -e "s/^\\([a-zA-Z0-9_]*_cv_[a-zA-Z0-9_]*\\)=\\(.*\\)/\\1=\${\\1='\\2'}/p"
2046 ;;
2047 *)
2048 # `set' quotes correctly as required by POSIX, so do not add quotes.
2049 sed -n -e 's/^\([a-zA-Z0-9_]*_cv_[a-zA-Z0-9_]*\)=\(.*\)/\1=${\1=\2}/p'
2050 ;;
2051 esac >> confcache
4fa134be
ILT
2052if cmp -s $cache_file confcache; then
2053 :
2054else
2055 if test -w $cache_file; then
2056 echo "updating cache $cache_file"
2057 cat confcache > $cache_file
2058 else
2059 echo "not updating unwritable cache $cache_file"
2060 fi
2061fi
2062rm -f confcache
2063
2064trap 'rm -fr conftest* confdefs* core core.* *.core $ac_clean_files; exit 1' 1 2 15
2065
2066test "x$prefix" = xNONE && prefix=$ac_default_prefix
2067# Let make expand exec_prefix.
2068test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
2069
2070# Any assignment to VPATH causes Sun make to only execute
2071# the first set of double-colon rules, so remove it if not needed.
2072# If there is a colon in the path, we need to keep it.
2073if test "x$srcdir" = x.; then
2074 ac_vpsub='/^[ ]*VPATH[ ]*=[^:]*$/d'
2075fi
2076
2077trap 'rm -f $CONFIG_STATUS conftest*; exit 1' 1 2 15
2078
2079DEFS=-DHAVE_CONFIG_H
2080
2081# Without the "./", some shells look in PATH for config.status.
2082: ${CONFIG_STATUS=./config.status}
2083
2084echo creating $CONFIG_STATUS
2085rm -f $CONFIG_STATUS
2086cat > $CONFIG_STATUS <<EOF
2087#! /bin/sh
2088# Generated automatically by configure.
2089# Run this file to recreate the current configuration.
2090# This directory was configured as follows,
2091# on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
2092#
2093# $0 $ac_configure_args
2094#
2095# Compiler output produced by configure, useful for debugging
2096# configure, is in ./config.log if it exists.
2097
2098ac_cs_usage="Usage: $CONFIG_STATUS [--recheck] [--version] [--help]"
2099for ac_option
2100do
2101 case "\$ac_option" in
2102 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
2103 echo "running \${CONFIG_SHELL-/bin/sh} $0 $ac_configure_args --no-create --no-recursion"
2104 exec \${CONFIG_SHELL-/bin/sh} $0 $ac_configure_args --no-create --no-recursion ;;
2105 -version | --version | --versio | --versi | --vers | --ver | --ve | --v)
2d44e12a 2106 echo "$CONFIG_STATUS generated by autoconf version 2.12"
4fa134be
ILT
2107 exit 0 ;;
2108 -help | --help | --hel | --he | --h)
2109 echo "\$ac_cs_usage"; exit 0 ;;
2110 *) echo "\$ac_cs_usage"; exit 1 ;;
2111 esac
2112done
2113
2114ac_given_srcdir=$srcdir
fd14b47f 2115ac_given_INSTALL="$INSTALL"
4fa134be 2116
6fea4763 2117trap 'rm -fr `echo "Makefile.sim:Makefile.in Make-common.sim:../common/Make-common.in .gdbinit:../common/gdbinit.in config.h:config.in" | sed "s/:[^ ]*//g"` conftest*; exit 1' 1 2 15
4fa134be
ILT
2118EOF
2119cat >> $CONFIG_STATUS <<EOF
2120
2121# Protect against being on the right side of a sed subst in config.status.
2122sed 's/%@/@@/; s/@%/@@/; s/%g\$/@g/; /@g\$/s/[\\\\&%]/\\\\&/g;
2123 s/@@/%@/; s/@@/@%/; s/@g\$/%g/' > conftest.subs <<\\CEOF
2124$ac_vpsub
2125$extrasub
6e51f990 2126s%@sim_environment@%$sim_environment%g
92f91d1f
AC
2127s%@sim_alignment@%$sim_alignment%g
2128s%@sim_assert@%$sim_assert%g
18c64df6 2129s%@sim_bitsize@%$sim_bitsize%g
92f91d1f
AC
2130s%@sim_endian@%$sim_endian%g
2131s%@sim_hostendian@%$sim_hostendian%g
2132s%@sim_float@%$sim_float%g
2133s%@sim_scache@%$sim_scache%g
2134s%@sim_default_model@%$sim_default_model%g
2135s%@sim_hardware@%$sim_hardware%g
2136s%@sim_inline@%$sim_inline%g
2137s%@sim_packages@%$sim_packages%g
2138s%@sim_regparm@%$sim_regparm%g
2139s%@sim_reserved_bits@%$sim_reserved_bits%g
2140s%@sim_smp@%$sim_smp%g
2141s%@sim_stdcall@%$sim_stdcall%g
2142s%@sim_xor_endian@%$sim_xor_endian%g
2143s%@sim_warnings@%$sim_warnings%g
4fa134be
ILT
2144s%@CFLAGS@%$CFLAGS%g
2145s%@CPPFLAGS@%$CPPFLAGS%g
2146s%@CXXFLAGS@%$CXXFLAGS%g
2147s%@DEFS@%$DEFS%g
2148s%@LDFLAGS@%$LDFLAGS%g
2149s%@LIBS@%$LIBS%g
2150s%@exec_prefix@%$exec_prefix%g
2151s%@prefix@%$prefix%g
2152s%@program_transform_name@%$program_transform_name%g
2153s%@bindir@%$bindir%g
2154s%@sbindir@%$sbindir%g
2155s%@libexecdir@%$libexecdir%g
2156s%@datadir@%$datadir%g
2157s%@sysconfdir@%$sysconfdir%g
2158s%@sharedstatedir@%$sharedstatedir%g
2159s%@localstatedir@%$localstatedir%g
2160s%@libdir@%$libdir%g
2161s%@includedir@%$includedir%g
2162s%@oldincludedir@%$oldincludedir%g
2163s%@infodir@%$infodir%g
2164s%@mandir@%$mandir%g
2165s%@host@%$host%g
2166s%@host_alias@%$host_alias%g
2167s%@host_cpu@%$host_cpu%g
2168s%@host_vendor@%$host_vendor%g
2169s%@host_os@%$host_os%g
2170s%@target@%$target%g
2171s%@target_alias@%$target_alias%g
2172s%@target_cpu@%$target_cpu%g
2173s%@target_vendor@%$target_vendor%g
2174s%@target_os@%$target_os%g
2175s%@build@%$build%g
2176s%@build_alias@%$build_alias%g
2177s%@build_cpu@%$build_cpu%g
2178s%@build_vendor@%$build_vendor%g
2179s%@build_os@%$build_os%g
2180s%@CC@%$CC%g
fd14b47f
DE
2181s%@INSTALL_PROGRAM@%$INSTALL_PROGRAM%g
2182s%@INSTALL_DATA@%$INSTALL_DATA%g
2183s%@CC_FOR_BUILD@%$CC_FOR_BUILD%g
4fa134be
ILT
2184s%@HDEFINES@%$HDEFINES%g
2185s%@AR@%$AR%g
2186s%@RANLIB@%$RANLIB%g
fbda74b1 2187s%@CPP@%$CPP%g
462cfbc4 2188s%@MAINT@%$MAINT%g
601fb8ae 2189s%@sim_bswap@%$sim_bswap%g
fd14b47f
DE
2190s%@sim_cflags@%$sim_cflags%g
2191s%@sim_debug@%$sim_debug%g
a35e91c3 2192s%@sim_stdio@%$sim_stdio%g
fd14b47f 2193s%@sim_trace@%$sim_trace%g
247fccde 2194s%@sim_profile@%$sim_profile%g
fd14b47f 2195s%@SIMCONF@%$SIMCONF%g
76a6247f 2196s%@SIM_SUBTARGET@%$SIM_SUBTARGET%g
16bd5d6e
AC
2197s%@sim_igen_flags@%$sim_igen_flags%g
2198s%@sim_m16_flags@%$sim_m16_flags%g
6e51f990 2199s%@sim_gen@%$sim_gen%g
4fa134be
ILT
2200
2201CEOF
2202EOF
247fccde
AC
2203
2204cat >> $CONFIG_STATUS <<\EOF
2205
2206# Split the substitutions into bite-sized pieces for seds with
2207# small command number limits, like on Digital OSF/1 and HP-UX.
2208ac_max_sed_cmds=90 # Maximum number of lines to put in a sed script.
2209ac_file=1 # Number of current file.
2210ac_beg=1 # First line for current file.
2211ac_end=$ac_max_sed_cmds # Line after last line for current file.
2212ac_more_lines=:
2213ac_sed_cmds=""
2214while $ac_more_lines; do
2215 if test $ac_beg -gt 1; then
2216 sed "1,${ac_beg}d; ${ac_end}q" conftest.subs > conftest.s$ac_file
2217 else
2218 sed "${ac_end}q" conftest.subs > conftest.s$ac_file
2219 fi
2220 if test ! -s conftest.s$ac_file; then
2221 ac_more_lines=false
2222 rm -f conftest.s$ac_file
2223 else
2224 if test -z "$ac_sed_cmds"; then
2225 ac_sed_cmds="sed -f conftest.s$ac_file"
2226 else
2227 ac_sed_cmds="$ac_sed_cmds | sed -f conftest.s$ac_file"
2228 fi
2229 ac_file=`expr $ac_file + 1`
2230 ac_beg=$ac_end
2231 ac_end=`expr $ac_end + $ac_max_sed_cmds`
2232 fi
2233done
2234if test -z "$ac_sed_cmds"; then
2235 ac_sed_cmds=cat
2236fi
2237EOF
2238
4fa134be
ILT
2239cat >> $CONFIG_STATUS <<EOF
2240
6fea4763 2241CONFIG_FILES=\${CONFIG_FILES-"Makefile.sim:Makefile.in Make-common.sim:../common/Make-common.in .gdbinit:../common/gdbinit.in"}
4fa134be
ILT
2242EOF
2243cat >> $CONFIG_STATUS <<\EOF
2244for ac_file in .. $CONFIG_FILES; do if test "x$ac_file" != x..; then
247fccde 2245 # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
4fa134be 2246 case "$ac_file" in
247fccde 2247 *:*) ac_file_in=`echo "$ac_file"|sed 's%[^:]*:%%'`
4fa134be
ILT
2248 ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;;
2249 *) ac_file_in="${ac_file}.in" ;;
2250 esac
2251
247fccde 2252 # Adjust a relative srcdir, top_srcdir, and INSTALL for subdirectories.
4fa134be
ILT
2253
2254 # Remove last slash and all that follows it. Not all systems have dirname.
2255 ac_dir=`echo $ac_file|sed 's%/[^/][^/]*$%%'`
2256 if test "$ac_dir" != "$ac_file" && test "$ac_dir" != .; then
2257 # The file is in a subdirectory.
2258 test ! -d "$ac_dir" && mkdir "$ac_dir"
2259 ac_dir_suffix="/`echo $ac_dir|sed 's%^\./%%'`"
2260 # A "../" for each directory in $ac_dir_suffix.
2261 ac_dots=`echo $ac_dir_suffix|sed 's%/[^/]*%../%g'`
2262 else
2263 ac_dir_suffix= ac_dots=
2264 fi
2265
2266 case "$ac_given_srcdir" in
2267 .) srcdir=.
2268 if test -z "$ac_dots"; then top_srcdir=.
2269 else top_srcdir=`echo $ac_dots|sed 's%/$%%'`; fi ;;
2270 /*) srcdir="$ac_given_srcdir$ac_dir_suffix"; top_srcdir="$ac_given_srcdir" ;;
2271 *) # Relative path.
2272 srcdir="$ac_dots$ac_given_srcdir$ac_dir_suffix"
2273 top_srcdir="$ac_dots$ac_given_srcdir" ;;
2274 esac
2275
fd14b47f
DE
2276 case "$ac_given_INSTALL" in
2277 [/$]*) INSTALL="$ac_given_INSTALL" ;;
2278 *) INSTALL="$ac_dots$ac_given_INSTALL" ;;
2279 esac
247fccde 2280
4fa134be
ILT
2281 echo creating "$ac_file"
2282 rm -f "$ac_file"
2283 configure_input="Generated automatically from `echo $ac_file_in|sed 's%.*/%%'` by configure."
2284 case "$ac_file" in
2285 *Makefile*) ac_comsub="1i\\
2286# $configure_input" ;;
2287 *) ac_comsub= ;;
2288 esac
247fccde
AC
2289
2290 ac_file_inputs=`echo $ac_file_in|sed -e "s%^%$ac_given_srcdir/%" -e "s%:% $ac_given_srcdir/%g"`
4fa134be
ILT
2291 sed -e "$ac_comsub
2292s%@configure_input@%$configure_input%g
2293s%@srcdir@%$srcdir%g
2294s%@top_srcdir@%$top_srcdir%g
fd14b47f 2295s%@INSTALL@%$INSTALL%g
247fccde 2296" $ac_file_inputs | (eval "$ac_sed_cmds") > $ac_file
4fa134be 2297fi; done
247fccde 2298rm -f conftest.s*
4fa134be
ILT
2299
2300# These sed commands are passed to sed as "A NAME B NAME C VALUE D", where
2301# NAME is the cpp macro being defined and VALUE is the value it is being given.
2302#
2303# ac_d sets the value in "#define NAME VALUE" lines.
2304ac_dA='s%^\([ ]*\)#\([ ]*define[ ][ ]*\)'
2305ac_dB='\([ ][ ]*\)[^ ]*%\1#\2'
2306ac_dC='\3'
2307ac_dD='%g'
2308# ac_u turns "#undef NAME" with trailing blanks into "#define NAME VALUE".
2309ac_uA='s%^\([ ]*\)#\([ ]*\)undef\([ ][ ]*\)'
2310ac_uB='\([ ]\)%\1#\2define\3'
2311ac_uC=' '
2312ac_uD='\4%g'
2313# ac_e turns "#undef NAME" without trailing blanks into "#define NAME VALUE".
2314ac_eA='s%^\([ ]*\)#\([ ]*\)undef\([ ][ ]*\)'
2315ac_eB='$%\1#\2define\3'
2316ac_eC=' '
2317ac_eD='%g'
2318
247fccde
AC
2319if test "${CONFIG_HEADERS+set}" != set; then
2320EOF
2321cat >> $CONFIG_STATUS <<EOF
2322 CONFIG_HEADERS="config.h:config.in"
2323EOF
2324cat >> $CONFIG_STATUS <<\EOF
2325fi
4fa134be 2326for ac_file in .. $CONFIG_HEADERS; do if test "x$ac_file" != x..; then
247fccde 2327 # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
4fa134be 2328 case "$ac_file" in
247fccde 2329 *:*) ac_file_in=`echo "$ac_file"|sed 's%[^:]*:%%'`
4fa134be
ILT
2330 ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;;
2331 *) ac_file_in="${ac_file}.in" ;;
2332 esac
2333
2334 echo creating $ac_file
2335
2336 rm -f conftest.frag conftest.in conftest.out
247fccde
AC
2337 ac_file_inputs=`echo $ac_file_in|sed -e "s%^%$ac_given_srcdir/%" -e "s%:% $ac_given_srcdir/%g"`
2338 cat $ac_file_inputs > conftest.in
4fa134be
ILT
2339
2340EOF
2341
2342# Transform confdefs.h into a sed script conftest.vals that substitutes
2343# the proper values into config.h.in to produce config.h. And first:
2344# Protect against being on the right side of a sed subst in config.status.
2345# Protect against being in an unquoted here document in config.status.
2346rm -f conftest.vals
2347cat > conftest.hdr <<\EOF
2348s/[\\&%]/\\&/g
2349s%[\\$`]%\\&%g
2350s%#define \([A-Za-z_][A-Za-z0-9_]*\) *\(.*\)%${ac_dA}\1${ac_dB}\1${ac_dC}\2${ac_dD}%gp
2351s%ac_d%ac_u%gp
2352s%ac_u%ac_e%gp
2353EOF
2354sed -n -f conftest.hdr confdefs.h > conftest.vals
2355rm -f conftest.hdr
2356
2357# This sed command replaces #undef with comments. This is necessary, for
2358# example, in the case of _POSIX_SOURCE, which is predefined and required
2359# on some systems where configure will not decide to define it.
2360cat >> conftest.vals <<\EOF
2361s%^[ ]*#[ ]*undef[ ][ ]*[a-zA-Z_][a-zA-Z_0-9]*%/* & */%
2362EOF
2363
2364# Break up conftest.vals because some shells have a limit on
2365# the size of here documents, and old seds have small limits too.
4fa134be
ILT
2366
2367rm -f conftest.tail
2368while :
2369do
2370 ac_lines=`grep -c . conftest.vals`
2371 # grep -c gives empty output for an empty file on some AIX systems.
2372 if test -z "$ac_lines" || test "$ac_lines" -eq 0; then break; fi
2373 # Write a limited-size here document to conftest.frag.
2374 echo ' cat > conftest.frag <<CEOF' >> $CONFIG_STATUS
2375 sed ${ac_max_here_lines}q conftest.vals >> $CONFIG_STATUS
2376 echo 'CEOF
2377 sed -f conftest.frag conftest.in > conftest.out
2378 rm -f conftest.in
2379 mv conftest.out conftest.in
2380' >> $CONFIG_STATUS
2381 sed 1,${ac_max_here_lines}d conftest.vals > conftest.tail
2382 rm -f conftest.vals
2383 mv conftest.tail conftest.vals
2384done
2385rm -f conftest.vals
2386
2387cat >> $CONFIG_STATUS <<\EOF
2388 rm -f conftest.frag conftest.h
2389 echo "/* $ac_file. Generated automatically by configure. */" > conftest.h
2390 cat conftest.in >> conftest.h
2391 rm -f conftest.in
2392 if cmp -s $ac_file conftest.h 2>/dev/null; then
2393 echo "$ac_file is unchanged"
2394 rm -f conftest.h
2395 else
2396 # Remove last slash and all that follows it. Not all systems have dirname.
2397 ac_dir=`echo $ac_file|sed 's%/[^/][^/]*$%%'`
2398 if test "$ac_dir" != "$ac_file" && test "$ac_dir" != .; then
2399 # The file is in a subdirectory.
2400 test ! -d "$ac_dir" && mkdir "$ac_dir"
2401 fi
2402 rm -f $ac_file
2403 mv conftest.h $ac_file
2404 fi
2405fi; done
2406
fd14b47f
DE
2407EOF
2408
2409cat >> $CONFIG_STATUS <<EOF
2410ac_sources="$sim_link_files"
2411ac_dests="$sim_link_links"
2412EOF
2413
2414cat >> $CONFIG_STATUS <<\EOF
2415srcdir=$ac_given_srcdir
2416while test -n "$ac_sources"; do
2417 set $ac_dests; ac_dest=$1; shift; ac_dests=$*
2418 set $ac_sources; ac_source=$1; shift; ac_sources=$*
2419
2420 echo "linking $srcdir/$ac_source to $ac_dest"
2421
2422 if test ! -r $srcdir/$ac_source; then
2423 { echo "configure: error: $srcdir/$ac_source: File not found" 1>&2; exit 1; }
2424 fi
2425 rm -f $ac_dest
2426
2427 # Make relative symlinks.
2428 # Remove last slash and all that follows it. Not all systems have dirname.
2429 ac_dest_dir=`echo $ac_dest|sed 's%/[^/][^/]*$%%'`
2430 if test "$ac_dest_dir" != "$ac_dest" && test "$ac_dest_dir" != .; then
2431 # The dest file is in a subdirectory.
2432 test ! -d "$ac_dest_dir" && mkdir "$ac_dest_dir"
2433 ac_dest_dir_suffix="/`echo $ac_dest_dir|sed 's%^\./%%'`"
2434 # A "../" for each directory in $ac_dest_dir_suffix.
2435 ac_dots=`echo $ac_dest_dir_suffix|sed 's%/[^/]*%../%g'`
2436 else
2437 ac_dest_dir_suffix= ac_dots=
2438 fi
2439
2440 case "$srcdir" in
2441 [/$]*) ac_rel_source="$srcdir/$ac_source" ;;
2442 *) ac_rel_source="$ac_dots$srcdir/$ac_source" ;;
2443 esac
2444
2445 # Make a symlink if possible; otherwise try a hard link.
2446 if ln -s $ac_rel_source $ac_dest 2>/dev/null ||
2447 ln $srcdir/$ac_source $ac_dest; then :
2448 else
2449 { echo "configure: error: can not link $ac_dest to $srcdir/$ac_source" 1>&2; exit 1; }
2450 fi
2451done
247fccde
AC
2452EOF
2453cat >> $CONFIG_STATUS <<EOF
fd14b47f 2454
247fccde
AC
2455EOF
2456cat >> $CONFIG_STATUS <<\EOF
6fea4763
DE
2457case "x$CONFIG_FILES" in
2458 xMakefile*)
19c5af72
DE
2459 echo "Merging Makefile.sim+Make-common.sim into Makefile ..."
2460 rm -f Makesim1.tmp Makesim2.tmp Makefile
2461 sed -n -e '/^## COMMON_PRE_/,/^## End COMMON_PRE_/ p' <Make-common.sim >Makesim1.tmp
2462 sed -n -e '/^## COMMON_POST_/,/^## End COMMON_POST_/ p' <Make-common.sim >Makesim2.tmp
2463 sed -e '/^## COMMON_PRE_/ r Makesim1.tmp' \
2464 -e '/^## COMMON_POST_/ r Makesim2.tmp' \
2465 <Makefile.sim >Makefile
2466 rm -f Makefile.sim Make-common.sim Makesim1.tmp Makesim2.tmp
2467 ;;
2468 esac
295dbbe4 2469 case "x$CONFIG_HEADERS" in xconfig.h:config.in) echo > stamp-h ;; esac
19c5af72 2470
4fa134be
ILT
2471exit 0
2472EOF
2473chmod +x $CONFIG_STATUS
2474rm -fr confdefs* $ac_clean_files
2475test "$no_create" = yes || ${CONFIG_SHELL-/bin/sh} $CONFIG_STATUS || exit 1
2476
fd14b47f 2477
This page took 0.181954 seconds and 4 git commands to generate.