summaryrefslogtreecommitdiff
path: root/laden
diff options
context:
space:
mode:
authortschwinge <tschwinge>2008-02-08 13:27:33 +0000
committertschwinge <tschwinge>2008-02-08 13:27:33 +0000
commita5b0684c722036a61310cf8ccc7951aee19405a5 (patch)
tree738462484e2bcbea1ffbe8dbadb615eacb895ae3 /laden
parent58b517d9df4e452f2cc1d6cc52c3999b05bc603e (diff)
/
2008-02-08 Thomas Schwinge <tschwinge@gnu.org> * configure.ac (STATIC_GLIBC): Remove. libc-parts/ 2008-02-08 Thomas Schwinge <tschwinge@gnu.org> * Makefile.am (routines, routines_subexp, routines_objects) (routines_varname, $(routines_objects)): Remove. Partially moved to newlib. newlib/ 2008-02-08 Thomas Schwinge <tschwinge@gnu.org> * Makefile.am (noinst_LIBRARIES): Add `libc-routines.a'. (libc-routines.a, routines_subexp, routines): New target and helper expressions, partially ripped from libc-parts. (clean-local): Extend. laden/ 2008-02-08 Thomas Schwinge <tschwinge@gnu.org> * Makefile.am (laden_LDADD): Link against newlib's `libc-routines.a'. viengoos/ 2008-02-08 Thomas Schwinge <tschwinge@gnu.org> * Makefile.am (viengoos_LDADD): Link against newlib's `libc-routines.a'.
Diffstat (limited to 'laden')
-rw-r--r--laden/ChangeLog4
-rw-r--r--laden/Makefile.am7
2 files changed, 9 insertions, 2 deletions
diff --git a/laden/ChangeLog b/laden/ChangeLog
index 4fa0215..7cbc7f0 100644
--- a/laden/ChangeLog
+++ b/laden/ChangeLog
@@ -1,3 +1,7 @@
+2008-02-08 Thomas Schwinge <tschwinge@gnu.org>
+
+ * Makefile.am (laden_LDADD): Link against newlib's `libc-routines.a'.
+
2008-02-06 Neal H. Walfield <neal@gnu.org>
* output-serial.c (serial_init): Rewrite command-line parser to
diff --git a/laden/Makefile.am b/laden/Makefile.am
index 91a2ce6..d8eb923 100644
--- a/laden/Makefile.am
+++ b/laden/Makefile.am
@@ -1,5 +1,5 @@
# Makefile.am - Makefile template for laden.
-# Copyright (C) 2003, 2004 Free Software Foundation, Inc.
+# Copyright (C) 2003, 2004, 2008 Free Software Foundation, Inc.
# Written by Marcus Brinkmann.
#
# This file is part of the GNU Hurd.
@@ -38,4 +38,7 @@ laden_SOURCES = $(ARCH_SOURCES) \
laden_LDFLAGS = -u_start -e_start -N -nostdlib -Ttext=@HURD_LADEN_LOAD_ADDRESS@
-laden_LDADD = -lgcc ../libc-parts/libc-kernel.a
+laden_LDADD = \
+ ../libc-parts/libc-kernel.a \
+ ../newlib/libc-routines.a \
+ -lgcc