From Alan Modra <alan@spri.levels.unisa.edu.au>:
[deliverable/binutils-gdb.git] / gas / configure.in
1 dnl Process this file with autoconf to produce a configure script.
2 dnl
3 dnl And be careful when changing it! If you must add tests with square
4 dnl brackets, be sure changequote invocations surround it.
5 dnl
6 dnl
7 AC_PREREQ(2.3)dnl We only need 2.0, but pre-2.3 loses on some AIX version.
8 AC_INIT(as.h)dnl
9 dnl
10 user_bfd_gas=
11 AC_ARG_ENABLE(bfd-assembler,
12 [ --enable-bfd-assembler use BFD back end for writing object files],
13 [case "${enableval}" in
14 yes) need_bfd=yes user_bfd_gas=yes ;;
15 no) user_bfd_gas=no ;;
16 *) AC_MSG_ERROR(bad value ${enableval} given for bfd-assembler option) ;;
17 esac])dnl
18 AC_ARG_ENABLE(targets,
19 [ targets alternative target configurations besides the primary],
20 [case "${enableval}" in
21 yes | "") AC_ERROR(enable-targets option must specify target names or 'all')
22 ;;
23 no) enable_targets= ;;
24 *) enable_targets=$enableval ;;
25 esac])dnl
26 AC_ARG_ENABLE(shared,
27 [ --enable-shared build shared BFD library],
28 [case "${enableval}" in
29 yes) shared=true ;;
30 no) shared=false ;;
31 *) AC_MSG_ERROR([bad value ${enableval} for BFD shared option]) ;;
32 esac])dnl
33
34 # Generate a header file -- gets more post-processing by Makefile later.
35 AC_CONFIG_HEADER(conf)
36
37 dnl For recursion to work right, this must be an absolute pathname.
38 AC_CONFIG_AUX_DIR(`cd $srcdir;pwd`/..)
39 AC_CANONICAL_SYSTEM
40 AC_ARG_PROGRAM
41
42 te_file=generic
43
44 canon_targets=""
45 if test -n "$enable_targets" ; then
46 for t in `echo $enable_targets | sed 's/,/ /g'`; do
47 result=`$ac_config_sub $t 2>/dev/null`
48 if test -n "$result" ; then
49 canon_targets="$canon_targets $result"
50 # else
51 # # Permit "all", etc. We don't support it yet though.
52 # canon_targets="$canon_targets $t"
53 fi
54 done
55 GAS_UNIQ(canon_targets)
56 fi
57
58 emulations=""
59
60 for this_target in $target $canon_targets ; do
61
62 eval `echo $this_target | sed 's/^\(.*\)-\(.*\)-\(.*\)$/cpu=\1 vendor=\2 os=\3/'`
63
64 # check for architecture variants
65 case ${cpu} in
66 armeb) cpu_type=arm endian=big ;;
67 arm*) cpu_type=arm endian=little ;;
68 hppa*) cpu_type=hppa ;;
69 changequote(,)dnl
70 i[45]86) cpu_type=i386 ;;
71 m680[012346]0) cpu_type=m68k ;;
72 m68008) cpu_type=m68k ;;
73 m683??) cpu_type=m68k ;;
74 changequote([,])dnl
75 m8*) cpu_type=m88k ;;
76 mips*el) cpu_type=mips endian=little;;
77 mips*) cpu_type=mips endian=big ;;
78 powerpcle*) cpu_type=ppc endian=little ;;
79 powerpc*) cpu_type=ppc endian=big ;;
80 rs6000*) cpu_type=ppc ;;
81 sparc64) cpu_type=sparc want_sparc_v9=true ;;
82 sparc*) cpu_type=sparc ;;
83 *) cpu_type=${cpu} ;;
84 esac
85
86 if test ${this_target} = $target ; then
87 target_cpu_type=${cpu_type}
88 elif test ${target_cpu_type} != ${cpu_type} ; then
89 continue
90 fi
91
92 targ=${cpu_type}
93 generic_target=${cpu_type}-$vendor-$os
94 dev=no
95 bfd_gas=no
96 em=generic
97
98 # assign object format
99 case ${generic_target} in
100 a29k-amd-udi) fmt=coff targ=ebmon29k ;;
101 a29k-amd-ebmon) fmt=coff targ=ebmon29k ;;
102 a29k-nyu-sym1) fmt=coff targ=ebmon29k ;;
103 a29k-*-vxworks*) fmt=coff ;;
104
105 alpha-*-netware*) fmt=ecoff ;;
106 alpha-*-osf*) fmt=ecoff ;;
107 alpha-*-linux*) fmt=ecoff ;;
108
109 # start-sanitize-arc
110 arc-*-elf*) fmt=elf bfd_gas=yes ;;
111 # end-sanitize-arc
112
113 arm-*-riscix*) fmt=aout targ=arm-lit ;;
114 arm-*-aout) fmt=aout
115 case "$endian" in
116 big) targ=arm-big ;;
117 *) targ=arm-lit ;;
118 esac
119 ;;
120 arm-*-coff) fmt=coff ;;
121 arm-*-riscix*) fmt=aout ;;
122 arm-*-pe) fmt=coff targ=armcoff em=pe ;;
123
124 hppa-*-*elf*) fmt=elf em=hppa ;;
125 hppa-*-lites*) fmt=elf em=hppa ;;
126 hppa-*-osf*) fmt=som em=hppa ;;
127 hppa-*-hpux*) fmt=som em=hppa ;;
128 hppa-*-bsd*) fmt=som em=hppa ;;
129 hppa-*-hiux*) fmt=som em=hppa ;;
130
131 h8300-*-coff) fmt=coff ;;
132
133 i386-ibm-aix*) fmt=coff targ=i386coff
134 em=i386aix ;;
135 i386-*-bsd*) fmt=aout em=386bsd ;;
136 i386-*-netbsd0.8) fmt=aout em=386bsd ;;
137 i386-*-netbsd*) fmt=aout em=nbsd bfd_gas=yes;;
138 i386-*-linux*aout* | i386-*-linuxoldld) fmt=aout em=linux ;;
139 i386-*-linux*coff*) fmt=coff em=linux
140 targ=i386coff ;;
141 i386-*-linux*) fmt=elf em=linux ;;
142 i386-*-lynxos*) fmt=coff targ=i386coff
143 em=lynx ;;
144 i386-*-sysv4* | i386-*-solaris* | i386-*-elf)
145 fmt=elf ;;
146 i386-*-sco*elf*) fmt=elf targ=sco5 ;;
147 i386-*-coff | i386-*-sysv* | i386-*-sco* | i386-*-isc*)
148 fmt=coff targ=i386coff ;;
149 i386-*-vsta) fmt=aout ;;
150 i386-*-go32) fmt=coff targ=i386coff ;;
151 i386-*-gnu*) fmt=elf ;;
152 i386-*-mach*)
153 fmt=aout em=mach bfd_gas=yes ;;
154 i386-*-msdos*) fmt=aout ;;
155 i386-*-moss*) fmt=elf ;;
156 i386-*-pe) fmt=coff targ=i386coff em=pe bfd_gas=yes;;
157 i386-*-cygwin32) fmt=coff targ=i386coff em=pe bfd_gas=yes;;
158 i386-*-*nt) fmt=coff targ=i386coff em=pe bfd_gas=yes;;
159 i960-*-bout) fmt=bout ;;
160 i960-*-coff) fmt=coff em=ic960 targ=ic960coff ;;
161 i960-*-nindy*) fmt=bout ;;
162 i960-*-vxworks4*) fmt=bout ;;
163 i960-*-vxworks5.0) fmt=bout ;;
164 i960-*-vxworks5.*) fmt=coff em=ic960 targ=ic960coff ;;
165 i960-*-vxworks*) fmt=bout ;;
166
167 m68k-*-vxworks* | m68k-ericsson-ose | m68k-*-sunos*)
168 fmt=aout em=sun3 ;;
169 m68k-motorola-sysv*) fmt=coff targ=m68kcoff em=delta ;;
170 m68k-bull-sysv3*) fmt=coff targ=m68kcoff em=dpx2 ;;
171 m68k-apollo-*) fmt=coff targ=apollo em=apollo ;;
172 m68k-*-sysv4 | m68k-*-elf) # must be before -sysv*
173 fmt=elf ;;
174 m68k-*-coff | m68k-*-sysv*)
175 fmt=coff targ=m68kcoff ;;
176 m68k-*-hpux*) fmt=hp300 em=hp300 ;;
177 m68k-*-lynxos*) fmt=coff targ=m68kcoff
178 em=lynx ;;
179 m68k-*-netbsd*) fmt=aout em=nbsd bfd_gas=yes ;;
180 m68k-apple-aux*) fmt=coff targ=m68kcoff em=aux ;;
181 m68k-*-psos*) fmt=elf em=psos;;
182
183 m88k-motorola-sysv3*) fmt=coff targ=m88kcoff em=delt88 ;;
184 m88k-*-coff*) fmt=coff targ=m88kcoff ;;
185
186 # don't change em like *-*-bsd does
187 mips-dec-netbsd*) fmt=elf targ=mips-lit endian=little ;;
188 mips-dec-bsd*) fmt=aout targ=mips-lit ;;
189 mips-sony-bsd*) fmt=ecoff targ=mips-big ;;
190 mips-*-bsd*) AC_MSG_ERROR(Unknown vendor for mips-bsd configuration.) ;;
191 mips-*-ultrix*) fmt=ecoff targ=mips-lit endian=little ;;
192 mips-*-ecoff*) fmt=ecoff
193 case "$endian" in
194 big) targ=mips-big ;;
195 *) targ=mips-lit ;;
196 esac
197 ;;
198 mips-*-ecoff*) fmt=ecoff targ=mips-big ;;
199 mips-*-gnu*) fmt=aout
200 case "$endian" in
201 big) targ=mips-big ;;
202 *) targ=mips-lit ;;
203 esac
204 ;;
205 mips-*-irix5*) fmt=elf targ=mips-big ;;
206 mips-*-irix*) fmt=ecoff targ=mips-big ;;
207 mips-*-riscos*) fmt=ecoff targ=mips-big ;;
208 mips-*-sysv*) fmt=ecoff targ=mips-big ;;
209 mips-*-elf*) fmt=elf
210 case "$endian" in
211 big) targ=mips-big ;;
212 *) targ=mips-lit ;;
213 esac
214 ;;
215 ppc-*-pe | ppc-*-cygwin32 | ppc-*-winnt*)
216 fmt=coff em=pe
217 case "$endian" in
218 big) targ=ppc-big ;;
219 *) targ=ppc-lit ;;
220 esac
221 ;;
222 ppc-*-aix*) fmt=coff ;;
223 ppc-*-elf* | ppc-*-eabi* | ppc-*-sysv4*)
224 fmt=elf
225 case "$endian" in
226 big) targ=ppc-big ;;
227 *) targ=ppc-lit ;;
228 esac
229 ;;
230 ppc-*-macos* | ppc-*-mpw*)
231 fmt=coff em=macos ;;
232 ppc-*-netware*) fmt=elf em=ppcnw ;;
233
234 sh-*-coff) fmt=coff ;;
235
236 # start-sanitize-rce
237 rce-*-aout) fmt=aout ;;
238 # end-sanitize-rce
239
240 ns32k-pc532-mach* | ns32k-pc532-ux*) fmt=aout em=pc532mach ;;
241 ns32k-pc532-netbsd* | ns32k-pc532-lites*) fmt=aout em=nbsd532 ;;
242
243 sparc-*-sunos4*) fmt=aout em=sun3 ;;
244 sparc-*-aout | sparc*-*-vxworks)
245 fmt=aout ;;
246 sparc-*-coff) fmt=coff ;;
247 sparc-*-lynxos*) fmt=coff em=lynx ;;
248 sparc-fujitsu-none) fmt=aout ;;
249 sparc-*-elf | sparc*-*-solaris*)
250 fmt=elf ;;
251 sparc-*-netbsd*) fmt=aout em=nbsd bfd_gas=yes ;;
252
253 vax-*-bsd* | vax-*-ultrix*)
254 fmt=aout ;;
255 vax-*-vms) fmt=vms ;;
256
257 z8k-*-coff | z8k-*-sim)
258 fmt=coff ;;
259
260 w65-*-*) fmt=coff ;;
261
262 *-*-aout | *-*-scout)
263 fmt=aout ;;
264 *-*-nindy*)
265 fmt=bout ;;
266 *-*-bsd*)
267 fmt=aout em=sun3 ;;
268 *-*-generic) fmt=generic ;;
269 *-*-xray | *-*-hms) fmt=coff ;;
270 *-*-sim) fmt=coff ;;
271 *-*-elf | *-*-sysv4* | *-*-solaris*)
272 AC_MSG_WARN(GAS support for ${generic_target} is incomplete.)
273 fmt=elf dev=yes ;;
274 *-*-vxworks) fmt=aout ;;
275 *-*-netware) fmt=elf ;;
276 esac
277
278 case ${cpu_type}-${fmt} in
279 arm-*) bfd_gas=yes ;;
280 # not yet
281 # i386-aout) bfd_gas=preferred ;;
282 mips-*) bfd_gas=yes ;;
283 ns32k-*) bfd_gas=yes ;;
284 ppc-*) bfd_gas=yes ;;
285 sparc-*) bfd_gas=yes ;;
286 *-elf) bfd_gas=yes ;;
287 *-ecoff) bfd_gas=yes ;;
288 *-som) bfd_gas=yes ;;
289 *) ;;
290 esac
291
292 # Other random stuff.
293
294 # do we need the opcodes library?
295 case ${cpu_type} in
296 alpha | vax) ;;
297 *) need_opcodes=yes ;;
298 esac
299
300 test -n "$want_sparc_v9" && AC_DEFINE(SPARC_V9)
301
302 case ${cpu}-${vendor}-${os} in
303 sparc64-*-elf*) AC_DEFINE(SPARC_ARCH64) ;;
304 esac
305
306 case ${cpu_type} in
307 m68k)
308 case ${extra_objects} in
309 *m68k-parse.o*) ;;
310 *) extra_objects="$extra_objects m68k-parse.o" ;;
311 esac
312 ;;
313 esac
314
315 # See if we really can support this configuration with the emulation code.
316
317 if test $this_target = $target ; then
318 primary_bfd_gas=$bfd_gas
319 obj_format=$fmt
320 gas_target=$targ
321 te_file=$em
322
323 if test $bfd_gas = no ; then
324 # Can't support other configurations this way.
325 break
326 fi
327 elif test $bfd_gas = no ; then
328 # Can't support this configuration.
329 break
330 fi
331
332 # From target name and format, produce a list of supported emulations.
333
334 case ${generic_target}-${fmt} in
335 mips-*-irix5*-*) emulation="mipsbelf mipslelf mipself mipsbecoff mipslecoff mipsecoff" ;;
336 mips-*-*-ecoff) case "$endian" in
337 big) emulation="mipsbecoff mipslecoff mipsecoff" ;;
338 *) emulation="mipslecoff mipsbecoff mipsecoff" ;;
339 esac ;;
340 mips-*-*-elf) case "$endian" in
341 big) emulation="mipsbelf mipslelf mipself" ;;
342 *) emulation="mipslelf mipsbelf mipself" ;;
343 esac ;;
344 esac
345
346 emulations="$emulations $emulation"
347
348 done
349
350 # Assign floating point type. Most processors with FP support
351 # IEEE FP. On those that don't support FP at all, usually IEEE
352 # is emulated.
353 case ${target_cpu} in
354 vax | tahoe ) atof=${target_cpu} ;;
355 *) atof=ieee ;;
356 esac
357
358 case "${obj_format}" in
359 "") AC_MSG_ERROR(GAS does not know what format to use for target ${target}) ;;
360 esac
361
362 dnl
363 dnl Make sure the desired support files exist.
364 dnl
365
366 if test ! -r ${srcdir}/config/tc-${target_cpu_type}.c; then
367 AC_MSG_ERROR(GAS does not support target CPU ${target_cpu_type})
368 fi
369
370 if test ! -r ${srcdir}/config/obj-${obj_format}.c; then
371 AC_MSG_ERROR(GAS does not have support for object file format ${obj_format})
372 fi
373
374 # and target makefile frag
375
376 target_frag=${srcdir}/config/${gas_target}.mt
377 if test ! -r ${target_frag}; then
378 target_frag=/dev/null # ick! but subst_file can't be conditionalized
379 fi
380 AC_SUBST_FILE(target_frag)
381
382 case ${user_bfd_gas}-${primary_bfd_gas} in
383 yes-yes | no-no)
384 # We didn't override user's choice.
385 ;;
386 no-yes)
387 AC_MSG_WARN(Use of BFD is required for ${target}; overriding config options.)
388 ;;
389 no-preferred)
390 primary_bfd_gas=no
391 ;;
392 *-preferred)
393 primary_bfd_gas=yes
394 ;;
395 yes-*)
396 primary_bfd_gas=yes
397 ;;
398 -*)
399 # User specified nothing.
400 ;;
401 esac
402
403 # Some COFF configurations want these random other flags set.
404 case ${obj_format} in
405 coff)
406 case ${target_cpu_type} in
407 i386) AC_DEFINE(I386COFF) ;;
408 m68k) AC_DEFINE(M68KCOFF) ;;
409 m88k) AC_DEFINE(M88KCOFF) ;;
410 esac
411 ;;
412 esac
413
414 # Getting this done right is going to be a bitch. Each configuration specified
415 # with --enable-targets=... should be checked for environment, format, cpu, and
416 # bfd_gas setting.
417 #
418 # For each configuration, the necessary object file support code must be linked
419 # in. This might be only one, it might be up to four. The necessary emulation
420 # code needs to be provided, too.
421 #
422 # And then there's "--enable-targets=all"....
423 #
424 # For now, just always do it for MIPS ELF or ECOFF configurations. Sigh.
425
426 formats="${obj_format}"
427 emfiles=""
428 EMULATIONS=""
429 GAS_UNIQ(emulations)
430 for em in . $emulations ; do
431 case $em in
432 .) continue ;;
433 mipsbelf | mipslelf)
434 fmt=elf file=mipself ;;
435 mipsbecoff | mipslecoff)
436 fmt=ecoff file=mipsecoff ;;
437 esac
438 formats="$formats $fmt"
439 emfiles="$emfiles e-$file.o"
440 EMULATIONS="$EMULATIONS &$em,"
441 done
442 GAS_UNIQ(formats)
443 GAS_UNIQ(emfiles)
444 if test `set . $formats ; shift ; echo $#` -gt 1 ; then
445 for fmt in $formats ; do
446 case $fmt in
447 aout) AC_DEFINE(OBJ_MAYBE_AOUT) ;;
448 bout) AC_DEFINE(OBJ_MAYBE_BOUT) ;;
449 coff) AC_DEFINE(OBJ_MAYBE_COFF) ;;
450 ecoff) AC_DEFINE(OBJ_MAYBE_ECOFF) ;;
451 elf) AC_DEFINE(OBJ_MAYBE_ELF) ;;
452 generic) AC_DEFINE(OBJ_MAYBE_GENERIC) ;;
453 hp300) AC_DEFINE(OBJ_MAYBE_HP300) ;;
454 ieee) AC_DEFINE(OBJ_MAYBE_IEEE) ;;
455 som) AC_DEFINE(OBJ_MAYBE_SOM) ;;
456 vms) AC_DEFINE(OBJ_MAYBE_VMS) ;;
457 esac
458 extra_objects="$extra_objects obj-$fmt.o"
459 done
460 obj_format=multi
461 fi
462 if test `set . $emfiles ; shift ; echo $#` -gt 0 ; then
463 te_file=multi
464 extra_objects="$extra_objects $emfiles"
465 DEFAULT_EMULATION=`set . $emulations ; echo $2`
466 AC_DEFINE(USE_EMULATIONS)
467 fi
468 AC_SUBST(extra_objects)
469 AC_DEFINE_UNQUOTED(EMULATIONS, $EMULATIONS)
470 AC_DEFINE_UNQUOTED(DEFAULT_EMULATION, "$DEFAULT_EMULATION")
471
472 files="config/tc-${target_cpu_type}.c config/tc-${target_cpu_type}.h \
473 config/obj-${obj_format}.h config/obj-${obj_format}.c \
474 config/te-${te_file}.h config/atof-${atof}.c \
475 $extra_files"
476 links="targ-cpu.c targ-cpu.h obj-format.h obj-format.c targ-env.h atof-targ.c \
477 $extra_links"
478
479 case ${primary_bfd_gas}-${target_cpu_type}-${obj_format} in
480 yes-*-coff) need_bfd=yes ;;
481 no-*-coff) need_bfd=yes
482 AC_DEFINE(MANY_SEGMENTS) ;;
483 esac
484
485 reject_dev_configs=yes
486
487 case ${reject_dev_configs}-${dev} in
488 yes-yes) # Oops.
489 AC_MSG_ERROR(GAS does not support the ${generic_target} configuration.)
490 ;;
491 esac
492
493 AC_SUBST(target_cpu_type)
494 AC_SUBST(obj_format)
495 AC_SUBST(atof)
496 dnl AC_SUBST(emulation)
497
498 AC_LINK_FILES($files, $links)
499
500 case "${primary_bfd_gas}" in
501 yes) AC_DEFINE(BFD_ASSEMBLER)
502 need_bfd=yes ;;
503 esac
504
505 # do we need the opcodes library?
506 case "${need_opcodes}" in
507 yes)
508 OPCODES_DEP=../opcodes/libopcodes.a
509 OPCODES_LIB='-L../opcodes -lopcodes'
510
511 # We need to handle some special cases if opcodes was built shared.
512 if test "${shared}" = "true"; then
513 case "${host}" in
514 *-*-sunos*)
515 # On SunOS, we must link against the name we are going to install,
516 # not -lbfd, since SunOS does not support SONAME.
517 OPCODES_LIB='-L../opcodes -l`echo opcodes | sed '"'"'$(program_transform_name)'"'"'`'
518 ;;
519 esac
520 fi
521 ;;
522 esac
523 AC_SUBST(OPCODES_DEP)
524 AC_SUBST(OPCODES_LIB)
525
526 case "${need_bfd}" in
527 yes)
528 BFDDEP=../bfd/libbfd.a
529 BFDLIB='-L../bfd -lbfd'
530 ALL_OBJ_DEPS="$ALL_OBJ_DEPS ../bfd/bfd.h"
531
532 # We need to handle some special cases if BFD was built shared.
533 if test "${shared}" = "true"; then
534 case "${host}" in
535 *-*-sunos*)
536 # On SunOS, we must link against the name we are going to install,
537 # not -lbfd, since SunOS does not support SONAME.
538 BFDLIB='-L../bfd -l`echo bfd | sed '"'"'$(program_transform_name)'"'"'`'
539 ;;
540 esac
541 fi
542 ;;
543 esac
544 AC_SUBST(BFDDEP)
545 AC_SUBST(BFDLIB)
546 AC_SUBST(ALL_OBJ_DEPS)
547
548 AC_DEFINE_UNQUOTED(TARGET_ALIAS, "${target_alias}")
549 AC_DEFINE_UNQUOTED(TARGET_CANONICAL, "${target}")
550 AC_DEFINE_UNQUOTED(TARGET_CPU, "${target_cpu}")
551 AC_DEFINE_UNQUOTED(TARGET_VENDOR, "${target_vendor}")
552 AC_DEFINE_UNQUOTED(TARGET_OS, "${target_os}")
553
554 AC_PROG_CC
555 AC_PROG_INSTALL
556
557 AC_CHECK_HEADERS(string.h stdlib.h memory.h strings.h unistd.h stdarg.h varargs.h errno.h sys/types.h)
558
559 # Put this here so that autoconf's "cross-compiling" message doesn't confuse
560 # people who are not cross-compiling but are compiling cross-assemblers.
561 AC_MSG_CHECKING(whether compiling a cross-assembler)
562 if test "${host}" = "${target}"; then
563 cross_gas=no
564 else
565 cross_gas=yes
566 AC_DEFINE(CROSS_COMPILE)
567 fi
568 AC_MSG_RESULT($cross_gas)
569
570 dnl ansidecl.h will deal with const
571 dnl AC_CONST
572 AC_FUNC_ALLOCA
573 AC_C_INLINE
574
575 # VMS doesn't have unlink.
576 AC_CHECK_FUNCS(unlink remove, break)
577
578 # Some systems don't have sbrk().
579 AC_CHECK_FUNCS(sbrk)
580
581 # Some non-ANSI preprocessors botch requoting inside strings. That's bad
582 # enough, but on some of those systems, the assert macro relies on requoting
583 # working properly!
584 GAS_WORKING_ASSERT
585
586 # On some systems, the system header files may not declare malloc, realloc,
587 # and free. There are places where gas needs these functions to have been
588 # declared -- such as when taking their addresses.
589 gas_test_headers="
590 #ifdef HAVE_MEMORY_H
591 #include <memory.h>
592 #endif
593 #ifdef HAVE_STRING_H
594 #include <string.h>
595 #endif
596 #ifdef HAVE_STDLIB_H
597 #include <stdlib.h>
598 #endif
599 #ifdef HAVE_UNISTD_H
600 #include <unistd.h>
601 #endif
602 "
603 GAS_CHECK_DECL_NEEDED(malloc, f, char *(*f)(), $gas_test_headers)
604 GAS_CHECK_DECL_NEEDED(free, f, void (*f)(), $gas_test_headers)
605
606 # Does errno.h declare errno, or do we have to add a separate declaration
607 # for it?
608 GAS_CHECK_DECL_NEEDED(errno, f, int f, [
609 #ifdef HAVE_ERRNO_H
610 #include <errno.h>
611 #endif
612 ])
613
614 HLDFLAGS=
615 # If we have shared libraries, try to set rpath reasonably.
616 if test "${shared}" = "true"; then
617 case "${host}" in
618 *-*-hpux*)
619 HLDFLAGS='-Wl,+s,+b,$(libdir)'
620 ;;
621 *-*-irix5*)
622 HLDFLAGS='-Wl,-rpath,$(libdir)'
623 ;;
624 *-*-linux*aout*)
625 ;;
626 *-*-linux*)
627 HLDFLAGS='-Wl,-rpath,$(libdir)'
628 ;;
629 *-*-sysv4* | *-*-solaris*)
630 HLDFLAGS='-R $(libdir)'
631 ;;
632 esac
633 fi
634
635 # On SunOS, if the linker supports the -rpath option, use it to
636 # prevent ../bfd and ../opcodes from being included in the run time
637 # search path.
638 case "${host}" in
639 *-*-sunos*)
640 echo 'main () { }' > conftest.c
641 ${CC} -o conftest -Wl,-rpath= conftest.c >/dev/null 2>conftest.t
642 if grep 'unrecognized' conftest.t >/dev/null 2>&1; then
643 :
644 elif grep 'No such file' conftest.t >/dev/null 2>&1; then
645 :
646 elif test "${shared}" = "true"; then
647 HLDFLAGS='-Wl,-rpath=$(libdir)'
648 else
649 HLDFLAGS='-Wl,-rpath='
650 fi
651 rm -f conftest.t conftest.c conftest
652 ;;
653 esac
654 AC_SUBST(HLDFLAGS)
655
656 dnl This must come last.
657 AC_OUTPUT(Makefile doc/Makefile .gdbinit:gdbinit.in)
This page took 0.042745 seconds and 5 git commands to generate.