Added linux-kbuild On Mon, May 11, 2009 at 03:58, Lance Tagliapietra <lancetag@xxxxxxxxxxx> wrote: > I was noticing that kernel compiling is set up to have gcc pipe data from one pass to another, instead of using > temporary files. On a memory constrained environment, this may not be the best idea (or at least I'd like to > explore that idea). Instead of loading the assember, and having immediately being swapped out while the cc1 pass > runs, it may make more sense to have the temp files being written, instead of the swap in and out, when compiling > the various objects of the kernel. > > So, simply pulling out the -pipe from the compiler flag list didn't see to have the desired effect. I'm afraid I'm > still missing something. I'm still observing the assembler being loaded. > > Thoughts? Gr{oetje,eeting}s, Geert -- Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@xxxxxxxxxxxxxx In personal conversations with technical people, I call myself a hacker. But when I'm talking to journalists I just say "programmer" or something like that. -- Linus Torvalds -- To unsubscribe from this list: send the line "unsubscribe linux-kbuild" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html