Since d10v is public now, remove all sanitization statements
[deliverable/binutils-gdb.git] / gas / configure
CommitLineData
833c46e1 1#! /bin/sh
fb589130 2
b11fb939 3# Guess values for system-dependent variables and create Makefiles.
c6c7035c 4# Generated automatically using autoconf version 2.12
df586de2 5# Copyright (C) 1992, 93, 94, 95, 96 Free Software Foundation, Inc.
b11fb939 6#
f2889110
KR
7# This configure script is free software; the Free Software Foundation
8# gives unlimited permission to copy, distribute and modify it.
b11fb939 9
f2889110 10# Defaults:
b11fb939 11ac_help=
f2889110
KR
12ac_default_prefix=/usr/local
13# Any additions from configure.in:
28d3e4a3 14ac_help="$ac_help
d7b2038f 15 --enable-bfd-assembler use BFD back end for writing object files"
e7757ad0
KR
16ac_help="$ac_help
17 targets alternative target configurations besides the primary"
1c9dbb83
ILT
18ac_help="$ac_help
19 --enable-shared build shared BFD library"
b11fb939 20
b11fb939
KR
21# Initialize some variables set by options.
22# The variables have the same names as the options, with
23# dashes changed to underlines.
24build=NONE
25cache_file=./config.cache
26exec_prefix=NONE
27host=NONE
28no_create=
29nonopt=NONE
bf111c9f 30no_recursion=
b11fb939 31prefix=NONE
bf111c9f
KR
32program_prefix=NONE
33program_suffix=NONE
ba49e48d 34program_transform_name=s,x,x,
b11fb939 35silent=
f2889110 36site=
b11fb939
KR
37srcdir=
38target=NONE
39verbose=
40x_includes=NONE
41x_libraries=NONE
1c9dbb83
ILT
42bindir='${exec_prefix}/bin'
43sbindir='${exec_prefix}/sbin'
44libexecdir='${exec_prefix}/libexec'
45datadir='${prefix}/share'
46sysconfdir='${prefix}/etc'
47sharedstatedir='${prefix}/com'
48localstatedir='${prefix}/var'
49libdir='${exec_prefix}/lib'
50includedir='${prefix}/include'
51oldincludedir='/usr/include'
52infodir='${prefix}/info'
53mandir='${prefix}/man'
b11fb939
KR
54
55# Initialize some other variables.
56subdirs=
1c9dbb83 57MFLAGS= MAKEFLAGS=
c6c7035c
MM
58# Maximum number of lines to put in a shell here document.
59ac_max_here_lines=12
b11fb939
KR
60
61ac_prev=
62for ac_option
63do
64
65 # If the previous option needs an argument, assign it.
66 if test -n "$ac_prev"; then
67 eval "$ac_prev=\$ac_option"
68 ac_prev=
69 continue
70 fi
71
72 case "$ac_option" in
73 -*=*) ac_optarg=`echo "$ac_option" | sed 's/[-_a-zA-Z0-9]*=//'` ;;
74 *) ac_optarg= ;;
75 esac
76
bf111c9f 77 # Accept the important Cygnus configure options, so we can diagnose typos.
b11fb939
KR
78
79 case "$ac_option" in
80
1c9dbb83
ILT
81 -bindir | --bindir | --bindi | --bind | --bin | --bi)
82 ac_prev=bindir ;;
83 -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
84 bindir="$ac_optarg" ;;
85
86 -build | --build | --buil | --bui | --bu)
b11fb939 87 ac_prev=build ;;
1c9dbb83 88 -build=* | --build=* | --buil=* | --bui=* | --bu=*)
b11fb939
KR
89 build="$ac_optarg" ;;
90
91 -cache-file | --cache-file | --cache-fil | --cache-fi \
92 | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
93 ac_prev=cache_file ;;
94 -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
95 | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
96 cache_file="$ac_optarg" ;;
97
1c9dbb83
ILT
98 -datadir | --datadir | --datadi | --datad | --data | --dat | --da)
99 ac_prev=datadir ;;
100 -datadir=* | --datadir=* | --datadi=* | --datad=* | --data=* | --dat=* \
101 | --da=*)
102 datadir="$ac_optarg" ;;
103
b11fb939
KR
104 -disable-* | --disable-*)
105 ac_feature=`echo $ac_option|sed -e 's/-*disable-//'`
106 # Reject names that are not valid shell variable names.
107 if test -n "`echo $ac_feature| sed 's/[-a-zA-Z0-9_]//g'`"; then
ba49e48d 108 { echo "configure: error: $ac_feature: invalid feature name" 1>&2; exit 1; }
b11fb939
KR
109 fi
110 ac_feature=`echo $ac_feature| sed 's/-/_/g'`
111 eval "enable_${ac_feature}=no" ;;
112
113 -enable-* | --enable-*)
114 ac_feature=`echo $ac_option|sed -e 's/-*enable-//' -e 's/=.*//'`
115 # Reject names that are not valid shell variable names.
116 if test -n "`echo $ac_feature| sed 's/[-_a-zA-Z0-9]//g'`"; then
ba49e48d 117 { echo "configure: error: $ac_feature: invalid feature name" 1>&2; exit 1; }
b11fb939
KR
118 fi
119 ac_feature=`echo $ac_feature| sed 's/-/_/g'`
120 case "$ac_option" in
121 *=*) ;;
122 *) ac_optarg=yes ;;
123 esac
124 eval "enable_${ac_feature}='$ac_optarg'" ;;
125
126 -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
127 | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
128 | --exec | --exe | --ex)
129 ac_prev=exec_prefix ;;
130 -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
131 | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
132 | --exec=* | --exe=* | --ex=*)
133 exec_prefix="$ac_optarg" ;;
134
135 -gas | --gas | --ga | --g)
136 # Obsolete; use --with-gas.
137 with_gas=yes ;;
138
139 -help | --help | --hel | --he)
f1698cb7
KR
140 # Omit some internal or obsolete options to make the list less imposing.
141 # This message is too long to be a string in the A/UX 3.1 sh.
b11fb939 142 cat << EOF
f1698cb7
KR
143Usage: configure [options] [host]
144Options: [defaults in brackets after descriptions]
145Configuration:
146 --cache-file=FILE cache test results in FILE
147 --help print this message
148 --no-create do not create output files
149 --quiet, --silent do not print \`checking...' messages
150 --version print the version of autoconf that created configure
151Directory and file names:
152 --prefix=PREFIX install architecture-independent files in PREFIX
153 [$ac_default_prefix]
1c9dbb83 154 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
f1698cb7 155 [same as prefix]
1c9dbb83
ILT
156 --bindir=DIR user executables in DIR [EPREFIX/bin]
157 --sbindir=DIR system admin executables in DIR [EPREFIX/sbin]
158 --libexecdir=DIR program executables in DIR [EPREFIX/libexec]
159 --datadir=DIR read-only architecture-independent data in DIR
160 [PREFIX/share]
161 --sysconfdir=DIR read-only single-machine data in DIR [PREFIX/etc]
162 --sharedstatedir=DIR modifiable architecture-independent data in DIR
163 [PREFIX/com]
164 --localstatedir=DIR modifiable single-machine data in DIR [PREFIX/var]
165 --libdir=DIR object code libraries in DIR [EPREFIX/lib]
166 --includedir=DIR C header files in DIR [PREFIX/include]
167 --oldincludedir=DIR C header files for non-gcc in DIR [/usr/include]
168 --infodir=DIR info documentation in DIR [PREFIX/info]
169 --mandir=DIR man documentation in DIR [PREFIX/man]
f1698cb7
KR
170 --srcdir=DIR find the sources in DIR [configure dir or ..]
171 --program-prefix=PREFIX prepend PREFIX to installed program names
172 --program-suffix=SUFFIX append SUFFIX to installed program names
1c9dbb83
ILT
173 --program-transform-name=PROGRAM
174 run sed PROGRAM on installed program names
175EOF
176 cat << EOF
f1698cb7
KR
177Host type:
178 --build=BUILD configure for building on BUILD [BUILD=HOST]
179 --host=HOST configure for HOST [guessed]
180 --target=TARGET configure for TARGET [TARGET=HOST]
181Features and packages:
182 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
183 --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
184 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
185 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
186 --x-includes=DIR X include files are in DIR
187 --x-libraries=DIR X library files are in DIR
b11fb939 188EOF
1c9dbb83
ILT
189 if test -n "$ac_help"; then
190 echo "--enable and --with options recognized:$ac_help"
191 fi
b11fb939
KR
192 exit 0 ;;
193
194 -host | --host | --hos | --ho)
195 ac_prev=host ;;
196 -host=* | --host=* | --hos=* | --ho=*)
197 host="$ac_optarg" ;;
198
1c9dbb83
ILT
199 -includedir | --includedir | --includedi | --included | --include \
200 | --includ | --inclu | --incl | --inc)
201 ac_prev=includedir ;;
202 -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
203 | --includ=* | --inclu=* | --incl=* | --inc=*)
204 includedir="$ac_optarg" ;;
205
206 -infodir | --infodir | --infodi | --infod | --info | --inf)
207 ac_prev=infodir ;;
208 -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
209 infodir="$ac_optarg" ;;
210
211 -libdir | --libdir | --libdi | --libd)
212 ac_prev=libdir ;;
213 -libdir=* | --libdir=* | --libdi=* | --libd=*)
214 libdir="$ac_optarg" ;;
215
216 -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
217 | --libexe | --libex | --libe)
218 ac_prev=libexecdir ;;
219 -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
220 | --libexe=* | --libex=* | --libe=*)
221 libexecdir="$ac_optarg" ;;
222
223 -localstatedir | --localstatedir | --localstatedi | --localstated \
224 | --localstate | --localstat | --localsta | --localst \
225 | --locals | --local | --loca | --loc | --lo)
226 ac_prev=localstatedir ;;
227 -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
228 | --localstate=* | --localstat=* | --localsta=* | --localst=* \
229 | --locals=* | --local=* | --loca=* | --loc=* | --lo=*)
230 localstatedir="$ac_optarg" ;;
231
232 -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
233 ac_prev=mandir ;;
234 -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
235 mandir="$ac_optarg" ;;
236
b11fb939
KR
237 -nfp | --nfp | --nf)
238 # Obsolete; use --without-fp.
239 with_fp=no ;;
240
241 -no-create | --no-create | --no-creat | --no-crea | --no-cre \
242 | --no-cr | --no-c)
243 no_create=yes ;;
244
bf111c9f
KR
245 -no-recursion | --no-recursion | --no-recursio | --no-recursi \
246 | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
247 no_recursion=yes ;;
b11fb939 248
1c9dbb83
ILT
249 -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
250 | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
251 | --oldin | --oldi | --old | --ol | --o)
252 ac_prev=oldincludedir ;;
253 -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
254 | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
255 | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
256 oldincludedir="$ac_optarg" ;;
257
b11fb939
KR
258 -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
259 ac_prev=prefix ;;
260 -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
261 prefix="$ac_optarg" ;;
262
263 -program-prefix | --program-prefix | --program-prefi | --program-pref \
264 | --program-pre | --program-pr | --program-p)
265 ac_prev=program_prefix ;;
266 -program-prefix=* | --program-prefix=* | --program-prefi=* \
267 | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
268 program_prefix="$ac_optarg" ;;
269
270 -program-suffix | --program-suffix | --program-suffi | --program-suff \
271 | --program-suf | --program-su | --program-s)
272 ac_prev=program_suffix ;;
273 -program-suffix=* | --program-suffix=* | --program-suffi=* \
274 | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
275 program_suffix="$ac_optarg" ;;
276
277 -program-transform-name | --program-transform-name \
278 | --program-transform-nam | --program-transform-na \
279 | --program-transform-n | --program-transform- \
280 | --program-transform | --program-transfor \
281 | --program-transfo | --program-transf \
282 | --program-trans | --program-tran \
283 | --progr-tra | --program-tr | --program-t)
284 ac_prev=program_transform_name ;;
285 -program-transform-name=* | --program-transform-name=* \
286 | --program-transform-nam=* | --program-transform-na=* \
287 | --program-transform-n=* | --program-transform-=* \
288 | --program-transform=* | --program-transfor=* \
289 | --program-transfo=* | --program-transf=* \
290 | --program-trans=* | --program-tran=* \
291 | --progr-tra=* | --program-tr=* | --program-t=*)
bf111c9f 292 program_transform_name="$ac_optarg" ;;
b11fb939
KR
293
294 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
295 | -silent | --silent | --silen | --sile | --sil)
296 silent=yes ;;
297
1c9dbb83
ILT
298 -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
299 ac_prev=sbindir ;;
300 -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
301 | --sbi=* | --sb=*)
302 sbindir="$ac_optarg" ;;
303
304 -sharedstatedir | --sharedstatedir | --sharedstatedi \
305 | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
306 | --sharedst | --shareds | --shared | --share | --shar \
307 | --sha | --sh)
308 ac_prev=sharedstatedir ;;
309 -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
310 | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
311 | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
312 | --sha=* | --sh=*)
313 sharedstatedir="$ac_optarg" ;;
314
f2889110
KR
315 -site | --site | --sit)
316 ac_prev=site ;;
317 -site=* | --site=* | --sit=*)
318 site="$ac_optarg" ;;
319
b11fb939
KR
320 -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
321 ac_prev=srcdir ;;
322 -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
323 srcdir="$ac_optarg" ;;
324
1c9dbb83
ILT
325 -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
326 | --syscon | --sysco | --sysc | --sys | --sy)
327 ac_prev=sysconfdir ;;
328 -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
329 | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
330 sysconfdir="$ac_optarg" ;;
331
b11fb939
KR
332 -target | --target | --targe | --targ | --tar | --ta | --t)
333 ac_prev=target ;;
334 -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
335 target="$ac_optarg" ;;
336
337 -v | -verbose | --verbose | --verbos | --verbo | --verb)
338 verbose=yes ;;
339
340 -version | --version | --versio | --versi | --vers)
c6c7035c 341 echo "configure generated by autoconf version 2.12"
b11fb939
KR
342 exit 0 ;;
343
344 -with-* | --with-*)
345 ac_package=`echo $ac_option|sed -e 's/-*with-//' -e 's/=.*//'`
346 # Reject names that are not valid shell variable names.
347 if test -n "`echo $ac_package| sed 's/[-_a-zA-Z0-9]//g'`"; then
ba49e48d 348 { echo "configure: error: $ac_package: invalid package name" 1>&2; exit 1; }
b11fb939
KR
349 fi
350 ac_package=`echo $ac_package| sed 's/-/_/g'`
351 case "$ac_option" in
352 *=*) ;;
353 *) ac_optarg=yes ;;
354 esac
355 eval "with_${ac_package}='$ac_optarg'" ;;
356
357 -without-* | --without-*)
358 ac_package=`echo $ac_option|sed -e 's/-*without-//'`
359 # Reject names that are not valid shell variable names.
360 if test -n "`echo $ac_package| sed 's/[-a-zA-Z0-9_]//g'`"; then
ba49e48d 361 { echo "configure: error: $ac_package: invalid package name" 1>&2; exit 1; }
b11fb939
KR
362 fi
363 ac_package=`echo $ac_package| sed 's/-/_/g'`
364 eval "with_${ac_package}=no" ;;
365
366 --x)
367 # Obsolete; use --with-x.
368 with_x=yes ;;
369
370 -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
371 | --x-incl | --x-inc | --x-in | --x-i)
372 ac_prev=x_includes ;;
373 -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
374 | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
375 x_includes="$ac_optarg" ;;
376
377 -x-libraries | --x-libraries | --x-librarie | --x-librari \
378 | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
379 ac_prev=x_libraries ;;
380 -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
381 | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
382 x_libraries="$ac_optarg" ;;
383
ba49e48d 384 -*) { echo "configure: error: $ac_option: invalid option; use --help to show usage" 1>&2; exit 1; }
b11fb939
KR
385 ;;
386
1c9dbb83 387 *)
b11fb939
KR
388 if test -n "`echo $ac_option| sed 's/[-a-z0-9.]//g'`"; then
389 echo "configure: warning: $ac_option: invalid host type" 1>&2
390 fi
391 if test "x$nonopt" != xNONE; then
ba49e48d 392 { echo "configure: error: can only configure for one host and one target at a time" 1>&2; exit 1; }
b11fb939
KR
393 fi
394 nonopt="$ac_option"
395 ;;
396
397 esac
398done
399
400if test -n "$ac_prev"; then
ba49e48d 401 { echo "configure: error: missing argument to --`echo $ac_prev | sed 's/_/-/g'`" 1>&2; exit 1; }
b11fb939
KR
402fi
403
833c46e1 404trap 'rm -fr conftest* confdefs* core core.* *.core $ac_clean_files; exit 1' 1 2 15
b11fb939
KR
405
406# File descriptor usage:
833c46e1 407# 0 standard input
b11fb939
KR
408# 1 file creation
409# 2 errors and warnings
833c46e1
KR
410# 3 some systems may open it to /dev/tty
411# 4 used on the Kubota Titan
412# 6 checking for... messages and results
b11fb939
KR
413# 5 compiler messages saved in config.log
414if test "$silent" = yes; then
833c46e1 415 exec 6>/dev/null
b11fb939 416else
833c46e1 417 exec 6>&1
b11fb939
KR
418fi
419exec 5>./config.log
420
421echo "\
422This file contains any messages produced by compilers while
423running configure, to aid debugging if configure makes a mistake.
424" 1>&5
425
bf111c9f 426# Strip out --no-create and --no-recursion so they do not pile up.
e23b25ec
KR
427# Also quote any args containing shell metacharacters.
428ac_configure_args=
429for ac_arg
430do
b11fb939
KR
431 case "$ac_arg" in
432 -no-create | --no-create | --no-creat | --no-crea | --no-cre \
433 | --no-cr | --no-c) ;;
bf111c9f
KR
434 -no-recursion | --no-recursion | --no-recursio | --no-recursi \
435 | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r) ;;
e23b25ec
KR
436 *" "*|*" "*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?]*)
437 ac_configure_args="$ac_configure_args '$ac_arg'" ;;
438 *) ac_configure_args="$ac_configure_args $ac_arg" ;;
b11fb939
KR
439 esac
440done
441
442# NLS nuisances.
c6c7035c
MM
443# Only set these to C if already set. These must not be set unconditionally
444# because not all systems understand e.g. LANG=C (notably SCO).
445# Fixing LC_MESSAGES prevents Solaris sh from translating var values in `set'!
446# Non-C LC_CTYPE values break the ctype check.
7d0f8249 447if test "${LANG+set}" = set; then LANG=C; export LANG; fi
c6c7035c
MM
448if test "${LC_ALL+set}" = set; then LC_ALL=C; export LC_ALL; fi
449if test "${LC_MESSAGES+set}" = set; then LC_MESSAGES=C; export LC_MESSAGES; fi
450if test "${LC_CTYPE+set}" = set; then LC_CTYPE=C; export LC_CTYPE; fi
b11fb939
KR
451
452# confdefs.h avoids OS command line length limits that DEFS can exceed.
453rm -rf conftest* confdefs.h
454# AIX cpp loses on an empty file, so make sure it contains at least a newline.
455echo > confdefs.h
456
457# A filename unique to this package, relative to the directory that
458# configure is in, which we can look for to find out if srcdir is correct.
459ac_unique_file=as.h
460
461# Find the source files, if location was not specified.
462if test -z "$srcdir"; then
463 ac_srcdir_defaulted=yes
464 # Try the directory containing this script, then its parent.
465 ac_prog=$0
466 ac_confdir=`echo $ac_prog|sed 's%/[^/][^/]*$%%'`
467 test "x$ac_confdir" = "x$ac_prog" && ac_confdir=.
468 srcdir=$ac_confdir
469 if test ! -r $srcdir/$ac_unique_file; then
470 srcdir=..
471 fi
472else
473 ac_srcdir_defaulted=no
474fi
475if test ! -r $srcdir/$ac_unique_file; then
476 if test "$ac_srcdir_defaulted" = yes; then
ba49e48d 477 { echo "configure: error: can not find sources in $ac_confdir or .." 1>&2; exit 1; }
b11fb939 478 else
ba49e48d 479 { echo "configure: error: can not find sources in $srcdir" 1>&2; exit 1; }
b11fb939
KR
480 fi
481fi
f2889110 482srcdir=`echo "${srcdir}" | sed 's%\([^/]\)/*$%\1%'`
b11fb939
KR
483
484# Prefer explicitly selected file to automatically selected ones.
bf111c9f 485if test -z "$CONFIG_SITE"; then
b11fb939 486 if test "x$prefix" != xNONE; then
f2889110 487 CONFIG_SITE="$prefix/share/config.site $prefix/etc/config.site"
b11fb939 488 else
f2889110 489 CONFIG_SITE="$ac_default_prefix/share/config.site $ac_default_prefix/etc/config.site"
b11fb939
KR
490 fi
491fi
492for ac_site_file in $CONFIG_SITE; do
493 if test -r "$ac_site_file"; then
494 echo "loading site script $ac_site_file"
495 . "$ac_site_file"
496 fi
497done
498
499if test -r "$cache_file"; then
500 echo "loading cache $cache_file"
501 . $cache_file
502else
503 echo "creating cache $cache_file"
504 > $cache_file
505fi
506
507ac_ext=c
508# CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
d0352cbb
DE
509ac_cpp='$CPP $CPPFLAGS'
510ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
511ac_link='${CC-cc} -o conftest $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
c6c7035c 512cross_compiling=$ac_cv_prog_cc_cross
b11fb939 513
bf111c9f
KR
514if (echo "testing\c"; echo 1,2,3) | grep c >/dev/null; then
515 # Stardent Vistra SVR4 grep lacks -e, says ghazi@caip.rutgers.edu.
516 if (echo -n testing; echo 1,2,3) | sed s/-n/xn/ | grep xn >/dev/null; then
517 ac_n= ac_c='
518' ac_t=' '
519 else
520 ac_n=-n ac_c= ac_t=
521 fi
522else
523 ac_n= ac_c='\c' ac_t=
524fi
525
318b02b6 526user_bfd_gas=
b11fb939 527# Check whether --enable-bfd-assembler or --disable-bfd-assembler was given.
1c9dbb83
ILT
528if test "${enable_bfd_assembler+set}" = set; then
529 enableval="$enable_bfd_assembler"
b11fb939 530 case "${enableval}" in
318b02b6
KR
531 yes) need_bfd=yes user_bfd_gas=yes ;;
532 no) user_bfd_gas=no ;;
ba49e48d 533 *) { echo "configure: error: bad value ${enableval} given for bfd-assembler option" 1>&2; exit 1; } ;;
b11fb939
KR
534esac
535fi
e7757ad0 536# Check whether --enable-targets or --disable-targets was given.
1c9dbb83
ILT
537if test "${enable_targets+set}" = set; then
538 enableval="$enable_targets"
e7757ad0
KR
539 case "${enableval}" in
540 yes | "") { echo "configure: error: enable-targets option must specify target names or 'all'" 1>&2; exit 1; }
541 ;;
542 no) enable_targets= ;;
543 *) enable_targets=$enableval ;;
544esac
545fi
1c9dbb83
ILT
546# Check whether --enable-shared or --disable-shared was given.
547if test "${enable_shared+set}" = set; then
548 enableval="$enable_shared"
549 case "${enableval}" in
159e6ef8 550 yes) shared=true shared_bfd=true shared_opcodes=true ;;
1c9dbb83 551 no) shared=false ;;
159e6ef8
MM
552 *bfd*opcodes*) shared=true shared_bfd=true shared_opcodes=true ;;
553 *opcodes*bfd*) shared=true shared_bfd=true shared_opcodes=true ;;
554 *bfd*) shared=true shared_bfd=true ;;
555 *opcodes*) shared=true shared_opcodes=true ;;
556 *) shared=false ;;
1c9dbb83
ILT
557esac
558fi
b11fb939
KR
559
560# Generate a header file -- gets more post-processing by Makefile later.
561
562
563ac_aux_dir=
28d3e4a3 564for ac_dir in `cd $srcdir;pwd`/.. $srcdir/`cd $srcdir;pwd`/..; do
e23b25ec
KR
565 if test -f $ac_dir/install-sh; then
566 ac_aux_dir=$ac_dir
28d3e4a3 567 ac_install_sh="$ac_aux_dir/install-sh -c"
e23b25ec
KR
568 break
569 elif test -f $ac_dir/install.sh; then
570 ac_aux_dir=$ac_dir
28d3e4a3 571 ac_install_sh="$ac_aux_dir/install.sh -c"
e23b25ec 572 break
b11fb939
KR
573 fi
574done
575if test -z "$ac_aux_dir"; then
ba49e48d 576 { echo "configure: error: can not find install-sh or install.sh in `cd $srcdir;pwd`/.. $srcdir/`cd $srcdir;pwd`/.." 1>&2; exit 1; }
b11fb939 577fi
28d3e4a3
KR
578ac_config_guess=$ac_aux_dir/config.guess
579ac_config_sub=$ac_aux_dir/config.sub
580ac_configure=$ac_aux_dir/configure # This should be Cygnus configure.
b11fb939 581
fb589130 582
b11fb939
KR
583# Do some error checking and defaulting for the host and target type.
584# The inputs are:
585# configure --host=HOST --target=TARGET --build=BUILD NONOPT
586#
587# The rules are:
588# 1. You are not allowed to specify --host, --target, and nonopt at the
1c9dbb83 589# same time.
b11fb939
KR
590# 2. Host defaults to nonopt.
591# 3. If nonopt is not specified, then host defaults to the current host,
592# as determined by config.guess.
f2889110
KR
593# 4. Target and build default to nonopt.
594# 5. If nonopt is not specified, then target and build default to host.
b11fb939
KR
595
596# The aliases save the names the user supplied, while $host etc.
597# will get canonicalized.
598case $host---$target---$nonopt in
599NONE---*---* | *---NONE---* | *---*---NONE) ;;
ba49e48d 600*) { echo "configure: error: can only configure for one host and one target at a time" 1>&2; exit 1; } ;;
b11fb939
KR
601esac
602
e23b25ec 603
b11fb939 604# Make sure we can run config.sub.
28d3e4a3 605if $ac_config_sub sun4 >/dev/null 2>&1; then :
ba49e48d 606else { echo "configure: error: can not run $ac_config_sub" 1>&2; exit 1; }
b11fb939
KR
607fi
608
833c46e1 609echo $ac_n "checking host system type""... $ac_c" 1>&6
c6c7035c 610echo "configure:611: checking host system type" >&5
b11fb939
KR
611
612host_alias=$host
28d3e4a3 613case "$host_alias" in
b11fb939
KR
614NONE)
615 case $nonopt in
616 NONE)
28d3e4a3 617 if host_alias=`$ac_config_guess`; then :
ba49e48d 618 else { echo "configure: error: can not guess host type; you must specify one" 1>&2; exit 1; }
b11fb939
KR
619 fi ;;
620 *) host_alias=$nonopt ;;
621 esac ;;
622esac
623
28d3e4a3 624host=`$ac_config_sub $host_alias`
c6c7035c
MM
625host_cpu=`echo $host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
626host_vendor=`echo $host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
627host_os=`echo $host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
833c46e1 628echo "$ac_t""$host" 1>&6
b11fb939 629
833c46e1 630echo $ac_n "checking target system type""... $ac_c" 1>&6
c6c7035c 631echo "configure:632: checking target system type" >&5
b11fb939
KR
632
633target_alias=$target
28d3e4a3 634case "$target_alias" in
b11fb939
KR
635NONE)
636 case $nonopt in
637 NONE) target_alias=$host_alias ;;
638 *) target_alias=$nonopt ;;
639 esac ;;
640esac
641
28d3e4a3 642target=`$ac_config_sub $target_alias`
c6c7035c
MM
643target_cpu=`echo $target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
644target_vendor=`echo $target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
645target_os=`echo $target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
833c46e1 646echo "$ac_t""$target" 1>&6
b11fb939 647
833c46e1 648echo $ac_n "checking build system type""... $ac_c" 1>&6
c6c7035c 649echo "configure:650: checking build system type" >&5
b11fb939
KR
650
651build_alias=$build
28d3e4a3 652case "$build_alias" in
f2889110
KR
653NONE)
654 case $nonopt in
655 NONE) build_alias=$host_alias ;;
656 *) build_alias=$nonopt ;;
657 esac ;;
658esac
659
28d3e4a3 660build=`$ac_config_sub $build_alias`
c6c7035c
MM
661build_cpu=`echo $build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
662build_vendor=`echo $build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
663build_os=`echo $build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
833c46e1 664echo "$ac_t""$build" 1>&6
b11fb939 665
28d3e4a3
KR
666test "$host_alias" != "$target_alias" &&
667 test "$program_prefix$program_suffix$program_transform_name" = \
833c46e1
KR
668 NONENONEs,x,x, &&
669 program_prefix=${target_alias}-
b11fb939 670
ba49e48d
KR
671if test "$program_transform_name" = s,x,x,; then
672 program_transform_name=
673else
1c9dbb83
ILT
674 # Double any \ or $. echo might interpret backslashes.
675 cat <<\EOF_SED > conftestsed
676s,\\,\\\\,g; s,\$,$$,g
677EOF_SED
28d3e4a3 678 program_transform_name="`echo $program_transform_name|sed -f conftestsed`"
bf111c9f 679 rm -f conftestsed
318b02b6 680fi
28d3e4a3
KR
681test "$program_prefix" != NONE &&
682 program_transform_name="s,^,${program_prefix},; $program_transform_name"
bf111c9f 683# Use a double $ so make ignores it.
28d3e4a3
KR
684test "$program_suffix" != NONE &&
685 program_transform_name="s,\$\$,${program_suffix},; $program_transform_name"
318b02b6 686
bf111c9f 687# sed with no file args requires a program.
28d3e4a3 688test "$program_transform_name" = "" && program_transform_name="s,x,x,"
318b02b6 689
b11fb939 690
e7757ad0 691te_file=generic
b11fb939 692
e7757ad0
KR
693canon_targets=""
694if test -n "$enable_targets" ; then
695 for t in `echo $enable_targets | sed 's/,/ /g'`; do
696 result=`$ac_config_sub $t 2>/dev/null`
697 if test -n "$result" ; then
698 canon_targets="$canon_targets $result"
699# else
700# # Permit "all", etc. We don't support it yet though.
701# canon_targets="$canon_targets $t"
702 fi
703 done
704 _gas_uniq_list="$canon_targets"
705_gas_uniq_newlist=""
706for _gas_uniq_i in _gas_uniq_dummy $_gas_uniq_list ; do
707 case $_gas_uniq_i in
708 _gas_uniq_dummy) ;;
709 *) case " $_gas_uniq_newlist " in
710 *" $_gas_uniq_i "*) ;;
711 *) _gas_uniq_newlist="$_gas_uniq_newlist $_gas_uniq_i" ;;
712 esac ;;
713 esac
714done
715canon_targets=$_gas_uniq_newlist
b11fb939 716
e7757ad0 717fi
b11fb939 718
e7757ad0
KR
719emulations=""
720
721for this_target in $target $canon_targets ; do
722
64556643 723 eval `echo $this_target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/cpu=\1 vendor=\2 os=\3/'`
e7757ad0
KR
724
725 # check for architecture variants
726 case ${cpu} in
ae09d880
ILT
727 armeb) cpu_type=arm endian=big ;;
728 arm*) cpu_type=arm endian=little ;;
e7757ad0 729 hppa*) cpu_type=hppa ;;
7c2fadd1 730 i[456]86) cpu_type=i386 ;;
e7757ad0
KR
731 m680[012346]0) cpu_type=m68k ;;
732 m68008) cpu_type=m68k ;;
733 m683??) cpu_type=m68k ;;
734 m8*) cpu_type=m88k ;;
e16b9537 735 mips*el) cpu_type=mips endian=little ;;
e7757ad0
KR
736 mips*) cpu_type=mips endian=big ;;
737 powerpcle*) cpu_type=ppc endian=little ;;
738 powerpc*) cpu_type=ppc endian=big ;;
739 rs6000*) cpu_type=ppc ;;
6df07e7f 740 sparc64) cpu_type=sparc want_sparc_v9=true ;;
63e4edb5 741 sparc*) cpu_type=sparc ;;
a1c7c0f3 742 *) cpu_type=${cpu} ;;
e7757ad0
KR
743 esac
744
745 if test ${this_target} = $target ; then
746 target_cpu_type=${cpu_type}
747 elif test ${target_cpu_type} != ${cpu_type} ; then
748 continue
749 fi
750
751 targ=${cpu_type}
752 generic_target=${cpu_type}-$vendor-$os
753 dev=no
754 bfd_gas=no
755 em=generic
756
757 # assign object format
758 case ${generic_target} in
805e36ab 759 a29k-*-coff) fmt=coff targ=ebmon29k ;;
e7757ad0
KR
760 a29k-amd-udi) fmt=coff targ=ebmon29k ;;
761 a29k-amd-ebmon) fmt=coff targ=ebmon29k ;;
880b7429 762 a29k-nyu-sym1) fmt=coff targ=ebmon29k ;;
e7757ad0
KR
763 a29k-*-vxworks*) fmt=coff ;;
764
c6aa56bc 765 alpha-*-*vms*) fmt=evax ;;
e7757ad0
KR
766 alpha-*-netware*) fmt=ecoff ;;
767 alpha-*-osf*) fmt=ecoff ;;
df586de2
ILT
768 alpha-*-linuxecoff*) fmt=ecoff ;;
769 alpha-*-linux*) fmt=elf em=linux ;;
b11fb939 770
4181c985 771# start-sanitize-arc
e7757ad0 772 arc-*-elf*) fmt=elf bfd_gas=yes ;;
4181c985
KR
773# end-sanitize-arc
774
7be9a312 775 arm-*-riscix*) fmt=aout targ=arm-lit em=riscix ;;
1cb0d00d
KR
776 arm-*-aout) fmt=aout
777 case "$endian" in
778 big) targ=arm-big ;;
779 *) targ=arm-lit ;;
780 esac
781 ;;
8de16e56 782 arm-*-coff) fmt=coff ;;
e7757ad0 783 arm-*-riscix*) fmt=aout ;;
1cb0d00d 784 arm-*-pe) fmt=coff targ=armcoff em=pe ;;
e7757ad0 785
cbe7dccb 786 d10v-*-*) fmt=elf bfd_gas=yes ;;
7d0f8249
MH
787# start-sanitize-d30v
788 d30v-*-*) fmt=elf bfd_gas=yes ;;
789# end-sanitize-d30v
7be9a312 790
e7757ad0
KR
791 hppa-*-*elf*) fmt=elf em=hppa ;;
792 hppa-*-lites*) fmt=elf em=hppa ;;
793 hppa-*-osf*) fmt=som em=hppa ;;
794 hppa-*-hpux*) fmt=som em=hppa ;;
795 hppa-*-bsd*) fmt=som em=hppa ;;
796 hppa-*-hiux*) fmt=som em=hppa ;;
797
798 h8300-*-coff) fmt=coff ;;
799
800 i386-ibm-aix*) fmt=coff targ=i386coff
801 em=i386aix ;;
7d0f8249 802 i386-sequent-bsd*) fmt=aout em=dynix bfd_gas=yes ;;
e7757ad0
KR
803 i386-*-bsd*) fmt=aout em=386bsd ;;
804 i386-*-netbsd0.8) fmt=aout em=386bsd ;;
805 i386-*-netbsd*) fmt=aout em=nbsd bfd_gas=yes;;
a1c7c0f3 806 i386-*-linux*aout* | i386-*-linuxoldld) fmt=aout em=linux ;;
e7757ad0
KR
807 i386-*-linux*coff*) fmt=coff em=linux
808 targ=i386coff ;;
809 i386-*-linux*) fmt=elf em=linux ;;
810 i386-*-lynxos*) fmt=coff targ=i386coff
811 em=lynx ;;
2ae5f50b 812 i386-*-sysv4* | i386-*-solaris* | i386-*-elf | i386-*-freebsdelf*)
e7757ad0 813 fmt=elf ;;
66b935da 814 i386-*-sco*elf*) fmt=elf targ=sco5 ;;
e7757ad0
KR
815 i386-*-coff | i386-*-sysv* | i386-*-sco* | i386-*-isc*)
816 fmt=coff targ=i386coff ;;
817 i386-*-vsta) fmt=aout ;;
818 i386-*-go32) fmt=coff targ=i386coff ;;
7be9a312 819 i386-*-rtems*) fmt=coff targ=i386coff ;;
6c186c48
SC
820 i386-*-gnu*) fmt=elf ;;
821 i386-*-mach*)
e7757ad0
KR
822 fmt=aout em=mach bfd_gas=yes ;;
823 i386-*-msdos*) fmt=aout ;;
6c186c48 824 i386-*-moss*) fmt=elf ;;
d0352cbb
DE
825 i386-*-pe) fmt=coff targ=i386coff em=pe ;;
826 i386-*-cygwin32) fmt=coff targ=i386coff em=pe ;;
827 i386-*-*nt) fmt=coff targ=i386coff em=pe ;;
e7757ad0
KR
828 i960-*-bout) fmt=bout ;;
829 i960-*-coff) fmt=coff em=ic960 targ=ic960coff ;;
7be9a312 830 i960-*-rtems*) fmt=coff em=ic960 targ=ic960coff ;;
e7757ad0
KR
831 i960-*-nindy*) fmt=bout ;;
832 i960-*-vxworks4*) fmt=bout ;;
833 i960-*-vxworks5.0) fmt=bout ;;
834 i960-*-vxworks5.*) fmt=coff em=ic960 targ=ic960coff ;;
835 i960-*-vxworks*) fmt=bout ;;
836
837 m68k-*-vxworks* | m68k-ericsson-ose | m68k-*-sunos*)
838 fmt=aout em=sun3 ;;
880b7429 839 m68k-motorola-sysv*) fmt=coff targ=m68kcoff em=delta ;;
e7757ad0
KR
840 m68k-bull-sysv3*) fmt=coff targ=m68kcoff em=dpx2 ;;
841 m68k-apollo-*) fmt=coff targ=apollo em=apollo ;;
9d5aef80
KR
842 m68k-*-sysv4 | m68k-*-elf) # must be before -sysv*
843 fmt=elf ;;
7be9a312 844 m68k-*-coff | m68k-*-sysv* | m68k-*-rtems*)
e7757ad0 845 fmt=coff targ=m68kcoff ;;
e7757ad0 846 m68k-*-hpux*) fmt=hp300 em=hp300 ;;
535cfd0f
ILT
847 m68k-*-linux*aout*) fmt=aout em=linux ;;
848 m68k-*-linux*) fmt=elf em=linux ;;
e7757ad0
KR
849 m68k-*-lynxos*) fmt=coff targ=m68kcoff
850 em=lynx ;;
851 m68k-*-netbsd*) fmt=aout em=nbsd bfd_gas=yes ;;
2b37714a
ILT
852 m68k-apple-aux*) fmt=coff targ=m68kcoff em=aux ;;
853 m68k-*-psos*) fmt=elf em=psos;;
e7757ad0 854
880b7429 855 m88k-motorola-sysv3*) fmt=coff targ=m88kcoff em=delt88 ;;
e7757ad0
KR
856 m88k-*-coff*) fmt=coff targ=m88kcoff ;;
857
858 # don't change em like *-*-bsd does
4cbbec31 859 mips-dec-netbsd*) fmt=elf targ=mips-lit endian=little ;;
e7757ad0
KR
860 mips-dec-bsd*) fmt=aout targ=mips-lit ;;
861 mips-sony-bsd*) fmt=ecoff targ=mips-big ;;
862 mips-*-bsd*) { echo "configure: error: Unknown vendor for mips-bsd configuration." 1>&2; exit 1; } ;;
70f4dbce 863 mips-*-ultrix*) fmt=ecoff targ=mips-lit endian=little ;;
7be9a312 864 mips-*-osf*) fmt=ecoff targ=mips-lit endian=little ;;
e7757ad0
KR
865 mips-*-ecoff*) fmt=ecoff
866 case "$endian" in
867 big) targ=mips-big ;;
868 *) targ=mips-lit ;;
869 esac
870 ;;
871 mips-*-ecoff*) fmt=ecoff targ=mips-big ;;
872 mips-*-gnu*) fmt=aout
873 case "$endian" in
874 big) targ=mips-big ;;
875 *) targ=mips-lit ;;
876 esac
877 ;;
cbe7dccb 878 mips-*-irix6*) fmt=elf targ=mips-big ;;
e7757ad0
KR
879 mips-*-irix5*) fmt=elf targ=mips-big ;;
880 mips-*-irix*) fmt=ecoff targ=mips-big ;;
881 mips-*-riscos*) fmt=ecoff targ=mips-big ;;
882 mips-*-sysv*) fmt=ecoff targ=mips-big ;;
e16b9537 883 mips-*-elf* | mips-*-rtems* | mips-*-linux*)
fed13a5e 884 fmt=elf
e7757ad0
KR
885 case "$endian" in
886 big) targ=mips-big ;;
887 *) targ=mips-lit ;;
888 esac
889 ;;
ae1b99e4
JL
890 mn10200-*-*) fmt=elf bfd_gas=yes ;;
891 mn10300-*-*) fmt=elf bfd_gas=yes ;;
0ff513d9
SC
892 ppc-*-pe | ppc-*-cygwin32 | ppc-*-winnt*)
893 fmt=coff em=pe
85cc2190
KK
894 case "$endian" in
895 big) targ=ppc-big ;;
896 *) targ=ppc-lit ;;
897 esac
898 ;;
e7757ad0
KR
899 ppc-*-aix*) fmt=coff ;;
900 ppc-*-elf* | ppc-*-eabi* | ppc-*-sysv4*)
901 fmt=elf
902 case "$endian" in
903 big) targ=ppc-big ;;
904 *) targ=ppc-lit ;;
905 esac
906 ;;
159e6ef8
MM
907 ppc-*-linux*) fmt=elf
908 case "$endian" in
909 big) targ=ppc-big ;;
910 *) { echo "configure: error: Linux must be configured big endian" 1>&2; exit 1; } ;;
911 esac
912 ;;
913 ppc-*-solaris*) fmt=elf
914 case "$endian" in
915 big) { echo "configure: error: Solaris must be configured little endian" 1>&2; exit 1; } ;;
916 *) targ=ppc-sol ;;
917 esac
918 ;;
7be9a312
MH
919 ppc-*-rtems*)
920 fmt=elf
921 case "$endian" in
922 big) targ=ppc-big ;;
923 *) targ=ppc-lit ;;
924 esac
925 ;;
880b7429
KR
926 ppc-*-macos* | ppc-*-mpw*)
927 fmt=coff em=macos ;;
e7757ad0
KR
928 ppc-*-netware*) fmt=elf em=ppcnw ;;
929
df4021c1
DE
930 sh-*-elf*) fmt=elf ;;
931 sh-*-coff*) fmt=coff ;;
b11fb939 932
5f757edc
ILT
933 ns32k-pc532-mach* | ns32k-pc532-ux*) fmt=aout em=pc532mach ;;
934 ns32k-pc532-netbsd* | ns32k-pc532-lites*) fmt=aout em=nbsd532 ;;
e7757ad0 935
7be9a312 936 sparc-*-rtems*) fmt=aout ;;
e7757ad0 937 sparc-*-sunos4*) fmt=aout em=sun3 ;;
df586de2 938 sparc-*-aout | sparc*-*-vxworks*)
df4021c1 939 fmt=aout em=sparcaout ;;
e7757ad0
KR
940 sparc-*-coff) fmt=coff ;;
941 sparc-*-lynxos*) fmt=coff em=lynx ;;
942 sparc-fujitsu-none) fmt=aout ;;
0b27ea39 943 sparc-*-elf | sparc-*-sysv4* | sparc-*-solaris*)
e7757ad0
KR
944 fmt=elf ;;
945 sparc-*-netbsd*) fmt=aout em=nbsd bfd_gas=yes ;;
946
64556643 947# start-sanitize-tic80
7d0f8249 948 tic80-*-*) fmt=coff targ=tic80coff;;
64556643 949# end-sanitize-tic80
c6aa56bc
C
950 v850-*-*) fmt=elf bfd_gas=yes ;;
951
e7757ad0
KR
952 vax-*-bsd* | vax-*-ultrix*)
953 fmt=aout ;;
954 vax-*-vms) fmt=vms ;;
955
956 z8k-*-coff | z8k-*-sim)
957 fmt=coff ;;
958
959 w65-*-*) fmt=coff ;;
960
961 *-*-aout | *-*-scout)
962 fmt=aout ;;
963 *-*-nindy*)
964 fmt=bout ;;
965 *-*-bsd*)
966 fmt=aout em=sun3 ;;
967 *-*-generic) fmt=generic ;;
968 *-*-xray | *-*-hms) fmt=coff ;;
969 *-*-sim) fmt=coff ;;
970 *-*-elf | *-*-sysv4* | *-*-solaris*)
6df07e7f 971 echo "configure: warning: GAS support for ${generic_target} is incomplete." 1>&2
e7757ad0
KR
972 fmt=elf dev=yes ;;
973 *-*-vxworks) fmt=aout ;;
974 *-*-netware) fmt=elf ;;
975 esac
976
977 case ${cpu_type}-${fmt} in
df586de2 978 alpha-*) bfd_gas=yes ;;
e7757ad0
KR
979 arm-*) bfd_gas=yes ;;
980 # not yet
981 # i386-aout) bfd_gas=preferred ;;
982 mips-*) bfd_gas=yes ;;
983 ns32k-*) bfd_gas=yes ;;
984 ppc-*) bfd_gas=yes ;;
985 sparc-*) bfd_gas=yes ;;
986 *-elf) bfd_gas=yes ;;
987 *-ecoff) bfd_gas=yes ;;
988 *-som) bfd_gas=yes ;;
989 *) ;;
990 esac
991
5f757edc
ILT
992# Other random stuff.
993
ae09d880
ILT
994 # do we need the opcodes library?
995 case ${cpu_type} in
df586de2 996 vax | i386)
7c2fadd1
ILT
997 ;;
998 *)
999 need_opcodes=yes
159e6ef8 1000 if test "${shared_opcodes}" = "true"; then
7c2fadd1
ILT
1001 # A shared libopcodes must be linked against libbfd.
1002 need_bfd=yes
1003 fi
1004 ;;
ae09d880
ILT
1005 esac
1006
6df07e7f
DE
1007 test -n "$want_sparc_v9" && cat >> confdefs.h <<\EOF
1008#define SPARC_V9 1
5f757edc
ILT
1009EOF
1010
1011
6df07e7f
DE
1012 case ${cpu}-${vendor}-${os} in
1013 sparc64-*-elf*) cat >> confdefs.h <<\EOF
1014#define SPARC_ARCH64 1
1015EOF
1016 ;;
1017 esac
1018
5f757edc 1019 case ${cpu_type} in
1c9dbb83
ILT
1020 m68k)
1021 case ${extra_objects} in
1022 *m68k-parse.o*) ;;
1023 *) extra_objects="$extra_objects m68k-parse.o" ;;
1024 esac
1025 ;;
5f757edc
ILT
1026 esac
1027
e7757ad0
KR
1028# See if we really can support this configuration with the emulation code.
1029
1030 if test $this_target = $target ; then
1031 primary_bfd_gas=$bfd_gas
1032 obj_format=$fmt
1033 gas_target=$targ
1034 te_file=$em
1035
1036 if test $bfd_gas = no ; then
1037 # Can't support other configurations this way.
1038 break
1039 fi
1040 elif test $bfd_gas = no ; then
1041 # Can't support this configuration.
1042 break
1043 fi
1044
1045# From target name and format, produce a list of supported emulations.
1046
1047 case ${generic_target}-${fmt} in
1cb0d00d 1048 mips-*-irix5*-*) emulation="mipsbelf mipslelf mipself mipsbecoff mipslecoff mipsecoff" ;;
e7757ad0 1049 mips-*-*-ecoff) case "$endian" in
1cb0d00d
KR
1050 big) emulation="mipsbecoff mipslecoff mipsecoff" ;;
1051 *) emulation="mipslecoff mipsbecoff mipsecoff" ;;
e7757ad0
KR
1052 esac ;;
1053 mips-*-*-elf) case "$endian" in
1cb0d00d
KR
1054 big) emulation="mipsbelf mipslelf mipself" ;;
1055 *) emulation="mipslelf mipsbelf mipself" ;;
e7757ad0
KR
1056 esac ;;
1057 esac
1058
1059 emulations="$emulations $emulation"
1060
e7757ad0 1061done
b11fb939
KR
1062
1063# Assign floating point type. Most processors with FP support
1064# IEEE FP. On those that don't support FP at all, usually IEEE
1065# is emulated.
1066case ${target_cpu} in
1067 vax | tahoe ) atof=${target_cpu} ;;
e7757ad0 1068 *) atof=ieee ;;
b11fb939
KR
1069esac
1070
1071case "${obj_format}" in
ba49e48d 1072 "") { echo "configure: error: GAS does not know what format to use for target ${target}" 1>&2; exit 1; } ;;
b11fb939
KR
1073esac
1074
1075
bf4bd1fc
ILT
1076if test ! -r ${srcdir}/config/tc-${target_cpu_type}.c; then
1077 { echo "configure: error: GAS does not support target CPU ${target_cpu_type}" 1>&2; exit 1; }
b11fb939
KR
1078fi
1079
fb589130 1080if test ! -r ${srcdir}/config/obj-${obj_format}.c; then
ba49e48d 1081 { echo "configure: error: GAS does not have support for object file format ${obj_format}" 1>&2; exit 1; }
b11fb939
KR
1082fi
1083
b11fb939
KR
1084# and target makefile frag
1085
1086target_frag=${srcdir}/config/${gas_target}.mt
f2889110
KR
1087if test ! -r ${target_frag}; then
1088 target_frag=/dev/null # ick! but subst_file can't be conditionalized
1089fi
b11fb939 1090
4cbbec31 1091
e7757ad0 1092case ${user_bfd_gas}-${primary_bfd_gas} in
b11fb939
KR
1093 yes-yes | no-no)
1094 # We didn't override user's choice.
1095 ;;
1096 no-yes)
1097 echo "configure: warning: Use of BFD is required for ${target}; overriding config options." 1>&2
1098 ;;
1099 no-preferred)
e7757ad0 1100 primary_bfd_gas=no
b11fb939
KR
1101 ;;
1102 *-preferred)
e7757ad0 1103 primary_bfd_gas=yes
b11fb939 1104 ;;
ba49e48d 1105 yes-*)
e7757ad0 1106 primary_bfd_gas=yes
ba49e48d 1107 ;;
b11fb939
KR
1108 -*)
1109 # User specified nothing.
1110 ;;
1111esac
1112
e7757ad0
KR
1113# Some COFF configurations want these random other flags set.
1114case ${obj_format} in
1115 coff)
1116 case ${target_cpu_type} in
1117 i386) cat >> confdefs.h <<\EOF
1118#define I386COFF 1
1119EOF
1120 ;;
1121 m68k) cat >> confdefs.h <<\EOF
1122#define M68KCOFF 1
1123EOF
1124 ;;
1125 m88k) cat >> confdefs.h <<\EOF
1126#define M88KCOFF 1
1127EOF
1128 ;;
1129 esac
1130 ;;
1131esac
1132
1133# Getting this done right is going to be a bitch. Each configuration specified
1134# with --enable-targets=... should be checked for environment, format, cpu, and
1135# bfd_gas setting.
1136#
1137# For each configuration, the necessary object file support code must be linked
1138# in. This might be only one, it might be up to four. The necessary emulation
1139# code needs to be provided, too.
1140#
1141# And then there's "--enable-targets=all"....
1142#
1143# For now, just always do it for MIPS ELF or ECOFF configurations. Sigh.
1144
1145formats="${obj_format}"
1146emfiles=""
1147EMULATIONS=""
1148_gas_uniq_list="$emulations"
1149_gas_uniq_newlist=""
1150for _gas_uniq_i in _gas_uniq_dummy $_gas_uniq_list ; do
1151 case $_gas_uniq_i in
1152 _gas_uniq_dummy) ;;
1153 *) case " $_gas_uniq_newlist " in
1154 *" $_gas_uniq_i "*) ;;
1155 *) _gas_uniq_newlist="$_gas_uniq_newlist $_gas_uniq_i" ;;
1156 esac ;;
1157 esac
1158done
1159emulations=$_gas_uniq_newlist
1160
1161for em in . $emulations ; do
1162 case $em in
1163 .) continue ;;
1164 mipsbelf | mipslelf)
1165 fmt=elf file=mipself ;;
1166 mipsbecoff | mipslecoff)
1167 fmt=ecoff file=mipsecoff ;;
1168 esac
1169 formats="$formats $fmt"
1170 emfiles="$emfiles e-$file.o"
1171 EMULATIONS="$EMULATIONS &$em,"
1172done
1173_gas_uniq_list="$formats"
1174_gas_uniq_newlist=""
1175for _gas_uniq_i in _gas_uniq_dummy $_gas_uniq_list ; do
1176 case $_gas_uniq_i in
1177 _gas_uniq_dummy) ;;
1178 *) case " $_gas_uniq_newlist " in
1179 *" $_gas_uniq_i "*) ;;
1180 *) _gas_uniq_newlist="$_gas_uniq_newlist $_gas_uniq_i" ;;
1181 esac ;;
1182 esac
1183done
1184formats=$_gas_uniq_newlist
1185
1186_gas_uniq_list="$emfiles"
1187_gas_uniq_newlist=""
1188for _gas_uniq_i in _gas_uniq_dummy $_gas_uniq_list ; do
1189 case $_gas_uniq_i in
1190 _gas_uniq_dummy) ;;
1191 *) case " $_gas_uniq_newlist " in
1192 *" $_gas_uniq_i "*) ;;
1193 *) _gas_uniq_newlist="$_gas_uniq_newlist $_gas_uniq_i" ;;
1194 esac ;;
1195 esac
1196done
1197emfiles=$_gas_uniq_newlist
1198
1199if test `set . $formats ; shift ; echo $#` -gt 1 ; then
1200 for fmt in $formats ; do
1201 case $fmt in
1202 aout) cat >> confdefs.h <<\EOF
1203#define OBJ_MAYBE_AOUT 1
1204EOF
1205 ;;
1206 bout) cat >> confdefs.h <<\EOF
1207#define OBJ_MAYBE_BOUT 1
1208EOF
1209 ;;
1210 coff) cat >> confdefs.h <<\EOF
1211#define OBJ_MAYBE_COFF 1
1212EOF
1213 ;;
1214 ecoff) cat >> confdefs.h <<\EOF
1215#define OBJ_MAYBE_ECOFF 1
1216EOF
1217 ;;
1218 elf) cat >> confdefs.h <<\EOF
1219#define OBJ_MAYBE_ELF 1
1220EOF
1221 ;;
1222 generic) cat >> confdefs.h <<\EOF
1223#define OBJ_MAYBE_GENERIC 1
1224EOF
1225 ;;
1226 hp300) cat >> confdefs.h <<\EOF
1227#define OBJ_MAYBE_HP300 1
1228EOF
1229 ;;
1230 ieee) cat >> confdefs.h <<\EOF
1231#define OBJ_MAYBE_IEEE 1
1232EOF
1233 ;;
1234 som) cat >> confdefs.h <<\EOF
1235#define OBJ_MAYBE_SOM 1
1236EOF
1237 ;;
1238 vms) cat >> confdefs.h <<\EOF
1239#define OBJ_MAYBE_VMS 1
1240EOF
1241 ;;
1242 esac
1243 extra_objects="$extra_objects obj-$fmt.o"
1244 done
1245 obj_format=multi
1246fi
1247if test `set . $emfiles ; shift ; echo $#` -gt 0 ; then
1248 te_file=multi
1249 extra_objects="$extra_objects $emfiles"
1250 DEFAULT_EMULATION=`set . $emulations ; echo $2`
1251 cat >> confdefs.h <<\EOF
1252#define USE_EMULATIONS 1
1253EOF
1254
1255fi
1256
1257cat >> confdefs.h <<EOF
1258#define EMULATIONS $EMULATIONS
1259EOF
1260
1261cat >> confdefs.h <<EOF
1262#define DEFAULT_EMULATION "$DEFAULT_EMULATION"
1263EOF
1264
1265
bf4bd1fc 1266files="config/tc-${target_cpu_type}.c config/tc-${target_cpu_type}.h \
e7757ad0
KR
1267 config/obj-${obj_format}.h config/obj-${obj_format}.c \
1268 config/te-${te_file}.h config/atof-${atof}.c \
1269 $extra_files"
1270links="targ-cpu.c targ-cpu.h obj-format.h obj-format.c targ-env.h atof-targ.c \
1271 $extra_links"
1272
bf4bd1fc 1273case ${primary_bfd_gas}-${target_cpu_type}-${obj_format} in
318b02b6
KR
1274 yes-*-coff) need_bfd=yes ;;
1275 no-*-coff) need_bfd=yes
1276 cat >> confdefs.h <<\EOF
1277#define MANY_SEGMENTS 1
1278EOF
1279 ;;
1280esac
1281
b11fb939
KR
1282reject_dev_configs=yes
1283
1284case ${reject_dev_configs}-${dev} in
1285 yes-yes) # Oops.
ba49e48d 1286 { echo "configure: error: GAS does not support the ${generic_target} configuration." 1>&2; exit 1; }
b11fb939
KR
1287 ;;
1288esac
1289
b11fb939
KR
1290
1291
833c46e1
KR
1292
1293
1294
1295
e7757ad0 1296case "${primary_bfd_gas}" in
b11fb939
KR
1297 yes) cat >> confdefs.h <<\EOF
1298#define BFD_ASSEMBLER 1
1299EOF
1300
1301 need_bfd=yes ;;
1302esac
1303
ae09d880
ILT
1304# do we need the opcodes library?
1305case "${need_opcodes}" in
7be9a312
MH
1306yes)
1307 OPCODES_DEP=../opcodes/libopcodes.a
1308 OPCODES_LIB='-L../opcodes -lopcodes'
ae09d880 1309
7be9a312
MH
1310 # We need to handle some special cases for shared libraries.
1311 case "${host}" in
1312 *-*-sunos*)
1313 # On SunOS, we must link against the name we are going to install,
1314 # not -lbfd, since SunOS does not support SONAME.
159e6ef8 1315 if test "${shared_opcodes}" = "true"; then
ae09d880 1316 OPCODES_LIB='-L../opcodes -l`echo opcodes | sed '"'"'$(program_transform_name)'"'"'`'
ae09d880
ILT
1317 fi
1318 ;;
7be9a312
MH
1319 alpha*-*-osf*)
1320 # On Alpha OSF/1, the native linker searches all the -L
1321 # directories for any LIB.so files, and only then searches for any
1322 # LIB.a files. That means that if there is an installed
1323 # libbfd.so, but this build is not done with --enable-shared, the
1324 # link will wind up being against the install libbfd.so rather
1325 # than the newly built libbfd. To avoid this, we must explicitly
1326 # link against libbfd.a when --enable-shared is not used.
1327 if test "${shared_opcodes}" != "true"; then
1328 OPCODES_LIB='../opcodes/libopcodes.a'
1329 fi
1330 ;;
1331 esac
1332 ;;
ae09d880
ILT
1333esac
1334
1335
1336
b11fb939 1337case "${need_bfd}" in
7be9a312
MH
1338yes)
1339 BFDDEP=../bfd/libbfd.a
1340 BFDLIB='-L../bfd -lbfd'
1341 ALL_OBJ_DEPS="$ALL_OBJ_DEPS ../bfd/bfd.h"
ae09d880 1342
7be9a312
MH
1343 # We need to handle some special cases for shared libraries
1344 case "${host}" in
1345 *-*-sunos*)
1346 # On SunOS, we must link against the name we are going to install,
1347 # not -lbfd, since SunOS does not support SONAME.
159e6ef8 1348 if test "${shared_bfd}" = "true"; then
7be9a312
MH
1349 BFDLIB='-L../bfd -l`echo bfd | sed '"'"'$(program_transform_name)'"'"'`'
1350 fi
1351 ;;
1352 alpha*-*-osf*)
1353 # On Alpha OSF/1, the native linker searches all the -L
1354 # directories for any LIB.so files, and only then searches for any
1355 # LIB.a files. That means that if there is an installed
1356 # libbfd.so, but this build is not done with --enable-shared, the
1357 # link will wind up being against the install libbfd.so rather
1358 # than the newly built libbfd. To avoid this, we must explicitly
1359 # link against libbfd.a when --enable-shared is not used.
1360 if test "${shared_bfd}" != "true"; then
1361 BFDLIB='../bfd/libbfd.a'
ae09d880
ILT
1362 fi
1363 ;;
7be9a312
MH
1364 esac
1365 ;;
b11fb939
KR
1366esac
1367
1368
1369
1c9dbb83 1370
b11fb939
KR
1371cat >> confdefs.h <<EOF
1372#define TARGET_ALIAS "${target_alias}"
1373EOF
1374
1375cat >> confdefs.h <<EOF
1376#define TARGET_CANONICAL "${target}"
1377EOF
1378
1379cat >> confdefs.h <<EOF
1380#define TARGET_CPU "${target_cpu}"
1381EOF
1382
1383cat >> confdefs.h <<EOF
1384#define TARGET_VENDOR "${target_vendor}"
1385EOF
1386
1387cat >> confdefs.h <<EOF
1388#define TARGET_OS "${target_os}"
1389EOF
1390
1391
330add8a
ILT
1392# Extract the first word of "gcc", so it can be a program name with args.
1393set dummy gcc; ac_word=$2
1394echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
c6c7035c 1395echo "configure:1396: checking for $ac_word" >&5
330add8a
ILT
1396if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
1397 echo $ac_n "(cached) $ac_c" 1>&6
1398else
1399 if test -n "$CC"; then
1400 ac_cv_prog_CC="$CC" # Let the user override the test.
1401else
1402 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}:"
1403 for ac_dir in $PATH; do
1404 test -z "$ac_dir" && ac_dir=.
1405 if test -f $ac_dir/$ac_word; then
1406 ac_cv_prog_CC="gcc"
1407 break
1408 fi
1409 done
1410 IFS="$ac_save_ifs"
330add8a
ILT
1411fi
1412fi
1413CC="$ac_cv_prog_CC"
1414if test -n "$CC"; then
1415 echo "$ac_t""$CC" 1>&6
1416else
1417 echo "$ac_t""no" 1>&6
1418fi
1419
d0352cbb
DE
1420if test -z "$CC"; then
1421 # Extract the first word of "cc", so it can be a program name with args.
1422set dummy cc; ac_word=$2
1423echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
c6c7035c 1424echo "configure:1425: checking for $ac_word" >&5
d0352cbb
DE
1425if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
1426 echo $ac_n "(cached) $ac_c" 1>&6
1427else
1428 if test -n "$CC"; then
1429 ac_cv_prog_CC="$CC" # Let the user override the test.
1430else
1431 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}:"
1432 ac_prog_rejected=no
1433 for ac_dir in $PATH; do
1434 test -z "$ac_dir" && ac_dir=.
1435 if test -f $ac_dir/$ac_word; then
1436 if test "$ac_dir/$ac_word" = "/usr/ucb/cc"; then
1437 ac_prog_rejected=yes
1438 continue
1439 fi
1440 ac_cv_prog_CC="cc"
1441 break
1442 fi
1443 done
1444 IFS="$ac_save_ifs"
1445if test $ac_prog_rejected = yes; then
1446 # We found a bogon in the path, so make sure we never use it.
1447 set dummy $ac_cv_prog_CC
1448 shift
1449 if test $# -gt 0; then
1450 # We chose a different compiler from the bogus one.
1451 # However, it has the same basename, so the bogon will be chosen
1452 # first if we set CC to just the basename; use the full file name.
1453 shift
1454 set dummy "$ac_dir/$ac_word" "$@"
1455 shift
1456 ac_cv_prog_CC="$@"
1457 fi
1458fi
1459fi
1460fi
1461CC="$ac_cv_prog_CC"
1462if test -n "$CC"; then
1463 echo "$ac_t""$CC" 1>&6
1464else
1465 echo "$ac_t""no" 1>&6
1466fi
1467
1468 test -z "$CC" && { echo "configure: error: no acceptable cc found in \$PATH" 1>&2; exit 1; }
1469fi
b11fb939 1470
c6c7035c
MM
1471echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works""... $ac_c" 1>&6
1472echo "configure:1473: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works" >&5
1473
1474ac_ext=c
1475# CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
1476ac_cpp='$CPP $CPPFLAGS'
1477ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
1478ac_link='${CC-cc} -o conftest $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
1479cross_compiling=$ac_cv_prog_cc_cross
1480
1481cat > conftest.$ac_ext <<EOF
1482#line 1483 "configure"
1483#include "confdefs.h"
1484main(){return(0);}
1485EOF
1486if { (eval echo configure:1487: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
1487 ac_cv_prog_cc_works=yes
1488 # If we can't run a trivial program, we are probably using a cross compiler.
1489 if (./conftest; exit) 2>/dev/null; then
1490 ac_cv_prog_cc_cross=no
1491 else
1492 ac_cv_prog_cc_cross=yes
1493 fi
1494else
1495 echo "configure: failed program was:" >&5
1496 cat conftest.$ac_ext >&5
1497 ac_cv_prog_cc_works=no
1498fi
1499rm -fr conftest*
1500
1501echo "$ac_t""$ac_cv_prog_cc_works" 1>&6
1502if test $ac_cv_prog_cc_works = no; then
1503 { echo "configure: error: installation or configuration problem: C compiler cannot create executables." 1>&2; exit 1; }
1504fi
1505echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler""... $ac_c" 1>&6
1506echo "configure:1507: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler" >&5
1507echo "$ac_t""$ac_cv_prog_cc_cross" 1>&6
1508cross_compiling=$ac_cv_prog_cc_cross
1509
330add8a 1510echo $ac_n "checking whether we are using GNU C""... $ac_c" 1>&6
c6c7035c 1511echo "configure:1512: checking whether we are using GNU C" >&5
330add8a
ILT
1512if eval "test \"`echo '$''{'ac_cv_prog_gcc'+set}'`\" = set"; then
1513 echo $ac_n "(cached) $ac_c" 1>&6
1514else
1515 cat > conftest.c <<EOF
b11fb939 1516#ifdef __GNUC__
330add8a 1517 yes;
b11fb939
KR
1518#endif
1519EOF
c6c7035c 1520if { ac_try='${CC-cc} -E conftest.c'; { (eval echo configure:1521: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then
330add8a
ILT
1521 ac_cv_prog_gcc=yes
1522else
1523 ac_cv_prog_gcc=no
1524fi
1525fi
1c9dbb83 1526
330add8a 1527echo "$ac_t""$ac_cv_prog_gcc" 1>&6
c6c7035c 1528
330add8a 1529if test $ac_cv_prog_gcc = yes; then
b11fb939 1530 GCC=yes
c6c7035c
MM
1531 ac_test_CFLAGS="${CFLAGS+set}"
1532 ac_save_CFLAGS="$CFLAGS"
1533 CFLAGS=
1534 echo $ac_n "checking whether ${CC-cc} accepts -g""... $ac_c" 1>&6
1535echo "configure:1536: checking whether ${CC-cc} accepts -g" >&5
1536if eval "test \"`echo '$''{'ac_cv_prog_cc_g'+set}'`\" = set"; then
330add8a 1537 echo $ac_n "(cached) $ac_c" 1>&6
b11fb939 1538else
330add8a
ILT
1539 echo 'void f(){}' > conftest.c
1540if test -z "`${CC-cc} -g -c conftest.c 2>&1`"; then
c6c7035c 1541 ac_cv_prog_cc_g=yes
330add8a 1542else
c6c7035c 1543 ac_cv_prog_cc_g=no
b11fb939
KR
1544fi
1545rm -f conftest*
1546
330add8a 1547fi
1c9dbb83 1548
c6c7035c
MM
1549echo "$ac_t""$ac_cv_prog_cc_g" 1>&6
1550 if test "$ac_test_CFLAGS" = set; then
1551 CFLAGS="$ac_save_CFLAGS"
1552 elif test $ac_cv_prog_cc_g = yes; then
1553 CFLAGS="-g -O2"
1554 else
1555 CFLAGS="-O2"
330add8a
ILT
1556 fi
1557else
1558 GCC=
1559 test "${CFLAGS+set}" = set || CFLAGS="-g"
1560fi
1561
bf111c9f
KR
1562# Find a good install program. We prefer a C program (faster),
1563# so one script is as good as another. But avoid the broken or
1564# incompatible versions:
b11fb939
KR
1565# SysV /etc/install, /usr/sbin/install
1566# SunOS /usr/etc/install
1567# IRIX /sbin/install
1568# AIX /bin/install
1569# AFS /usr/afsws/bin/install, which mishandles nonexistent args
1570# SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
1571# ./install, which can be erroneously created by make from ./install.sh.
833c46e1 1572echo $ac_n "checking for a BSD compatible install""... $ac_c" 1>&6
c6c7035c 1573echo "configure:1574: checking for a BSD compatible install" >&5
28d3e4a3 1574if test -z "$INSTALL"; then
833c46e1
KR
1575if eval "test \"`echo '$''{'ac_cv_path_install'+set}'`\" = set"; then
1576 echo $ac_n "(cached) $ac_c" 1>&6
b11fb939 1577else
c6c7035c 1578 IFS="${IFS= }"; ac_save_IFS="$IFS"; IFS="${IFS}:"
b11fb939 1579 for ac_dir in $PATH; do
833c46e1
KR
1580 # Account for people who put trailing slashes in PATH elements.
1581 case "$ac_dir/" in
1582 /|./|.//|/etc/*|/usr/sbin/*|/usr/etc/*|/sbin/*|/usr/afsws/bin/*|/usr/ucb/*) ;;
b11fb939
KR
1583 *)
1584 # OSF1 and SCO ODT 3.0 have their own names for install.
1585 for ac_prog in ginstall installbsd scoinst install; do
1586 if test -f $ac_dir/$ac_prog; then
1587 if test $ac_prog = install &&
1588 grep dspmsg $ac_dir/$ac_prog >/dev/null 2>&1; then
1589 # AIX install. It has an incompatible calling convention.
1590 # OSF/1 installbsd also uses dspmsg, but is usable.
1591 :
1592 else
1593 ac_cv_path_install="$ac_dir/$ac_prog -c"
1594 break 2
1595 fi
1596 fi
1597 done
1598 ;;
1599 esac
1600 done
c6c7035c 1601 IFS="$ac_save_IFS"
1c9dbb83 1602
b11fb939 1603fi
1c9dbb83
ILT
1604 if test "${ac_cv_path_install+set}" = set; then
1605 INSTALL="$ac_cv_path_install"
1606 else
1607 # As a last resort, use the slow shell script. We don't cache a
1608 # path for INSTALL within a source directory, because that will
1609 # break other packages using the cache if that directory is
1610 # removed, or if the path is relative.
1611 INSTALL="$ac_install_sh"
1612 fi
b11fb939 1613fi
833c46e1 1614echo "$ac_t""$INSTALL" 1>&6
b11fb939
KR
1615
1616# Use test -z because SunOS4 sh mishandles braces in ${var-val}.
1617# It thinks the first close brace ends the variable substitution.
1618test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
1619
1620test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
1621
1622
833c46e1 1623echo $ac_n "checking how to run the C preprocessor""... $ac_c" 1>&6
c6c7035c 1624echo "configure:1625: checking how to run the C preprocessor" >&5
b11fb939
KR
1625# On Suns, sometimes $CPP names a directory.
1626if test -n "$CPP" && test -d "$CPP"; then
1627 CPP=
1628fi
1629if test -z "$CPP"; then
833c46e1
KR
1630if eval "test \"`echo '$''{'ac_cv_prog_CPP'+set}'`\" = set"; then
1631 echo $ac_n "(cached) $ac_c" 1>&6
b11fb939
KR
1632else
1633 # This must be in double quotes, not single quotes, because CPP may get
1634 # substituted into the Makefile and "${CC-cc}" will confuse make.
1635 CPP="${CC-cc} -E"
1636 # On the NeXT, cc -E runs the code through the compiler's parser,
1637 # not just through cpp.
28d3e4a3 1638 cat > conftest.$ac_ext <<EOF
c6c7035c 1639#line 1640 "configure"
b11fb939 1640#include "confdefs.h"
f2889110 1641#include <assert.h>
b11fb939
KR
1642Syntax Error
1643EOF
d0352cbb 1644ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
c6c7035c 1645{ (eval echo configure:1646: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
bf111c9f 1646ac_err=`grep -v '^ *+' conftest.out`
b11fb939
KR
1647if test -z "$ac_err"; then
1648 :
1649else
fb589130 1650 echo "$ac_err" >&5
c6c7035c
MM
1651 echo "configure: failed program was:" >&5
1652 cat conftest.$ac_ext >&5
b11fb939
KR
1653 rm -rf conftest*
1654 CPP="${CC-cc} -E -traditional-cpp"
28d3e4a3 1655 cat > conftest.$ac_ext <<EOF
c6c7035c 1656#line 1657 "configure"
b11fb939 1657#include "confdefs.h"
f2889110 1658#include <assert.h>
b11fb939
KR
1659Syntax Error
1660EOF
d0352cbb 1661ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
c6c7035c 1662{ (eval echo configure:1663: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
bf111c9f 1663ac_err=`grep -v '^ *+' conftest.out`
b11fb939
KR
1664if test -z "$ac_err"; then
1665 :
1666else
fb589130 1667 echo "$ac_err" >&5
c6c7035c
MM
1668 echo "configure: failed program was:" >&5
1669 cat conftest.$ac_ext >&5
b11fb939
KR
1670 rm -rf conftest*
1671 CPP=/lib/cpp
1672fi
1673rm -f conftest*
1674fi
1675rm -f conftest*
1676 ac_cv_prog_CPP="$CPP"
1677fi
e63c594d
FF
1678 CPP="$ac_cv_prog_CPP"
1679else
1680 ac_cv_prog_CPP="$CPP"
b11fb939 1681fi
833c46e1 1682echo "$ac_t""$CPP" 1>&6
fb589130
KR
1683
1684for ac_hdr in string.h stdlib.h memory.h strings.h unistd.h stdarg.h varargs.h errno.h sys/types.h
1685do
c6c7035c 1686ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
833c46e1 1687echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
c6c7035c 1688echo "configure:1689: checking for $ac_hdr" >&5
833c46e1
KR
1689if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
1690 echo $ac_n "(cached) $ac_c" 1>&6
b11fb939 1691else
28d3e4a3 1692 cat > conftest.$ac_ext <<EOF
c6c7035c 1693#line 1694 "configure"
b11fb939 1694#include "confdefs.h"
28d3e4a3 1695#include <$ac_hdr>
b11fb939 1696EOF
d0352cbb 1697ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
c6c7035c 1698{ (eval echo configure:1699: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
bf111c9f 1699ac_err=`grep -v '^ *+' conftest.out`
b11fb939
KR
1700if test -z "$ac_err"; then
1701 rm -rf conftest*
fb589130 1702 eval "ac_cv_header_$ac_safe=yes"
b11fb939 1703else
fb589130 1704 echo "$ac_err" >&5
c6c7035c
MM
1705 echo "configure: failed program was:" >&5
1706 cat conftest.$ac_ext >&5
b11fb939 1707 rm -rf conftest*
fb589130 1708 eval "ac_cv_header_$ac_safe=no"
b11fb939
KR
1709fi
1710rm -f conftest*
b11fb939 1711fi
fb589130 1712if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
833c46e1 1713 echo "$ac_t""yes" 1>&6
c6c7035c 1714 ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
fb589130 1715 cat >> confdefs.h <<EOF
28d3e4a3 1716#define $ac_tr_hdr 1
b11fb939 1717EOF
fb589130 1718
b11fb939 1719else
833c46e1 1720 echo "$ac_t""no" 1>&6
b11fb939 1721fi
fb589130 1722done
b11fb939 1723
b11fb939 1724
bf111c9f
KR
1725# Put this here so that autoconf's "cross-compiling" message doesn't confuse
1726# people who are not cross-compiling but are compiling cross-assemblers.
833c46e1 1727echo $ac_n "checking whether compiling a cross-assembler""... $ac_c" 1>&6
c6c7035c 1728echo "configure:1729: checking whether compiling a cross-assembler" >&5
bf111c9f 1729if test "${host}" = "${target}"; then
ba49e48d
KR
1730 cross_gas=no
1731else
bf111c9f
KR
1732 cross_gas=yes
1733 cat >> confdefs.h <<\EOF
1734#define CROSS_COMPILE 1
1735EOF
1736
bf111c9f 1737fi
833c46e1 1738echo "$ac_t""$cross_gas" 1>&6
bf111c9f 1739
b11fb939
KR
1740# The Ultrix 4.2 mips builtin alloca declared by alloca.h only works
1741# for constant arguments. Useless!
833c46e1 1742echo $ac_n "checking for working alloca.h""... $ac_c" 1>&6
c6c7035c 1743echo "configure:1744: checking for working alloca.h" >&5
833c46e1
KR
1744if eval "test \"`echo '$''{'ac_cv_header_alloca_h'+set}'`\" = set"; then
1745 echo $ac_n "(cached) $ac_c" 1>&6
b11fb939 1746else
28d3e4a3 1747 cat > conftest.$ac_ext <<EOF
c6c7035c 1748#line 1749 "configure"
b11fb939
KR
1749#include "confdefs.h"
1750#include <alloca.h>
c6c7035c 1751int main() {
b11fb939
KR
1752char *p = alloca(2 * sizeof(int));
1753; return 0; }
1754EOF
c6c7035c 1755if { (eval echo configure:1756: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
b11fb939
KR
1756 rm -rf conftest*
1757 ac_cv_header_alloca_h=yes
1758else
c6c7035c
MM
1759 echo "configure: failed program was:" >&5
1760 cat conftest.$ac_ext >&5
b11fb939
KR
1761 rm -rf conftest*
1762 ac_cv_header_alloca_h=no
1763fi
1764rm -f conftest*
b11fb939 1765fi
1c9dbb83 1766
833c46e1 1767echo "$ac_t""$ac_cv_header_alloca_h" 1>&6
b11fb939
KR
1768if test $ac_cv_header_alloca_h = yes; then
1769 cat >> confdefs.h <<\EOF
1770#define HAVE_ALLOCA_H 1
1771EOF
1772
1773fi
1774
833c46e1 1775echo $ac_n "checking for alloca""... $ac_c" 1>&6
c6c7035c
MM
1776echo "configure:1777: checking for alloca" >&5
1777if eval "test \"`echo '$''{'ac_cv_func_alloca_works'+set}'`\" = set"; then
833c46e1 1778 echo $ac_n "(cached) $ac_c" 1>&6
b11fb939 1779else
28d3e4a3 1780 cat > conftest.$ac_ext <<EOF
c6c7035c 1781#line 1782 "configure"
b11fb939
KR
1782#include "confdefs.h"
1783
1784#ifdef __GNUC__
1785# define alloca __builtin_alloca
1786#else
1787# if HAVE_ALLOCA_H
1788# include <alloca.h>
1789# else
1790# ifdef _AIX
1791 #pragma alloca
1792# else
1793# ifndef alloca /* predefined by HP cc +Olibcalls */
1794char *alloca ();
1795# endif
1796# endif
1797# endif
1798#endif
1799
c6c7035c 1800int main() {
b11fb939
KR
1801char *p = (char *) alloca(1);
1802; return 0; }
1803EOF
c6c7035c 1804if { (eval echo configure:1805: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
b11fb939 1805 rm -rf conftest*
c6c7035c 1806 ac_cv_func_alloca_works=yes
b11fb939 1807else
c6c7035c
MM
1808 echo "configure: failed program was:" >&5
1809 cat conftest.$ac_ext >&5
b11fb939 1810 rm -rf conftest*
c6c7035c 1811 ac_cv_func_alloca_works=no
b11fb939
KR
1812fi
1813rm -f conftest*
b11fb939 1814fi
1c9dbb83 1815
c6c7035c
MM
1816echo "$ac_t""$ac_cv_func_alloca_works" 1>&6
1817if test $ac_cv_func_alloca_works = yes; then
b11fb939
KR
1818 cat >> confdefs.h <<\EOF
1819#define HAVE_ALLOCA 1
1820EOF
1821
1822fi
1823
c6c7035c 1824if test $ac_cv_func_alloca_works = no; then
b11fb939
KR
1825 # The SVR3 libPW and SVR4 libucb both contain incompatible functions
1826 # that cause trouble. Some versions do not even contain alloca or
1827 # contain a buggy version. If you still want to use their alloca,
1828 # use ar to extract alloca.o from them instead of compiling alloca.c.
1829 ALLOCA=alloca.o
1830 cat >> confdefs.h <<\EOF
1831#define C_ALLOCA 1
1832EOF
1833
1834
833c46e1 1835echo $ac_n "checking whether alloca needs Cray hooks""... $ac_c" 1>&6
c6c7035c 1836echo "configure:1837: checking whether alloca needs Cray hooks" >&5
833c46e1
KR
1837if eval "test \"`echo '$''{'ac_cv_os_cray'+set}'`\" = set"; then
1838 echo $ac_n "(cached) $ac_c" 1>&6
b11fb939 1839else
28d3e4a3 1840 cat > conftest.$ac_ext <<EOF
c6c7035c 1841#line 1842 "configure"
b11fb939
KR
1842#include "confdefs.h"
1843#if defined(CRAY) && ! defined(CRAY2)
1844webecray
1845#else
1846wenotbecray
1847#endif
1848
1849EOF
28d3e4a3 1850if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
fb589130 1851 egrep "webecray" >/dev/null 2>&1; then
b11fb939
KR
1852 rm -rf conftest*
1853 ac_cv_os_cray=yes
1854else
1855 rm -rf conftest*
1856 ac_cv_os_cray=no
1857fi
1858rm -f conftest*
1859
1860fi
1c9dbb83 1861
833c46e1 1862echo "$ac_t""$ac_cv_os_cray" 1>&6
b11fb939 1863if test $ac_cv_os_cray = yes; then
833c46e1
KR
1864for ac_func in _getb67 GETB67 getb67; do
1865 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
c6c7035c 1866echo "configure:1867: checking for $ac_func" >&5
833c46e1
KR
1867if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
1868 echo $ac_n "(cached) $ac_c" 1>&6
b11fb939 1869else
28d3e4a3 1870 cat > conftest.$ac_ext <<EOF
c6c7035c 1871#line 1872 "configure"
b11fb939 1872#include "confdefs.h"
833c46e1
KR
1873/* System header to define __stub macros and hopefully few prototypes,
1874 which can conflict with char $ac_func(); below. */
1875#include <assert.h>
f1698cb7 1876/* Override any gcc2 internal prototype to avoid an error. */
df586de2
ILT
1877/* We use char because int might match the return type of a gcc2
1878 builtin and then its argument prototype would still apply. */
1c9dbb83 1879char $ac_func();
f1698cb7 1880
c6c7035c 1881int main() {
b11fb939
KR
1882
1883/* The GNU C library defines this for functions which it implements
1884 to always fail with ENOSYS. Some functions are actually named
1885 something starting with __ and the normal name is an alias. */
833c46e1 1886#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
b11fb939
KR
1887choke me
1888#else
833c46e1 1889$ac_func();
b11fb939
KR
1890#endif
1891
1892; return 0; }
1893EOF
c6c7035c 1894if { (eval echo configure:1895: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
b11fb939 1895 rm -rf conftest*
833c46e1 1896 eval "ac_cv_func_$ac_func=yes"
b11fb939 1897else
c6c7035c
MM
1898 echo "configure: failed program was:" >&5
1899 cat conftest.$ac_ext >&5
b11fb939 1900 rm -rf conftest*
833c46e1 1901 eval "ac_cv_func_$ac_func=no"
b11fb939
KR
1902fi
1903rm -f conftest*
7d0f8249 1904fi
c6c7035c 1905
833c46e1
KR
1906if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
1907 echo "$ac_t""yes" 1>&6
1908 cat >> confdefs.h <<EOF
1909#define CRAY_STACKSEG_END $ac_func
b11fb939
KR
1910EOF
1911
833c46e1 1912 break
b11fb939 1913else
833c46e1 1914 echo "$ac_t""no" 1>&6
b11fb939
KR
1915fi
1916
833c46e1 1917done
b11fb939
KR
1918fi
1919
833c46e1 1920echo $ac_n "checking stack direction for C alloca""... $ac_c" 1>&6
c6c7035c 1921echo "configure:1922: checking stack direction for C alloca" >&5
833c46e1
KR
1922if eval "test \"`echo '$''{'ac_cv_c_stack_direction'+set}'`\" = set"; then
1923 echo $ac_n "(cached) $ac_c" 1>&6
b11fb939
KR
1924else
1925 if test "$cross_compiling" = yes; then
bf111c9f 1926 ac_cv_c_stack_direction=0
b11fb939 1927else
c6c7035c
MM
1928 cat > conftest.$ac_ext <<EOF
1929#line 1930 "configure"
b11fb939
KR
1930#include "confdefs.h"
1931find_stack_direction ()
1932{
1933 static char *addr = 0;
1934 auto char dummy;
1935 if (addr == 0)
1936 {
1937 addr = &dummy;
1938 return find_stack_direction ();
1939 }
1940 else
1941 return (&dummy > addr) ? 1 : -1;
1942}
1943main ()
1944{
1945 exit (find_stack_direction() < 0);
1946}
1947EOF
c6c7035c
MM
1948if { (eval echo configure:1949: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest && (./conftest; exit) 2>/dev/null
1949then
b11fb939
KR
1950 ac_cv_c_stack_direction=1
1951else
c6c7035c
MM
1952 echo "configure: failed program was:" >&5
1953 cat conftest.$ac_ext >&5
1954 rm -fr conftest*
b11fb939
KR
1955 ac_cv_c_stack_direction=-1
1956fi
7d0f8249 1957rm -fr conftest*
64556643
FF
1958fi
1959
c6c7035c
MM
1960fi
1961
833c46e1 1962echo "$ac_t""$ac_cv_c_stack_direction" 1>&6
b11fb939
KR
1963cat >> confdefs.h <<EOF
1964#define STACK_DIRECTION $ac_cv_c_stack_direction
1965EOF
1966
1967fi
1968
833c46e1 1969echo $ac_n "checking for inline""... $ac_c" 1>&6
c6c7035c 1970echo "configure:1971: checking for inline" >&5
833c46e1
KR
1971if eval "test \"`echo '$''{'ac_cv_c_inline'+set}'`\" = set"; then
1972 echo $ac_n "(cached) $ac_c" 1>&6
b11fb939 1973else
833c46e1
KR
1974 ac_cv_c_inline=no
1975for ac_kw in inline __inline__ __inline; do
1976 cat > conftest.$ac_ext <<EOF
c6c7035c 1977#line 1978 "configure"
b11fb939
KR
1978#include "confdefs.h"
1979
c6c7035c 1980int main() {
833c46e1 1981} $ac_kw foo() {
b11fb939
KR
1982; return 0; }
1983EOF
c6c7035c 1984if { (eval echo configure:1985: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
b11fb939 1985 rm -rf conftest*
833c46e1 1986 ac_cv_c_inline=$ac_kw; break
c6c7035c
MM
1987else
1988 echo "configure: failed program was:" >&5
1989 cat conftest.$ac_ext >&5
b11fb939
KR
1990fi
1991rm -f conftest*
833c46e1 1992done
b11fb939
KR
1993
1994fi
1c9dbb83 1995
833c46e1
KR
1996echo "$ac_t""$ac_cv_c_inline" 1>&6
1997case "$ac_cv_c_inline" in
1998 inline | yes) ;;
1999 no) cat >> confdefs.h <<\EOF
2000#define inline
2001EOF
2002 ;;
2003 *) cat >> confdefs.h <<EOF
2004#define inline $ac_cv_c_inline
2005EOF
2006 ;;
2007esac
b11fb939
KR
2008
2009
ba49e48d
KR
2010# VMS doesn't have unlink.
2011for ac_func in unlink remove
b9419dd2 2012do
833c46e1 2013echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
c6c7035c 2014echo "configure:2015: checking for $ac_func" >&5
833c46e1
KR
2015if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
2016 echo $ac_n "(cached) $ac_c" 1>&6
28d3e4a3
KR
2017else
2018 cat > conftest.$ac_ext <<EOF
c6c7035c 2019#line 2020 "configure"
28d3e4a3 2020#include "confdefs.h"
833c46e1
KR
2021/* System header to define __stub macros and hopefully few prototypes,
2022 which can conflict with char $ac_func(); below. */
2023#include <assert.h>
f1698cb7 2024/* Override any gcc2 internal prototype to avoid an error. */
df586de2
ILT
2025/* We use char because int might match the return type of a gcc2
2026 builtin and then its argument prototype would still apply. */
1c9dbb83 2027char $ac_func();
f1698cb7 2028
c6c7035c 2029int main() {
28d3e4a3
KR
2030
2031/* The GNU C library defines this for functions which it implements
2032 to always fail with ENOSYS. Some functions are actually named
2033 something starting with __ and the normal name is an alias. */
b9419dd2 2034#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
28d3e4a3
KR
2035choke me
2036#else
f1698cb7 2037$ac_func();
28d3e4a3
KR
2038#endif
2039
2040; return 0; }
2041EOF
c6c7035c 2042if { (eval echo configure:2043: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
28d3e4a3 2043 rm -rf conftest*
b9419dd2 2044 eval "ac_cv_func_$ac_func=yes"
28d3e4a3 2045else
c6c7035c
MM
2046 echo "configure: failed program was:" >&5
2047 cat conftest.$ac_ext >&5
28d3e4a3 2048 rm -rf conftest*
b9419dd2 2049 eval "ac_cv_func_$ac_func=no"
28d3e4a3
KR
2050fi
2051rm -f conftest*
7d0f8249 2052fi
c6c7035c 2053
b9419dd2 2054if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
833c46e1 2055 echo "$ac_t""yes" 1>&6
1c9dbb83 2056 ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
b9419dd2
KR
2057 cat >> confdefs.h <<EOF
2058#define $ac_tr_func 1
28d3e4a3 2059EOF
b9419dd2 2060 break
28d3e4a3 2061else
833c46e1 2062 echo "$ac_t""no" 1>&6
28d3e4a3 2063fi
b9419dd2 2064done
28d3e4a3
KR
2065
2066
e63c594d
FF
2067# Some systems don't have sbrk().
2068for ac_func in sbrk
2069do
2070echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
c6c7035c 2071echo "configure:2072: checking for $ac_func" >&5
e63c594d
FF
2072if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
2073 echo $ac_n "(cached) $ac_c" 1>&6
2074else
2075 cat > conftest.$ac_ext <<EOF
c6c7035c 2076#line 2077 "configure"
e63c594d
FF
2077#include "confdefs.h"
2078/* System header to define __stub macros and hopefully few prototypes,
2079 which can conflict with char $ac_func(); below. */
2080#include <assert.h>
2081/* Override any gcc2 internal prototype to avoid an error. */
df586de2
ILT
2082/* We use char because int might match the return type of a gcc2
2083 builtin and then its argument prototype would still apply. */
1c9dbb83 2084char $ac_func();
e63c594d 2085
c6c7035c 2086int main() {
e63c594d
FF
2087
2088/* The GNU C library defines this for functions which it implements
2089 to always fail with ENOSYS. Some functions are actually named
2090 something starting with __ and the normal name is an alias. */
2091#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
2092choke me
2093#else
2094$ac_func();
2095#endif
2096
2097; return 0; }
2098EOF
c6c7035c 2099if { (eval echo configure:2100: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
e63c594d
FF
2100 rm -rf conftest*
2101 eval "ac_cv_func_$ac_func=yes"
2102else
c6c7035c
MM
2103 echo "configure: failed program was:" >&5
2104 cat conftest.$ac_ext >&5
e63c594d
FF
2105 rm -rf conftest*
2106 eval "ac_cv_func_$ac_func=no"
2107fi
2108rm -f conftest*
7d0f8249 2109fi
c6c7035c 2110
e63c594d
FF
2111if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
2112 echo "$ac_t""yes" 1>&6
1c9dbb83 2113 ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
e63c594d
FF
2114 cat >> confdefs.h <<EOF
2115#define $ac_tr_func 1
2116EOF
2117
2118else
2119 echo "$ac_t""no" 1>&6
2120fi
2121done
2122
2123
b11fb939
KR
2124# Some non-ANSI preprocessors botch requoting inside strings. That's bad
2125# enough, but on some of those systems, the assert macro relies on requoting
2126# working properly!
833c46e1 2127echo $ac_n "checking for working assert macro""... $ac_c" 1>&6
c6c7035c 2128echo "configure:2129: checking for working assert macro" >&5
833c46e1
KR
2129if eval "test \"`echo '$''{'gas_cv_assert_ok'+set}'`\" = set"; then
2130 echo $ac_n "(cached) $ac_c" 1>&6
fb589130 2131else
28d3e4a3 2132 cat > conftest.$ac_ext <<EOF
c6c7035c 2133#line 2134 "configure"
b11fb939
KR
2134#include "confdefs.h"
2135#include <assert.h>
2136#include <stdio.h>
c6c7035c 2137int main() {
b11fb939
KR
2138
2139/* check for requoting problems */
2140static int a, b, c, d;
2141static char *s;
2142assert (!strcmp(s, "foo bar baz quux"));
2143/* check for newline handling */
2144assert (a == b
2145 || c == d);
2146
2147; return 0; }
2148EOF
c6c7035c 2149if { (eval echo configure:2150: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
fb589130
KR
2150 rm -rf conftest*
2151 gas_cv_assert_ok=yes
b11fb939 2152else
c6c7035c
MM
2153 echo "configure: failed program was:" >&5
2154 cat conftest.$ac_ext >&5
b11fb939 2155 rm -rf conftest*
fb589130 2156 gas_cv_assert_ok=no
b11fb939
KR
2157fi
2158rm -f conftest*
fb589130 2159fi
833c46e1 2160echo "$ac_t""$gas_cv_assert_ok" 1>&6
fb589130
KR
2161test $gas_cv_assert_ok = yes || cat >> confdefs.h <<\EOF
2162#define BROKEN_ASSERT 1
2163EOF
2164
b11fb939 2165
bf111c9f 2166
b11fb939
KR
2167# On some systems, the system header files may not declare malloc, realloc,
2168# and free. There are places where gas needs these functions to have been
2169# declared -- such as when taking their addresses.
bf111c9f 2170gas_test_headers="
b11fb939
KR
2171#ifdef HAVE_MEMORY_H
2172#include <memory.h>
2173#endif
2174#ifdef HAVE_STRING_H
2175#include <string.h>
5cece526
ILT
2176#else
2177#ifdef HAVE_STRINGS_H
2178#include <strings.h>
2179#endif
b11fb939
KR
2180#endif
2181#ifdef HAVE_STDLIB_H
2182#include <stdlib.h>
2183#endif
2184#ifdef HAVE_UNISTD_H
2185#include <unistd.h>
2186#endif
bf111c9f 2187"
b11fb939 2188
5cece526 2189echo $ac_n "checking whether declaration is required for strstr""... $ac_c" 1>&6
c6c7035c 2190echo "configure:2191: checking whether declaration is required for strstr" >&5
5cece526
ILT
2191if eval "test \"`echo '$''{'gas_cv_decl_needed_strstr'+set}'`\" = set"; then
2192 echo $ac_n "(cached) $ac_c" 1>&6
2193else
2194 cat > conftest.$ac_ext <<EOF
c6c7035c 2195#line 2196 "configure"
5cece526
ILT
2196#include "confdefs.h"
2197$gas_test_headers
c6c7035c 2198int main() {
5cece526
ILT
2199
2200typedef char *(*f)();
2201f x;
2202x = (f) strstr;
2203
2204; return 0; }
2205EOF
c6c7035c 2206if { (eval echo configure:2207: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
5cece526
ILT
2207 rm -rf conftest*
2208 gas_cv_decl_needed_strstr=no
2209else
c6c7035c
MM
2210 echo "configure: failed program was:" >&5
2211 cat conftest.$ac_ext >&5
5cece526
ILT
2212 rm -rf conftest*
2213 gas_cv_decl_needed_strstr=yes
2214fi
2215rm -f conftest*
5cece526
ILT
2216fi
2217echo "$ac_t""$gas_cv_decl_needed_strstr" 1>&6
2218test $gas_cv_decl_needed_strstr = no || {
2219 cat >> confdefs.h <<\EOF
2220#define NEED_DECLARATION_STRSTR 1
2221EOF
2222
2223}
2224
2225
833c46e1 2226echo $ac_n "checking whether declaration is required for malloc""... $ac_c" 1>&6
c6c7035c 2227echo "configure:2228: checking whether declaration is required for malloc" >&5
833c46e1
KR
2228if eval "test \"`echo '$''{'gas_cv_decl_needed_malloc'+set}'`\" = set"; then
2229 echo $ac_n "(cached) $ac_c" 1>&6
bf111c9f 2230else
28d3e4a3 2231 cat > conftest.$ac_ext <<EOF
c6c7035c 2232#line 2233 "configure"
bf111c9f
KR
2233#include "confdefs.h"
2234$gas_test_headers
c6c7035c 2235int main() {
b11fb939 2236
bf111c9f
KR
2237typedef char *(*f)();
2238f x;
2239x = (f) malloc;
b11fb939
KR
2240
2241; return 0; }
2242EOF
c6c7035c 2243if { (eval echo configure:2244: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
fb589130 2244 rm -rf conftest*
bf111c9f 2245 gas_cv_decl_needed_malloc=no
b11fb939 2246else
c6c7035c
MM
2247 echo "configure: failed program was:" >&5
2248 cat conftest.$ac_ext >&5
b11fb939 2249 rm -rf conftest*
bf111c9f 2250 gas_cv_decl_needed_malloc=yes
fb589130
KR
2251fi
2252rm -f conftest*
fb589130 2253fi
833c46e1 2254echo "$ac_t""$gas_cv_decl_needed_malloc" 1>&6
bf111c9f
KR
2255test $gas_cv_decl_needed_malloc = no || {
2256 cat >> confdefs.h <<\EOF
2257#define NEED_DECLARATION_MALLOC 1
b11fb939
KR
2258EOF
2259
bf111c9f
KR
2260}
2261
b11fb939 2262
833c46e1 2263echo $ac_n "checking whether declaration is required for free""... $ac_c" 1>&6
c6c7035c 2264echo "configure:2265: checking whether declaration is required for free" >&5
833c46e1
KR
2265if eval "test \"`echo '$''{'gas_cv_decl_needed_free'+set}'`\" = set"; then
2266 echo $ac_n "(cached) $ac_c" 1>&6
fb589130 2267else
28d3e4a3 2268 cat > conftest.$ac_ext <<EOF
c6c7035c 2269#line 2270 "configure"
b11fb939 2270#include "confdefs.h"
bf111c9f 2271$gas_test_headers
c6c7035c 2272int main() {
b11fb939 2273
5f757edc 2274typedef void (*f)();
bf111c9f
KR
2275f x;
2276x = (f) free;
b11fb939
KR
2277
2278; return 0; }
2279EOF
c6c7035c 2280if { (eval echo configure:2281: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
fb589130 2281 rm -rf conftest*
bf111c9f 2282 gas_cv_decl_needed_free=no
b11fb939 2283else
c6c7035c
MM
2284 echo "configure: failed program was:" >&5
2285 cat conftest.$ac_ext >&5
b11fb939 2286 rm -rf conftest*
bf111c9f 2287 gas_cv_decl_needed_free=yes
b11fb939
KR
2288fi
2289rm -f conftest*
fb589130 2290fi
833c46e1 2291echo "$ac_t""$gas_cv_decl_needed_free" 1>&6
bf111c9f
KR
2292test $gas_cv_decl_needed_free = no || {
2293 cat >> confdefs.h <<\EOF
2294#define NEED_DECLARATION_FREE 1
fb589130
KR
2295EOF
2296
bf111c9f
KR
2297}
2298
b11fb939 2299
5cece526 2300echo $ac_n "checking whether declaration is required for sbrk""... $ac_c" 1>&6
c6c7035c 2301echo "configure:2302: checking whether declaration is required for sbrk" >&5
5cece526
ILT
2302if eval "test \"`echo '$''{'gas_cv_decl_needed_sbrk'+set}'`\" = set"; then
2303 echo $ac_n "(cached) $ac_c" 1>&6
2304else
2305 cat > conftest.$ac_ext <<EOF
c6c7035c 2306#line 2307 "configure"
5cece526
ILT
2307#include "confdefs.h"
2308$gas_test_headers
c6c7035c 2309int main() {
5cece526
ILT
2310
2311typedef char *(*f)();
2312f x;
2313x = (f) sbrk;
2314
2315; return 0; }
2316EOF
c6c7035c 2317if { (eval echo configure:2318: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
5cece526
ILT
2318 rm -rf conftest*
2319 gas_cv_decl_needed_sbrk=no
2320else
c6c7035c
MM
2321 echo "configure: failed program was:" >&5
2322 cat conftest.$ac_ext >&5
5cece526
ILT
2323 rm -rf conftest*
2324 gas_cv_decl_needed_sbrk=yes
2325fi
2326rm -f conftest*
5cece526
ILT
2327fi
2328echo "$ac_t""$gas_cv_decl_needed_sbrk" 1>&6
2329test $gas_cv_decl_needed_sbrk = no || {
2330 cat >> confdefs.h <<\EOF
2331#define NEED_DECLARATION_SBRK 1
2332EOF
2333
2334}
2335
2336
b11fb939
KR
2337# Does errno.h declare errno, or do we have to add a separate declaration
2338# for it?
bf111c9f 2339
833c46e1 2340echo $ac_n "checking whether declaration is required for errno""... $ac_c" 1>&6
c6c7035c 2341echo "configure:2342: checking whether declaration is required for errno" >&5
833c46e1
KR
2342if eval "test \"`echo '$''{'gas_cv_decl_needed_errno'+set}'`\" = set"; then
2343 echo $ac_n "(cached) $ac_c" 1>&6
fb589130 2344else
28d3e4a3 2345 cat > conftest.$ac_ext <<EOF
c6c7035c 2346#line 2347 "configure"
b11fb939
KR
2347#include "confdefs.h"
2348
2349#ifdef HAVE_ERRNO_H
2350#include <errno.h>
2351#endif
2352
c6c7035c 2353int main() {
b11fb939 2354
bf111c9f
KR
2355typedef int f;
2356f x;
2357x = (f) errno;
b11fb939
KR
2358
2359; return 0; }
2360EOF
c6c7035c 2361if { (eval echo configure:2362: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
fb589130 2362 rm -rf conftest*
bf111c9f 2363 gas_cv_decl_needed_errno=no
b11fb939 2364else
c6c7035c
MM
2365 echo "configure: failed program was:" >&5
2366 cat conftest.$ac_ext >&5
b11fb939 2367 rm -rf conftest*
bf111c9f 2368 gas_cv_decl_needed_errno=yes
b11fb939
KR
2369fi
2370rm -f conftest*
fb589130 2371fi
833c46e1 2372echo "$ac_t""$gas_cv_decl_needed_errno" 1>&6
bf111c9f
KR
2373test $gas_cv_decl_needed_errno = no || {
2374 cat >> confdefs.h <<\EOF
2375#define NEED_DECLARATION_ERRNO 1
fb589130
KR
2376EOF
2377
bf111c9f
KR
2378}
2379
b11fb939 2380
1c9dbb83 2381HLDFLAGS=
df4021c1 2382HLDENV=
1a2f3c3f 2383RPATH_ENVVAR=LD_LIBRARY_PATH
1c9dbb83
ILT
2384# If we have shared libraries, try to set rpath reasonably.
2385if test "${shared}" = "true"; then
2386 case "${host}" in
56f9773f
ILT
2387 *-*-hpux*)
2388 HLDFLAGS='-Wl,+s,+b,$(libdir)'
1a2f3c3f 2389 RPATH_ENVVAR=SHLIB_PATH
56f9773f 2390 ;;
cbe7dccb 2391 *-*-irix5* | *-*-irix6*)
1c9dbb83
ILT
2392 HLDFLAGS='-Wl,-rpath,$(libdir)'
2393 ;;
2394 *-*-linux*aout*)
2395 ;;
2396 *-*-linux*)
2397 HLDFLAGS='-Wl,-rpath,$(libdir)'
2398 ;;
df4021c1 2399 *-*-solaris*)
1c9dbb83
ILT
2400 HLDFLAGS='-R $(libdir)'
2401 ;;
df4021c1
DE
2402 *-*-sysv4*)
2403 HLDENV='if test -z "$${LD_RUN_PATH}"; then LD_RUN_PATH=$(libdir); else LD_RUN_PATH=$${LD_RUN_PATH}:$(libdir); fi; export LD_RUN_PATH;'
2404 ;;
1c9dbb83
ILT
2405 esac
2406fi
2407
2408# On SunOS, if the linker supports the -rpath option, use it to
2409# prevent ../bfd and ../opcodes from being included in the run time
2410# search path.
2411case "${host}" in
2412 *-*-sunos*)
2413 echo 'main () { }' > conftest.c
2414 ${CC} -o conftest -Wl,-rpath= conftest.c >/dev/null 2>conftest.t
2415 if grep 'unrecognized' conftest.t >/dev/null 2>&1; then
2416 :
2417 elif grep 'No such file' conftest.t >/dev/null 2>&1; then
2418 :
7925f4d4
ILT
2419 elif grep 'do not mix' conftest.t >/dev/null 2>&1; then
2420 :
1c9dbb83
ILT
2421 elif test "${shared}" = "true"; then
2422 HLDFLAGS='-Wl,-rpath=$(libdir)'
2423 else
2424 HLDFLAGS='-Wl,-rpath='
2425 fi
2426 rm -f conftest.t conftest.c conftest
2427 ;;
2428esac
2429
2430
1a2f3c3f 2431
df4021c1 2432
ba49e48d 2433trap '' 1 2 15
833c46e1 2434cat > confcache <<\EOF
b11fb939
KR
2435# This file is a shell script that caches the results of configure
2436# tests run on this system so they can be shared between configure
2437# scripts and configure runs. It is not useful on other systems.
bf111c9f 2438# If it contains results you don't want to keep, you may remove or edit it.
b11fb939
KR
2439#
2440# By default, configure uses ./config.cache as the cache file,
2441# creating it if it does not exist already. You can give configure
2442# the --cache-file=FILE option to use a different cache file; that is
2443# what configure does when it calls configure scripts in
2444# subdirectories, so they share the cache.
2445# Giving --cache-file=/dev/null disables caching, for debugging configure.
2446# config.status only pays attention to the cache file if you give it the
2447# --recheck option to rerun configure.
e23b25ec 2448#
b11fb939 2449EOF
c6c7035c
MM
2450# The following way of writing the cache mishandles newlines in values,
2451# but we know of no workaround that is simple, portable, and efficient.
2452# So, don't put newlines in cache variables' values.
833c46e1
KR
2453# Ultrix sh set writes to stderr and can't be redirected directly,
2454# and sets the high bit in the cache file unless we assign to the vars.
e23b25ec 2455(set) 2>&1 |
c6c7035c
MM
2456 case `(ac_space=' '; set) 2>&1` in
2457 *ac_space=\ *)
2458 # `set' does not quote correctly, so add quotes (double-quote substitution
2459 # turns \\\\ into \\, and sed turns \\ into \).
2460 sed -n \
2461 -e "s/'/'\\\\''/g" \
2462 -e "s/^\\([a-zA-Z0-9_]*_cv_[a-zA-Z0-9_]*\\)=\\(.*\\)/\\1=\${\\1='\\2'}/p"
2463 ;;
2464 *)
2465 # `set' quotes correctly as required by POSIX, so do not add quotes.
2466 sed -n -e 's/^\([a-zA-Z0-9_]*_cv_[a-zA-Z0-9_]*\)=\(.*\)/\1=${\1=\2}/p'
2467 ;;
2468 esac >> confcache
833c46e1
KR
2469if cmp -s $cache_file confcache; then
2470 :
b11fb939 2471else
833c46e1
KR
2472 if test -w $cache_file; then
2473 echo "updating cache $cache_file"
2474 cat confcache > $cache_file
2475 else
2476 echo "not updating unwritable cache $cache_file"
2477 fi
b11fb939 2478fi
833c46e1 2479rm -f confcache
b11fb939 2480
833c46e1 2481trap 'rm -fr conftest* confdefs* core core.* *.core $ac_clean_files; exit 1' 1 2 15
b11fb939 2482
f2889110 2483test "x$prefix" = xNONE && prefix=$ac_default_prefix
b11fb939
KR
2484# Let make expand exec_prefix.
2485test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
2486
2487# Any assignment to VPATH causes Sun make to only execute
2488# the first set of double-colon rules, so remove it if not needed.
2489# If there is a colon in the path, we need to keep it.
2490if test "x$srcdir" = x.; then
2491 ac_vpsub='/^[ ]*VPATH[ ]*=[^:]*$/d'
2492fi
2493
2494trap 'rm -f $CONFIG_STATUS conftest*; exit 1' 1 2 15
2495
2496DEFS=-DHAVE_CONFIG_H
2497
2498# Without the "./", some shells look in PATH for config.status.
2499: ${CONFIG_STATUS=./config.status}
2500
28d3e4a3
KR
2501echo creating $CONFIG_STATUS
2502rm -f $CONFIG_STATUS
2503cat > $CONFIG_STATUS <<EOF
833c46e1 2504#! /bin/sh
b11fb939
KR
2505# Generated automatically by configure.
2506# Run this file to recreate the current configuration.
2507# This directory was configured as follows,
2508# on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
2509#
e23b25ec 2510# $0 $ac_configure_args
b11fb939
KR
2511#
2512# Compiler output produced by configure, useful for debugging
2513# configure, is in ./config.log if it exists.
2514
28d3e4a3 2515ac_cs_usage="Usage: $CONFIG_STATUS [--recheck] [--version] [--help]"
b11fb939
KR
2516for ac_option
2517do
2518 case "\$ac_option" in
2519 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
e23b25ec
KR
2520 echo "running \${CONFIG_SHELL-/bin/sh} $0 $ac_configure_args --no-create --no-recursion"
2521 exec \${CONFIG_SHELL-/bin/sh} $0 $ac_configure_args --no-create --no-recursion ;;
b11fb939 2522 -version | --version | --versio | --versi | --vers | --ver | --ve | --v)
c6c7035c 2523 echo "$CONFIG_STATUS generated by autoconf version 2.12"
b11fb939
KR
2524 exit 0 ;;
2525 -help | --help | --hel | --he | --h)
2526 echo "\$ac_cs_usage"; exit 0 ;;
2527 *) echo "\$ac_cs_usage"; exit 1 ;;
2528 esac
2529done
2530
2531ac_given_srcdir=$srcdir
2532ac_given_INSTALL="$INSTALL"
2533
833c46e1 2534trap 'rm -fr `echo "Makefile doc/Makefile .gdbinit:gdbinit.in conf" | sed "s/:[^ ]*//g"` conftest*; exit 1' 1 2 15
1c9dbb83
ILT
2535EOF
2536cat >> $CONFIG_STATUS <<EOF
b11fb939 2537
1c9dbb83
ILT
2538# Protect against being on the right side of a sed subst in config.status.
2539sed 's/%@/@@/; s/@%/@@/; s/%g\$/@g/; /@g\$/s/[\\\\&%]/\\\\&/g;
2540 s/@@/%@/; s/@@/@%/; s/@g\$/%g/' > conftest.subs <<\\CEOF
b11fb939
KR
2541$ac_vpsub
2542$extrasub
b11fb939 2543s%@CFLAGS@%$CFLAGS%g
b11fb939 2544s%@CPPFLAGS@%$CPPFLAGS%g
bf111c9f
KR
2545s%@CXXFLAGS@%$CXXFLAGS%g
2546s%@DEFS@%$DEFS%g
b11fb939 2547s%@LDFLAGS@%$LDFLAGS%g
bf111c9f
KR
2548s%@LIBS@%$LIBS%g
2549s%@exec_prefix@%$exec_prefix%g
2550s%@prefix@%$prefix%g
ba49e48d 2551s%@program_transform_name@%$program_transform_name%g
1c9dbb83
ILT
2552s%@bindir@%$bindir%g
2553s%@sbindir@%$sbindir%g
2554s%@libexecdir@%$libexecdir%g
2555s%@datadir@%$datadir%g
2556s%@sysconfdir@%$sysconfdir%g
2557s%@sharedstatedir@%$sharedstatedir%g
2558s%@localstatedir@%$localstatedir%g
2559s%@libdir@%$libdir%g
2560s%@includedir@%$includedir%g
2561s%@oldincludedir@%$oldincludedir%g
2562s%@infodir@%$infodir%g
2563s%@mandir@%$mandir%g
b11fb939
KR
2564s%@host@%$host%g
2565s%@host_alias@%$host_alias%g
2566s%@host_cpu@%$host_cpu%g
2567s%@host_vendor@%$host_vendor%g
2568s%@host_os@%$host_os%g
2569s%@target@%$target%g
2570s%@target_alias@%$target_alias%g
2571s%@target_cpu@%$target_cpu%g
2572s%@target_vendor@%$target_vendor%g
2573s%@target_os@%$target_os%g
2574s%@build@%$build%g
2575s%@build_alias@%$build_alias%g
2576s%@build_cpu@%$build_cpu%g
2577s%@build_vendor@%$build_vendor%g
2578s%@build_os@%$build_os%g
b11fb939
KR
2579/@target_frag@/r $target_frag
2580s%@target_frag@%%g
e7757ad0 2581s%@extra_objects@%$extra_objects%g
bf4bd1fc 2582s%@target_cpu_type@%$target_cpu_type%g
833c46e1
KR
2583s%@obj_format@%$obj_format%g
2584s%@atof@%$atof%g
ae09d880
ILT
2585s%@OPCODES_DEP@%$OPCODES_DEP%g
2586s%@OPCODES_LIB@%$OPCODES_LIB%g
1c9dbb83 2587s%@BFDDEP@%$BFDDEP%g
b11fb939
KR
2588s%@BFDLIB@%$BFDLIB%g
2589s%@ALL_OBJ_DEPS@%$ALL_OBJ_DEPS%g
2590s%@CC@%$CC%g
2591s%@INSTALL_PROGRAM@%$INSTALL_PROGRAM%g
2592s%@INSTALL_DATA@%$INSTALL_DATA%g
2593s%@CPP@%$CPP%g
2594s%@ALLOCA@%$ALLOCA%g
1c9dbb83 2595s%@HLDFLAGS@%$HLDFLAGS%g
df4021c1 2596s%@HLDENV@%$HLDENV%g
1a2f3c3f 2597s%@RPATH_ENVVAR@%$RPATH_ENVVAR%g
b11fb939
KR
2598
2599CEOF
2600EOF
c6c7035c
MM
2601
2602cat >> $CONFIG_STATUS <<\EOF
2603
2604# Split the substitutions into bite-sized pieces for seds with
2605# small command number limits, like on Digital OSF/1 and HP-UX.
2606ac_max_sed_cmds=90 # Maximum number of lines to put in a sed script.
2607ac_file=1 # Number of current file.
2608ac_beg=1 # First line for current file.
2609ac_end=$ac_max_sed_cmds # Line after last line for current file.
2610ac_more_lines=:
2611ac_sed_cmds=""
2612while $ac_more_lines; do
2613 if test $ac_beg -gt 1; then
2614 sed "1,${ac_beg}d; ${ac_end}q" conftest.subs > conftest.s$ac_file
2615 else
2616 sed "${ac_end}q" conftest.subs > conftest.s$ac_file
2617 fi
2618 if test ! -s conftest.s$ac_file; then
2619 ac_more_lines=false
2620 rm -f conftest.s$ac_file
2621 else
2622 if test -z "$ac_sed_cmds"; then
2623 ac_sed_cmds="sed -f conftest.s$ac_file"
2624 else
2625 ac_sed_cmds="$ac_sed_cmds | sed -f conftest.s$ac_file"
2626 fi
2627 ac_file=`expr $ac_file + 1`
2628 ac_beg=$ac_end
2629 ac_end=`expr $ac_end + $ac_max_sed_cmds`
2630 fi
2631done
2632if test -z "$ac_sed_cmds"; then
2633 ac_sed_cmds=cat
2634fi
2635EOF
2636
28d3e4a3 2637cat >> $CONFIG_STATUS <<EOF
b11fb939 2638
28d3e4a3 2639CONFIG_FILES=\${CONFIG_FILES-"Makefile doc/Makefile .gdbinit:gdbinit.in"}
bf111c9f 2640EOF
28d3e4a3
KR
2641cat >> $CONFIG_STATUS <<\EOF
2642for ac_file in .. $CONFIG_FILES; do if test "x$ac_file" != x..; then
c6c7035c 2643 # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
b11fb939 2644 case "$ac_file" in
c6c7035c 2645 *:*) ac_file_in=`echo "$ac_file"|sed 's%[^:]*:%%'`
b11fb939
KR
2646 ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;;
2647 *) ac_file_in="${ac_file}.in" ;;
2648 esac
2649
c6c7035c 2650 # Adjust a relative srcdir, top_srcdir, and INSTALL for subdirectories.
b11fb939
KR
2651
2652 # Remove last slash and all that follows it. Not all systems have dirname.
2653 ac_dir=`echo $ac_file|sed 's%/[^/][^/]*$%%'`
2654 if test "$ac_dir" != "$ac_file" && test "$ac_dir" != .; then
2655 # The file is in a subdirectory.
2656 test ! -d "$ac_dir" && mkdir "$ac_dir"
833c46e1 2657 ac_dir_suffix="/`echo $ac_dir|sed 's%^\./%%'`"
b11fb939
KR
2658 # A "../" for each directory in $ac_dir_suffix.
2659 ac_dots=`echo $ac_dir_suffix|sed 's%/[^/]*%../%g'`
2660 else
2661 ac_dir_suffix= ac_dots=
2662 fi
2663
2664 case "$ac_given_srcdir" in
2665 .) srcdir=.
2666 if test -z "$ac_dots"; then top_srcdir=.
2667 else top_srcdir=`echo $ac_dots|sed 's%/$%%'`; fi ;;
2668 /*) srcdir="$ac_given_srcdir$ac_dir_suffix"; top_srcdir="$ac_given_srcdir" ;;
2669 *) # Relative path.
2670 srcdir="$ac_dots$ac_given_srcdir$ac_dir_suffix"
2671 top_srcdir="$ac_dots$ac_given_srcdir" ;;
2672 esac
2673
2674 case "$ac_given_INSTALL" in
2675 [/$]*) INSTALL="$ac_given_INSTALL" ;;
28d3e4a3 2676 *) INSTALL="$ac_dots$ac_given_INSTALL" ;;
b11fb939 2677 esac
c6c7035c 2678
b11fb939
KR
2679 echo creating "$ac_file"
2680 rm -f "$ac_file"
28d3e4a3 2681 configure_input="Generated automatically from `echo $ac_file_in|sed 's%.*/%%'` by configure."
ba49e48d
KR
2682 case "$ac_file" in
2683 *Makefile*) ac_comsub="1i\\
2684# $configure_input" ;;
2685 *) ac_comsub= ;;
2686 esac
c6c7035c
MM
2687
2688 ac_file_inputs=`echo $ac_file_in|sed -e "s%^%$ac_given_srcdir/%" -e "s%:% $ac_given_srcdir/%g"`
ba49e48d 2689 sed -e "$ac_comsub
28d3e4a3 2690s%@configure_input@%$configure_input%g
b11fb939
KR
2691s%@srcdir@%$srcdir%g
2692s%@top_srcdir@%$top_srcdir%g
2693s%@INSTALL@%$INSTALL%g
c6c7035c 2694" $ac_file_inputs | (eval "$ac_sed_cmds") > $ac_file
b11fb939 2695fi; done
c6c7035c 2696rm -f conftest.s*
b11fb939
KR
2697
2698# These sed commands are passed to sed as "A NAME B NAME C VALUE D", where
2699# NAME is the cpp macro being defined and VALUE is the value it is being given.
2700#
2701# ac_d sets the value in "#define NAME VALUE" lines.
2702ac_dA='s%^\([ ]*\)#\([ ]*define[ ][ ]*\)'
2703ac_dB='\([ ][ ]*\)[^ ]*%\1#\2'
2704ac_dC='\3'
2705ac_dD='%g'
2706# ac_u turns "#undef NAME" with trailing blanks into "#define NAME VALUE".
2707ac_uA='s%^\([ ]*\)#\([ ]*\)undef\([ ][ ]*\)'
2708ac_uB='\([ ]\)%\1#\2define\3'
2709ac_uC=' '
2710ac_uD='\4%g'
2711# ac_e turns "#undef NAME" without trailing blanks into "#define NAME VALUE".
2712ac_eA='s%^\([ ]*\)#\([ ]*\)undef\([ ][ ]*\)'
2713ac_eB='$%\1#\2define\3'
2714ac_eC=' '
2715ac_eD='%g'
2716
c6c7035c
MM
2717if test "${CONFIG_HEADERS+set}" != set; then
2718EOF
2719cat >> $CONFIG_STATUS <<EOF
2720 CONFIG_HEADERS="conf"
2721EOF
2722cat >> $CONFIG_STATUS <<\EOF
2723fi
28d3e4a3 2724for ac_file in .. $CONFIG_HEADERS; do if test "x$ac_file" != x..; then
c6c7035c 2725 # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
b11fb939 2726 case "$ac_file" in
c6c7035c 2727 *:*) ac_file_in=`echo "$ac_file"|sed 's%[^:]*:%%'`
b11fb939
KR
2728 ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;;
2729 *) ac_file_in="${ac_file}.in" ;;
2730 esac
2731
2732 echo creating $ac_file
2733
2734 rm -f conftest.frag conftest.in conftest.out
c6c7035c
MM
2735 ac_file_inputs=`echo $ac_file_in|sed -e "s%^%$ac_given_srcdir/%" -e "s%:% $ac_given_srcdir/%g"`
2736 cat $ac_file_inputs > conftest.in
b11fb939
KR
2737
2738EOF
2739
2740# Transform confdefs.h into a sed script conftest.vals that substitutes
fb589130 2741# the proper values into config.h.in to produce config.h. And first:
1c9dbb83 2742# Protect against being on the right side of a sed subst in config.status.
fb589130 2743# Protect against being in an unquoted here document in config.status.
b11fb939
KR
2744rm -f conftest.vals
2745cat > conftest.hdr <<\EOF
b11fb939 2746s/[\\&%]/\\&/g
b11fb939 2747s%[\\$`]%\\&%g
df586de2 2748s%#define \([A-Za-z_][A-Za-z0-9_]*\) *\(.*\)%${ac_dA}\1${ac_dB}\1${ac_dC}\2${ac_dD}%gp
b11fb939
KR
2749s%ac_d%ac_u%gp
2750s%ac_u%ac_e%gp
2751EOF
2752sed -n -f conftest.hdr confdefs.h > conftest.vals
2753rm -f conftest.hdr
2754
2755# This sed command replaces #undef with comments. This is necessary, for
2756# example, in the case of _POSIX_SOURCE, which is predefined and required
2757# on some systems where configure will not decide to define it.
2758cat >> conftest.vals <<\EOF
2759s%^[ ]*#[ ]*undef[ ][ ]*[a-zA-Z_][a-zA-Z_0-9]*%/* & */%
2760EOF
2761
2762# Break up conftest.vals because some shells have a limit on
2763# the size of here documents, and old seds have small limits too.
b11fb939
KR
2764
2765rm -f conftest.tail
2766while :
2767do
2768 ac_lines=`grep -c . conftest.vals`
2769 # grep -c gives empty output for an empty file on some AIX systems.
2770 if test -z "$ac_lines" || test "$ac_lines" -eq 0; then break; fi
2771 # Write a limited-size here document to conftest.frag.
28d3e4a3
KR
2772 echo ' cat > conftest.frag <<CEOF' >> $CONFIG_STATUS
2773 sed ${ac_max_here_lines}q conftest.vals >> $CONFIG_STATUS
b11fb939
KR
2774 echo 'CEOF
2775 sed -f conftest.frag conftest.in > conftest.out
2776 rm -f conftest.in
2777 mv conftest.out conftest.in
28d3e4a3 2778' >> $CONFIG_STATUS
b11fb939
KR
2779 sed 1,${ac_max_here_lines}d conftest.vals > conftest.tail
2780 rm -f conftest.vals
2781 mv conftest.tail conftest.vals
2782done
2783rm -f conftest.vals
2784
28d3e4a3 2785cat >> $CONFIG_STATUS <<\EOF
b11fb939
KR
2786 rm -f conftest.frag conftest.h
2787 echo "/* $ac_file. Generated automatically by configure. */" > conftest.h
2788 cat conftest.in >> conftest.h
2789 rm -f conftest.in
2790 if cmp -s $ac_file conftest.h 2>/dev/null; then
2791 echo "$ac_file is unchanged"
2792 rm -f conftest.h
2793 else
df586de2
ILT
2794 # Remove last slash and all that follows it. Not all systems have dirname.
2795 ac_dir=`echo $ac_file|sed 's%/[^/][^/]*$%%'`
2796 if test "$ac_dir" != "$ac_file" && test "$ac_dir" != .; then
2797 # The file is in a subdirectory.
2798 test ! -d "$ac_dir" && mkdir "$ac_dir"
2799 fi
b11fb939
KR
2800 rm -f $ac_file
2801 mv conftest.h $ac_file
2802 fi
2803fi; done
2804
2805EOF
2806
28d3e4a3 2807cat >> $CONFIG_STATUS <<EOF
e7757ad0
KR
2808ac_sources="$files"
2809ac_dests="$links"
b11fb939
KR
2810EOF
2811
28d3e4a3 2812cat >> $CONFIG_STATUS <<\EOF
bf111c9f 2813srcdir=$ac_given_srcdir
28d3e4a3
KR
2814while test -n "$ac_sources"; do
2815 set $ac_dests; ac_dest=$1; shift; ac_dests=$*
2816 set $ac_sources; ac_source=$1; shift; ac_sources=$*
b11fb939 2817
28d3e4a3
KR
2818 echo "linking $srcdir/$ac_source to $ac_dest"
2819
2820 if test ! -r $srcdir/$ac_source; then
ba49e48d 2821 { echo "configure: error: $srcdir/$ac_source: File not found" 1>&2; exit 1; }
28d3e4a3
KR
2822 fi
2823 rm -f $ac_dest
b11fb939 2824
28d3e4a3
KR
2825 # Make relative symlinks.
2826 # Remove last slash and all that follows it. Not all systems have dirname.
2827 ac_dest_dir=`echo $ac_dest|sed 's%/[^/][^/]*$%%'`
2828 if test "$ac_dest_dir" != "$ac_dest" && test "$ac_dest_dir" != .; then
2829 # The dest file is in a subdirectory.
2830 test ! -d "$ac_dest_dir" && mkdir "$ac_dest_dir"
833c46e1 2831 ac_dest_dir_suffix="/`echo $ac_dest_dir|sed 's%^\./%%'`"
28d3e4a3
KR
2832 # A "../" for each directory in $ac_dest_dir_suffix.
2833 ac_dots=`echo $ac_dest_dir_suffix|sed 's%/[^/]*%../%g'`
2834 else
2835 ac_dest_dir_suffix= ac_dots=
b11fb939 2836 fi
28d3e4a3
KR
2837
2838 case "$srcdir" in
2839 [/$]*) ac_rel_source="$srcdir/$ac_source" ;;
2840 *) ac_rel_source="$ac_dots$srcdir/$ac_source" ;;
2841 esac
2842
b11fb939 2843 # Make a symlink if possible; otherwise try a hard link.
28d3e4a3
KR
2844 if ln -s $ac_rel_source $ac_dest 2>/dev/null ||
2845 ln $srcdir/$ac_source $ac_dest; then :
b11fb939 2846 else
ba49e48d 2847 { echo "configure: error: can not link $ac_dest to $srcdir/$ac_source" 1>&2; exit 1; }
b11fb939
KR
2848 fi
2849done
c6c7035c
MM
2850EOF
2851cat >> $CONFIG_STATUS <<EOF
b11fb939 2852
c6c7035c
MM
2853EOF
2854cat >> $CONFIG_STATUS <<\EOF
bf111c9f 2855
36e889af 2856exit 0
b11fb939 2857EOF
28d3e4a3 2858chmod +x $CONFIG_STATUS
bf111c9f 2859rm -fr confdefs* $ac_clean_files
833c46e1 2860test "$no_create" = yes || ${CONFIG_SHELL-/bin/sh} $CONFIG_STATUS || exit 1
b11fb939 2861
This page took 0.24395 seconds and 4 git commands to generate.