* ltconfig.in (solaris): do not use $CC for linking if GNU ld is

not available
This commit is contained in:
Alexandre Oliva 1998-12-04 21:43:21 +00:00 committed by Alexandre Oliva
parent f14ddcdf3b
commit 312845d704
2 changed files with 9 additions and 6 deletions

View File

@ -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.

View File

@ -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