mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-12-05 15:15:44 +00:00
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:
@@ -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>
|
2001-10-25 Joel Sherrill <joel@OARcorp.com>
|
||||||
|
|
||||||
* rtems++/Makefile.am: Pick up -lrtems++ even when debug.
|
* rtems++/Makefile.am: Pick up -lrtems++ even when debug.
|
||||||
|
|||||||
@@ -33,9 +33,10 @@ include $(top_srcdir)/libtests.am
|
|||||||
# (OPTIONAL) Add local stuff here using +=
|
# (OPTIONAL) Add local stuff here using +=
|
||||||
#
|
#
|
||||||
|
|
||||||
if HAS_CXX
|
|
||||||
LD_LIBS = -lrtems++$(LIB_VARIANT)
|
LD_LIBS = -lrtems++$(LIB_VARIANT)
|
||||||
|
|
||||||
|
if HAS_CXX
|
||||||
|
|
||||||
${PGM}: $(OBJS) $(LINK_FILES)
|
${PGM}: $(OBJS) $(LINK_FILES)
|
||||||
$(make-cxx-exe)
|
$(make-cxx-exe)
|
||||||
|
|
||||||
|
|||||||
@@ -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>
|
2001-10-25 Joel Sherrill <joel@OARcorp.com>
|
||||||
|
|
||||||
* rtems++/Makefile.am: Pick up -lrtems++ even when debug.
|
* rtems++/Makefile.am: Pick up -lrtems++ even when debug.
|
||||||
|
|||||||
@@ -33,9 +33,10 @@ include $(top_srcdir)/libtests.am
|
|||||||
# (OPTIONAL) Add local stuff here using +=
|
# (OPTIONAL) Add local stuff here using +=
|
||||||
#
|
#
|
||||||
|
|
||||||
if HAS_CXX
|
|
||||||
LD_LIBS = -lrtems++$(LIB_VARIANT)
|
LD_LIBS = -lrtems++$(LIB_VARIANT)
|
||||||
|
|
||||||
|
if HAS_CXX
|
||||||
|
|
||||||
${PGM}: $(OBJS) $(LINK_FILES)
|
${PGM}: $(OBJS) $(LINK_FILES)
|
||||||
$(make-cxx-exe)
|
$(make-cxx-exe)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user