add include of "complaints.h"
[deliverable/binutils-gdb.git] / bfd / configure.in
CommitLineData
21c9f626
RP
1# This file is a shell script that supplies the information necessary
2# to tailor a template configure script into the configure script
3# appropriate for this directory. For more information, check any
4# existing configure script.
5
3b4f1a5d 6configdirs="doc"
21c9f626 7srctrigger=libbfd.c
5b2765bf 8srcname="BFD"
d89b9f99 9target_dependent=true
21c9f626
RP
10
11# per-host:
12
5a5fa368 13. ${srcdir}/configure.host
4dfe09da 14
5b2765bf 15# Set up to make a link between the host's include file and "sysdep.h".
5868184b 16files="hosts/${my_host}.h"
5b2765bf
JG
17links="sysdep.h"
18
d89b9f99 19if [ ! -f ${srcdir}/${files} ] ; then
5b2765bf 20 if [ -n "${my_host}" ] ; then
eafc6d85 21 echo '***' No file ${srcdir}/${files} 1>&2
5b2765bf 22 fi
eafc6d85 23 echo '***' ${srcname} does not support host ${host} 1>&2
21c9f626
RP
24 exit 1
25fi
26
5b2765bf 27host_makefile_frag=
5868184b
FF
28if [ -f ${srcdir}/config/${my_host}.mh ] ; then
29 host_makefile_frag=config/${my_host}.mh
5b2765bf 30fi
4dfe09da 31
21c9f626
RP
32# per-target:
33
218ce930
JG
34# WHEN ADDING ENTRIES TO THIS MATRIX:
35# Make sure that the left side always has two dashes. Otherwise you
36# can get spurious matches. Even for unambiguous cases, do this as a
37# convention, else the table becomes a real mess to understand and maintain.
38
1e730c4b 39case "${target}" in
439a4936
JG
40 a29k-*-ebmon) bfd_target=a29k-coff ;;
41 a29k-*-udi) bfd_target=a29k-coff ;;
42 a29k-*-aout) bfd_target=a29k-aout ;;
43 a29k-*-coff) bfd_target=a29k-coff ;;
44 a29k-*-sym1) bfd_target=a29k-coff ;;
45 h8300-*-*) bfd_target=h8300-coff ;;
46 hppa*-*-bsd) bfd_target=hppabsd ;;
47 hppa*-*-hpux) bfd_target=hppahpux ;;
48 i[34]86-*-sysv4*) bfd_target=i386-elf ;;
49 i[34]86-*-sysv*) bfd_target=i386-coff ;;
50 i[34]86-*-sco*) bfd_target=i386-coff ;;
5a5fa368 51 i[34]86-*-bsd*) bfd_target=i386-bsd ;;
439a4936
JG
52 i[34]86-none-*) bfd_target=i386-coff ;;
53 i960-*-vxworks) bfd_target=i960-bout ;;
6ac05343
JG
54 i960-*-aout) bfd_target=i960-bout ;;
55 i960-*-bout) bfd_target=i960-bout ;;
439a4936
JG
56 m68*-hp-bsd) bfd_target=hp300bsd ;;
57 m68*-*-aout) bfd_target=m68k-aout ;;
58 m68*-*-coff) bfd_target=m68k-coff ;;
59 m68*-*-hpux) bfd_target=hp300 ;;
60 m68*-*-os68k) bfd_target=m68k-aout ;;
61 m68*-*-sunos*) bfd_target=m68k-aout ;;
62 m68*-*-vxworks*) bfd_target=m68k-aout ;;
63 m68*-ericsson-*) bfd_target=m68k-aout ;;
64 m68*-netx-*) bfd_target=m68k-aout ;;
65 m88k-*-*) bfd_target=m88k-coff ;;
66 mips-big-*) bfd_target=irix3 ;;
67 mips-dec-*) bfd_target=decstation ;;
68 mips-sgi-*) bfd_target=irix3 ;;
69 rs6000-*-*) bfd_target=rs6000 ;;
70 sparc-*-solaris2*) bfd_target=sparc-elf ;;
71 sparc-*-sysv4*) bfd_target=sparc-elf ;;
72 sparc-*-*) bfd_target=sparc-aout ;;
73 sparclite-*-*) bfd_target=sparc-aout ;;
74 tahoe-*-*) bfd_target=tahoe ;;
75 vax-*-*) bfd_target=vax ;;
76 we32k-*-*) bfd_target=we32k ;;
77 z8k*-*-*) bfd_target=z8k-coff ;;
78
79 *-*-aout) bfd_target=${target_cpu}-aout ;;
80 *-*-bsd) bfd_target=${target_cpu}-aout ;;
81 *-*-sysv4*) bfd_target=${target_cpu}-elf ;;
82 *-*-solaris2*) bfd_target=${target_cpu}-elf ;;
83 *-*-go32) bfd_target=${target_cpu}-aout ;;
84 *-*-linux*) bfd_target=${target_cpu}-linux ;;
85 *-*-sysv*) bfd_target=${target_cpu}-coff ;;
86 *-*-scosysv*) bfd_target=${target_cpu}-coff ;;
87
88 *-adobe-*) bfd_target=adobe ;;
89 *-sony-*) bfd_target=news ;;
90 *-intel-*) bfd_target=${target_cpu}-coff ;;
91 *-stratus-*) bfd_target=${target_cpu}-elf ;;
92 *-cbm-*) bfd_target=${target_cpu}-elf ;;
93 *-ncr-*) bfd_target=${target_cpu}-elf ;;
94 *-tandem-*) bfd_target=st2000 ;;
4dfe09da
RP
95esac
96
5868184b 97if [ ! -f ${srcdir}/config/${bfd_target}.mt ] ; then
5b2765bf 98 if [ -n "${bfd_target}" ] ; then
eafc6d85 99 echo '***' No file ${srcdir}/config/${bfd_target}.mt 1>&2
5b2765bf 100 fi
eafc6d85
FF
101 echo '***' BFD does not support target ${target} 1>&2
102 echo '***' Look in bfd/configure.in for supported targets 1>&2
21c9f626
RP
103 exit 1
104fi
5868184b 105target_makefile_frag=config/${bfd_target}.mt
4dfe09da 106
5b2765bf
JG
107# We don't do any links based on the target system, just very minor makefile
108# config.
This page took 0.060407 seconds and 4 git commands to generate.