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 18:00:00 +00:00
parent 68a8de7a5d
commit 38c0f98ee2
4 changed files with 16 additions and 2 deletions

View File

@@ -1,3 +1,9 @@
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.
2001-10-25 Joel Sherrill <joel@OARcorp.com>
* rtems++/Makefile.am: Pick up -lrtems++ even when debug.

View File

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

View File

@@ -1,3 +1,9 @@
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.
2001-10-25 Joel Sherrill <joel@OARcorp.com>
* rtems++/Makefile.am: Pick up -lrtems++ even when debug.

View File

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