mirror of
git://git.savannah.gnu.org/libtool.git
synced 2025-01-12 14:06:37 +08:00
* libtool.m4 (AC_LIBTOOL_PROG_LD_SHLIBS) [solaris*]: Typo. s/GXX/GCC/.
This commit is contained in:
parent
45b41fe058
commit
144aeca1ee
@ -1,5 +1,7 @@
|
||||
2001-09-06 Gary V. Vaughan <gary@gnu.org>
|
||||
|
||||
* libtool.m4 (AC_LIBTOOL_PROG_LD_SHLIBS) [solaris*]: Typo. s/GXX/GCC/.
|
||||
|
||||
* libtool.m4 (archive_cmds, archive_expsym_cmds) [solaris*]: Changing
|
||||
no_undefined_flag from `-z text' to `-z defs' (see entry below at
|
||||
2001-04-11 Alexandre Oliva <aoliva@redhat.com>) has a problem.
|
||||
|
2
libtool.m4
vendored
2
libtool.m4
vendored
@ -4864,7 +4864,7 @@ EOF
|
||||
|
||||
solaris*)
|
||||
_LT_AC_TAGVAR(no_undefined_flag, $1)=' -z defs'
|
||||
if test "$GXX" = yes; then
|
||||
if test "$GCC" = yes; then
|
||||
_LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags `test "x$allow_undefined_flag" = "x$no_undefined_flag" && $CC --print-libgcc-file-name`'
|
||||
_LT_AC_TAGVAR(archive_expsym_cmds, $1)='$echo "{ global:" > $lib.exp~cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $lib.exp~$echo "local: *; };" >> $lib.exp~
|
||||
$CC -shared ${wl}-M ${wl}$lib.exp ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags `test "x$allow_undefined_flag" = "x$no_undefined_flag" && $CC --print-libgcc-file-name`~$rm $lib.exp'
|
||||
|
Loading…
Reference in New Issue
Block a user