summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorneal <neal>2008-07-01 15:48:56 +0000
committerneal <neal>2008-07-01 15:48:56 +0000
commit87fb146ec845e333ef903366e02803b5462bb9de (patch)
tree4290b65bb53f3cc4427711ba6dd15f18b04e6e0e
parent1a25f9748426519fb3033f199a911c90b181a1d3 (diff)
2008-07-01 Neal H. Walfield <neal@gnu.org>
* Makefile.am (viengoos_LDADD): Also add ../libhurd-mm/libas-kernel.a before libc-kernel.a.
-rw-r--r--viengoos/ChangeLog5
-rw-r--r--viengoos/Makefile.am1
2 files changed, 6 insertions, 0 deletions
diff --git a/viengoos/ChangeLog b/viengoos/ChangeLog
index fa72ca4..bfd7030 100644
--- a/viengoos/ChangeLog
+++ b/viengoos/ChangeLog
@@ -1,3 +1,8 @@
+2008-07-01 Neal H. Walfield <neal@gnu.org>
+
+ * Makefile.am (viengoos_LDADD): Also add
+ ../libhurd-mm/libas-kernel.a before libc-kernel.a.
+
2008-06-30 Neal H. Walfield <neal@gnu.org>
* cap.c (cap_shootdown): Iterate over all capabilities in a
diff --git a/viengoos/Makefile.am b/viengoos/Makefile.am
index 5404f19..dd25e78 100644
--- a/viengoos/Makefile.am
+++ b/viengoos/Makefile.am
@@ -59,6 +59,7 @@ viengoos_SOURCES = $(ARCH_SOURCES) \
viengoos_LDADD = \
../libhurd-btree/libhurd-btree.a \
../libhurd-ihash/libhurd-ihash-nomalloc.a \
+ ../libhurd-mm/libas-kernel.a \
../libc-parts/libc-kernel.a \
../libhurd-mm/libas-kernel.a \
../newlib/libc-routines.a \