bug-hurd
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: oskit mach needs patch?


From: James Morrison
Subject: Re: oskit mach needs patch?
Date: Wed, 22 Jan 2003 12:47:53 -0800 (PST)

--- Derek L Davies <ddavies@ddavies.net> wrote:
> 
> 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

 Why are you using version 1.22.2.20 whereas the version from head is 1.36.
jim@hurdtest:~/cvs/gnumach$ cvs status Makefile.in 
===================================================================
File: Makefile.in       Status: Up-to-date

   Working revision:    1.36
   Repository revision: 1.36    /cvsroot/hurd/gnumach/Makefile.in,v
   Sticky Tag:          (none)
   Sticky Date:         (none)
   Sticky Options:      (none)

 Here is what the my Makefile.in looks like around line 329
kernel-%.o: $(OSKIT_LIBDIR)/multiboot.o $(objfiles) init-%.o
        $(CC) $(CFLAGS) -nostdlib -nostartfiles $(LDFLAGS) -r -o $@ \
              -Wl,-\( $^ -L$(OSKIT_LIBDIR)/.. $(OSKIT_LIBS) -Wl,-\) -lgcc




=====
James Morrison
   University of Waterloo
   Computer Science - Digital Hardware
   2B co-op
http://hurd.dyndns.org

Anyone referring to this as 'Open Source' shall be eaten by a GNU

__________________________________________________
Do you Yahoo!?
Yahoo! Mail Plus - Powerful. Affordable. Sign up now.
http://mailplus.yahoo.com




reply via email to

[Prev in Thread] Current Thread [Next in Thread]