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