Prev: [PATCH] Fix bcm5974 documentation link
Next: powerpc: Add vmcoreinfo symbols to allow makdumpfile to filter core files properly
From: David Howells on 27 Jul 2010 05:10 Sam Ravnborg <sam(a)ravnborg.org> wrote: > There is no references to ARCHMODLFAGS throughout the kernel tree. Ummm... Okay. I guess modules don't work on FRV then. > Signed-off-by: Sam Ravnborg <sam(a)ravnborg.org> Acked-by: David Howells <dhowells(a)redhat.com> -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo(a)vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
From: Sam Ravnborg on 27 Jul 2010 05:20 On Tue, Jul 27, 2010 at 10:00:25AM +0100, David Howells wrote: > Sam Ravnborg <sam(a)ravnborg.org> wrote: > > > There is no references to ARCHMODLFAGS throughout the kernel tree. > > Ummm... Okay. I guess modules don't work on FRV then. We could change it to: -ARCHMODFLAGS += -G0 -mlong-calls +KBUILD_MODFLAGS += -G0 -mlong-calls Would this be better? Sam -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo(a)vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
From: David Howells on 27 Jul 2010 05:20
Sam Ravnborg <sam(a)ravnborg.org> wrote: > We could change it to: > -ARCHMODFLAGS += -G0 -mlong-calls > +KBUILD_MODFLAGS += -G0 -mlong-calls > > Would this be better? Probably. Thanks, David -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo(a)vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/ |