On Mon, Jul 09, 2007 at 04:38:32PM -0300, Otavio Salvador wrote:
> "Christian T. Steigies" <[EMAIL PROTECTED]> writes:
> 
> >> Does it includes the fix for #402061?
> >
> > Probably not. I added a fix to rules.real and now module.lds is included
> > in linux-headers-2.6.21-2:
> > /usr/src/linux-headers-2.6.21-2/arch/m68k/kernel/module.lds
> >
> > but linux-modules-extra looks for this file in a different location, namely:
> > /usr/src/linux-headers-2.6.21-2-amiga/arch/m68k/kernel/module.lds
> 
> Is this file dependent or independent of the flavour?

If it is supposed to be a symlink, I assume it is independent. The contents
is supposed to look like this:

SECTIONS {
        .m68k_fixup : {
                __start_fixup = .;
                *(.m68k_fixup)
                __stop_fixup = .;
        }
}

So independent.

Christian


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to