source: trunk/src/binutils/ltcf-c.sh@ 315

Last change on this file since 315 was 228, checked in by bird, 23 years ago

Finaly got it right I think....

  • Property cvs2svn:cvs-rev set to 1.3
  • Property svn:eol-style set to native
  • Property svn:executable set to *
File size: 26.2 KB
RevLine 
[10]1#### This script is meant to be sourced by ltconfig.
2
3# ltcf-c.sh - Create a C compiler specific configuration
4#
5# Copyright (C) 1996-2000 Free Software Foundation, Inc.
6# Originally by Gordon Matzigkeit <[email protected]>, 1996
7#
8# This file is free software; you can redistribute it and/or modify it
9# under the terms of the GNU General Public License as published by
10# the Free Software Foundation; either version 2 of the License, or
11# (at your option) any later version.
12#
13# This program is distributed in the hope that it will be useful, but
14# WITHOUT ANY WARRANTY; without even the implied warranty of
15# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
16# General Public License for more details.
17#
18# You should have received a copy of the GNU General Public License
19# along with this program; if not, write to the Free Software
20# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
21#
22# As a special exception to the GNU General Public License, if you
23# distribute this file as part of a program that contains a
24# configuration script generated by Autoconf, you may include it under
25# the same distribution terms that you use for the rest of that program.
26
27
28# Source file extension for C test sources.
29ac_ext=c
30
31# Object file extension for compiled C test sources.
32objext=o
33
34# Code to be used in simple compile tests
35lt_simple_compile_test_code="int some_variable = 0;"
36
37# Code to be used in simple link tests
38lt_simple_link_test_code='main(){return(0);}'
39
40## Linker Characteristics
41case "$host_os" in
42cygwin* | mingw*)
43 # FIXME: the MSVC++ port hasn't been tested in a loooong time
44 # When not using gcc, we currently assume that we are using
45 # Microsoft Visual C++.
46 if test "$with_gcc" != yes; then
47 with_gnu_ld=no
48 fi
49 ;;
50
51esac
52
53ld_shlibs=yes
54if test "$with_gnu_ld" = yes; then
55 # If archive_cmds runs LD, not CC, wlarc should be empty
56 wlarc='${wl}'
57
58 # See if GNU ld supports shared libraries.
59 case "$host_os" in
60 aix3* | aix4*)
61 # On AIX, the GNU linker is very broken
62 ld_shlibs=no
63 cat <<EOF 1>&2
64
65*** Warning: the GNU linker, at least up to release 2.9.1, is reported
66*** to be unable to reliably create shared libraries on AIX.
67*** Therefore, libtool is disabling shared libraries support. If you
68*** really care for shared libraries, you may want to modify your PATH
69*** so that a non-GNU linker is found, and then restart.
70
71EOF
72 ;;
73
74 amigaos*)
75 archive_cmds='$rm $output_objdir/a2ixlibrary.data~$echo "#define NAME $libname" > $output_objdir/a2ixlibrary.data~$echo "#define LIBRARY_ID 1" >> $output_objdir/a2ixlibrary.data~$echo "#define VERSION $major" >> $output_objdir/a2ixlibrary.data~$echo "#define REVISION $revision" >> $output_objdir/a2ixlibrary.data~$AR $AR_FLAGS $lib $libobjs~$RANLIB $lib~(cd $output_objdir && a2ixlibrary -32)'
76 hardcode_libdir_flag_spec='-L$libdir'
77 hardcode_minus_L=yes
78
79 # Samuel A. Falvo II <[email protected]> reports
80 # that the semantics of dynamic libraries on AmigaOS, at least up
81 # to version 4, is to share data among multiple programs linked
82 # with the same dynamic library. Since this doesn't match the
83 # behavior of shared libraries on other platforms, we can use
84 # them.
85 ld_shlibs=no
86 ;;
87
88 beos*)
89 if $LD --help 2>&1 | egrep ': supported targets:.* elf' > /dev/null; then
90 allow_undefined_flag=unsupported
91 # Joseph Beckenbach <[email protected]> says some releases of gcc
92 # support --undefined. This deserves some investigation. FIXME
93 archive_cmds='$CC -nostart $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
94 else
95 ld_shlibs=no
96 fi
97 ;;
98
99 cygwin* | mingw*)
100 # hardcode_libdir_flag_spec is actually meaningless, as there is
101 # no search path for DLLs.
102 hardcode_libdir_flag_spec='-L$libdir'
103 allow_undefined_flag=unsupported
104 always_export_symbols=yes
105
106 extract_expsyms_cmds='test -f $output_objdir/impgen.c || \
107 sed -e "/^# \/\* impgen\.c starts here \*\//,/^# \/\* impgen.c ends here \*\// { s/^# //; p; }" -e d < $0 > $output_objdir/impgen.c~
108 test -f $output_objdir/impgen.exe || (cd $output_objdir && \
109 if test "x$HOST_CC" != "x" ; then $HOST_CC -o impgen impgen.c ; \
110 else $CC -o impgen impgen.c ; fi)~
111 $output_objdir/impgen $dir/$soname > $output_objdir/$soname-def'
112
113 old_archive_from_expsyms_cmds='$DLLTOOL --as=$AS --dllname $soname --def $output_objdir/$soname-def --output-lib $output_objdir/$newlib'
114
115 # cygwin and mingw dlls have different entry points and sets of symbols
116 # to exclude.
117 # FIXME: what about values for MSVC?
118 dll_entry=__cygwin_dll_entry@12
119 dll_exclude_symbols=DllMain@12,_cygwin_dll_entry@12,_cygwin_noncygwin_dll_entry@12~
120 case "$host_os" in
121 mingw*)
122 # mingw values
123 dll_entry=_DllMainCRTStartup@12
124 dll_exclude_symbols=DllMain@12,DllMainCRTStartup@12,DllEntryPoint@12~
125 ;;
126 esac
127
128 # mingw and cygwin differ, and it's simplest to just exclude the union
129 # of the two symbol sets.
130 dll_exclude_symbols=DllMain@12,_cygwin_dll_entry@12,_cygwin_noncygwin_dll_entry@12,DllMainCRTStartup@12,DllEntryPoint@12
131
132 # recent cygwin and mingw systems supply a stub DllMain which the user
133 # can override, but on older systems we have to supply one (in ltdll.c)
134 if test "x$lt_cv_need_dllmain" = "xyes"; then
135 ltdll_obj='$output_objdir/$soname-ltdll.'"$objext "
136 ltdll_cmds='test -f $output_objdir/$soname-ltdll.c || sed -e "/^# \/\* ltdll\.c starts here \*\//,/^# \/\* ltdll.c ends here \*\// { s/^# //; p; }" -e d < $0 > $output_objdir/$soname-ltdll.c~
137 test -f $output_objdir/$soname-ltdll.$objext || (cd $output_objdir && $CC -c $soname-ltdll.c)~'
138 else
139 ltdll_obj=
140 ltdll_cmds=
141 fi
142
143 # Extract the symbol export list from an `--export-all' def file,
144 # then regenerate the def file from the symbol export list, so that
145 # the compiled dll only exports the symbol export list.
146 # Be careful not to strip the DATA tag left be newer dlltools.
147 export_symbols_cmds="$ltdll_cmds"'
148 $DLLTOOL --export-all --exclude-symbols '$dll_exclude_symbols' --output-def $output_objdir/$soname-def '$ltdll_obj'$libobjs $convenience~
149 sed -e "1,/EXPORTS/d" -e "s/ @ [0-9]*//" -e "s/ *;.*$//" < $output_objdir/$soname-def > $export_symbols'
150
151 # If DATA tags from a recent dlltool are present, honour them!
152 archive_expsym_cmds='echo EXPORTS > $output_objdir/$soname-def~
153 _lt_hint=1;
154 cat $export_symbols | while read symbol; do
155 set dummy \$symbol;
156 case \$# in
157 2) echo " \$2 @ \$_lt_hint ; " >> $output_objdir/$soname-def;;
158 *) echo " \$2 @ \$_lt_hint \$3 ; " >> $output_objdir/$soname-def;;
159 esac;
160 _lt_hint=`expr 1 + \$_lt_hint`;
161 done~
162 '"$ltdll_cmds"'
163 $CC -Wl,--base-file,$output_objdir/$soname-base '$lt_cv_cc_dll_switch' -Wl,-e,'$dll_entry' -o $lib '$ltdll_obj'$libobjs $deplibs $compiler_flags~
164 $DLLTOOL --as=$AS --dllname $soname --exclude-symbols '$dll_exclude_symbols' --def $output_objdir/$soname-def --base-file $output_objdir/$soname-base --output-exp $output_objdir/$soname-exp~
165 $CC -Wl,--base-file,$output_objdir/$soname-base $output_objdir/$soname-exp '$lt_cv_cc_dll_switch' -Wl,-e,'$dll_entry' -o $lib '$ltdll_obj'$libobjs $deplibs $compiler_flags~
166 $DLLTOOL --as=$AS --dllname $soname --exclude-symbols '$dll_exclude_symbols' --def $output_objdir/$soname-def --base-file $output_objdir/$soname-base --output-exp $output_objdir/$soname-exp~
167 $CC $output_objdir/$soname-exp '$lt_cv_cc_dll_switch' -Wl,-e,'$dll_entry' -o $lib '$ltdll_obj'$libobjs $deplibs $compiler_flags'
168 ;;
169
170 netbsd*)
171 if echo __ELF__ | $CC -E - | grep __ELF__ >/dev/null; then
172 archive_cmds='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib'
173 wlarc=
174 else
175 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
176 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
177 fi
178 ;;
179
180 solaris* | sysv5*)
181 if $LD -v 2>&1 | egrep 'BFD 2\.8' > /dev/null; then
182 ld_shlibs=no
183 cat <<EOF 1>&2
184
185*** Warning: The releases 2.8.* of the GNU linker cannot reliably
186*** create shared libraries on Solaris systems. Therefore, libtool
187*** is disabling shared libraries support. We urge you to upgrade GNU
188*** binutils to release 2.9.1 or newer. Another option is to modify
189*** your PATH or compiler configuration so that the native linker is
190*** used, and then restart.
191
192EOF
193 elif $LD --help 2>&1 | egrep ': supported targets:.* elf' > /dev/null; then
194 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
195 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
196 else
197 ld_shlibs=no
198 fi
199 ;;
200
201 sunos4*)
202 archive_cmds='$LD -assert pure-text -Bshareable -o $lib $libobjs $deplibs $linker_flags'
203 wlarc=
204 hardcode_direct=yes
205 hardcode_shlibpath_var=no
206 ;;
207
208 *)
209 if $LD --help 2>&1 | egrep ': supported targets:.* elf' > /dev/null; then
210 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
211 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
212 else
213 ld_shlibs=no
214 fi
215 ;;
216 esac
217
218 if test "$ld_shlibs" = yes; then
219 runpath_var=LD_RUN_PATH
220 hardcode_libdir_flag_spec='${wl}--rpath ${wl}$libdir'
221 export_dynamic_flag_spec='${wl}--export-dynamic'
222 case $host_os in
223 cygwin* | mingw*)
224 # dlltool doesn't understand --whole-archive et. al.
225 whole_archive_flag_spec=
226 ;;
227 *)
228 # ancient GNU ld didn't support --whole-archive et. al.
229 if $LD --help 2>&1 | egrep 'no-whole-archive' > /dev/null; then
230 whole_archive_flag_spec="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive'
231 else
232 whole_archive_flag_spec=
233 fi
234 ;;
235 esac
236 fi
237else
238 # PORTME fill in a description of your system's linker (not GNU ld)
239 case "$host_os" in
240 aix3*)
241 allow_undefined_flag=unsupported
242 always_export_symbols=yes
243 archive_expsym_cmds='$LD -o $output_objdir/$soname $libobjs $deplibs $linker_flags -bE:$export_symbols -T512 -H512 -bM:SRE~$AR $AR_FLAGS $lib $output_objdir/$soname'
244 # Note: this linker hardcodes the directories in LIBPATH if there
245 # are no directories specified by -L.
246 hardcode_minus_L=yes
247 if test "$with_gcc" = yes && test -z "$link_static_flag"; then
248 # Neither direct hardcoding nor static linking is supported with a
249 # broken collect2.
250 hardcode_direct=unsupported
251 fi
252 ;;
253
254 aix4*)
255 hardcode_libdir_flag_spec='${wl}-b ${wl}nolibpath ${wl}-b ${wl}libpath:$libdir:/usr/lib:/lib'
256 hardcode_libdir_separator=':'
257 if test "$with_gcc" = yes; then
258 collect2name=`${CC} -print-prog-name=collect2`
259 if test -f "$collect2name" && \
260 strings "$collect2name" | grep resolve_lib_name >/dev/null
261 then
262 # We have reworked collect2
263 hardcode_direct=yes
264 else
265 # We have old collect2
266 hardcode_direct=unsupported
267 # It fails to find uninstalled libraries when the uninstalled
268 # path is not listed in the libpath. Setting hardcode_minus_L
269 # to unsupported forces relinking
270 hardcode_minus_L=yes
271 hardcode_libdir_flag_spec='-L$libdir'
272 hardcode_libdir_separator=
273 fi
274 shared_flag='-shared'
275 else
276 shared_flag='${wl}-bM:SRE'
277 hardcode_direct=yes
278 fi
279 allow_undefined_flag=' ${wl}-berok'
280 archive_cmds="\$CC $shared_flag"' -o $output_objdir/$soname $libobjs $deplibs $compiler_flags ${wl}-bexpall ${wl}-bnoentry${allow_undefined_flag}'
281 archive_expsym_cmds="\$CC $shared_flag"' -o $output_objdir/$soname $libobjs $deplibs $compiler_flags ${wl}-bE:$export_symbols ${wl}-bnoentry${allow_undefined_flag}'
282 case "$host_os" in aix4.[01]|aix4.[01].*)
283 # According to Greg Wooledge, -bexpall is only supported from AIX 4.2 on
284 always_export_symbols=yes ;;
285 esac
286 ;;
287
288 amigaos*)
289 archive_cmds='$rm $output_objdir/a2ixlibrary.data~$echo "#define NAME $libname" > $output_objdir/a2ixlibrary.data~$echo "#define LIBRARY_ID 1" >> $output_objdir/a2ixlibrary.data~$echo "#define VERSION $major" >> $output_objdir/a2ixlibrary.data~$echo "#define REVISION $revision" >> $output_objdir/a2ixlibrary.data~$AR $AR_FLAGS $lib $libobjs~$RANLIB $lib~(cd $output_objdir && a2ixlibrary -32)'
290 hardcode_libdir_flag_spec='-L$libdir'
291 hardcode_minus_L=yes
292 # see comment about different semantics on the GNU ld section
293 ld_shlibs=no
294 ;;
295
296 cygwin* | mingw*)
297 # When not using gcc, we currently assume that we are using
298 # Microsoft Visual C++.
299 # hardcode_libdir_flag_spec is actually meaningless, as there is
300 # no search path for DLLs.
301 hardcode_libdir_flag_spec=' '
302 allow_undefined_flag=unsupported
303 # Tell ltmain to make .lib files, not .a files.
304 libext=lib
305 # FIXME: Setting linknames here is a bad hack.
306 archive_cmds='$CC -o $lib $libobjs $compiler_flags `echo "$deplibs" | sed -e '\''s/ -lc$//'\''` -link -dll~linknames='
307 # The linker will automatically build a .lib file if we build a DLL.
308 old_archive_from_new_cmds='true'
309 # FIXME: Should let the user specify the lib program.
310 old_archive_cmds='lib /OUT:$oldlib$oldobjs$old_deplibs'
311 fix_srcfile_path='`cygpath -w $srcfile`'
312 ;;
313
314 freebsd1*)
315 ld_shlibs=no
316 ;;
317
318 # FreeBSD 2.2.[012] allows us to include c++rt0.o to get C++ constructor
319 # support. Future versions do this automatically, but an explicit c++rt0.o
320 # does not break anything, and helps significantly (at the cost of a little
321 # extra space).
322 freebsd2.2*)
323 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags /usr/lib/c++rt0.o'
324 hardcode_libdir_flag_spec='-R$libdir'
325 hardcode_direct=yes
326 hardcode_shlibpath_var=no
327 ;;
328
329 # Unfortunately, older versions of FreeBSD 2 do not have this feature.
330 freebsd2*)
331 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
332 hardcode_direct=yes
333 hardcode_minus_L=yes
334 hardcode_shlibpath_var=no
335 ;;
336
337 # FreeBSD 3 and greater uses gcc -shared to do shared libraries.
338 freebsd*)
339 archive_cmds='$CC -shared -o $lib $libobjs $deplibs $compiler_flags'
340 hardcode_libdir_flag_spec='-R$libdir'
341 hardcode_direct=yes
342 hardcode_shlibpath_var=no
343 ;;
344
345 hpux9* | hpux10* | hpux11*)
346 case "$host_os" in
347 hpux9*) archive_cmds='$rm $output_objdir/$soname~$LD -b +b $install_libdir -o $output_objdir/$soname $libobjs $deplibs $linker_flags~test $output_objdir/$soname = $lib || mv $output_objdir/$soname $lib' ;;
348 *) archive_cmds='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags' ;;
349 esac
350 hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
351 hardcode_libdir_separator=:
352 hardcode_direct=yes
353 hardcode_minus_L=yes # Not in the search PATH, but as the default
354 # location of the library.
355 export_dynamic_flag_spec='${wl}-E'
356 ;;
357
358 irix5* | irix6*)
359 if test "$with_gcc" = yes; then
360 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${objdir}/so_locations -o $lib'
361 else
362 archive_cmds='$LD -shared $libobjs $deplibs $linker_flags -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${objdir}/so_locations -o $lib'
363 fi
364 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
365 hardcode_libdir_separator=:
366 link_all_deplibs=yes
367 ;;
368
369 netbsd*)
370 if echo __ELF__ | $CC -E - | grep __ELF__ >/dev/null; then
371 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags' # a.out
372 else
373 archive_cmds='$LD -shared -o $lib $libobjs $deplibs $linker_flags' # ELF
374 fi
375 hardcode_libdir_flag_spec='${wl}-R$libdir'
376 hardcode_direct=yes
377 hardcode_shlibpath_var=no
378 ;;
379
380 openbsd*)
381 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
382 hardcode_libdir_flag_spec='-R$libdir'
383 hardcode_direct=yes
384 hardcode_shlibpath_var=no
385 ;;
386