mirror of
git://git.savannah.gnu.org/libtool.git
synced 2025-02-05 14:40:42 +08:00
* 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.
This commit is contained in:
parent
67207187c7
commit
94b8d897d5
@ -1,5 +1,9 @@
|
|||||||
2004-12-20 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
|
2004-12-20 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
|
||||||
|
|
||||||
|
* 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.
|
* tests/demo-nopic.test [solaris, sunos]: Skip test.
|
||||||
|
|
||||||
2004-12-18 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
|
2004-12-18 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
|
||||||
|
2
m4/libtool.m4
vendored
2
m4/libtool.m4
vendored
@ -4156,7 +4156,7 @@ _LT_EOF
|
|||||||
;;
|
;;
|
||||||
|
|
||||||
solaris*)
|
solaris*)
|
||||||
_LT_TAGVAR(no_undefined_flag, $1)=' -z text'
|
_LT_TAGVAR(no_undefined_flag, $1)=' -z defs'
|
||||||
if test "$GCC" = yes; then
|
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_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~
|
_LT_TAGVAR(archive_expsym_cmds, $1)='$ECHO "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~$ECHO "local: *; };" >> $lib.exp~
|
||||||
|
Loading…
Reference in New Issue
Block a user