[klibc] version compatibility between linux and klibc

maximilian attems max at stro.at
Tue Jul 6 14:38:10 PDT 2010


On Tue, Jul 06, 2010 at 11:39:53PM +0200, Sam Ravnborg wrote:
> Following patch fixes the build for me on my i386 box.
> 
> It looks obviously correct.
> x86_64 also has an ASMARCH assignmnet but it looks unused.
> 
> @Phil - does this fix your build issue too?
> 
> 	Sam

yep this looks good, will queue it soonest for tommorrows pull request.
(together with a nuke of that ASMARCH assignment.

have seen quite a lot of complaints concerning x86_32,
this seems just perfect. thanks
 
> diff --git a/usr/klibc/arch/i386/MCONFIG b/usr/klibc/arch/i386/MCONFIG
> index ef112a4..f4cb914 100644
> --- a/usr/klibc/arch/i386/MCONFIG
> +++ b/usr/klibc/arch/i386/MCONFIG
> @@ -31,3 +31,7 @@ KLIBCBITSIZE  = 32
>  # calls, and work on the memory models for this architecture
>  # 96 MB - normal binaries start at 128 MB
>  KLIBCSHAREDFLAGS	= -Ttext 0x06000200
> +
> +# Asm includes for i386 are in the merged x86 tree
> +KLIBCARCHINCFLAGS = -I$(KLIBCKERNELOBJ)/arch/x86/include
> +



More information about the klibc mailing list