summaryrefslogtreecommitdiffstats
path: root/cpukit
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2007-06-12 05:14:35 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2007-06-12 05:14:35 +0000
commitbbf1103aad885921ef896c6686d32d755ed4e1c7 (patch)
treef3de1be0d3e41e79007ca24671e44b22e4a81d57 /cpukit
parent2007-06-11 Ralf Corsépius <ralf.corsepius@rtems.org> (diff)
downloadrtems-bbf1103aad885921ef896c6686d32d755ed4e1c7.tar.bz2
2007-06-12 Ralf Corsépius <ralf.corsepius@rtems.org>
* wrapup/Makefile.am: Add libmd.a.
Diffstat (limited to 'cpukit')
-rw-r--r--cpukit/ChangeLog4
-rw-r--r--cpukit/wrapup/Makefile.am4
2 files changed, 8 insertions, 0 deletions
diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog
index 05d7e6be60..41d31fc665 100644
--- a/cpukit/ChangeLog
+++ b/cpukit/ChangeLog
@@ -1,3 +1,7 @@
+2007-06-12 Ralf Corsépius <ralf.corsepius@rtems.org>
+
+ * wrapup/Makefile.am: Add libmd.a.
+
2007-06-11 Ralf Corsépius <ralf.corsepius@rtems.org>
* pppd/Makefile.am: Remove md5 and md4 from libpppd.a.
diff --git a/cpukit/wrapup/Makefile.am b/cpukit/wrapup/Makefile.am
index 2441529500..178faf5186 100644
--- a/cpukit/wrapup/Makefile.am
+++ b/cpukit/wrapup/Makefile.am
@@ -69,6 +69,10 @@ TMP_LIBS += ../librpc/librpc.a
TMP_LIBS += ../librpc/libxdr.a
endif
+if NEWLIB
+TMP_LIBS += ../pppd/libmd.a
+endif
+
librtemscpu.a: $(TMP_LIBS)
rm -f $@
$(MKDIR_P) $(ARCH)