From a750e43972a49986f8ff5dfe04c41faa054a9a3e Mon Sep 17 00:00:00 2001 From: "Michael I. Bushnell" Date: Mon, 7 Mar 1994 23:28:36 +0000 Subject: Formerly Makeconf.~23~ --- Makeconf | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Makeconf') diff --git a/Makeconf b/Makeconf index 1bb6c23d..46ed0cff 100644 --- a/Makeconf +++ b/Makeconf @@ -22,6 +22,7 @@ libpager := $(hurdinst)/lib/libpager.a libfshelp := $(hurdinst)/lib/libfshelp.a libdiskfs := $(hurdinst)/lib/libdiskfs.a gccheaders = /usr/local/lib/gcc-lib/$(CCTARGET)/$(CCVERSION)/include +libgcc := /usr/local/lib/gcc-lib/$(CCTARGET)/$(CCVERSION)/libgcc.a # Flags for compilation CPPFLAGS := -nostdinc -I$(headers) -I$(gccheaders) @@ -38,7 +39,7 @@ ldflags = $(addprefix -Xlinker ,$(LDFLAGS)) define link $(CC) -nostdlib -e __start $(ldflags) -o $@ $(CFLAGS) $(startup) \ -$(OBJS) $(LIBS) $(libthreads) $(libc) -lgcc +$(OBJS) $(LIBS) $(libthreads) $(libc) $(libgcc) endef # Making a snapshot -- cgit v1.2.3