2001-11-01 Joel Sherrill <joel@OARcorp.com>

* rtems++/Makefile.am: Make sure debug variant of librtems++
	is linked against.  Reported by Jerry Needell <jerry.needell@unh.edu>
	and processed as PR78.
This commit is contained in:
Joel Sherrill
2001-11-01 17:58:45 +00:00
parent 7f62220428
commit 2b1d6de02c

View File

@@ -32,8 +32,9 @@ include $(top_srcdir)/libtests.am
# (OPTIONAL) Add local stuff here using +=
#
LD_LIBS += -lrtems++$(LIB_VARIANT)
if HAS_CXX
LD_LIBS += -lrtems++
${PGM}: $(OBJS) $(LINK_FILES)
$(make-cxx-exe)