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:
@@ -1,3 +1,7 @@
|
||||
2001-10-25 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* rtems++/Makefile.am: Pick up -lrtems++ even when debug.
|
||||
|
||||
2001-10-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* .cvsignore: Add autom4te.cache for autoconf > 2.52.
|
||||
|
||||
@@ -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