From 861203044a89a8e0cb9b6e0200aad791ee9e5804 Mon Sep 17 00:00:00 2001 From: Thomas Schwinge Date: Fri, 30 Mar 2007 13:19:25 +0000 Subject: 2007-03-30 Thomas Schwinge * Makefile.am (gnumach_o_LINK): Remove ``--start-group''. --- ChangeLog | 4 ++++ Makefile.am | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 85fa9a4..f110731 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2007-03-30 Thomas Schwinge + + * Makefile.am (gnumach_o_LINK): Remove ``--start-group''. + 2007-03-27 Thomas Schwinge Unconditionally use the device driver multiplexing. Suggested by diff --git a/Makefile.am b/Makefile.am index 6bca83a..a2cf47f 100644 --- a/Makefile.am +++ b/Makefile.am @@ -116,12 +116,12 @@ include doc/Makefrag.am # Kernel Image # +# We need the following junk because of the include-files-from-libc.a magic. # TODO. Is the following kosher from a Automake point of view? (I.e. a # program `gnumach.o' that is then later used again as an object file.) gnumach_o_SOURCES = -# TODO. ``--start-group''. Want to keep it that way? # TODO. ``-u _start''. System dependent? -gnumach_o_LINK = $(LD) -u _start -r -o $@ --start-group +gnumach_o_LINK = $(LD) -u _start -r -o $@ noinst_PROGRAMS += \ gnumach.o -- cgit v1.2.3