* libltdl/m4/libtool.m4 (_LT_LANG_CXX_CONFIG) [ beos ]:

Initial shared library support for C++.
This commit is contained in:
Christian Biesinger 2005-10-09 06:25:03 +00:00 committed by Ralf Wildenhues
parent cefa1b074c
commit 3ce310b7b5
2 changed files with 17 additions and 0 deletions

View File

@ -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>
* configure.ac (abs_top_builddir, abs_top_srcdir): always

12
libltdl/m4/libtool.m4 vendored
View File

@ -5172,6 +5172,18 @@ if test "$_lt_caught_CXX_error" != yes; then
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*)
case $cc_basename in
*)