[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
oskit mach needs patch?
From: |
Derek L Davies |
Subject: |
oskit mach needs patch? |
Date: |
Wed, 22 Jan 2003 14:58:00 -0500 |
Hi,
I find I have have to apply the following patch to get the oskit mach
branch from the gnumach cvs module on subversions:
diff -u -r1.22.2.20 Makefile.in
--- Makefile.in 23 May 2002 06:36:21 -0000 1.22.2.20
+++ Makefile.in 22 Jan 2003 19:51:48 -0000
@@ -329,7 +329,7 @@
kernel-%.o: $(OSKIT_LIBDIR)/multiboot.o $(objfiles) init-%.o
$(CC) $(CFLAGS) -nostdlib -nostartfiles $(LDFLAGS) -r -o $@ \
- -Wl,-\( $^ $(OSKIT_LIBS) -Wl,-\) -lgcc
+ -Wl,-\( $^ -L$(OSKIT_LIBDIR)/.. $(OSKIT_LIBS) -Wl,-\)
-lgcc
^L
#
# Installation
This seems like a resonable bug fix to me. Do others need to to this
too? Should I commit this fix?
Thanks,
Derek
- oskit mach needs patch?,
Derek L Davies <=