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