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