On Fri, 25 Aug 2000, Jeff Dike wrote:
>The user-mode port of 2.4.0-test7 is available.
To link the final `linux` executable I need this patch:
--- ./arch/um/Makefile.~1~ Sat Aug 26 17:36:29 2000
+++ ./arch/um/Makefile Sat Aug 26 17:48:28 2000
@@ -47,7 +47,7 @@
linux: $(ARCH_SYMLINKS) $(ARCH_DIR)/main.o vmlinux $(ARCH_DIR)/link.ld
mv vmlinux vmlinux.o
gcc -Wl,-T,$(ARCH_DIR)/link.ld $(LINK_PROFILE) -o linux -static \
- $(ARCH_DIR)/main.o vmlinux.o
+ $(ARCH_DIR)/main.o vmlinux.o -L/usr/lib
rm -f $(ARCH_DIR)/link.ld
USER_CFLAGS = $(patsubst -I%,,$(CFLAGS))
Andrea
|