Skip to content

Commit

Permalink
Kludge no longer necessary
Browse files Browse the repository at this point in the history
  • Loading branch information
Roland McGrath committed Mar 13, 1995
1 parent 424f8c0 commit 66e3dda
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 35 deletions.
4 changes: 1 addition & 3 deletions Makeconfig
Original file line number Diff line number Diff line change
Expand Up @@ -74,8 +74,6 @@ common-objdir = .
endif
endif

libc.a = $(common-objpfx)libc.a


# Get the values defined by options to `configure'.
include $(common-objpfx)config.make
Expand Down Expand Up @@ -249,7 +247,7 @@ endif
ifndef +link
+link = $(CC) -nostdlib $(LDFLAGS) -o $@ \
$(addprefix $(csu-objpfx),start.o $(+preinit)) \
$(^:lib=$(libc.a)) $(gnulib) $(libc.a) \
$(^:lib=$(common-objpfx)libc.a) $(gnulib) $(common-objpfx)libc.a \
$(addprefix $(csu-objpfx),$(+postinit))
endif
ifndef gnulib
Expand Down
5 changes: 0 additions & 5 deletions mach/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -183,13 +183,8 @@ endif
# Be sure not to make these with implicit rules from foo.defs.
mach.h mach/memory_object.h: ;

ifeq (,)
# XXX we have an errsystems.c here because a gcc bug makes the generated
# version lose.
else
generated += errsystems.c
$(objpfx)errsystems.c: errsystems.awk err_*.sub \
$(wildcard $(addsuffix /err_*.sub,$(+sysdep_dirs)))
gawk -v subsys='$(filter-out $<,$^)' -f $^ > $@.n
mv $@.n $@
endif
27 changes: 0 additions & 27 deletions mach/errsystems.c

This file was deleted.

0 comments on commit 66e3dda

Please sign in to comment.