mirror of
git://git.savannah.gnu.org/libtool.git
synced 2025-03-31 16:10:35 +08:00
* ltconfig.in (solaris): do not use $CC for linking if GNU ld is
not available
This commit is contained in:
parent
f14ddcdf3b
commit
312845d704
@ -1,3 +1,8 @@
|
||||
1998-12-04 Alexandre Oliva <oliva@dcc.unicamp.br>
|
||||
|
||||
* ltconfig.in (solaris): do not use $CC for linking if GNU ld is
|
||||
not available
|
||||
|
||||
1998-12-04 Manfred Weichel <Manfred.Weichel@pdb.siemens.de>
|
||||
|
||||
* ltconfig.in: Port to SCO UnixWare 7.x.
|
||||
|
10
ltconfig.in
10
ltconfig.in
@ -1278,13 +1278,11 @@ DllMain (HINSTANCE hInst, DWORD reason, LPVOID reserved)
|
||||
|
||||
solaris*)
|
||||
no_undefined_flag=' -z text'
|
||||
if test "$with_gcc" = yes; then
|
||||
archive_cmds='$CC -shared ${wl}-h $wl$soname -o $lib$libobjs$deplibs'
|
||||
else
|
||||
archive_cmds='$LD -G${allow_undefined_flag} -h $soname -o $lib$libobjs$deplibs'
|
||||
archive_sym_cmds='$echo "{ global:" > $lib.exp~sed $export_symbols -e "s/.*/\1;/" >> $lib.exp~$echo "local: * }" > $lib.exp~
|
||||
# $CC -shared without GNU ld will not create a library from C++
|
||||
# object files and a static libstdc++, better avoid it by now
|
||||
archive_cmds='$LD -G${allow_undefined_flag} -h $soname -o $lib$libobjs$deplibs'
|
||||
archive_sym_cmds='$echo "{ global:" > $lib.exp~sed $export_symbols -e "s/.*/\1;/" >> $lib.exp~$echo "local: * }" > $lib.exp~
|
||||
$LD -G${allow_undefined_flag} -M $export_symbols -h $soname -o $lib$libobjs$deplibs~$rm $lib.exp'
|
||||
fi
|
||||
hardcode_libdir_flag_spec='-R$libdir'
|
||||
hardcode_shlibpath_var=no
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user