Re: [PATCH 1/3] 2.6.8-rc4-mm1 - Fix UML build
From: Andrew Morton
Date: Sun Aug 15 2004 - 17:11:04 EST
Jeff Dike <jdike@xxxxxxxxxxx> wrote:
>
> The patch below makes UML build in the face of the ldchk addition to 2.6.8.
Confused. Your vmlinux.lds.S doesn't look anything like mine:
#include <asm-generic/vmlinux.lds.h>
OUTPUT_FORMAT(ELF_FORMAT)
OUTPUT_ARCH(ELF_ARCH)
ENTRY(_start)
jiffies = jiffies_64;
SECTIONS
{
#include "asm/common.lds.S"
}
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/