2004-05-10 Ralf Corsepius <ralf_corsepius@rtems.org>

* aclocal/check-cxx.m4: Remove CPLUS_LD_LIBS.
This commit is contained in:
Ralf Corsepius
2004-05-10 04:24:50 +00:00
parent f8892c9bdb
commit 1eaf0fda9e
2 changed files with 4 additions and 5 deletions

View File

@@ -1,3 +1,7 @@
2004-05-10 Ralf Corsepius <ralf_corsepius@rtems.org>
* aclocal/check-cxx.m4: Remove CPLUS_LD_LIBS.
2004-04-20 Ralf Corsepius <ralf_corsepius@rtems.org>
* libchip/network/dec21140.c, libchip/network/elnk.c:

View File

@@ -17,9 +17,4 @@ AC_CACHE_CHECK([whether to build rtems++],
fi])
HAS_CPLUSPLUS="$rtems_cv_HAS_CPLUSPLUS";
AC_SUBST(HAS_CPLUSPLUS)dnl
if test "$HAS_CPLUSPLUS" = "yes"; then
CPLUS_LD_LIBS='$(PROJECT_RELEASE)/lib/librtems++$(LIB_VARIANT).a'
fi
AC_SUBST(CPLUS_LD_LIBS)
])