summaryrefslogtreecommitdiffstats
path: root/testsuites/aclocal
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2005-11-09 03:44:48 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2005-11-09 03:44:48 +0000
commit6fe4ec229119245d43097d6cfb401d514ff1ebc1 (patch)
tree79d462f36741cf9633ba0bf1ef0abda2e3dfd452 /testsuites/aclocal
parentAdd config.cache support. (diff)
downloadrtems-6fe4ec229119245d43097d6cfb401d514ff1ebc1.tar.bz2
Remove CPLUS_LD_LIBS.
Diffstat (limited to 'testsuites/aclocal')
-rw-r--r--testsuites/aclocal/check-cxx.m45
1 files changed, 0 insertions, 5 deletions
diff --git a/testsuites/aclocal/check-cxx.m4 b/testsuites/aclocal/check-cxx.m4
index ca3ccf3a3f..4314b6d7c4 100644
--- a/testsuites/aclocal/check-cxx.m4
+++ b/testsuites/aclocal/check-cxx.m4
@@ -18,9 +18,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)
])