]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blob - ld/configure.host
(linux targets): Use "${CC} -dumpspecs" instead of "${CC} --print-file-name=specs...
[thirdparty/binutils-gdb.git] / ld / configure.host
1 # This is the linker host specific file. This is invoked by the
2 # autoconf generated configure script. Putting it in a separate shell
3 # file lets us skip running autoconf when modifying host specific
4 # information.
5
6 # This file sets the following shell variables:
7 # HDEFINES host specific compiler flags
8 # HOSTING_CRT0 crt0.o file used for bootstrapping
9 # HOSTING_LIBS libraries used for bootstrapping
10
11 HDEFINES=
12 HOSTING_CRT0=/lib/crt0.o
13 HOSTING_LIBS='`if [ -f ../gcc/libgcc.a ]; then libgcc=../gcc/libgcc.a; else libgcc=\`${CC} -print-libgcc-file-name\`; fi; if [ -f ../gcc/libgcc_eh.a ]; then libgcc="$libgcc ../gcc/libgcc_eh.a"; else libgcc_eh=\`${CC} -print-file-name=libgcc_eh.a\`; if [ x"$libgcc_eh" != xlibgcc_eh.a ]; then libgcc="$libgcc $libgcc_eh"; fi; fi; echo --start-group $libgcc -lc --end-group`'
14
15 #
16 # Generic configurations:
17 #
18
19 case "${host}" in
20
21 *-*-freebsd* | *-*-kfreebsd*-gnu)
22 HOSTING_CRT0='-dynamic-linker `[ -f \`${CC} --print-prog-name=ld-elf.so.1\` ] || echo /usr/libexec/``${CC} --print-prog-name=ld-elf.so.1` `${CC} --print-file-name=crt1.o` `${CC} --print-file-name=crti.o` `${CC} --print-file-name=crtbegin.o`'
23 HOSTING_LIBS='-L`dirname \`${CC} --print-file-name=libc.so\`` '"$HOSTING_LIBS"' `if [ -f ../gcc/crtend.o ]; then echo ../gcc/crtend.o; else ${CC} --print-file-name=crtend.o; fi` `${CC} --print-file-name=crtn.o`'
24 ;;
25
26 *-*-linux*aout* | *-*-linux*oldld)
27 HOSTING_CRT0=/usr/lib/crt0.o
28 ;;
29
30 *-*-linux*libc1*)
31 HOSTING_CRT0='-dynamic-linker /lib/ld-linux.so.1 /usr/lib/crt1.o /usr/lib/crti.o `if [ -f ../gcc/crtbegin.o ]; then echo ../gcc/crtbegin.o; elif [ -f /usr/lib/crtbegin.o ]; then echo /usr/lib/crtbegin.o; else ${CC} --print-file-name=crtbegin.o; fi`'
32 HOSTING_LIBS="$HOSTING_LIBS"' `if [ -f ../gcc/crtend.o ]; then echo ../gcc/crtend.o; elif [ -f /usr/lib/crtend.o ]; then echo /usr/lib/crtend.o; else ${CC} --print-file-name=crtend.o; fi` /usr/lib/crtn.o'
33 ;;
34
35 *-*-linux*)
36 HOSTING_CRT0='-dynamic-linker `specs=\`${CC} --print-file-name=specs\`; { if [ x"$specs" = xspecs ]; then ${CC} -dumpspecs; else cat "$specs"; fi; } | egrep "ld[^ ]*\.so" | sed -e "s,.*-dynamic-linker[ ][ ]*\(.*/ld[^ ]*\.so..\).*,\1,"` `${CC} --print-file-name=crt1.o` `${CC} --print-file-name=crti.o` `if [ -f ../gcc/crtbegin.o ]; then echo ../gcc/crtbegin.o; else ${CC} --print-file-name=crtbegin.o; fi`'
37 HOSTING_LIBS='-L`dirname \`${CC} --print-file-name=libc.so\`` '"$HOSTING_LIBS"' `if [ -f ../gcc/crtend.o ]; then echo ../gcc/crtend.o; else ${CC} --print-file-name=crtend.o; fi` `${CC} --print-file-name=crtn.o`'
38 ;;
39
40 *-*-netbsd*)
41 # Different versions of NetBSD with the ELF object format use different
42 # sets of start/end files.
43 HOSTING_CRT0='-dynamic-linker /usr/libexec/ld.elf_so /usr/lib/crt0.o'
44 if [ -f `${CC} --print-file-name=crti.o` ]; then
45 # Support for GCC's crtstuff present.
46 HOSTING_CRT0="$HOSTING_CRT0 `${CC} --print-file-name=crti.o`"
47 if [ -f ../gcc/crtbegin.o ]; then
48 HOSTING_CRT0="$HOSTING_CRT0 ../gcc/crtbegin.o"
49 else
50 HOSTING_CRT0="$HOSTING_CRT0 `${CC} --print-file-name=crtbegin.o`"
51 fi
52 else
53 # Support for GCC's crtstuff not present.
54 HOSTING_CRT0="$HOSTING_CRT0 `${CC} --print-file-name=crtbegin.o`"
55 fi
56 if [ -f `${CC} --print-file-name=crtn.o` ]; then
57 # Support for GCC's crtstuff present.
58 if [ -f ../gcc/crtbegin.o ]; then
59 HOSTING_LIBS="$HOSTING_LIBS ../gcc/crtend.o"
60 else
61 HOSTING_LIBS="$HOSTING_LIBS `${CC} --print-file-name=crtend.o`"
62 fi
63 HOSTING_LIBS="$HOSTING_LIBS `${CC} --print-file-name=crtn.o`"
64 else
65 # Support for GCC's crtstuff not present.
66 HOSTING_LIBS="$HOSTING_LIBS `${CC} --print-file-name=crtend.o`"
67 fi
68 ;;
69
70 esac
71
72 #
73 # Now more specific configurations
74 #
75
76 case "${host}" in
77
78 *-*-linux*aout* | *-*-linux*oldld | *-*-linux*libc1*)
79 # No further tweaking needed
80 ;;
81
82 am33_2.0-*-linux*)
83 HOSTING_CRT0=`echo "$HOSTING_CRT0" | sed -e "s,ld\[^ \]\*,ld-linux,g"`
84 ;;
85
86 arm*-*-linux-gnu*)
87 HOSTING_CRT0='-p '`echo "$HOSTING_CRT0" | sed -e "s,ld\[^ \]\*,ld-linux,g"`
88 ;;
89
90 hppa*64*-*-hpux11*)
91 HOSTING_CRT0=/usr/ccs/lib/pa20_64/crt0.o
92 # Even if CC is not gcc, the tests use gcc.
93 HOSTING_LIBS='--start-group `if [ -f ../gcc/libgcc.a ]; then echo ../gcc/libgcc.a; else if test "$GCC" = yes; then ${CC} --print-libgcc-file-name; else gcc --print-libgcc-file-name; fi fi` -lc --end-group /usr/lib/pa20_64/milli.a'
94 ;;
95
96 i[3-7]86-*-bsd* | i[3-7]86-*-freebsd[12] | i[3-7]86-*-freebsd[12]\.* | i[3-7]86-*-freebsd*aout*)
97 HOSTING_CRT0=/usr/lib/crt0.o
98 ;;
99
100 i[3-7]86-*-sysv4*)
101 HOSTING_CRT0='/usr/ccs/lib/crt1.o /usr/ccs/lib/crti.o /usr/ccs/lib/values-Xa.o `if [ -f ../gcc/crtbegin.o ]; then echo ../gcc/crtbegin.o; else ${CC} -print-file-name=crtbegin.o; fi`'
102 HOSTING_LIBS="$HOSTING_LIBS"' `if [ -f ../gcc/crtend.o ]; then echo ../gcc/crtend.o; else ${CC} -print-file-name=crtend.o; fi` /usr/ccs/lib/crtn.o'
103 ;;
104
105 i[3-7]86-sequent-ptx* | i[3-7]86-sequent-sysv*)
106 HOSTING_CRT0='/lib/crt0.o `if [ -f ../gcc/crtbegin.o ]; then echo ../gcc/crtbegin.o; else ${CC} -print-file-name=crtbegin.o; fi`'
107 HOSTING_LIBS="$HOSTING_LIBS"' `if [ -f ../gcc/crtend.o ]; then echo ../gcc/crtend.o; else ${CC} -print-file-name=crtend.o; fi`'
108 ;;
109
110 i[3-7]86-*-sysv*)
111 HOSTING_CRT0='/lib/crt1.o `if [ -f ../gcc/crtbegin.o ]; then echo ../gcc/crtbegin.o; fi`'
112 HOSTING_LIBS="$HOSTING_LIBS"' `if [ -f ../gcc/crtend.o ]; then echo ../gcc/crtend.o; fi` /lib/crtn.o'
113 ;;
114
115 i[3-7]86-*-solaris*)
116 HOSTING_CRT0='`if [ -f ../gcc/crt1.o ]; then echo ../gcc/crt1.o; else ${CC} -print-file-name=crt1.o; fi` `if [ -f ../gcc/crti.o ]; then echo ../gcc/crti.o; else ${CC} -print-file-name=crti.o; fi` /usr/ccs/lib/values-Xa.o `if [ -f ../gcc/crtbegin.o ]; then echo ../gcc/crtbegin.o; else ${CC} -print-file-name=crtbegin.o; fi`'
117 HOSTING_LIBS="$HOSTING_LIBS"' `if [ -f ../gcc/crtend.o ]; then echo ../gcc/crtend.o; else ${CC} -print-file-name=crtend.o; fi` `if [ -f ../gcc/crtn.o ]; then echo ../gcc/crtn.o; else ${CC} -print-file-name=crtn.o; fi`'
118 ;;
119
120 i[3-7]86-*-sco* | i[3-7]86-*-isc*)
121 # In some configurations gcc does not use crtbegin.o and crtend.o.
122 # In that case gcc -print-file-name=crtbegin.o will simply print
123 # crtbegin.o. We create dummy crtbegin.o and crtend.o files to
124 # handle this.
125 echo "int dummy_crtbegin () { return 0; }" > crtbegin.c
126 ${CC} -c crtbegin.c -o crtbegin.o
127 rm -f crtbegin.c
128 echo "int dummy_crteng () { return 0; }" > crtend.c
129 ${CC} -c crtend.c -o crtend.o
130 rm -f crtend.c
131 HOSTING_CRT0='/lib/crt1.o `if [ -f ../gcc/crtbegin.o ]; then echo ../gcc/crtbegin.o; else ${CC} -print-file-name=crtbegin.o; fi`'
132 HOSTING_LIBS="$HOSTING_LIBS"' `if [ -f ../gcc/crtend.o ]; then echo ../gcc/crtend.o; else ${CC} -print-file-name=crtend.o; fi` /lib/crtn.o'
133 ;;
134
135 i[3-7]86-pc-interix*)
136 HOSTING_CRT0='$$INTERIX_ROOT/usr/lib/crt0.o'
137 HOSTING_LIBS='-L $$X/local_bin -L $$INTERIX_ROOT/usr/lib '"$HOSTING_LIBS"' -lcpsx -lc -lcpsx $$INTERIX_ROOT/usr/lib/psxdll.a $$INTERIX_ROOT/usr/lib/psxdll2.a'
138 ;;
139
140 i[3-7]86-*-cygwin*)
141 HOSTING_LIBS="$HOSTING_LIBS"' -lcygwin -L/usr/lib/w32api -luser32 -lkernel32 -ladvapi32 -lshell32 `if [ -f ../gcc/libgcc.a ] ; then echo ../gcc/libgcc.a ; else ${CC} -print-libgcc-file-name; fi`'
142 ;;
143
144 ia64-*-linux-gnu*)
145 HOSTING_CRT0=`echo "$HOSTING_CRT0" | sed -e "s,ld\[^ \]*\*,ld-linux-ia64,g"`
146 ;;
147
148 mips*-sgi-irix4* | mips*-sgi-irix5*)
149 HOSTING_CRT0=/usr/lib/crt1.o
150 HOSTING_LIBS="$HOSTING_LIBS"' /usr/lib/crtn.o'
151 ;;
152
153 mips*-sgi-irix6*)
154 HOSTING_CRT0='/usr/lib32/crt1.o `if [ -f ../gcc/crtbegin.o ]; then echo ../gcc/crtbegin.o ; else ${CC} -print-file-name=crtbegin.o; fi`'
155 HOSTING_LIBS='-L/usr/lib32 '"$HOSTING_LIBS"' `if [ -f ../gcc/crtend.o ]; then echo ../gcc/crtend.o ; else ${CC} -print-file-name=crtend.o; fi` /usr/lib32/crtn.o -init __do_global_ctors -fini __do_global_dtors'
156 ;;
157
158 mips*-*-linux-gnu*)
159 HOSTING_CRT0=`echo "$HOSTING_CRT0" | sed -e "s,\\\`egrep.*\"\\\`,/lib/ld.so.1,"`
160 ;;
161
162 m68*-*-linux-gnu*)
163 HOSTING_CRT0=`echo "$HOSTING_CRT0" | sed -e "s,\\\`egrep.*\"\\\`,/lib/ld.so.1,"`
164 ;;
165
166 m68*-motorola-sysv)
167 HOSTING_CRT0='`if [ -f ../gcc/crt0.o ]; then echo ../gcc/crt0.o; elif [ -f \`${CC} -print-file-name=\`crt0.o ]; then echo \`${CC} -print-file-name=\`crt0.o; else echo /lib/crt0.o; fi`'
168 HOSTING_LIBS=`echo "$HOSTING_LIBS" | sed -e "s,-lc,-lc881,"`
169 ;;
170
171 m68*-sun-*)
172 HOSTING_CRT0='/usr/lib/crt0.o /usr/lib/Fcrt1.o -L/usr/lib/fsoft.o'
173 ;;
174
175 m88*-*-dgux*)
176 HDEFINES=-D__using_DGUX
177 HOSTING_CRT0='/lib/crt0.o -X'
178 HOSTING_LIBS=/usr/sde/m88kbcs/lib/libc.a
179 ;;
180
181 m88*-motorola-sysv3)
182 HOSTING_CRT0='/lib/crt0.o `if [ -f ../gcc/crtbegin.o ]; then echo ../gcc/crtbegin.o; else ${CC} -print-file-name=crtbegin.o; fi`'
183 HOSTING_LIBS="$HOSTING_LIBS"' `if [ -f ../gcc/crtend.o ]; then echo ../gcc/crtend.o; else ${CC} -print-file-name=crtend.o; fi`'
184 ;;
185
186 powerpc64*-*-linux-gnu*)
187 HOSTING_CRT0=`echo "$HOSTING_CRT0" | sed -e "s,\\\`egrep.*\"\\\`,/lib64/ld64.so.1,"`
188 ;;
189
190 powerpc*-*-linux-gnu*)
191 HOSTING_CRT0=`echo "$HOSTING_CRT0" | sed -e "s,\\\`egrep.*\"\\\`,/lib/ld.so.1,"`
192 ;;
193
194 s390x-*-linux-gnu*)
195 HOSTING_CRT0=`echo "$HOSTING_CRT0" | sed -e "s,\\\`egrep.*\"\\\`,/lib/ld64.so.1,"`
196 ;;
197
198 s390-*-linux-gnu*)
199 HOSTING_CRT0=`echo "$HOSTING_CRT0" | sed -e "s,\\\`egrep.*\"\\\`,/lib/ld.so.1,"`
200 ;;
201
202 sparc-*-solaris2*)
203 HOSTING_CRT0='`if [ -f ../gcc/crt1.o ]; then echo ../gcc/crt1.o; else ${CC} -print-file-name=crt1.o; fi` `if [ -f ../gcc/crti.o ]; then echo ../gcc/crti.o; else ${CC} -print-file-name=crti.o; fi` /usr/ccs/lib/values-Xa.o `if [ -f ../gcc/crtbegin.o ]; then echo ../gcc/crtbegin.o; else ${CC} -print-file-name=crtbegin.o; fi`'
204 HOSTING_LIBS="$HOSTING_LIBS"' `if [ -f ../gcc/crtend.o ]; then echo ../gcc/crtend.o; else ${CC} -print-file-name=crtend.o; fi` `if [ -f ../gcc/crtn.o ]; then echo ../gcc/crtn.o; else ${CC} -print-file-name=crtn.o; fi`'
205 ;;
206
207 sparc64-*-solaris2* | sparcv9-*-solaris2*)
208 HOSTING_CRT0='`if [ -f ../gcc/crt1.o ]; then echo ../gcc/crt1.o; else ${CC} -print-file-name=crt1.o; fi` `if [ -f ../gcc/crti.o ]; then echo ../gcc/crti.o; else ${CC} -print-file-name=crti.o; fi` /usr/ccs/lib/sparcv9/values-Xa.o `if [ -f ../gcc/crtbegin.o ]; then echo ../gcc/crtbegin.o; else ${CC} -print-file-name=crtbegin.o; fi`'
209 HOSTING_LIBS="$HOSTING_LIBS"' `if [ -f ../gcc/crtend.o ]; then echo ../gcc/crtend.o; else ${CC} -print-file-name=crtend.o; fi` `if [ -f ../gcc/crtn.o ]; then echo ../gcc/crtn.o; else ${CC} -print-file-name=crtn.o; fi`'
210 ;;
211
212 sparc-*-linux-gnu*)
213 HOSTING_CRT0=`echo "$HOSTING_CRT0" | sed -e "s,\\\`egrep.*\"\\\`,/lib/ld-linux.so.2,"`
214 ;;
215
216 sparc64-*-linux-gnu*)
217 HOSTING_CRT0=`echo "$HOSTING_CRT0" | sed -e "s,\\\`egrep.*\"\\\`,/lib64/ld-linux.so.2,"`
218 ;;
219
220 x86_64-*-linux-gnu*)
221 HOSTING_CRT0=`echo "$HOSTING_CRT0" | sed -e "s,\\\`egrep.*\"\\\`,/lib64/ld-linux-x86-64.so.2,"`
222 ;;
223
224 *-*-freebsd* | *-*-kfreebsd*-gnu)
225 ;;
226
227 *-*-linux*)
228 ;;
229
230 *-*-netbsd*)
231 ;;
232
233 alpha*-*-*)
234 HOSTING_CRT0=/usr/ccs/lib/crt0.o
235 ;;
236
237 esac