2005-01-06 Ralf Corsepius <ralf.corsepius@rtems.org>

* rtems++/Makefile.am: Remove LIB_VARIANT.
This commit is contained in:
Ralf Corsepius
2005-01-06 10:55:13 +00:00
parent cdd071a20a
commit 7010db3dc6
2 changed files with 5 additions and 1 deletions

View File

@@ -1,3 +1,7 @@
2005-01-06 Ralf Corsepius <ralf.corsepius@rtems.org>
* rtems++/Makefile.am: Remove LIB_VARIANT.
2004-11-22 Ralf Corsepius <ralf_corsepius@rtems.org>
* configure.ac: Remove -ansi to prevent folks from further damaging

View File

@@ -30,7 +30,7 @@ include $(top_srcdir)/libtests.am
# (OPTIONAL) Add local stuff here using +=
#
LD_LIBS = -lrtems++$(LIB_VARIANT)
LD_LIBS = -lrtems++
if HAS_CXX