Tue Apr 26 17:20:03 1994 Stan Shebs (shebs@andros.cygnus.com)
[deliverable/binutils-gdb.git] / ld / configure.in
1 # This file is a shell script fragment that supplies the information
2 # necessary to tailor a template configure script into the configure
3 # script appropriate for this directory. For more information, check
4 # any existing configure script.
5
6 srctrigger=ldmain.c
7 srcname="linker"
8 target_dependent=true
9
10 # per-host:
11
12 . ${srcdir}/../bfd/configure.host
13
14 host_makefile_frag=
15
16 if [ -f ${srcdir}/config/${my_host}.mh ] ; then
17 host_makefile_frag=config/${my_host}.mh
18 fi
19
20 # per-target:
21
22 # Canonicalize the secondary target names.
23 if [ -n "$with_targets" ]; then
24 for targ in `echo $with_targets | sed 's/,/ /g'`
25 do
26 result=`$configsub $targ 2>/dev/null`
27 if [ -n "$result" ]; then
28 canon_targets="$canon_targets $result"
29 else
30 # Allow targets that config.sub doesn't recognize, like "all".
31 canon_targets="$canon_targets $targ"
32 fi
33 done
34 fi
35
36 all_targets=false
37
38 for targ in $target $canon_targets
39 do
40
41 case "${targ}" in
42
43 sparc-sun-sunos4*) ld_target=sun4 ;;
44 sparclite*-*-coff) ld_target=coff-sparc ;;
45 sparclite*-fujitsu-*) ld_target=sun4 ;;
46 sparc*-*-aout) ld_target=sun4 ;;
47 sparc*-*-coff) ld_target=coff-sparc ;;
48 sparc*-*-elf) ld_target=sun4sol2 ;;
49 sparc*-*-lynxos*) ld_target=sparc-lynx ;;
50 sparc*-*-solaris2*) ld_target=sun4sol2 ;;
51 sparc*-wrs-vxworks*) ld_target=sun4 ;;
52 sparc*-*-netware) ld_target=sun4sol2 ;;
53 i960-wrs-vxworks*) ld_target=i960 ;;
54 i960-intel-nindy) ld_target=i960 ;;
55 m68*-sun-sunos[34]*) ld_target=sun3 ;;
56 m68*-wrs-vxworks*) ld_target=vxworks68 ;;
57 m68*-ericsson-ose) ld_target=ose68 ;;
58 *-tandem-none) ld_target=st2000 ;; # FIXME needs better name
59 i[34]86-*-vsta) ld_target=vsta ;;
60 i[34]86-*-go32) ld_target=go32 ;;
61 i[34]86-*-aix*) ld_target=i386-coff ;;
62 i[34]86-*-sco*) ld_target=i386-coff ;;
63 i[34]86-*-lynxos*) ld_target=i386-lynx ;;
64 i[34]86-*-coff) ld_target=i386-coff ;;
65 i[34]86-*-bsd) ld_target=i386-bsd ;;
66 i[34]86-*-bsd386) ld_target=i386-bsd ;;
67 i[34]86-*-aout) ld_target=i386-aout ;;
68 i[34]86-*-linux) ld_target=i386-linux ;;
69 i[34]86-*-sysv4*) ld_target=i386-elf ;;
70 i[34]86-*-unixware) ld_target=i386-elf ;;
71 i[34]86-*-netware) ld_target=i386-elf ;;
72 i[34]86-*-elf*) ld_target=i386-elf ;;
73 i[34]86-*-sysv*) ld_target=i386-coff ;;
74 i[34]86-*-mach*) ld_target=i386-mach ;;
75 m8*-*-*) ld_target=m88k-bcs ;;
76 a29k-*-udi) ld_target=sa29200 ;;
77 a29k-*-ebmon) ld_target=ebmon29k ;;
78 a29k-*-*) ld_target=coff-a29k ;;
79 h8300-*-hms) ld_target=coff-h8300 ;;
80 h8300h-*-hms) ld_target=coff-h8300h ;;
81 h8500-*-hms) ld_target=coff-h8500 ;;
82 sh-*-*) ld_target=coff-sh ;;
83 m68k-sony-*) ld_target=news ;;
84 m68k-hp-bsd*) ld_target=hp300bsd ;;
85 m68k-motorola-sysv*) ld_target=delta68 ;;
86 m68*-*-aout) ld_target=m68k ;;
87 m68*-*-coff) ld_target=m68k-coff ;;
88 m68*-*-hpux) ld_target=hp300hpux ;;
89 m68*-*-lynxos*) ld_target=m68k-lynx ;;
90 m68*-*-*)
91 echo '***' "Unknown m68k target vendor for ld:" ${target_vendor} 1>&2
92 exit 1 ;;
93 hppa*-*-*elf*) ld_target=hppaelf ;;
94 vax-dec-ultrix* | vax-dec-bsd*) ld_target=vax ;;
95 mips*-dec-ultrix*) ld_target=mips-lit ;;
96 mips*-sgi-irix5*) ld_target=mipsb-elf32 ;;
97 mips*-sgi-irix*) ld_target=mips-big ;;
98 mips*el-idt-ecoff*) ld_target=mips-idtl ;;
99 mips*-idt-ecoff*) ld_target=mips-idt ;;
100 mips*-dec-bsd*) ld_target=mipsbsd ;;
101 mips*-*-elf*) ld_target=mipsb-elf32 ;;
102 alpha-*-osf*) ld_target=alpha ;;
103 alpha-*-netware*) ld_target=alpha ;;
104 z8k-*-sim | z8k-*-coff) ld_target=z8ksim ;;
105 powerpc-*-elf*) ld_target=ppc-elf32 ;;
106 # start-sanitize-powerpc-netware
107 powerpc-*-netware*) ld_target=ppc-elf32 ;;
108 # end-sanitize-powerpc-netware
109 *-*-aout) ld_target=${target_cpu}-${target_vendor} ;;
110 *-*-coff) ld_target=${target_cpu}-${target_vendor} ;;
111 *-*-netware) ld_target=${target_cpu}-elf ;;
112
113 all) ld_target=all ;;
114 esac
115
116 if [ "x$ld_target" = "xall" ]; then
117 all_targets=true
118 else
119 if [ ! -f ${srcdir}/config/${ld_target}.mt ] ; then
120 echo '***' No file ${srcdir}/config/${ld_target}.mt 1>&2
121 echo '***' GNU LD does not support target ${ld_target} 1>&2
122 echo '***' Look in ld/configure.in for supported targets 1>&2
123 exit 1
124 fi
125
126 if [ "x$targ" = "x$target" ]; then
127 target_makefile_frag=${srcdir}/config/${ld_target}.mt
128 else
129 target_extra_frags="$target_extra_frags ${srcdir}/config/${ld_target}.mt"
130 fi
131 fi
132 done
133
134 # We don't do any links based on the target system, just makefile config.
135
136 # post-target:
137
138 rm -f Makefile.tmp Makefile.2
139 mv Makefile Makefile.tmp
140
141 if [ x${all_targets} = xfalse ]; then
142
143 allfrags="$target_makefile_frag $target_extra_frags"
144
145 # The emulations in all the configured targets.
146 tb=`sed -n '
147 s/EMUL[ ]*=[ ]*\([^ ]*\)/em_\1.o/p
148 ' $allfrags`
149 # uniq the list.
150 f=""
151 for i in $tb ; do
152 case " $f " in
153 *" $i "*) ;;
154 *) f="$f $i" ;;
155 esac
156 done
157 tb="$f"
158
159 echo "EMULATION_OFILES = $tb" >> Makefile.2
160
161 else # all_targets is true
162 echo 'EMULATION_OFILES = $(ALL_EMULATIONS)' >> Makefile.2
163 fi # all_targets is true
164
165 cat Makefile.tmp >> Makefile.2
166 rm -f Makefile.tmp
167 mv Makefile.2 Makefile
168
169 mkdir ldscripts 2>/dev/null
This page took 0.040001 seconds and 5 git commands to generate.