Radar 8710868: Build a separate version of libcc_kext.a for each ARM slice.
[llvm-gcc-4.2.git] / ltcf-c.sh
blobe8742bdafb4f1b156404cdb52e023ece9ddb0847
1 #### This script is meant to be sourced by ltconfig.
3 # ltcf-c.sh - Create a C compiler specific configuration
5 # Copyright (C) 1996-2000, 2001 Free Software Foundation, Inc.
6 # Originally by Gordon Matzigkeit <gord@gnu.ai.mit.edu>, 1996
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.
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.
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., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
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.
28 # Source file extension for C test sources.
29 ac_ext=c
31 # Object file extension for compiled C test sources.
32 objext=o
34 # Code to be used in simple compile tests
35 lt_simple_compile_test_code="int some_variable = 0;"
37 # Code to be used in simple link tests
38 lt_simple_link_test_code='main(){return(0);}'
40 ## Linker Characteristics
41 case $host_os in
42 cygwin* | 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
51 esac
53 ld_shlibs=yes
54 if test "$with_gnu_ld" = yes; then
55 # If archive_cmds runs LD, not CC, wlarc should be empty
56 wlarc='${wl}'
58 # See if GNU ld supports shared libraries.
59 case $host_os in
60 aix3* | aix4* | aix5*)
61 # On AIX/PPC, the GNU linker is very broken
62 if test "$host_cpu" != ia64; then
63 ld_shlibs=no
64 cat <<EOF 1>&2
66 *** Warning: the GNU linker, at least up to release 2.9.1, is reported
67 *** to be unable to reliably create shared libraries on AIX.
68 *** Therefore, libtool is disabling shared libraries support. If you
69 *** really care for shared libraries, you may want to modify your PATH
70 *** so that a non-GNU linker is found, and then restart.
72 EOF
76 amigaos*)
77 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)'
78 hardcode_libdir_flag_spec='-L$libdir'
79 hardcode_minus_L=yes
81 # Samuel A. Falvo II <kc5tja@dolphin.openprojects.net> reports
82 # that the semantics of dynamic libraries on AmigaOS, at least up
83 # to version 4, is to share data among multiple programs linked
84 # with the same dynamic library. Since this doesn't match the
85 # behavior of shared libraries on other platforms, we can use
86 # them.
87 ld_shlibs=no
90 beos*)
91 if $LD --help 2>&1 | egrep ': supported targets:.* elf' > /dev/null; then
92 allow_undefined_flag=unsupported
93 # Joseph Beckenbach <jrb3@best.com> says some releases of gcc
94 # support --undefined. This deserves some investigation. FIXME
95 archive_cmds='$CC -nostart $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
96 else
97 ld_shlibs=no
101 cygwin* | mingw*)
102 # hardcode_libdir_flag_spec is actually meaningless, as there is
103 # no search path for DLLs.
104 hardcode_libdir_flag_spec='-L$libdir'
105 allow_undefined_flag=unsupported
106 always_export_symbols=yes
108 extract_expsyms_cmds='test -f $output_objdir/impgen.c || \
109 sed -e "/^# \/\* impgen\.c starts here \*\//,/^# \/\* impgen.c ends here \*\// { s/^# //; p; }" -e d < $0 > $output_objdir/impgen.c~
110 test -f $output_objdir/impgen.exe || (cd $output_objdir && \
111 if test "x$BUILD_CC" != "x" ; then $BUILD_CC -o impgen impgen.c ; \
112 else $CC -o impgen impgen.c ; fi)~
113 $output_objdir/impgen $dir/$soroot > $output_objdir/$soname-def'
115 old_archive_from_expsyms_cmds='$DLLTOOL --as=$AS --dllname $soname --def $output_objdir/$soname-def --output-lib $output_objdir/$newlib'
117 # cygwin and mingw dlls have different entry points and sets of symbols
118 # to exclude.
119 # FIXME: what about values for MSVC?
120 dll_entry=__cygwin_dll_entry@12
121 dll_exclude_symbols=DllMain@12,_cygwin_dll_entry@12,_cygwin_noncygwin_dll_entry@12~
122 case $host_os in
123 mingw*)
124 # mingw values
125 dll_entry=_DllMainCRTStartup@12
126 dll_exclude_symbols=DllMain@12,DllMainCRTStartup@12,DllEntryPoint@12~
128 esac
130 # mingw and cygwin differ, and it's simplest to just exclude the union
131 # of the two symbol sets.
132 dll_exclude_symbols=DllMain@12,_cygwin_dll_entry@12,_cygwin_noncygwin_dll_entry@12,DllMainCRTStartup@12,DllEntryPoint@12
134 # recent cygwin and mingw systems supply a stub DllMain which the user
135 # can override, but on older systems we have to supply one (in ltdll.c)
136 if test "x$lt_cv_need_dllmain" = "xyes"; then
137 ltdll_obj='$output_objdir/$soname-ltdll.'"$objext "
138 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~
139 test -f $output_objdir/$soname-ltdll.$objext || (cd $output_objdir && $CC -c $soname-ltdll.c)~'
140 else
141 ltdll_obj=
142 ltdll_cmds=
145 # Extract the symbol export list from an `--export-all' def file,
146 # then regenerate the def file from the symbol export list, so that
147 # the compiled dll only exports the symbol export list.
148 # Be careful not to strip the DATA tag left be newer dlltools.
149 export_symbols_cmds="$ltdll_cmds"'
150 $DLLTOOL --export-all --exclude-symbols '$dll_exclude_symbols' --output-def $output_objdir/$soname-def '$ltdll_obj'$libobjs $convenience~
151 sed -e "1,/EXPORTS/d" -e "s/ @ [0-9]*//" -e "s/ *;.*$//" < $output_objdir/$soname-def > $export_symbols'
153 # If the export-symbols file already is a .def file (1st line
154 # is EXPORTS), use it as is.
155 # If DATA tags from a recent dlltool are present, honour them!
156 archive_expsym_cmds='if test "x`head -1 $export_symbols`" = xEXPORTS; then
157 cp $export_symbols $output_objdir/$soname-def;
158 else
159 echo EXPORTS > $output_objdir/$soname-def;
160 _lt_hint=1;
161 cat $export_symbols | while read symbol; do
162 set dummy \$symbol;
163 case \[$]# in
164 2) echo " \[$]2 @ \$_lt_hint ; " >> $output_objdir/$soname-def;;
165 *) echo " \[$]2 @ \$_lt_hint \[$]3 ; " >> $output_objdir/$soname-def;;
166 esac;
167 _lt_hint=`expr 1 + \$_lt_hint`;
168 done;
170 '"$ltdll_cmds"'
171 $CC -Wl,--base-file,$output_objdir/$soname-base '$lt_cv_cc_dll_switch' -Wl,-e,'$dll_entry' -o $output_objdir/$soname '$ltdll_obj'$libobjs $deplibs $compiler_flags~
172 $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~
173 $CC -Wl,--base-file,$output_objdir/$soname-base $output_objdir/$soname-exp '$lt_cv_cc_dll_switch' -Wl,-e,'$dll_entry' -o $output_objdir/$soname '$ltdll_obj'$libobjs $deplibs $compiler_flags~
174 $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 --output-lib $output_objdir/$libname.dll.a~
175 $CC $output_objdir/$soname-exp '$lt_cv_cc_dll_switch' -Wl,-e,'$dll_entry' -o $output_objdir/$soname '$ltdll_obj'$libobjs $deplibs $compiler_flags'
178 netbsd* | knetbsd*-gnu)
179 if echo __ELF__ | $CC -E - | grep __ELF__ >/dev/null; then
180 archive_cmds='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib'
181 wlarc=
182 else
183 archive_cmds='$CC -shared -nodefaultlibs $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
184 archive_expsym_cmds='$CC -shared -nodefaultlibs $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
188 solaris* | sysv5*)
189 if $LD -v 2>&1 | egrep 'BFD 2\.8' > /dev/null; then
190 ld_shlibs=no
191 cat <<EOF 1>&2
193 *** Warning: The releases 2.8.* of the GNU linker cannot reliably
194 *** create shared libraries on Solaris systems. Therefore, libtool
195 *** is disabling shared libraries support. We urge you to upgrade GNU
196 *** binutils to release 2.9.1 or newer. Another option is to modify
197 *** your PATH or compiler configuration so that the native linker is
198 *** used, and then restart.
201 elif $LD --help 2>&1 | egrep ': supported targets:.* elf' > /dev/null; then
202 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
203 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
204 else
205 ld_shlibs=no
209 sunos4*)
210 archive_cmds='$LD -assert pure-text -Bshareable -o $lib $libobjs $deplibs $linker_flags'
211 wlarc=
212 hardcode_direct=yes
213 hardcode_shlibpath_var=no
216 tpf*)
217 ld_shlibs=yes
221 if $LD --help 2>&1 | egrep ': supported targets:.* elf' > /dev/null; then
222 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
223 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
224 else
225 ld_shlibs=no
228 esac
230 if test "$ld_shlibs" = yes; then
231 runpath_var=LD_RUN_PATH
232 hardcode_libdir_flag_spec='${wl}--rpath ${wl}$libdir'
233 export_dynamic_flag_spec='${wl}--export-dynamic'
234 case $host_os in
235 cygwin* | mingw*)
236 # dlltool doesn't understand --whole-archive et. al.
237 whole_archive_flag_spec=
240 # ancient GNU ld didn't support --whole-archive et. al.
241 if $LD --help 2>&1 | egrep 'no-whole-archive' > /dev/null; then
242 whole_archive_flag_spec="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive'
243 else
244 whole_archive_flag_spec=
247 esac
249 else
250 # PORTME fill in a description of your system's linker (not GNU ld)
251 case $host_os in
252 aix3*)
253 allow_undefined_flag=unsupported
254 always_export_symbols=yes
255 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'
256 # Note: this linker hardcodes the directories in LIBPATH if there
257 # are no directories specified by -L.
258 hardcode_minus_L=yes
259 if test "$with_gcc" = yes && test -z "$link_static_flag"; then
260 # Neither direct hardcoding nor static linking is supported with a
261 # broken collect2.
262 hardcode_direct=unsupported
266 aix4* | aix5*)
267 hardcode_direct=yes
268 hardcode_libdir_separator=':'
269 link_all_deplibs=yes
270 file_list_spec='${wl}-f,'
271 # When large executables or shared objects are built, AIX ld can
272 # have problems creating the table of contents. If linking a library
273 # or program results in "error TOC overflow" add -mminimal-toc to
274 # CXXFLAGS/CFLAGS for g++/gcc. In the cases where that is not
275 # enough to fix the problem, add -Wl,-bbigtoc to LDFLAGS.
276 if test "$with_gcc" = yes; then
277 case $host_os in aix4.[012]|aix4.[012].*)
278 # We only want to do this on AIX 4.2 and lower, the check
279 # below for broken collect2 doesn't work under 4.3+
280 collect2name=`${CC} -print-prog-name=collect2`
281 if test -f "$collect2name" && \
282 strings "$collect2name" | grep resolve_lib_name >/dev/null
283 then
284 # We have reworked collect2
285 hardcode_direct=yes
286 else
287 # We have old collect2
288 hardcode_direct=unsupported
289 # It fails to find uninstalled libraries when the uninstalled
290 # path is not listed in the libpath. Setting hardcode_minus_L
291 # to unsupported forces relinking
292 hardcode_minus_L=yes
293 hardcode_libdir_flag_spec='-L$libdir'
294 hardcode_libdir_separator=
296 esac
297 shared_flag='-shared'
298 else
299 # not using gcc
300 if test "$host_cpu" = ia64; then
301 shared_flag='${wl}-G'
302 else
303 shared_flag='${wl}-bM:SRE'
307 if test "$host_cpu" = ia64; then
308 # On IA64, the linker does run time linking by default, so we don't
309 # have to do anything special.
310 aix_use_runtimelinking=no
311 if test $with_gnu_ld = no; then
312 exp_sym_flag='-Bexport'
313 no_entry_flag=""
315 else
316 # Test if we are trying to use run time linking, or normal AIX style linking.
317 # If -brtl is somewhere in LDFLAGS, we need to do run time linking.
318 aix_use_runtimelinking=no
319 for ld_flag in $LDFLAGS; do
320 if (test $ld_flag = "-brtl" || test $ld_flag = "-Wl,-brtl" ); then
321 aix_use_runtimelinking=yes
322 break
324 done
325 exp_sym_flag='-bexport'
326 no_entry_flag='-bnoentry'
328 # -bexpall does not export symbols beginning with underscore (_)
329 always_export_symbols=yes
330 if test "$aix_use_runtimelinking" = yes; then
331 # Warning - without using the other run time loading flags (-brtl), -berok will
332 # link without error, but may produce a broken library.
333 allow_undefined_flag=' ${wl}-berok'
334 hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:/usr/lib:/lib'
335 archive_expsym_cmds="\$CC $shared_flag"' -o $output_objdir/$soname $libobjs $deplibs $compiler_flags ${allow_undefined_flag} '"\${wl}$no_entry_flag \${wl}$exp_sym_flag:\$export_symbols"
336 else
337 if test "$host_cpu" = ia64; then
338 if test $with_gnu_ld = no; then
339 hardcode_libdir_flag_spec='${wl}-R $libdir:/usr/lib:/lib'
340 allow_undefined_flag="-z nodefs"
341 archive_expsym_cmds="\$CC $shared_flag"' -o $output_objdir/$soname $libobjs $deplibs $compiler_flags ${wl}${allow_undefined_flag} '"\${wl}$no_entry_flag \${wl}$exp_sym_flag:\$export_symbols"
343 else
344 allow_undefined_flag=' ${wl}-berok'
345 # -bexpall does not export symbols beginning with underscore (_)
346 always_export_symbols=yes
347 # Exported symbols can be pulled into shared objects from archives
348 whole_archive_flag_spec=' '
349 build_libtool_need_lc=yes
350 hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:/usr/lib:/lib'
351 # This is similar to how AIX traditionally builds it's shared libraries.
352 archive_expsym_cmds="\$CC $shared_flag"' -o $output_objdir/$soname $libobjs $deplibs $compiler_flags ${wl}-bE:$export_symbols ${wl}-bnoentry${allow_undefined_flag}~$AR $AR_FLAGS $output_objdir/$libname$release.a $output_objdir/$soname'
357 amigaos*)
358 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)'
359 hardcode_libdir_flag_spec='-L$libdir'
360 hardcode_minus_L=yes
361 # see comment about different semantics on the GNU ld section
362 ld_shlibs=no
365 cygwin* | mingw*)
366 # When not using gcc, we currently assume that we are using
367 # Microsoft Visual C++.
368 # hardcode_libdir_flag_spec is actually meaningless, as there is
369 # no search path for DLLs.
370 hardcode_libdir_flag_spec=' '
371 allow_undefined_flag=unsupported
372 # Tell ltmain to make .lib files, not .a files.
373 libext=lib
374 # FIXME: Setting linknames here is a bad hack.
375 archive_cmds='$CC -o $lib $libobjs $compiler_flags `echo "$deplibs" | sed -e '\''s/ -lc$//'\''` -link -dll~linknames='
376 # The linker will automatically build a .lib file if we build a DLL.
377 old_archive_from_new_cmds='true'
378 # FIXME: Should let the user specify the lib program.
379 old_archive_cmds='lib /OUT:$oldlib$oldobjs$old_deplibs'
380 fix_srcfile_path='`cygpath -w "$srcfile"`'
383 darwin* | rhapsody*)
384 case "$host_os" in
385 rhapsody* | darwin1.[[012]])
386 allow_undefined_flag='-undefined suppress'
388 *) # Darwin 1.3 on
389 if test -z ${MACOSX_DEPLOYMENT_TARGET} ; then
390 allow_undefined_flag='-flat_namespace -undefined suppress'
391 else
392 case ${MACOSX_DEPLOYMENT_TARGET} in
393 10.[[012]])
394 allow_undefined_flag='-flat_namespace -undefined suppress'
396 10.*)
397 allow_undefined_flag='-undefined dynamic_lookup'
399 esac
402 esac
403 # Disable shared library build on OS-X older than 10.3.
404 case $host_os in
405 # APPLE LOCAL darwin10
406 darwin[3-6]*)
407 can_build_shared=no
409 darwin7*)
410 can_build_shared=yes
412 esac
413 output_verbose_link_cmd='echo'
414 archive_cmds='$CC -dynamiclib $allow_undefined_flag -o $lib $libobjs $deplibs$compiler_flags -install_name $rpath/$soname $verstring'
415 module_cmds='$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags'
416 # Don't fix this by using the ld -exported_symbols_list flag,
417 # it doesn't exist in older darwin ld's
418 archive_expsym_cmds='sed -e "s,#.*,," -e "s,^[ ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC -dynamiclib $allow_undefined_flag -o $lib $libobjs $deplibs$compiler_flags -install_name $rpath/$soname $verstring~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}'
419 module_expsym_cmds='sed -e "s,#.*,," -e "s,^[ ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}'
420 hardcode_direct=no
421 hardcode_automatic=yes
422 hardcode_shlibpath_var=unsupported
423 whole_archive_flag_spec=''
424 link_all_deplibs=yes
427 freebsd1*)
428 ld_shlibs=no
431 # FreeBSD 2.2.[012] allows us to include c++rt0.o to get C++ constructor
432 # support. Future versions do this automatically, but an explicit c++rt0.o
433 # does not break anything, and helps significantly (at the cost of a little
434 # extra space).
435 freebsd2.2*)
436 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags /usr/lib/c++rt0.o'
437 hardcode_libdir_flag_spec='-R$libdir'
438 hardcode_direct=yes
439 hardcode_shlibpath_var=no
442 # Unfortunately, older versions of FreeBSD 2 do not have this feature.
443 freebsd2*)
444 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
445 hardcode_direct=yes
446 hardcode_minus_L=yes
447 hardcode_shlibpath_var=no
450 # FreeBSD 3 and greater uses gcc -shared to do shared libraries.
451 freebsd* | kfreebsd*-gnu)
452 archive_cmds='$CC -shared -o $lib $libobjs $deplibs $compiler_flags'
453 hardcode_libdir_flag_spec='-R$libdir'
454 hardcode_direct=yes
455 hardcode_shlibpath_var=no
458 hpux9* | hpux10* | hpux11*)
459 case "$host_cpu" in
460 ia64*)
461 hardcode_direct=no
462 hardcode_shlibpath_var=no
463 archive_cmds='$LD -b +h $soname -o $lib $libobjs $deplibs $linker_flags'
464 hardcode_libdir_flag_spec='-L$libdir' ;;
466 if test $with_gcc = yes; then
467 case "$host_os" in
468 hpux9*) archive_cmds='$rm $output_objdir/$soname~$CC -shared -fPIC ${wl}+b ${wl}$install_libdir -o $output_objdir/$soname $libobjs $deplibs $compiler_flags~test $output_objdir/$soname = $lib || mv $output_objdir/$soname $lib' ;;
469 *) archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags' ;;
470 esac
471 else
472 case $host_os in
473 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' ;;
474 *) archive_cmds='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags' ;;
475 esac
477 hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
478 hardcode_libdir_separator=:
479 hardcode_minus_L=yes # Not in the search PATH, but as the default
480 # location of the library.
482 esac
483 export_dynamic_flag_spec='${wl}-E'
484 hardcode_direct=yes
487 irix5* | irix6*)
488 if test "$with_gcc" = yes; then
489 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'
490 else
491 archive_cmds='$LD -shared $libobjs $deplibs $linker_flags -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${objdir}/so_locations -o $lib'
493 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
494 hardcode_libdir_separator=:
495 link_all_deplibs=yes
498 netbsd* | knetbsd*-gnu)
499 if echo __ELF__ | $CC -E - | grep __ELF__ >/dev/null; then
500 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags' # a.out
501 else
502 archive_cmds='$LD -shared -o $lib $libobjs $deplibs $linker_flags' # ELF
504 hardcode_libdir_flag_spec='-R$libdir'
505 hardcode_direct=yes
506 hardcode_shlibpath_var=no
509 newsos6)
510 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linkopts'
511 hardcode_direct=yes
512 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
513 hardcode_libdir_separator=:
514 hardcode_shlibpath_var=no
517 openbsd*)
518 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
519 hardcode_libdir_flag_spec='-R$libdir'
520 hardcode_direct=yes
521 hardcode_shlibpath_var=no
524 os2*)
525 hardcode_libdir_flag_spec='-L$libdir'
526 hardcode_minus_L=yes
527 allow_undefined_flag=unsupported
528 archive_cmds='$echo "LIBRARY $libname INITINSTANCE" > $output_objdir/$libname.def~$echo "DESCRIPTION \"$libname\"" >> $output_objdir/$libname.def~$echo DATA >> $output_objdir/$libname.def~$echo " SINGLE NONSHARED" >> $output_objdir/$libname.def~$echo EXPORTS >> $output_objdir/$libname.def~emxexp $libobjs >> $output_objdir/$libname.def~$CC -Zdll -Zcrtdll -o $lib $libobjs $deplibs $compiler_flags $output_objdir/$libname.def'
529 old_archive_from_new_cmds='emximp -o $output_objdir/$libname.a $output_objdir/$libname.def'
532 osf3*)
533 if test "$with_gcc" = yes; then
534 allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
535 archive_cmds='$CC -shared${allow_undefined_flag} $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'
536 else
537 allow_undefined_flag=' -expect_unresolved \*'
538 archive_cmds='$LD -shared${allow_undefined_flag} $libobjs $deplibs $linker_flags -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${objdir}/so_locations -o $lib'
540 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
541 hardcode_libdir_separator=:
544 osf4* | osf5*) # as osf3* with the addition of -msym flag
545 if test "$with_gcc" = yes; then
546 allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
547 archive_cmds='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags ${wl}-msym ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${objdir}/so_locations -o $lib'
548 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
549 else
550 allow_undefined_flag=' -expect_unresolved \*'
551 archive_cmds='$LD -shared${allow_undefined_flag} $libobjs $deplibs $linker_flags -msym -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${objdir}/so_locations -o $lib'
552 archive_expsym_cmds='for i in `cat $export_symbols`; do printf "-exported_symbol " >> $lib.exp; echo "\$i" >> $lib.exp; done; echo "-hidden">> $lib.exp~
553 $LD -shared${allow_undefined_flag} -input $lib.exp $linker_flags $libobjs $deplibs -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${objdir}/so_locations -o $lib~$rm $lib.exp'
555 # cc supports -rpath directly
556 hardcode_libdir_flag_spec='-rpath $libdir'
558 hardcode_libdir_separator=:
561 sco3.2v5*)
562 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
563 hardcode_shlibpath_var=no
564 runpath_var=LD_RUN_PATH
565 hardcode_runpath_var=yes
568 solaris*)
569 no_undefined_flag=' -z defs'
570 if test "$with_gcc" = yes; then
571 archive_cmds='$CC -shared ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
572 archive_expsym_cmds='$echo "{ global:" > $lib.exp~cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $lib.exp~$echo "local: *; };" >> $lib.exp~
573 $CC -shared ${wl}-M ${wl}$lib.exp ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags~$rm $lib.exp'
574 else
575 archive_cmds='$LD -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $linker_flags'
576 archive_expsym_cmds='$echo "{ global:" > $lib.exp~cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $lib.exp~$echo "local: *; };" >> $lib.exp~
577 $LD -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $linker_flags~$rm $lib.exp'
579 hardcode_libdir_flag_spec='-R$libdir'
580 hardcode_shlibpath_var=no
581 case $host_os in
582 solaris2.[0-5] | solaris2.[0-5].*) ;;
583 *) # Supported since Solaris 2.6 (maybe 2.5.1?)
584 whole_archive_flag_spec='-z allextract$convenience -z defaultextract' ;;
585 esac
586 link_all_deplibs=yes
589 sunos4*)
590 archive_cmds='$LD -assert pure-text -Bstatic -o $lib $libobjs $deplibs $linker_flags'
591 hardcode_libdir_flag_spec='-L$libdir'
592 hardcode_direct=yes
593 hardcode_minus_L=yes
594 hardcode_shlibpath_var=no
597 sysv4)
598 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
599 runpath_var='LD_RUN_PATH'
600 hardcode_shlibpath_var=no
601 hardcode_direct=no #Motorola manual says yes, but my tests say they lie
604 sysv4.3*)
605 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
606 hardcode_shlibpath_var=no
607 export_dynamic_flag_spec='-Bexport'
610 sysv5*)
611 no_undefined_flag=' -z text'
612 # $CC -shared without GNU ld will not create a library from C++
613 # object files and a static libstdc++, better avoid it by now
614 archive_cmds='$LD -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $linker_flags'
615 archive_expsym_cmds='$echo "{ global:" > $lib.exp~cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $lib.exp~$echo "local: *; };" >> $lib.exp~
616 $LD -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $linker_flags~$rm $lib.exp'
617 hardcode_libdir_flag_spec=
618 hardcode_shlibpath_var=no
619 runpath_var='LD_RUN_PATH'
622 uts4*)
623 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
624 hardcode_libdir_flag_spec='-L$libdir'
625 hardcode_shlibpath_var=no
628 dgux*)
629 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
630 hardcode_libdir_flag_spec='-L$libdir'
631 hardcode_shlibpath_var=no
634 sysv4*MP*)
635 if test -d /usr/nec; then
636 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
637 hardcode_shlibpath_var=no
638 runpath_var=LD_RUN_PATH
639 hardcode_runpath_var=yes
640 ld_shlibs=yes
644 sysv4.2uw2*)
645 archive_cmds='$LD -G -o $lib $libobjs $deplibs $linker_flags'
646 hardcode_direct=yes
647 hardcode_minus_L=no
648 hardcode_shlibpath_var=no
649 hardcode_runpath_var=yes
650 runpath_var=LD_RUN_PATH
653 sysv5uw7* | unixware7*)
654 no_undefined_flag='${wl}-z ${wl}text'
655 if test "$GCC" = yes; then
656 archive_cmds='$CC -shared ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
657 else
658 archive_cmds='$CC -G ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
660 runpath_var='LD_RUN_PATH'
661 hardcode_shlibpath_var=no
665 ld_shlibs=no
667 esac
670 ## Compiler Characteristics: PIC flags, static flags, etc
671 if test "X${ac_cv_prog_cc_pic+set}" = Xset; then
673 else
674 ac_cv_prog_cc_pic=
675 ac_cv_prog_cc_shlib=
676 ac_cv_prog_cc_wl=
677 ac_cv_prog_cc_static=
678 ac_cv_prog_cc_no_builtin=
679 ac_cv_prog_cc_can_build_shared=$can_build_shared
681 if test "$with_gcc" = yes; then
682 ac_cv_prog_cc_wl='-Wl,'
683 ac_cv_prog_cc_static='-static'
685 case $host_os in
686 aix*)
687 # All AIX code is PIC.
688 if test "$host_cpu" = ia64; then
689 # AIX 5 now supports IA64 processor
690 lt_cv_prog_cc_static='-Bstatic'
691 else
692 lt_cv_prog_cc_static='-bnso -bI:/lib/syscalls.exp'
695 amigaos*)
696 # FIXME: we need at least 68020 code to build shared libraries, but
697 # adding the `-m68020' flag to GCC prevents building anything better,
698 # like `-m68040'.
699 ac_cv_prog_cc_pic='-m68020 -resident32 -malways-restore-a4'
701 beos* | irix5* | irix6* | osf3* | osf4* | osf5*)
702 # PIC is the default for these OSes.
704 cygwin* | mingw* | os2*)
705 # This hack is so that the source file can tell whether it is being
706 # built for inclusion in a dll (and should export symbols for example).
707 ac_cv_prog_cc_pic='-DDLL_EXPORT'
709 darwin* | rhapsody*)
710 # PIC is the default on this platform
711 # Common symbols not allowed in MH_DYLIB files
712 ac_cv_prog_cc_pic='-fno-common'
714 *djgpp*)
715 # DJGPP does not support shared libraries at all
716 ac_cv_prog_cc_pic=
718 sysv4*MP*)
719 if test -d /usr/nec; then
720 ac_cv_prog_cc_pic=-Kconform_pic
724 ac_cv_prog_cc_pic='-fPIC'
726 esac
727 else
728 # PORTME Check for PIC flags for the system compiler.
729 case $host_os in
730 aix*)
731 # All AIX code is PIC.
732 ac_cv_prog_cc_static="$ac_cv_prog_cc_static ${ac_cv_prog_cc_wl}-lC"
735 hpux9* | hpux10* | hpux11*)
736 # Is there a better ac_cv_prog_cc_static that works with the bundled CC?
737 ac_cv_prog_cc_wl='-Wl,'
738 ac_cv_prog_cc_static="${ac_cv_prog_cc_wl}-a ${ac_cv_prog_cc_wl}archive"
739 ac_cv_prog_cc_pic='+Z'
742 irix5* | irix6*)
743 ac_cv_prog_cc_wl='-Wl,'
744 ac_cv_prog_cc_static='-non_shared'
745 # PIC (with -KPIC) is the default.
748 cygwin* | mingw* | os2*)
749 # This hack is so that the source file can tell whether it is being
750 # built for inclusion in a dll (and should export symbols for example).
751 ac_cv_prog_cc_pic='-DDLL_EXPORT'
754 newsos6)
755 ac_cv_prog_cc_pic='-KPIC'
756 ac_cv_prog_cc_static='-Bstatic'
759 osf3* | osf4* | osf5*)
760 # All OSF/1 code is PIC.
761 ac_cv_prog_cc_wl='-Wl,'
762 ac_cv_prog_cc_static='-non_shared'
765 sco3.2v5*)
766 ac_cv_prog_cc_pic='-Kpic'
767 ac_cv_prog_cc_static='-dn'
768 ac_cv_prog_cc_shlib='-belf'
771 solaris*)
772 ac_cv_prog_cc_pic='-KPIC'
773 ac_cv_prog_cc_static='-Bstatic'
774 ac_cv_prog_cc_wl='-Wl,'
777 sunos4*)
778 ac_cv_prog_cc_pic='-PIC'
779 ac_cv_prog_cc_static='-Bstatic'
780 ac_cv_prog_cc_wl='-Qoption ld '
783 sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*)
784 ac_cv_prog_cc_pic='-KPIC'
785 ac_cv_prog_cc_static='-Bstatic'
786 ac_cv_prog_cc_wl='-Wl,'
789 uts4*)
790 ac_cv_prog_cc_pic='-pic'
791 ac_cv_prog_cc_static='-Bstatic'
794 sysv4*MP*)
795 if test -d /usr/nec ;then
796 ac_cv_prog_cc_pic='-Kconform_pic'
797 ac_cv_prog_cc_static='-Bstatic'
802 ac_cv_prog_cc_can_build_shared=no
804 esac
806 case "$host_os" in
807 # Platforms which do not suport PIC and -DPIC is meaningless
808 # on them:
809 *djgpp*)
810 ac_cv_prog_cc_pic=
813 ac_cv_prog_cc_pic="$ac_cv_prog_cc_pic -DPIC"
815 esac
818 need_lc=yes
819 if test "$enable_shared" = yes && test "$with_gcc" = yes; then
820 case $archive_cmds in
821 *'~'*)
822 # FIXME: we may have to deal with multi-command sequences.
824 '$CC '*)
825 # Test whether the compiler implicitly links with -lc since on some
826 # systems, -lgcc has to come before -lc. If gcc already passes -lc
827 # to ld, don't add -lc before -lgcc.
828 echo $ac_n "checking whether -lc should be explicitly linked in... $ac_c" 1>&6
829 if eval "test \"`echo '$''{'ac_cv_archive_cmds_needs_lc'+set}'`\" = set"; then
830 echo $ac_n "(cached) $ac_c" 1>&6
831 need_lc=$ac_cv_archive_cmds_needs_lc
832 else
833 $rm conftest*
834 echo "static int dummy;" > conftest.$ac_ext
835 if { (eval echo ltcf-c.sh:need_lc: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>conftest.err; }; then
836 # Append any warnings to the config.log.
837 cat conftest.err 1>&5
838 soname=conftest
839 lib=conftest
840 libobjs=conftest.$objext
841 deplibs=
842 wl=$ac_cv_prog_cc_wl
843 compiler_flags=-v
844 linker_flags=-v
845 verstring=
846 output_objdir=.
847 libname=conftest
848 save_allow_undefined_flag=$allow_undefined_flag
849 allow_undefined_flag=
850 if { (eval echo ltcf-c.sh:need_lc: \"$archive_cmds\") 1>&5; (eval $archive_cmds) 2>&1 | grep " -lc " 1>&5 ; }; then
851 need_lc=no
853 allow_undefined_flag=$save_allow_undefined_flag
854 else
855 cat conftest.err 1>&5
858 $rm conftest*
859 echo "$ac_t$need_lc" 1>&6
861 esac
863 ac_cv_archive_cmds_needs_lc=$need_lc