mirror of
git://git.savannah.gnu.org/libtool.git
synced 2025-02-11 15:00:08 +08:00
* libltdl/m4/libtool.m4 (_LT_LANG_CXX_CONFIG) [ beos ]:
Initial shared library support for C++.
This commit is contained in:
parent
cefa1b074c
commit
3ce310b7b5
@ -1,3 +1,8 @@
|
|||||||
|
2005-10-09 Christian Biesinger <cbiesinger@web.de>
|
||||||
|
|
||||||
|
* libltdl/m4/libtool.m4 (_LT_LANG_CXX_CONFIG) [ beos ]:
|
||||||
|
Initial shared library support for C++.
|
||||||
|
|
||||||
2005-10-07 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
|
2005-10-07 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
|
||||||
|
|
||||||
* configure.ac (abs_top_builddir, abs_top_srcdir): always
|
* configure.ac (abs_top_builddir, abs_top_srcdir): always
|
||||||
|
12
libltdl/m4/libtool.m4
vendored
12
libltdl/m4/libtool.m4
vendored
@ -5172,6 +5172,18 @@ if test "$_lt_caught_CXX_error" != yes; then
|
|||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
;;
|
;;
|
||||||
|
|
||||||
|
beos*)
|
||||||
|
if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
|
||||||
|
_LT_TAGVAR(allow_undefined_flag, $1)=unsupported
|
||||||
|
# Joseph Beckenbach <jrb3@best.com> says some releases of gcc
|
||||||
|
# support --undefined. This deserves some investigation. FIXME
|
||||||
|
_LT_TAGVAR(archive_cmds, $1)='$CC -nostart $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
|
||||||
|
else
|
||||||
|
_LT_TAGVAR(ld_shlibs, $1)=no
|
||||||
|
fi
|
||||||
|
;;
|
||||||
|
|
||||||
chorus*)
|
chorus*)
|
||||||
case $cc_basename in
|
case $cc_basename in
|
||||||
*)
|
*)
|
||||||
|
Loading…
Reference in New Issue
Block a user