From dfbfa900732864631db50f0a9cf63d80bf60d1b0 Mon Sep 17 00:00:00 2001 From: Miles Bader Date: Fri, 7 Jul 1995 22:53:49 +0000 Subject: (OBJS): Add mach-crt0.o. (SRCS): Add mach-crt0.c. (LDFLAGS): Add -nostartfiles (as we now use mach-crt0.o). --- boot/Makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/boot/Makefile b/boot/Makefile index 3f619498..e46b3cdd 100644 --- a/boot/Makefile +++ b/boot/Makefile @@ -18,9 +18,9 @@ dir := boot makemode := utility -SRCS = boot.c tcattr.c sigvec.S syscall.S -OBJS = boot.o notifyServer.o execServer.o ourdeviceServer.o ioServer.o \ - io_replyUser.o device_replyUser.o sigvec.o syscall.o \ +SRCS = mach-crt0.c boot.c tcattr.c sigvec.S syscall.S +OBJS = mach-crt0.o boot.o notifyServer.o execServer.o ourdeviceServer.o \ + ioServer.o io_replyUser.o device_replyUser.o sigvec.o syscall.o \ termServer.o tcattr.o bootstrapServer.o HURDLIBS = libthreads target = boot @@ -29,7 +29,7 @@ DISTFILES=frank1.ld frankemul.ld include ../Makeconf -LDFLAGS += -Wl,-T -Wl,frank1.ld +LDFLAGS += -nostartfiles -Wl,-T -Wl,frank1.ld #install: /usr/local/bin/boot # -- cgit v1.2.3