diff options
author | Miles Bader <miles@gnu.org> | 1995-07-07 22:53:49 +0000 |
---|---|---|
committer | Miles Bader <miles@gnu.org> | 1995-07-07 22:53:49 +0000 |
commit | dfbfa900732864631db50f0a9cf63d80bf60d1b0 (patch) | |
tree | c22bfa4624cdcd6b075a0e7bd4367c2680f1cc29 | |
parent | e0720d1cc5020e062f8ae599c1d4789e53bd0fa3 (diff) |
(OBJS): Add mach-crt0.o.
(SRCS): Add mach-crt0.c.
(LDFLAGS): Add -nostartfiles (as we now use mach-crt0.o).
-rw-r--r-- | boot/Makefile | 8 |
1 files 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 # |