From: Ralf Wildenhues Date: Mon, 20 Dec 2004 08:06:47 +0000 (+0000) Subject: * m4/libtool.m4 [solaris] (_LT_LINKER_SHLIBS): Change no_undefined_flag X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8a5ecbb1c958fad9324a49a6885134b209105a37;p=thirdparty%2Flibtool.git * m4/libtool.m4 [solaris] (_LT_LINKER_SHLIBS): Change no_undefined_flag back to ' -z defs'. Problems with linking against libgcc.a will have to be resolved differently. --- diff --git a/ChangeLog b/ChangeLog index 2b517cab4..23c93f7cb 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,9 @@ 2004-12-20 Ralf Wildenhues + * m4/libtool.m4 [solaris] (_LT_LINKER_SHLIBS): Change no_undefined_flag + back to ' -z defs'. Problems with linking against libgcc.a will have + to be resolved differently. + * tests/demo-nopic.test [solaris, sunos]: Skip test. 2004-12-18 Ralf Wildenhues diff --git a/m4/libtool.m4 b/m4/libtool.m4 index f24db237d..b735e0a60 100644 --- a/m4/libtool.m4 +++ b/m4/libtool.m4 @@ -4149,7 +4149,7 @@ _LT_EOF ;; solaris*) - _LT_TAGVAR(no_undefined_flag, $1)=' -z text' + _LT_TAGVAR(no_undefined_flag, $1)=' -z defs' if test "$GCC" = yes; then _LT_TAGVAR(archive_cmds, $1)='$CC -shared ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags' _LT_TAGVAR(archive_expsym_cmds, $1)='$ECHO "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~$ECHO "local: *; };" >> $lib.exp~