* config/sparc/xm-sun4os4.h: Declare free() to return int.
[deliverable/binutils-gdb.git] / bfd / configure.in
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
6 configdirs="doc"
7 srctrigger=libbfd.c
8 srcname="BFD"
9 target_dependent=true
10
11 # per-host:
12
13 . ${srcdir}/configure.host
14
15 # Set up to make a link between the host's include file and "sysdep.h".
16 files="hosts/${my_host}.h"
17 links="sysdep.h"
18
19 if [ ! -f ${srcdir}/${files} ] ; then
20 files=../bfd/hosts/std-host.h
21 echo "[${srcname} has no specific support for host ${host} -- using std-host]"
22 fi
23
24 host_makefile_frag=
25 if [ -f ${srcdir}/config/${my_host}.mh ] ; then
26 host_makefile_frag=config/${my_host}.mh
27 fi
28
29 # per-target:
30
31 # WHEN ADDING ENTRIES TO THIS MATRIX:
32 # Make sure that the left side always has two dashes. Otherwise you
33 # can get spurious matches. Even for unambiguous cases, do this as a
34 # convention, else the table becomes a real mess to understand and maintain.
35
36 case "${target}" in
37 alpha-*-*) bfd_target=alphaosf ;;
38 a29k-*-ebmon) bfd_target=a29k-coff ;;
39 a29k-*-udi) bfd_target=a29k-coff ;;
40 a29k-*-aout) bfd_target=a29k-aout ;;
41 a29k-*-coff) bfd_target=a29k-coff ;;
42 a29k-*-sym1) bfd_target=a29k-coff ;;
43 h8300-*-*) bfd_target=h8300-coff ;;
44 h8500-*-*) bfd_target=h8500-coff ;;
45 sh-*-*) bfd_target=sh-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-*-isc*) bfd_target=i386-coff ;;
51 i[34]86-*-sco*) bfd_target=i386-sco ;;
52 i[34]86-*-bsd*) bfd_target=i386-bsd ;;
53 i[34]86-*-aix*) bfd_target=i386-coff ;;
54 i[34]86-*-elf) bfd_target=i386-elf ;;
55 i[34]86-none-*) bfd_target=i386-coff ;;
56 i960-*-vxworks) bfd_target=i960-bout ;;
57 i960-*-aout) bfd_target=i960-bout ;;
58 i960-*-bout) bfd_target=i960-bout ;;
59 m68*-hp-bsd) bfd_target=hp300bsd ;;
60 m68*-*-aout) bfd_target=m68k-aout ;;
61 m68*-*-coff) bfd_target=m68k-coff ;;
62 m68*-*-hpux) bfd_target=hp300 ;;
63 m68*-*-os68k) bfd_target=m68k-aout ;;
64 m68*-*-sunos*) bfd_target=m68k-aout ;;
65 m68*-*-vxworks*) bfd_target=m68k-aout ;;
66 m68*-ericsson-*) bfd_target=m68k-aout ;;
67 m68*-netx-*) bfd_target=m68k-aout ;;
68 m88k-*-*) bfd_target=m88k-coff ;;
69 mips-big-*) bfd_target=bigmips ;;
70 mips-dec-bsd*) bfd_target=mipsdecbsd ;;
71 mips-dec-*) bfd_target=decstation ;;
72 mips-*-ecoff) bfd_target=bigmips ;;
73 mips-sgi-*) bfd_target=bigmips ;;
74 rs6000-*-*) bfd_target=rs6000 ;;
75 sparc-*-solaris2*) bfd_target=sparc-elf ;;
76 sparc-*-sysv4*) bfd_target=sparc-elf ;;
77 sparc*-*-*) bfd_target=sparc-aout ;;
78 tahoe-*-*) bfd_target=tahoe ;;
79 vax-*-vms) bfd_target=vax-vms ;;
80 vax-*-*) bfd_target=vax ;;
81 we32k-*-*) bfd_target=we32k ;;
82 z8k*-*-*) bfd_target=z8k-coff ;;
83
84 *-*-aout) bfd_target=${target_cpu}-aout ;;
85 *-*-bsd) bfd_target=${target_cpu}-aout ;;
86 *-*-sysv4*) bfd_target=${target_cpu}-elf ;;
87 *-*-solaris2*) bfd_target=${target_cpu}-elf ;;
88 *-*-go32) bfd_target=${target_cpu}-aout ;;
89 *-*-linux*) bfd_target=${target_cpu}-linux ;;
90 *-*-sysv*) bfd_target=${target_cpu}-coff ;;
91
92 *-adobe-*) bfd_target=adobe ;;
93 *-sony-*) bfd_target=news ;;
94 *-intel-*) bfd_target=${target_cpu}-coff ;;
95 *-stratus-*) bfd_target=${target_cpu}-elf ;;
96 *-cbm-*) bfd_target=${target_cpu}-elf ;;
97 *-ncr-*) bfd_target=${target_cpu}-elf ;;
98 *-tandem-*) bfd_target=st2000 ;;
99 esac
100
101 if [ ! -f ${srcdir}/config/${bfd_target}.mt ] ; then
102 if [ -n "${bfd_target}" ] ; then
103 echo '***' No file ${srcdir}/config/${bfd_target}.mt 1>&2
104 fi
105 echo '***' BFD does not support target ${target} 1>&2
106 echo '***' Look in bfd/configure.in for supported targets 1>&2
107 exit 1
108 fi
109 target_makefile_frag=config/${bfd_target}.mt
110
111 # We don't do any links based on the target system, just very minor makefile
112 # config.
113
114 # post-target:
115
116 case ${with_minimal_bfd} in
117 yes)
118 echo MINIMIZE=1 >> Makefile
119 ;;
120 no | "")
121 ;;
122 *)
123 echo "*** bad value \"${with_minimal_bfd}\" for minimal-bfd flag; ignored" 1>&2
124 ;;
125 esac
This page took 0.0882230000000001 seconds and 4 git commands to generate.