forked from Imagelibrary/rtems
2001-10-25 Joel Sherrill <joel@OARcorp.com>
* rtems++/Makefile.am: Pick up -lrtems++ even when debug.
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user