[klibc] UserMode linux and klibc

Chris Wedgwood cw at f00f.org
Fri Sep 2 13:34:39 PDT 2005


On Fri, Sep 02, 2005 at 04:00:31PM +0200, Martin Schlemmer wrote:

> +       @if [ "`readlink "$(KRNLSRC)/include/asm"`" = "asm-um" ] ; then \
> +               ln -snf ../linux/include/asm-$(ARCH) $(SRCROOT)/include/asm; \
> +       elif [ "`readlink "$(KRNLSRC)/include2/asm"`" = "asm-um" ] ; then \
> +               ln -snf ../linux/include2/asm-$(ARCH) $(SRCROOT)/include/asm; \
> +       fi

Surely we should consider SUBARCH != ARCH so we can also do thr right
thing with Xen?



More information about the klibc mailing list