2001-10-25 Joel Sherrill <joel@OARcorp.com>

* rtems++/Makefile.am: Pick up -lrtems++ even when debug.
This commit is contained in:
Joel Sherrill
2001-10-25 22:11:22 +00:00
parent ac9253e785
commit 2098cef4c6
4 changed files with 10 additions and 2 deletions

View File

@@ -34,7 +34,7 @@ include $(top_srcdir)/libtests.am
#
if HAS_CXX
LD_LIBS = -lrtems++
LD_LIBS = -lrtems++$(LIB_VARIANT)
${PGM}: $(OBJS) $(LINK_FILES)
$(make-cxx-exe)