[klibc] [PATCH/RFC] klibc/kbuild: arm, ia64, m32r, m68k, mips, parisc, ppc, sh, sparc64 fixes

maximilian attems maks at sternwelten.at
Sun Jul 23 11:47:15 PDT 2006


On Sun, Jul 23, 2006 at 07:20:53PM +0200, Sam Ravnborg wrote:
>  
> > have you had time to look at the missing ppc Kbuild rule?
> I assume you refer to following fix.

thanks a lot will upload tommorrow to Debian,
have no ppc here atm.
 
> I cannot send maip to hpa+klibc atm since my providers smtp realy is
> listed at spamcop so if you could forward to hpa+klibc it would be nice.

sure, message is bellow:


----- Forwarded message from Sam Ravnborg <sam at ravnborg.org> -----

From: Sam Ravnborg <sam at ravnborg.org>
To: maximilian attems <maks at sternwelten.at>
Cc: klibc at zytor.com, "H. Peter Anvin" <hpa at zytor.com>
Subject: Re: [klibc] [PATCH/RFC] klibc/kbuild: arm, ia64, m32r, m68k, mips, parisc, ppc, sh, sparc64 fixes

From: Sam Ravnborg <sam at ravnborg.org>

Fix ppc build error.

Signed-off-by: Sam Ravnborg <sam at ravnborg.org>
---
diff --git a/usr/klibc/arch/ppc/Kbuild b/usr/klibc/arch/ppc/Kbuild
index 13612ce..699380f 100644
--- a/usr/klibc/arch/ppc/Kbuild
+++ b/usr/klibc/arch/ppc/Kbuild
@@ -2,7 +2,7 @@ #
 # klibc files for ppc
 #
 
-klib-y := arch/$(KLIBCARCH)/setjmp.o arch/$(KLIBCARCH)/syscall.o
+klib-y := setjmp.o syscall.o
 
 klib-y += ../../libgcc/__divdi3.o     ../../libgcc/__moddi3.o
 klib-y += ../../libgcc/__udivdi3.o    ../../libgcc/__umoddi3.o



More information about the klibc mailing list